mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-12-22 20:32:22 +01:00
fixed recipe bug, can now craft soft diggers again
This commit is contained in:
parent
105b8a068f
commit
4c44a1e731
@ -58,7 +58,7 @@ minetest.register_craft({
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "digtron:sand_digger",
|
||||
output = "digtron:soft_digger",
|
||||
recipe = {
|
||||
{"","default:steel_ingot",""},
|
||||
{"default:steel_ingot","digtron:digtron_core","default:steel_ingot"},
|
||||
@ -136,7 +136,7 @@ minetest.register_craft({
|
||||
recipe = {
|
||||
{"","",""},
|
||||
{"default:steel_ingot","digtron:digtron_core","default:steel_ingot"},
|
||||
{"","","default:steel_ingot"}
|
||||
{"","default:steel_ingot",""}
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user