Add mese crystal to recipe for making lighted mese pick axe

master
Jordan Irwin 2021-07-20 17:17:08 -07:00
parent 0589500ca8
commit 4b67be6984
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ if core.global_exists("wielded_light") then
output = light_name,
recipe = {
{"default:torch"},
{"default:mese_crystal"},
{"default:pick_mese"},
}
})