"Infected" Blocks?

Started by RazorTrainOne on

Topic category: Help with MCreator software

Active 7 years ago
Joined Mar 2018
Points:
691

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
"Infected" Blocks?

Im trying to make a type of block infection system, where from one source block a type of virus thing spreads throughout the land. I have the blocks themselves, but im at a loss as to how exactly I would implement the replacement/infection mechanic. Any tips are greatly appreciated.

 

Active 7 years ago
Joined Jul 2017
Points:
743

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 37
One way is to make it place…
Thu, 03/15/2018 - 13:18

One way is to make it place itself Every time it has a block update tick, I suggest making it random, so it isn’t spreading too fast.

Active 3 years ago
Joined Dec 2014
Points:
808

User statistics:

  • Modifications: 1
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 110
Make it so that when…
Sun, 03/18/2018 - 10:41

Make it so that when neighbour block changes or when colliding with another block the block it touches changes into the same block.