mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-30 10:20:21 +02:00
placeholder usage for decor, where useable
This commit is contained in:
@ -34,7 +34,7 @@ homedecor.register("desk", {
|
||||
collision_box = desk_cbox,
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
groups = { snappy = 3 },
|
||||
expand = { right="air" },
|
||||
expand = { right="placeholder" },
|
||||
inventory = {
|
||||
size=24,
|
||||
lockable=true,
|
||||
@ -112,7 +112,7 @@ for _, c in pairs({"basic", "upscale"}) do
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
selection_box = ofchairs_sbox,
|
||||
collision_box = ofchairs_cbox,
|
||||
expand = { top = "air" },
|
||||
expand = { top = "placeholder" },
|
||||
on_rotate = screwdriver.rotate_simple
|
||||
})
|
||||
end
|
||||
|
Reference in New Issue
Block a user