Custom ganerated block

Started by ToraNanashi on

Topic category: Advanced modding

Last seen on 22:36, 2. Sep 2020
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom ganerated block

 The idea is: During the generation of the world, make a block X only be generated if for example it is next to lava. Is this possible?

Last seen on 10:54, 17. Apr 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes... When block is placed|…
Sun, 04/12/2020 - 22:33

Yes... When block is placed| If adjacent tile is NOT lava| then remove provided block. I haven't tried this before, but I see no reason why it wouldn't work.

Last seen on 22:36, 2. Sep 2020
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
  Nope. When block is added,…
Sun, 04/12/2020 - 23:42

 

Nope. When block is added, it does not interact with the world generation, and if it did, the block in question would not have to be generated next to the lava, (which is what I am looking for).

Last seen on 15:22, 5. May 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can add a structure of…
Thu, 04/30/2020 - 14:29

you can add a structure of the block next to lava and make it so that the block can only be placed next to lava

Last seen on 12:02, 7. Sep 2022
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
remove the block if it is in…
Thu, 04/30/2020 - 16:48

remove the block if it is in some height limit. for example: block should generate naturally in: y axis 1 to 20. if there is no lava around the block and the height is 21< replace block with stone.