mirror of
https://github.com/Sokomine/cottages.git
synced 2025-07-03 00:20:24 +02:00
stylua fixes
This commit is contained in:
@ -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,
|
||||
}
|
||||
|
Reference in New Issue
Block a user