Add fire resistance + recipe.

This commit is contained in:
Brandon 2020-06-30 20:56:47 -04:00
parent d3c9006e6e
commit e1b428dbd1
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ local output_table = {
local enhancement_table = {}
local extension_table = {}
local potions = {"awkward", "mundane", "thick"}
for i, potion in ipairs({"healing","harming","swiftness","slowness","leaping","poison","regeneration","invisibility","weakness","strength","water_breathing","night_vision"}) do
for i, potion in ipairs({"healing","harming","swiftness","slowness","leaping","poison","regeneration","invisibility","fire_resistance","weakness","strength","water_breathing","night_vision"}) do
table.insert(potions, potion)