mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-12-22 12:22:22 +01:00
generalize the sticks required for Digtron structure blocks
This commit is contained in:
parent
f63e7b7a9b
commit
7a044ec4e9
@ -127,9 +127,9 @@ minetest.register_craft({
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "digtron:structure",
|
output = "digtron:structure",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:stick","","default:stick"},
|
{"group:stick","","group:stick"},
|
||||||
{"","digtron:digtron_core",""},
|
{"","digtron:digtron_core",""},
|
||||||
{"default:stick","","default:stick"}
|
{"group:stick","","group:stick"}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user