new alternate no-moreblocks recipes from Zeno

based around a "power crystal" to replace glowglass, basically.
This commit is contained in:
Vanessa Ezekowitz
2014-06-18 00:45:45 -04:00
parent f6e85db33d
commit f9e4245a05
5 changed files with 103 additions and 3 deletions

View File

@ -921,9 +921,9 @@ minetest.register_craft({
})
minetest.register_craft({
output = "homedecor:refrigerator",
recipe = {
{"default:steel_ingot", "moreblocks:glow_glass", "default:steel_ingot", },
output = "homedecor:refrigerator",
recipe = {
{"default:steel_ingot", "homedecor:glowlight_small_cube_yellow", "default:steel_ingot", },
{"default:steel_ingot", "moreores:tin_ingot", "default:steel_ingot", },
{"default:steel_ingot", "default:clay", "default:steel_ingot", },
}