mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-17 15:10:23 +02:00
Updated homedecor and solved chairs' bug
- New textures for chains - Irfurn's nodes are now 99 stackable - Commented the whole function `sit_exec` in mods/homedecor_modpack/homedecor/furnitures.lua to avoid players using chairs' bug
This commit is contained in:
@ -20,7 +20,6 @@ for i in ipairs(longsofas_list) do
|
||||
tiles = {"lrfurn_sofa_right_top_"..colour..".png", "lrfurn_coffeetable_back.png", "lrfurn_sofa_right_front_"..colour..".png", "lrfurn_sofa_back_"..colour..".png", "lrfurn_sofa_left_side_"..colour..".png", "lrfurn_sofa_right_side_"..colour..".png"},
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
stack_max = 1,
|
||||
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
node_box = {
|
||||
|
Reference in New Issue
Block a user