1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-22 15:20:22 +02:00

fix formspecs and use the inventory sizes for cardboard box and medicine cabinet, that their formspecs allowed to use before

This commit is contained in:
Tim
2015-01-23 02:36:43 +01:00
committed by Vanessa Ezekowitz
parent cc9a1a9c3c
commit 3c357b4b49
3 changed files with 11 additions and 3 deletions

View File

@ -327,7 +327,7 @@ homedecor.register("cardboard_box", {
sounds = default.node_sound_wood_defaults(),
infotext=S("Cardboard box"),
inventory = {
size=8,
size=4,
},
})