mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-26 09:03:46 +01:00
Fix crafting recipe output
This commit is contained in:
parent
ef289f300b
commit
11562718fb
@ -128,7 +128,7 @@ minetest.register_node("tubelib_addons3:funnel", {
|
|||||||
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "tubelib_addons3:funnel 2",
|
output = "tubelib_addons3:funnel",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:tin_ingot", "tubelib_addons1:funnel", ""},
|
{"default:tin_ingot", "tubelib_addons1:funnel", ""},
|
||||||
{"tubelib_addons1:funnel", "default:gold_ingot", ""},
|
{"tubelib_addons1:funnel", "default:gold_ingot", ""},
|
||||||
|
Loading…
Reference in New Issue
Block a user