forked from mtcontrib/pipeworks
Fixed plastic sheeting recipe
This commit is contained in:
parent
c47d6b02df
commit
bfcf3be333
|
@ -18,7 +18,7 @@ if io.open(minetest.get_modpath("pipeworks").."/../technic/init.lua", "r") == ni
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "cooking",
|
type = "cooking",
|
||||||
output = "homedecor:plastic_sheeting",
|
output = "homedecor:plastic_sheeting",
|
||||||
recipe = "default:junglegrass 2",
|
recipe = "default:junglegrass",
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user