mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 16:39:33 +01:00
Prevent signs from being replaced by pushed/pulled blocks
This commit is contained in:
parent
3e12b3c700
commit
378df76e5f
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ end
|
||||||
mcl_signs = {}
|
mcl_signs = {}
|
||||||
|
|
||||||
-- GLOBALS
|
-- GLOBALS
|
||||||
mcl_signs.sign_groups = { handy = 1, axey = 1, deco_block = 1, material_wood = 1, attached_node = 1, dig_by_piston = 1, flammable = -1 }
|
mcl_signs.sign_groups = { handy = 1, axey = 1, deco_block = 1, material_wood = 1, attached_node = 1, flammable = -1 }
|
||||||
--- colors used for wools.
|
--- colors used for wools.
|
||||||
mcl_signs.mcl_wool_colors = {
|
mcl_signs.mcl_wool_colors = {
|
||||||
unicolor_white = "#FFFFFF",
|
unicolor_white = "#FFFFFF",
|
||||||
|
|
Loading…
Reference in a new issue