1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-17 05:10:25 +02:00

Fridge now takes up two nodes and has a single 10x5 (50 slot) inventory via

using nodeboxes.  Also has a 64px inventory image because of the detail needed
for it.
This commit is contained in:
Vanessa Ezekowitz
2012-10-03 00:36:25 -04:00
parent 842a571b60
commit 77e74fd468
3 changed files with 25 additions and 11 deletions

View File

@ -1051,7 +1051,7 @@ minetest.register_craft({
})
minetest.register_craft({
output = "homedecor:refrigerator 2",
output = "homedecor:refrigerator",
recipe = {
{"default:steel_ingot", "moreblocks:glowglass", "default:steel_ingot", },
{"default:steel_ingot", "moreores:tin_ingot", "default:steel_ingot", },