mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-11-19 21:33:43 +01:00
quick tweak of one of the structural panel recipes to make it less likely to accidentally turn into a soft digger
This commit is contained in:
parent
4c44a1e731
commit
4b5eb1b865
@ -135,8 +135,8 @@ minetest.register_craft({
|
||||
output = "digtron:corner_panel",
|
||||
recipe = {
|
||||
{"","",""},
|
||||
{"default:steel_ingot","digtron:digtron_core","default:steel_ingot"},
|
||||
{"","default:steel_ingot",""}
|
||||
{"","digtron:digtron_core","default:steel_ingot"},
|
||||
{"","default:steel_ingot","default:steel_ingot"}
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user