retire junglegrass- and dry shrub-based plastic recipes, those nodes

are becoming too rare to use for this now.
This commit is contained in:
Vanessa Ezekowitz 2014-01-16 13:41:27 -05:00
parent c831a9bf59
commit c123501dce

View File

@ -73,24 +73,6 @@ minetest.register_craftitem("homedecor:plastic_base", {
inventory_image = "homedecor_plastic_base_inv.png", inventory_image = "homedecor_plastic_base_inv.png",
}) })
minetest.register_craft({
type = "shapeless",
output = "homedecor:plastic_base 6",
recipe = { "default:junglegrass",
"default:junglegrass",
"default:junglegrass"
}
})
minetest.register_craft({
type = "shapeless",
output = "homedecor:plastic_base 3",
recipe = { "default:dry_shrub",
"default:dry_shrub",
"default:dry_shrub"
},
})
minetest.register_craft({ minetest.register_craft({
type = "shapeless", type = "shapeless",
output = "homedecor:plastic_base 4", output = "homedecor:plastic_base 4",