HxCKDMS / HxCEnchants

Adds many new enchantments to minecraft.
GNU General Public License v3.0
1 stars 0 forks source link

Question about gluttony enchant. Warning I can't english! #26

Closed adamsonich closed 9 years ago

adamsonich commented 9 years ago

R U really heal up like an apple, but remove something like meat? player.getFoodStats().addStats(((ItemFood) Items.apple).getHealAmount(new ItemStack(tmp.get(true))), ((ItemFood) Items.apple).getSaturationModifier(new ItemStack(tmp.get(true))));

if (player.inventory.mainInventory[slot] != null && player.inventory.mainInventory[slot].getItem() instanceof ItemFood && player.inventory.mainInventory[slot].getItem() == tmp.get(true)) { player.inventory.decrStackSize(slot, 1);

adamsonich commented 9 years ago

sorry, problems with reading ability :-)

karelmikie3 commented 9 years ago

Lol

DrZed commented 9 years ago

FYI for future people I use apple just to get the methods