Update tick not triggering for block

Started by lt.wret on

Topic category: Help with MCreator software

Active 8 months ago
Joined Apr 2020
Points:
731

User statistics:

  • Modifications: 6
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 43
Update tick not triggering for block

I have a block that is placed by a structure (that was made using structure block) when a global variable is changed the block removes itself.
This worked until the latest update where the blocks appear to not update tick, when you right click them this also removes them using the same code as the update tick (a temporary work around)

The code that broke in latest update

If you can tell me whats wrong or if you can think of a work around this would be greatly appreciated :)

 

Using 2020.3 (hesitant to update because it broke aload of features last time)

Active 8 months ago
Joined Apr 2020
Points:
731

User statistics:

  • Modifications: 6
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 43
Oh and the global variable…
Wed, 08/12/2020 - 12:47

Oh and the global variable is definetly changed because a load of other blocks & entities that use it work perfectly

Active 1 year ago
Joined Jan 2019
Points:
882

User statistics:

  • Modifications: 6
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 202
You need to activate random…
Wed, 08/12/2020 - 13:46

You need to activate random tick. Press on the "?" there.

Active 1 year ago
Joined Jan 2019
Points:
882

User statistics:

  • Modifications: 6
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 202
On Block creating/editing
Wed, 08/12/2020 - 13:47

On Block creating/editing

Active 8 months ago
Joined Apr 2020
Points:
731

User statistics:

  • Modifications: 6
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 43
Thankyou I will try this now…
Wed, 08/12/2020 - 15:06

Thankyou I will try this now :)

Active 8 months ago
Joined Apr 2020
Points:
731

User statistics:

  • Modifications: 6
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 43
btw it works :) is there a…
Wed, 08/12/2020 - 15:09

btw it works :)

is there a way to speed it up without changing random tick speed of your world?

No, this limit is there to…
Thu, 08/13/2020 - 07:54

No, this limit is there to prevent lag due to all blocks naturally ticking.