Remove setting check in README example

This commit is contained in:
upsilon 2017-02-02 20:34:13 +01:00
parent 1351906574
commit 6de69cdf76
No known key found for this signature in database
GPG Key ID: A80DAE1F266E1C3C
1 changed files with 14 additions and 16 deletions

View File

@ -76,7 +76,6 @@ Definition: definition table, containing:
]]
-- Example:
if get_setting("arrow") then
throwing.register_arrow("arrow", {
itemcraft = "default:steel_ingot",
craft_quantity = 16,
@ -91,5 +90,4 @@ if get_setting("arrow") then
})
end
})
end
```