Disabled Factorization BlockUndo settings
BlockUndo makes multiplayer connections unstable.
This commit is contained in:
parent
a20a83f039
commit
e1dee0e614
|
@ -1,5 +1,7 @@
|
||||||
NEWVERSION - DATE
|
NEWVERSION - DATE
|
||||||
- Upgraded Forge to 10.13.4.1558.
|
- Upgraded Forge to 10.13.4.1558.
|
||||||
|
- First server pack built using Forge Universal.
|
||||||
|
- Turned off Factorization BlockUndo (makes multiplayer connections unreliable).
|
||||||
|
|
||||||
Version 0.03 - 9-Nov-2015
|
Version 0.03 - 9-Nov-2015
|
||||||
- Factorization: Disable Colossi.
|
- Factorization: Disable Colossi.
|
||||||
|
|
|
@ -106,10 +106,10 @@ server {
|
||||||
B:barkRecipes=true
|
B:barkRecipes=true
|
||||||
|
|
||||||
# If true, then recently placed blocks break easily
|
# If true, then recently placed blocks break easily
|
||||||
B:blockUndo=true
|
B:blockUndo=false
|
||||||
|
|
||||||
# If true, then blocks broken with blockundo will be instantly picked up
|
# If true, then blocks broken with blockundo will be instantly picked up
|
||||||
B:blockUndoGrab=true
|
B:blockUndoGrab=false
|
||||||
|
|
||||||
# If false, water must be piped in
|
# If false, water must be piped in
|
||||||
B:boilersSuckWater=true
|
B:boilersSuckWater=true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user