3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-15 04:20:04 +01:00

Random space is most certainly not best space

Dieser Commit ist enthalten in:
Zach Brown 2014-10-24 23:44:38 -05:00
Ursprung edf1a20dcd
Commit a5069ae74d

Datei anzeigen

@ -90,7 +90,7 @@ index f80c075..6b789e4 100644
+ private void mechanicsChanges()
+ {
+ boatsDropBoats = getBoolean( "game-mechanics.boats-drop-boats", false );
+ lessPickyTorches = getBoolean ( "game-mechanics.less-picky-torch-placement", false );
+ lessPickyTorches = getBoolean( "game-mechanics.less-picky-torch-placement", false );
+ }
}
--