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:
@ -4,7 +4,6 @@ minetest.register_node("lrfurn:endtable", {
|
||||
tiles = {"lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.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