forked from mtcontrib/homedecor_modpack
Fixed plastic sheeting recipe
This commit is contained in:
parent
23f0921b92
commit
b6b38f8c75
@ -46,7 +46,7 @@ minetest.register_craftitem("homedecor:plastic_sheeting", {
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "homedecor:plastic_sheeting",
|
||||
recipe = "default:junglegrass 2",
|
||||
recipe = "default:junglegrass",
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
Loading…
Reference in New Issue
Block a user