Nether Biomes + nether features

Started by Pintus_Vision on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nether Biomes + nether features
Wed, 08/27/2025 - 10:22 (edited)

I created a biome for the nether and tried to put some trees in it. It didn't work, so I gave up. So I created a tree structure (and others) and using the biome feature, I put them in the nether biome I created but it still didn't work!

Can anyone tell me what I'm doing wrong or what I'm forgetting?
Seleziona per attivare

idk why i can't put images but here's the written
UNDERGROUND DECORATION


nether wasteland (custom biome)

(no conditional additions)

Feature configured with positioning

Characteristic forest rock with block

With a 1 in 3 chance
Repeat Constant integer: 3 times
With random XZ inside the chunk
On the Non-air block height map (worldgen)

Edited by Pintus_Vision on Wed, 08/27/2025 - 10:22
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you send a screenshot of…
Wed, 08/27/2025 - 09:27

Can you send a screenshot of your feature element?

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No Mcreator won't let me put…
Wed, 08/27/2025 - 10:24

No Mcreator won't let me put it on, but i write the procedure and the generation fase.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want to see this,
Wed, 08/27/2025 - 10:39

I want to see this,

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you share it with a link…
Wed, 08/27/2025 - 12:26

Can you share it with a link that doesn't require logging in? Like uploading it to imgur

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
On heightmap non-air…
Wed, 08/27/2025 - 14:02

On heightmap non-air blocking (worldgen) means the feature will be placed at the heighest block in the world. Since your features are being placed in the nether, that'd be on the roof.

A solution to this would be just checking if the block below the feature is a valid spawn,

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
And I should remove On…
Wed, 08/27/2025 - 14:06

And I should remove On heightmap non-air blocking (worldgen)?

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okay, thank u. and sorry for…
Wed, 08/27/2025 - 14:38

Okay, thank u. and sorry for the image in Italian 😅

Tf Is this emoji?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That's fine, I was able to…
Wed, 08/27/2025 - 14:40

That's fine, I was able to figure the blocks out, did you manage to get them spawning?

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I haven't tried it yet, I…
Wed, 08/27/2025 - 14:42

I haven't tried it yet, I don't have my computer handy but I'll get back to you when I do.