mirror of
https://github.com/Sokomine/cottages.git
synced 2025-04-22 20:10:20 +02:00
support legacy anvil api
This commit is contained in:
parent
846308ef5a
commit
763f2bd5bf
@ -3,3 +3,8 @@ cottages.handmill_product = {
|
||||
cottages.straw.register_quern_craft({input = k, output = v})
|
||||
end
|
||||
}
|
||||
cottages.forbid_repair = {
|
||||
__newindex = function(t, k, v)
|
||||
cottages.anvil.make_unrepairable(k)
|
||||
end
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user