From b9791d466d49bad07cc7625d7cdc94dd2cd7d1d4 Mon Sep 17 00:00:00 2001 From: tai Date: Wed, 14 Dec 2016 22:54:51 +0000 Subject: [PATCH] recipe correction --- nssm_weapons.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nssm_weapons.lua b/nssm_weapons.lua index d351774..31f988d 100644 --- a/nssm_weapons.lua +++ b/nssm_weapons.lua @@ -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}, })