mftg 0 Posted November 24, 2020 (edited) How do I set a food as drinkable?(I work on 1.15.2) worng category soryy Edited November 24, 2020 by mftg Quote Share this post Link to post Share on other sites
Luis_ST 0 Posted November 24, 2020 I think you can use the method UseAction: @Override public UseAction getUseAction(ItemStack itemstack) { return UseAction.DRINK; } Quote Share this post Link to post Share on other sites
mftg 0 Posted November 24, 2020 Thanks!!!!!!!!!!!!!!!!!!!!!!!!! Quote Share this post Link to post Share on other sites
mftg 0 Posted November 24, 2020 I readed the shield problem but i am new to modding (and english) Quote Share this post Link to post Share on other sites