mirror of
https://github.com/Sokomine/cottages.git
synced 2025-12-16 07:05:26 +01:00
refactor, cleanup, API, bugfixes (#1)
This commit is contained in:
5
api/legacy.lua
Normal file
5
api/legacy.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
cottages.handmill_product = {
|
||||
__newindex = function(t, k, v)
|
||||
cottages.straw.register_quern_craft({input = k, output = v})
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user