Skip to content

Commit

Permalink
indent. again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kherae committed Jun 21, 2024
1 parent 4c9e52f commit 1838ee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions objects/minibiome/elder/elderaltar/elderaltar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ function getValidRecipes(query)
if t1 == t2 then
return true
end
for k,_ in pairs(t1) do
if not t2[k] or t1[k] > t2[k] then
return false
end
for k,_ in pairs(t1) do
if not t2[k] or t1[k] > t2[k] then
return false
end
end
return true
end

Expand Down

0 comments on commit 1838ee2

Please sign in to comment.