Started by
MrEmerald2006
on
Topic category: Help with Minecraft modding (Java Edition)
I wanted to make a block that can only be collected into a bottle. I made a procedure for this, but for some reason something went wrong. MCreator thinks that the item that needs to be in main hand to perform an action is unknown, but I selected the empty bottle as an item that needs to be in main hand when you want to perform an action.
Edited by MrEmerald2006 on Sun, 06/12/2022 - 16:32
Try replacing the 'provided itemstack' at the top with 'item in main-hand of event/target entity', it's the fourth from the top in entity data.
Now there's no error but the procedure is not working.
I'm not sure what is the problem, but try doing the same with the shrink procedure