Started by
Bendoo
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to check if an item is edible or usable as furnace fuel that works across other mods?
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to check if an item is edible or usable as furnace fuel that works across other mods?
yes, just using the [is itemstack food] or [get fuel power of itemstack]
For fuel power you can just detect if fuel power is higher than 0.
thx