Started by
ChaosColin
on
Topic category: Help with Minecraft modding (Java Edition)
In short, I have created an oven with a slot for the oven racks and 4 slots for the stove burners. I wish to use the "inventory slot automation place condition" within my blocks entity data to force adjacent hoppers to only deposit items that can be smelted into food, into the top 4 slots. The only way I know how to do this is using the "get smelting result of (provided itemstack)" block, however this block adds the "world" dependency to the procedure rendering it unusable by the slot automation place condition.. Is there a way around this?
Here is a screenshot of the procedure in question (hopefully)...
can you lock the block's code?