1
0
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:
Tim
2015-09-08 09:50:02 +02:00
parent fb1b620316
commit 7d5287cc04
10 changed files with 20 additions and 19 deletions

View File

@ -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,
}