forked from mtcontrib/pipeworks
Use 'group:stick' instead of 'default:stick'
This commit is contained in:
parent
e2a8c03066
commit
a7d8d99913
@ -40,7 +40,7 @@ minetest.register_craft( {
|
|||||||
minetest.register_craft( {
|
minetest.register_craft( {
|
||||||
output = "pipeworks:valve_off_empty 2",
|
output = "pipeworks:valve_off_empty 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "", "default:stick", "" },
|
{ "", "group:stick", "" },
|
||||||
{ "default:steel_ingot", "default:steel_ingot", "default:steel_ingot" },
|
{ "default:steel_ingot", "default:steel_ingot", "default:steel_ingot" },
|
||||||
{ "", "default:steel_ingot", "" }
|
{ "", "default:steel_ingot", "" }
|
||||||
},
|
},
|
||||||
@ -152,7 +152,7 @@ minetest.register_craft( {
|
|||||||
output = "pipeworks:one_way_tube 2",
|
output = "pipeworks:one_way_tube 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
|
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
|
||||||
{ "default:stick", "default:mese_crystal", "homedecor:plastic_sheeting" },
|
{ "group:stick", "default:mese_crystal", "homedecor:plastic_sheeting" },
|
||||||
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }
|
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@ -295,7 +295,7 @@ minetest.register_craft( {
|
|||||||
output = "pipeworks:filter 2",
|
output = "pipeworks:filter 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "default:steel_ingot", "default:steel_ingot", "homedecor:plastic_sheeting" },
|
{ "default:steel_ingot", "default:steel_ingot", "homedecor:plastic_sheeting" },
|
||||||
{ "default:stick", "default:mese_crystal", "homedecor:plastic_sheeting" },
|
{ "group:stick", "default:mese_crystal", "homedecor:plastic_sheeting" },
|
||||||
{ "default:steel_ingot", "default:steel_ingot", "homedecor:plastic_sheeting" }
|
{ "default:steel_ingot", "default:steel_ingot", "homedecor:plastic_sheeting" }
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@ -304,7 +304,7 @@ minetest.register_craft( {
|
|||||||
output = "pipeworks:mese_filter 2",
|
output = "pipeworks:mese_filter 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "default:steel_ingot", "default:steel_ingot", "homedecor:plastic_sheeting" },
|
{ "default:steel_ingot", "default:steel_ingot", "homedecor:plastic_sheeting" },
|
||||||
{ "default:stick", "default:mese", "homedecor:plastic_sheeting" },
|
{ "group:stick", "default:mese", "homedecor:plastic_sheeting" },
|
||||||
{ "default:steel_ingot", "default:steel_ingot", "homedecor:plastic_sheeting" }
|
{ "default:steel_ingot", "default:steel_ingot", "homedecor:plastic_sheeting" }
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user