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

6 lines
144 B
Lua

cottages.handmill_product = {
__newindex = function(t, k, v)
cottages.straw.register_quern_craft({input = k, output = v})
end
}