Merge branch 'master' into do-you-hear-the-voices-too

This commit is contained in:
Anuken
2024-07-07 11:31:09 -04:00
committed by GitHub
52 changed files with 122 additions and 33 deletions

View File

@@ -1498,6 +1498,7 @@ public class LExecutor{
}
case ambientLight -> state.rules.ambientLight.fromDouble(value.num());
case solarMultiplier -> state.rules.solarMultiplier = Math.max(value.numf(), 0f);
case dragMultiplier -> state.rules.dragMultiplier = Math.max(value.numf(), 0f);
case ban -> {
Object cont = value.obj();
if(cont instanceof Block b){