Advertisement
Guest User

Glazed Peacock

a guest
Oct 14th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #loader contenttweaker
  2.  
  3. import mods.contenttweaker.VanillaFactory;
  4. import.mods.contenttweaker.Item;
  5. import.mods.contenttweaker.ItemFood;
  6.  
  7. mods.contenttweaker.VanillaFactory.createItemFood(peacock_glazed);
  8. peacock_glazed.maxStackSize = 16;
  9. peacock_glazed.healAmount = 4;
  10. peacock_glazed.saturation = 0.6;
  11.  
  12. peacock_glazed.register();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement