mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-12-22 04:12:23 +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({
|
||||
output = "digtron:structure",
|
||||
recipe = {
|
||||
{"default:stick","","default:stick"},
|
||||
{"group:stick","","group:stick"},
|
||||
{"","digtron:digtron_core",""},
|
||||
{"default:stick","","default:stick"}
|
||||
{"group:stick","","group:stick"}
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user