1
0
mirror of https://github.com/Sokomine/cottages.git synced 2025-07-03 00:20:24 +02:00

stylua fixes

This commit is contained in:
flux
2023-01-22 19:36:23 -08:00
parent b58368ea6a
commit 0157649fa5
50 changed files with 945 additions and 980 deletions

View File

@ -1,10 +1,10 @@
cottages.handmill_product = {
__newindex = function(t, k, v)
cottages.straw.register_quern_craft({input = k, output = v})
end
__newindex = function(t, k, v)
cottages.straw.register_quern_craft({ input = k, output = v })
end,
}
cottages.forbid_repair = {
__newindex = function(t, k, v)
cottages.anvil.make_unrepairable(k)
end
__newindex = function(t, k, v)
cottages.anvil.make_unrepairable(k)
end,
}