This commit is contained in:
Vaern 2022-04-23 21:02:32 -07:00
parent aa59eedf7d
commit fc3f779408

View File

@ -1191,7 +1191,7 @@ public class ComponentNTMFeatures {
TileEntityCrateIron crate = (TileEntityCrateIron)world.getTileEntity(posX, posY, posZ);
if(crate != null) {
WeightedRandomChestContent.generateChestContents(rand, content, crate, posZ);
WeightedRandomChestContent.generateChestContents(rand, content, crate, amount);
return true;
}