This commit is contained in:
Vaern 2022-04-20 19:43:34 -07:00
parent c191374d51
commit ab007b9ab6
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ public class HbmChestContents {
new WeightedRandomChestContent(ModItems.hull_small_steel, 0, 1, 3, 3), new WeightedRandomChestContent(ModItems.hull_small_steel, 0, 1, 3, 3),
new WeightedRandomChestContent(ModItems.plate_polymer, 0, 1, 6, 5), new WeightedRandomChestContent(ModItems.plate_polymer, 0, 1, 6, 5),
new WeightedRandomChestContent(ModItems.bolt_tungsten, 0, 1, 4, 3), new WeightedRandomChestContent(ModItems.bolt_tungsten, 0, 1, 4, 3),
new WeightedRandomChestContent(ModItems.board_copper, 0, 1, 1, 4), new WeightedRandomChestContent(ModItems.board_copper, 0, 1, 2, 4),
new WeightedRandomChestContent(ModItems.coil_tungsten, 0, 1, 2, 5), new WeightedRandomChestContent(ModItems.coil_tungsten, 0, 1, 2, 5),
new WeightedRandomChestContent(ModItems.motor, 0, 1, 2, 4), new WeightedRandomChestContent(ModItems.motor, 0, 1, 2, 4),
new WeightedRandomChestContent(ModItems.tank_steel, 0, 1, 2, 3), new WeightedRandomChestContent(ModItems.tank_steel, 0, 1, 2, 3),

View File

@ -177,7 +177,7 @@ public class ComponentNTMFeatures {
} }
} }
for(byte i = 10; i < this.featureSizeX + 1; i++) { for(byte i = 9; i < this.featureSizeX + 1; i++) {
for(byte j = 0; j < this.featureSizeZ + 1; j++) { for(byte j = 0; j < this.featureSizeZ + 1; j++) {
this.func_151554_b(world, Blocks.sandstone, 0, i, -1, j, box); this.func_151554_b(world, Blocks.sandstone, 0, i, -1, j, box);
} }