mirror of
https://github.com/minetest-mods/throwing.git
synced 2025-01-09 09:40:26 +01:00
Fix typo
This commit is contained in:
parent
5542c62405
commit
dc45bfd616
2
init.lua
2
init.lua
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user