mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-07-26 12:00:23 +02:00
Fixed plastic sheeting recipe
This commit is contained in:
@ -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({
|
||||||
|
Reference in New Issue
Block a user