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:
@ -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", },
|
||||
|
Reference in New Issue
Block a user