mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
dude
This commit is contained in:
parent
aa59eedf7d
commit
fc3f779408
@ -1191,7 +1191,7 @@ public class ComponentNTMFeatures {
|
|||||||
TileEntityCrateIron crate = (TileEntityCrateIron)world.getTileEntity(posX, posY, posZ);
|
TileEntityCrateIron crate = (TileEntityCrateIron)world.getTileEntity(posX, posY, posZ);
|
||||||
|
|
||||||
if(crate != null) {
|
if(crate != null) {
|
||||||
WeightedRandomChestContent.generateChestContents(rand, content, crate, posZ);
|
WeightedRandomChestContent.generateChestContents(rand, content, crate, amount);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user