Started by
Yoshi364
on
Topic category: Help with Minecraft modding (Java Edition)
Hello,
This issue might be easy to solve but i'm new and i've been scratching my head for a while,
So in my mod i have a station that make tagged item and transforms them into a specific item,
In the procedure i want the station to check if the item in the first slot is a tagged item and if the second slot is empty,
Then removes the items in the first and make just as much item in the second slot,
But the issue is when i put an Item in the slot nothing happens.
What am i doing wrong ?
http://image.noelshack.com/fichiers/2021/11/7/1616341289-wasterprocedure.png - The procedure
http://image.noelshack.com/fichiers/2021/11/7/1616341289-biotag.png - The tag
I remade your procedure and it works!
When does it gets triggered?
I made it to be triggered when the "0" slot's content changes
Hm.. It works but not works. It doesn't work when I put any item in the slot but it works when I try to take it out
Try to make a button that triggers your procedure. It should work
Alright so i just tried adding a button to the GUI and it doesn't work either so that's odd
Hm... That's strange. What version are you using?
MCcreator's version is 2020.5 and Minecraft is 1.15.2 with the latest forge release for that version
Hm. I'm using that version too.
Can you please send me your workspace?
I'll try to figure out what's wrong
Sure thing, here you go and thanks for helping
https://we.tl/t-2iLRVCfjc9
Hm. I re made your procedure a little bit and it seems to be working
I tried recreating what you did but it still doesn't work, what you've done is remove the "=true" variable right ?
Also rookie question but how did you make your "AND" block stacked instead of a single strip ?
Hm. Maybe It fixed itself. Try regenerating code or IDK :/
Right click on it and press "external outputs"
Welp, regenerating the code didn't work unfortunately,
I'll keep searching but thanks for landing a hand
Wait. You can also try to remake your tag or just remove all items from it and add then again. Maybe this will work