mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
ar
This commit is contained in:
parent
c191374d51
commit
ab007b9ab6
@ -51,7 +51,7 @@ public class HbmChestContents {
|
||||
new WeightedRandomChestContent(ModItems.hull_small_steel, 0, 1, 3, 3),
|
||||
new WeightedRandomChestContent(ModItems.plate_polymer, 0, 1, 6, 5),
|
||||
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.motor, 0, 1, 2, 4),
|
||||
new WeightedRandomChestContent(ModItems.tank_steel, 0, 1, 2, 3),
|
||||
|
||||
@ -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++) {
|
||||
this.func_151554_b(world, Blocks.sandstone, 0, i, -1, j, box);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user