Topic category: Help with Minecraft modding (Java Edition)
I'm currently in the process of updating my mod to NeoForge 1.21.4 coming from forge 1.20.1, and a specific procedure that used to work, now doesn't work. That's not a huge deal, so I remade the procedure completely using the same blocks from the forge version, and it still doesn't work. Before this, I remade my geckolib model into a java model since animations are built in now. I don't think this has anything to do with it, however. I've set the tick rate of the block to different rates to see if it would run the procedure, but nothing happens. I tried to cut down the procedure to the necessities, (that being checking for specific items in slot 0 and 1, and then outputting in slot 2), still nothing. I also took out all the fancy GUI stuff I have going on, like progress bars and energy bars, but it still doesn't work. The block has block entity enabled, the slot count is properly configured, and the "on tick update" in the triggers tab is set to run my procedure.
This should hopefully be a picture of my procedure (I have a history of embed failures on this website)
Any help would be greatly appreciated