How do I create a sapling that spawns more than one type of tree?

Started by Honeypi3 on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Jan 2021
Points:
541

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
How do I create a sapling that spawns more than one type of tree?

Sorry if anything here is worded poorly!! I’m having trouble with making a sapling that can spawn more than just one type of tree. I have a few different structures for trees that I would like for the sapling to randomly pick from and spawn,, if that makes sense.

 

I didn’t see any forum topics on this before, or any tutorials on it, so any help would be appreciated!! 

Active 16 hours ago
Joined Mar 2021
Points:
957

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
If random spawn a type else…
Tue, 05/03/2022 - 13:27

If random spawn a type else spawn another type

Remove sapling block

Active 2 years ago
Joined Jan 2021
Points:
541

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Thank you so much!! I’ll try…
Tue, 05/03/2022 - 18:32

Thank you so much!! I’ll try this