mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 14:33:09 +01:00
Random space is most certainly not best space
This commit is contained in:
parent
41b428475c
commit
a454aabf95
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ 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 );
|
||||
+ }
|
||||
}
|
||||
--
|
Loading…
Reference in a new issue