for the love of god

This commit is contained in:
70000hp 2024-05-14 17:28:25 -04:00
parent 81a3c19e88
commit 342ac0dbd9

View File

@ -212,7 +212,7 @@ public class TileEntityCrucible extends TileEntityMachineBase implements IGUIPro
}
PollutionHandler.incrementPollution(worldObj, xCoord, yCoord, zCoord, PollutionType.SOOT, PollutionHandler.SOOT_PER_SECOND / 2F);
PollutionHandler.incrementPollution(worldObj, xCoord, yCoord, zCoord, PollutionType.SOOT, PollutionHandler.SOOT_PER_SECOND / 20F);
}
/* clean up stacks */