Add a recipe for digtron heads

master
Hume2 2021-08-14 14:04:59 +02:00
parent a262114139
commit 64b5a0cd1a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
technic
elements
underch
multitools

View File

@ -84,3 +84,9 @@ for id, s in pairs(underch.stone.defs) do
technic.register_viridis_transformer_recipe({input = {"compressed:"..id.." 99"}, output = "viridis:chunk"})
end
minetest.register_craft({
output = 'digtron:digger 8',
type = 'shapeless',
recipe = {'digtron:digtron_core', 'viridis:ingot'},
})