alias handmill to quern

This commit is contained in:
flux 2022-10-10 10:02:23 -07:00
parent ff58eb921a
commit e764a6d05c
No known key found for this signature in database
GPG Key ID: 9333B27816848A15
2 changed files with 3 additions and 0 deletions

1
modules/straw/compat.lua Normal file
View File

@ -0,0 +1 @@
minetest.register_alias("cottages:handmill", "cottages:quern")

View File

@ -5,3 +5,5 @@ cottages.dofile("modules", "straw", "nodes")
cottages.dofile("modules", "straw", "quern")
cottages.dofile("modules", "straw", "threshing")
cottages.dofile("modules", "straw", "crafts")
cottages.dofile("modules", "straw", "compat")