Generate while GUI is not open

Started by FireyGamer123 on

Topic category: Help with modding (Java Edition)

Last seen on 23:37, 9. Feb 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Generate while GUI is not open

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

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
activate Tile Entity, make…
Thu, 10/07/2021 - 15:45

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 

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
btw I forgot to mention that…
Thu, 10/07/2021 - 15:46

btw I forgot to mention that you need to make a gui with at least  1 slot and configure the Tile Entity

Last seen on 23:37, 9. Feb 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the Tick Update is a…
Thu, 10/07/2021 - 16:23

the Tick Update is a procedure how do I make it 100 ticks?

 

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it's not a procedure, go to…
Thu, 10/07/2021 - 16:28

it's not a procedure, go to advanced properties and change the tick rate, then go to tick update and put the generating procedure