1
0
mirror of https://github.com/Sokomine/cottages.git synced 2024-09-26 22:40:34 +02:00
cottages/api/legacy.lua
2023-01-23 16:07:35 -08:00

11 lines
240 B
Lua

cottages.handmill_product = {
__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,
}