mirror of
https://github.com/SmallJoker/boost_cart.git
synced 2024-11-23 15:13:44 +01:00
Fix detector crafting recipe
This commit is contained in:
parent
145ca1c61d
commit
ddb6801b5c
@ -43,8 +43,8 @@ boost_cart:register_rail("boost_cart:detectorrail_on", {
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "boost_cart:detectorrail 6",
|
output = "boost_cart:detectorrail 6",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:steel_ingot", "mesecon:mesecon", "default:steel_ingot"},
|
{"default:steel_ingot", "mesecons:wire_00000000_off", "default:steel_ingot"},
|
||||||
{"default:steel_ingot", "group:stick", "default:steel_ingot"},
|
{"default:steel_ingot", "group:stick", "default:steel_ingot"},
|
||||||
{"default:steel_ingot", "mesecon:mesecon", "default:steel_ingot"},
|
{"default:steel_ingot", "mesecons:wire_00000000_off", "default:steel_ingot"},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user