"Infected" Blocks?

Started by RazorTrainOne on

Topic category: Help with MCreator software

Last seen on 14:51, 10. Mar 2018
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"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.

 

Last seen on 22:17, 28. Jun 2018
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.

Last seen on 15:27, 11. Mar 2022
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.