1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-11-17 15:58:29 +01:00

Fixed plastic sheeting recipe

This commit is contained in:
Vanessa Ezekowitz 2012-09-02 16:11:07 -04:00
parent c47d6b02df
commit bfcf3be333

View File

@ -18,7 +18,7 @@ if io.open(minetest.get_modpath("pipeworks").."/../technic/init.lua", "r") == ni
minetest.register_craft({
type = "cooking",
output = "homedecor:plastic_sheeting",
recipe = "default:junglegrass 2",
recipe = "default:junglegrass",
})
minetest.register_craft({