1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-23 15:40:18 +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

@ -91,7 +91,7 @@ homedecor.register("grandfather_clock", {
selection_box = gf_cbox,
collision_box = gf_cbox,
sounds = default.node_sound_wood_defaults(),
expand = { top="air" },
expand = { top="placeholder" },
on_rotate = screwdriver.rotate_simple
})