1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-12-08 20:15:31 +01: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

@@ -12,7 +12,7 @@ homedecor.register("refrigerator_steel", {
sounds = default.node_sound_stone_defaults(),
selection_box = homedecor.nodebox.slab_y(2),
collision_box = homedecor.nodebox.slab_y(2),
expand = { top="air" },
expand = { top="placeholder" },
infotext=S("Refrigerator"),
inventory = {
size=50,
@@ -31,7 +31,7 @@ homedecor.register("refrigerator_white", {
selection_box = homedecor.nodebox.slab_y(2),
collision_box = homedecor.nodebox.slab_y(2),
sounds = default.node_sound_stone_defaults(),
expand = { top="air" },
expand = { top="placeholder" },
infotext=S("Refrigerator"),
inventory = {
size=50,