1
0
mirror of https://github.com/minetest-mods/throwing.git synced 2025-06-22 19:40:26 +02:00
This commit is contained in:
mgl512 2017-08-01 11:40:42 +02:00
parent 5542c62405
commit dc45bfd616

@ -383,7 +383,7 @@ function throwing.register_bow(name, def)
if def.itemcraft then
-- Check for an override name
-- because an ``output = ":name"'' can't exist in a recipe
local outpout_name = name
local output_name = name
if name:sub(1,1) == ":" then
output_name = name:sub(2)
end