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

6 lines
144 B
Lua
Raw Normal View History

2022-10-09 23:13:47 +02:00
cottages.handmill_product = {
__newindex = function(t, k, v)
cottages.straw.register_quern_craft({input = k, output = v})
end
}