1
0
mirror of https://github.com/Sokomine/cottages.git synced 2025-07-04 09:00:21 +02:00

alias handmill to quern

This commit is contained in:
flux
2022-10-10 10:02:23 -07:00
parent ff58eb921a
commit e764a6d05c
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")