Started by
Juplicate
on
Topic category: Help with Minecraft modding (Java Edition)
I was trying to code an (Electric Forge), what did I do wrong and how can I fix it?
Topic category: Help with Minecraft modding (Java Edition)
I was trying to code an (Electric Forge), what did I do wrong and how can I fix it?
In the very last line of the procedure, you setted this:
"Set (get number of items from slot 4 of block at x y z + 1) "Item" in slot 9 of block at x y z"
Well it's simple! At the end, you must set "slot 4" instead of "slot 9" So you can have this :
"Set (get number of items from slot 4 of block at x y z + 1) "Item" in slot 4 of block at x y z"
TYSM, I used the crafting bench template and didn't see that
How would I make three output slots?, would I just copy and paste the last part 2 more times?
You have to dupplicate everything that is related with "slot 4"
K ty
So I tried that and everything broke, it removes any items I put in, and there is always a battery in 1 of the output slots, and even if I put no items in I can take it out forever.
Code: https://imgur.com/ftwofbi
What did I do wrong now?
Please be a bit logic! You're trying to set 3 item is one slot!! (the slot 4)
You have to change for the 2 others output items, you need to put them in slot 5 and 6!
Lol, I checked that three times I'm an idiot. I fixed that and now It doesn't require the items to output them, it constantly is outputting right when I place the block down, it doesn't stop, and any items I put in are instantly removed.
Nvm I finally figured it out tysm for your help