Replace blocks if they are in a certain biome.

Started by God_Of_Wood on

Topic category: Help with MCreator software

Active 9 months ago
Joined Aug 2020
Points:
714

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 21
Replace blocks if they are in a certain biome.

I am currently working on a dimension with two different biomes and I wanted to know if it is possible to replace the stone from one of them with another block.

Active 4 years ago
Joined Nov 2020
Points:
603

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
all stone or just some
Thu, 11/12/2020 - 16:55

all stone or just some

Active 9 months ago
Joined Aug 2020
Points:
714

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 21
All of the stone.
Thu, 11/12/2020 - 19:13

All of the stone.

Active 2 years ago
Joined Dec 2017
Points:
1046

User statistics:

  • Modifications: 7
  • Forum topics: 24
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 332
With a procedure you could…
Fri, 11/13/2020 - 07:54

With a procedure you could do something like this, with either the on world created (or something, not on computer to look), or on world tick. For the procedure do

If biome is Your Biome

     If block at x y z = stone block

       Replace block at x y z with newstone block

 

The on created, or on loaded or whatever it is, will only replace them at the beginning, the on world tick will always replace them when you put it down, but might get laggy... So do the on created on..

Active 9 months ago
Joined Aug 2020
Points:
714

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 21
Ok, thanks. i'll try it out.
Fri, 11/13/2020 - 12:59

Ok, thanks. i'll try it out.

Active 11 months ago
Joined Apr 2020
Points:
764

User statistics:

  • Modifications: 1
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 98
did it work?????????
Sun, 03/20/2022 - 00:38

did it work?????????