mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
add glowstone loot and force 3x3loot to always spawn, even at size limit
This commit is contained in:
parent
8994d2e0b1
commit
0dea47ff87
@ -30,6 +30,7 @@ public class StructureManager {
|
||||
public static final NBTStructure meteor_3_book = new NBTStructure(new ResourceLocation(RefStrings.MODID, "structures/meteor/loot3x3/meteor-3-book.nbt"));
|
||||
public static final NBTStructure meteor_3_mku = new NBTStructure(new ResourceLocation(RefStrings.MODID, "structures/meteor/loot3x3/meteor-3-mku.nbt"));
|
||||
public static final NBTStructure meteor_3_statue = new NBTStructure(new ResourceLocation(RefStrings.MODID, "structures/meteor/loot3x3/meteor-3-statue.nbt"));
|
||||
public static final NBTStructure meteor_3_glow = new NBTStructure(new ResourceLocation(RefStrings.MODID, "structures/meteor/loot3x3/meteor-3-glow.nbt"));
|
||||
|
||||
public static final NBTStructure meteor_room_base_end = new NBTStructure(new ResourceLocation(RefStrings.MODID, "structures/meteor/room10/room-base-end.nbt"));
|
||||
public static final NBTStructure meteor_room_base_thru = new NBTStructure(new ResourceLocation(RefStrings.MODID, "structures/meteor/room10/room-base-thru.nbt"));
|
||||
|
||||
@ -122,6 +122,8 @@ public class NTMWorldGenerator implements IWorldGenerator {
|
||||
add(new JigsawPiece("meteor_3_book", StructureManager.meteor_3_book), 1);
|
||||
add(new JigsawPiece("meteor_3_mku", StructureManager.meteor_3_mku), 1);
|
||||
add(new JigsawPiece("meteor_3_statue", StructureManager.meteor_3_statue), 1);
|
||||
add(new JigsawPiece("meteor_3_glow", StructureManager.meteor_3_glow), 1);
|
||||
fallback = "3x3loot"; // generate loot even if we're at the size limit
|
||||
}});
|
||||
put("headloot", new JigsawPool() {{
|
||||
add(new JigsawPiece("meteor_dragon_chest", StructureManager.meteor_dragon_chest) {{ blockTable = crates; }}, 1);
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user