Infectious block

Started by xXMoksXx on

Topic category: Help with Minecraft modding (Java Edition)

Active 12 months ago
Joined Jul 2019
Points:
715

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
Infectious block
Wed, 03/23/2022 - 14:39 (edited)

How can I make a block that infects neighboring blocks of a certain type at a random rate, turning them into another block?

Edited by xXMoksXx on Wed, 03/23/2022 - 14:39
Active 3 years ago
Joined Feb 2022
Points:
516

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 39
You can make a procedure…
Thu, 03/24/2022 - 22:25

You can make a procedure where testing the blocks at the positive/negative x, y, and/or z coordinates and then use the 70% chance procedure template and inside of that put "replace block at... with (custom block)"

Active 12 months ago
Joined Jul 2019
Points:
715

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
Thank you, you helped me a…
Fri, 03/25/2022 - 20:34

Thank you, you helped me a lot