Started by
Qikahome
on
Topic category: Help with Minecraft modding (Java Edition)
I made a block with blockentity of 5 slots and disabled taking from 0,1 and 4 slot; but the Crafting Station besides the block can take item out of the block by using the gui on the left;
can always pick the item on the left gui
you could have a procedure that doesn't allow the crafting bench to be placed next to the trading machine so that it cant be opened with the crafting bench. you could so this by having a procedure activate for the trigger "when neighbor block changes" that has a "if else if else if else if else if else if else" block with the conditions is block at x+1, x-1, z+1, z-1, y+1, y-1 the same block as a crafting bench. if true then do remove block and drop at x+1 or x-1 or any of the other sides
Is there any other way? Im not sure how many blocks may do this; and i dont want to stop player from placing any block besides