mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-03-20 19:10:39 +01:00
Fixed crafting recipe.
This commit is contained in:
parent
97ef78274d
commit
46c87f1689
@ -83,9 +83,9 @@ minetest.register_node("mesecons_random:conductingfence_active", {
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'mesecons_random:conductingfence 4',
|
output = 'mesecons_random:conductingfence 4',
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:stick", "default:stick", "default:stick"},
|
{"group:stick", "group:stick", "group:stick"},
|
||||||
{"default:stick", "group:mesecon_conductor_craftable", "default:stick"},
|
{"group:stick", "group:mesecon_conductor_craftable", "group:stick"},
|
||||||
{"default:stick", "default:steel_ingot", "default:default:stick"},
|
{"group:stick", "default:steel_ingot", "group:stick"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user