Make blocks spawn randomly on the surface of a biome

Started by BlaBlaSillySheep on

Topic category: Help with modding (Java Edition)

Last seen on 12:27, 8. May 2023
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make blocks spawn randomly on the surface of a biome

Hey, so i'm in the development of a realistic survival mod and i was wondering how i could achieve what the title says. Any help would be apreciated

Last seen on 22:49, 17. Mar 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create a plant, and have the…
Tue, 06/09/2020 - 20:14

Create a plant, and have the texture be invisible. Put in the info (such as the spawn weight, plant type, etc). Then create a procedure for "when block update tick" with "place *custom block* at X Y Z." It will cause the block to generate in small groups. You can also set it to only be in certain biomes (I think).

Last seen on 04:13, 19. Jun 2023
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Really nice solution
Fri, 06/12/2020 - 00:39

Really nice solution