How do I generate custom trees in a Nether-Like Dimension?

Started by That Ratt on

Topic category: Minecraft mod ideas exchange

Active 9 months ago
Joined Nov 2021
Points:
480

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
How do I generate custom trees in a Nether-Like Dimension?

I want to generate trees in a custom nether type of dimension like the vanilla nether does, but I don't know how to do it exactly. :(

Active 5 days ago
Joined May 2021
Points:
799

User statistics:

  • Modifications: 4
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 353
In Minecraft make the custom…
Mon, 11/29/2021 - 07:12

In Minecraft make the custom tree(s), save them with a structure block, import that *.nbt to MCreator. https://www.youtube.com/results?search_query=structure+block+tutorial+java+1.16

How to make a biome? - https://mcreator.net/wiki/how-make-biome

Add structure spawn (one for each), select the structure recently created, Spawn world type: Nether, Restrict to biome: select a pre-existing nether biome.

Active 1 year ago
Joined Nov 2021
Points:
485

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
Build the tree in minecraft…
Thu, 12/02/2021 - 09:42

Build the tree in minecraft then save it as a .nbt file with structure block and add that .nbt file as a new structure spawn  then restrict it the to biome u made and set spawn world type to the dimension u made

Active 1 year ago
Joined Apr 2023
Points:
193

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
You may not use custom trees…
Sat, 04/29/2023 - 16:52

You may not use custom trees from your biome in a nether type dimension, as they will not spawn. You need to create a structure, as the previous comments suggested, and you need to make the structures spawn in your custom biome, you also need to set it so that it will spawn underground (everywhere in nether like gen is classified as underground). You Need to make custom spawning conditions with a procedure so it will not be floating in the air, So far I have had trouble getting the trees to work properly, I currently have it so If the block below the structure is my dirt block of my biome, and the surrounding area of the base of my tree is air, then it can spawn. But this has caused it so very few trees spawn, usually 1 per chunk. This happens even though I have it set to the structures will spawn in groups, if anyone knows how to properly use trees in nether like gen, please let me know as it would be very helpful.