mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-21 23:00:22 +02:00
placeholder usage for decor, where useable
This commit is contained in:
@ -273,7 +273,7 @@ homedecor.register("pool_table", {
|
||||
groups = {snappy=3},
|
||||
selection_box = pooltable_cbox,
|
||||
collision_box = pooltable_cbox,
|
||||
expand = { forward="air" },
|
||||
expand = { forward="placeholder" },
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
on_rotate = screwdriver.disallow
|
||||
})
|
||||
@ -297,7 +297,7 @@ homedecor.register("piano", {
|
||||
groups = { snappy = 3 },
|
||||
selection_box = piano_cbox,
|
||||
collision_box = piano_cbox,
|
||||
expand = { right="air" },
|
||||
expand = { right="placeholder" },
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
on_rotate = screwdriver.disallow
|
||||
})
|
||||
@ -377,7 +377,7 @@ homedecor.register("tool_cabinet", {
|
||||
on_rotate = screwdriver.rotate_simple,
|
||||
groups = { snappy=3 },
|
||||
selection_box = homedecor.nodebox.slab_y(2),
|
||||
expand = { top="air" },
|
||||
expand = { top="placeholder" },
|
||||
inventory = {
|
||||
size=24,
|
||||
}
|
||||
|
Reference in New Issue
Block a user