Stardust-Labs-MC / Structory-Towers

A popular Minecraft structure datapack, related to Structory
https://www.curseforge.com/minecraft/mc-mods/structory-towers
Other
6 stars 0 forks source link

[Bug] Warped Outpost Doesn't Spawn #4

Open Incendy-Bot opened 3 weeks ago

Incendy-Bot commented 3 weeks ago

Pretty self explanitory. Can locate it, but nothing generates. According to Tera it's missing a jigsaw.

Bug report created by catter1 via Incendy in the Stardust Labs discord server.

MadLad989 commented 3 weeks ago

I was able to resolve this by adding the missing jigsaw block to warped_outpost.nbt:

addition to "blocks" list (replacing the existing air block in the same position):

{
      state: 64,
      pos: [
        0,
        47,
        0
      ],
      nbt: {
        target: "minecraft:technical",
        joint: "rollable",
        pool: "structory_towers:warped_outpost_start",
        final_state: "minecraft:air",
        name: "minecraft:technical",
        id: "minecraft:jigsaw"
      }
}

addition to "palette" list:

{
      Name: "minecraft:jigsaw",
      Properties: {
        orientation: "up_south"
      }
}

the above change allowed warped outposts to generate successfully, although with their current generation height settings it creates a large hole in the bedrock layer of the nether roof as seen below:

image

It would be advisable to tweak the _startheight value of the structure to a negative value so that the towers generate below the bedrock roof.