Enable block connections to fix doors
Doors, glass etc.
This commit is contained in:
parent
eecba047ab
commit
991ef36580
2 changed files with 6 additions and 1 deletions
|
@ -1067,3 +1067,8 @@ users:
|
||||||
- member
|
- member
|
||||||
options:
|
options:
|
||||||
name: AtlanticMercyyy
|
name: AtlanticMercyyy
|
||||||
|
5a80158a-2345-4179-8049-081c438b5581:
|
||||||
|
group:
|
||||||
|
- member
|
||||||
|
options:
|
||||||
|
name: MrSavagePlayZ
|
||||||
|
|
|
@ -84,7 +84,7 @@ change-1_9-hitbox: false
|
||||||
change-1_14-hitbox: false
|
change-1_14-hitbox: false
|
||||||
#
|
#
|
||||||
# Enable serverside block-connections for 1.13+ clients
|
# Enable serverside block-connections for 1.13+ clients
|
||||||
serverside-blockconnections: false
|
serverside-blockconnections: true
|
||||||
# Sets the method for the block connections (world for highly experimental (USE AT OWN RISK) world-level or packet for packet-level)
|
# Sets the method for the block connections (world for highly experimental (USE AT OWN RISK) world-level or packet for packet-level)
|
||||||
blockconnection-method: packet
|
blockconnection-method: packet
|
||||||
# When activated, only the most important blocks are stored in the blockstorage. (fences, glass panes etc. won't connect to solid blocks)
|
# When activated, only the most important blocks are stored in the blockstorage. (fences, glass panes etc. won't connect to solid blocks)
|
||||||
|
|
Loading…
Reference in a new issue