Update tick trigger not working.

Started by Bihi10 on

Topic category: Help with Minecraft modding (Java Edition)

Active 6 months ago
Joined Nov 2022
Points:
252

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Update tick trigger not working.

So i have an cable block with an custom model.

Ant it doesn't tick. As all my other blocks would do.

Active 3 months ago
Joined Jun 2023
Points:
232

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 174
In the advanced tab is "tick…
Tue, 09/26/2023 - 03:26

In the advanced tab is "tick speed" set properly?

Active 6 months ago
Joined Nov 2022
Points:
252

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
I once set it to random and…
Tue, 09/26/2023 - 10:44

I once set it to random and it worked but too slow. I also set the tick rate once to 1000 but it doesn't seem to work.

Active 6 months ago
Joined Nov 2022
Points:
252

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Setting tick rate to 1 fixes…
Tue, 09/26/2023 - 10:55

Setting tick rate to 1 fixes this problem

Active 3 months ago
Joined Jun 2023
Points:
232

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 174
Correct. Random will tick…
Tue, 09/26/2023 - 12:03

Correct. Random will tick around once every 60 seconds. 20 ticks speed will be one tick per second, and 1 would be the standard 20 ticks per second.

 

In short, whatever number you put in your spot, devide by 20, and that would be the number of ticks/second