Merge pull request #1491 from 70000hp/soot-moment-and-bugs

for the love of god
This commit is contained in:
HbmMods 2024-05-15 07:53:57 +02:00 committed by GitHub
commit 384e81116a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 */