1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-12-22 16:10:18 +01:00

Fixed plastic sheeting recipe

This commit is contained in:
Vanessa Ezekowitz 2012-09-02 16:11:56 -04:00
parent 23f0921b92
commit b6b38f8c75

View File

@ -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({