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)...
After some tinkering with this I was indeed able to get this to work. Thank you again, I really do appreciate you teaching me to fish here lmao, you're the best!

Here is an image of what ended up working, for future reference.
Until next time! XD
awesome! :3