Looking for a way around "Get smelting result of" block adding world dependency to a procedure

Started by ChaosColin on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Looking for a way around "Get smelting result of" block adding world dependency to a procedure

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)...

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can you lock the block's…
Sat, 10/11/2025 - 10:00

can you lock the block's code?