Skip to content

Commit

Permalink
Integrate Crafting Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaakma committed Jun 3, 2022
1 parent 1198b74 commit 7d0e826
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Data Files/MWSE/mods/mer/goFletch/registerRecipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ local function registerRecipe(ammo, material, enchantment)
end
description = description .. "."

local mesh = Recipes.previewMeshes[ammo.handler]
and Recipes.previewMeshes[ammo.handler][material.id]

local recipe = {
id = resultID,
description = description,
Expand All @@ -52,7 +49,6 @@ local function registerRecipe(ammo, material, enchantment)
},
category = ammo.handler,
resultAmount = ammo.craftCount,
--mesh = mesh
}

return recipe
Expand Down

0 comments on commit 7d0e826

Please sign in to comment.