Started by
FireyGamer123
on
Topic category: Help with Minecraft modding (Java Edition)
so I've been creating a mod where well... blood. But I put waaaay too much netherite into crafting so I decided to create a netherite generator (generates two items: gold and netherite scrap.) I want a generator that generates the netherite even when the GUI is not open but one thing that's stopping me... H O W
activate Tile Entity, make its Tick Update the time it takes for it to generate
on Block Tick Update set ITEM in slot # of Blocks Inventory if it has Tile Entity
btw I forgot to mention that you need to make a gui with at least 1 slot and configure the Tile Entity
the Tick Update is a procedure how do I make it 100 ticks?
it's not a procedure, go to advanced properties and change the tick rate, then go to tick update and put the generating procedure