forked from nalc/homedecor_modpack
retire junglegrass- and dry shrub-based plastic recipes, those nodes
are becoming too rare to use for this now.
This commit is contained in:
parent
c831a9bf59
commit
c123501dce
18
crafts.lua
18
crafts.lua
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user