recipe correction

master
tai 2016-12-14 22:54:51 +00:00
parent 1180c6a94a
commit b9791d466d
1 changed files with 1 additions and 1 deletions

View File

@ -1234,7 +1234,7 @@ nssm_register_throwegg(evomob, evodescr.." Bomb", {
minetest.register_craft({
output = 'nssm:'..evomob.."_bomb",
type = "shapeless",
recipe = {'nssm:empty_evocation_bomb', 'nssm:'..evomob.."_egg"},
recipe = {'nssm:empty_evocation_bomb', 'nssm:'..evomob},
})