Skip to content

Commit 71bb2b6

Browse files
committed
Remove end crystal bases from shattered pillars
1 parent 8f1b617 commit 71bb2b6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

structures/end/pillars/shattered_pillar_procedural.tesf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ for (num y = 0; y < length ; y = y + 1) {
2222
}
2323
}
2424

25-
2625
if(randomInt(endCrystalChance) == 0) {
2726
if (radius == 1.25) {
28-
entity(0.5, length + yTranslate + 1, 0.5, "minecraft:end_crystal");
27+
entity(0.5, length + yTranslate + 1, 0.5, "minecraft:end_crystal{ShowBottom:0}");
2928
} else {
30-
entity(0, length + yTranslate + 1, 0, "minecraft:end_crystal");
29+
entity(0, length + yTranslate, 0, "minecraft:end_crystal{ShowBottom:0}");
3130
}
3231
}

0 commit comments

Comments
 (0)