Started by
tomask41
on
Topic category: Help with Minecraft modding (Java Edition)
I want to set the output of the crafting table to a custom item when anything in a vanilla recipe is crafted. The output slot has to be that item. I tried doing it with procedures but the set slot but this and all the other set slot blocks all give the same error... Can someone please help me? If it can't be done with procedures can i do it with custom code?
My procedure:
My error:
The file the error's talking about:
By the way i'm using NeoForge 1.21.4 and no plugins are installed
I just realised why the procedure doesn't work.. Bit stupid of me :) The on item crafted trigger runs when you have already removed the item from the output slot. Can someone help me make some custom code maybe?