Disabled Factorization BlockUndo settings
BlockUndo makes multiplayer connections unstable.
This commit is contained in:
parent
a20a83f039
commit
e1dee0e614
|
@ -1,5 +1,7 @@
|
|||
NEWVERSION - DATE
|
||||
- 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
|
||||
- Factorization: Disable Colossi.
|
||||
|
|
|
@ -106,10 +106,10 @@ server {
|
|||
B:barkRecipes=true
|
||||
|
||||
# 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
|
||||
B:blockUndoGrab=true
|
||||
B:blockUndoGrab=false
|
||||
|
||||
# If false, water must be piped in
|
||||
B:boilersSuckWater=true
|
||||
|
|
Loading…
Reference in New Issue
Block a user