1
0
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:
fluxionary
2022-10-09 14:13:47 -07:00
committed by flux
parent dbe69bcfaf
commit 846308ef5a
106 changed files with 5594 additions and 4596 deletions

5
api/legacy.lua Normal file
View File

@@ -0,0 +1,5 @@
cottages.handmill_product = {
__newindex = function(t, k, v)
cottages.straw.register_quern_craft({input = k, output = v})
end
}