Started by
Aiiden9
on
Topic category: Help with Minecraft modding (Java Edition)
So, I've been having problems with many different things. To start off, when I set a keybind to add an item to my inventory it works in creative mode, but when I'm in survival mode the items texture will appear on my hotbar as if it were there, but but when I try to use the item it just dissappears. Second thing is, how do you make mulitple event conditions, like 4 different conditions it has to meet at once.
Please help!
I don't know why your items disappeared. For making multiple evrnt conditions without coding, you must make that an event executes another event and these events have different conditions, so for executing the last event you need all conditions from all events that triggered that event.
ok thanks for the help! :)