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
1 changed files with 0 additions and 18 deletions

View File

@ -73,24 +73,6 @@ minetest.register_craftitem("homedecor:plastic_base", {
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({
type = "shapeless",
output = "homedecor:plastic_base 4",