Started by
pigmanmovie pylo
on
Topic category: Help with Minecraft modding (Java Edition)
I tried to change the Generation Stage to "Underground Structure" but it still tries to Generate only when it can see the Sky, not Actually Buried Underground.
Is this Intentional? is this a Bug? or do I have to use Feature NBT Structure to Generate Undeground Structure?
Use "burry" terrain adaptation.
If you need more specific placement, use feature with custom placement settings and NBT file for feature type
Nevermind, I have found a Way to Make Underground Structure using NBT Feature, Thanks for the Suggestion Anyway!
How? im really struggling. Even using bury feature my structure spawns above ground just surrounded by terrain
I Created an Ai-less Entity that I exported into a Structure (so that You can still use the /locate Command), and I made the Entity spawn the Structure Underground after it died with a Procedure.
The Reason why I use Entity not Block, is because Block doesn't automatically Tick when Generated, but Entity Automatically Tick when Generated.