Fix compatibility with mt_game

master
BlockMen 2014-03-13 15:17:38 +01:00
parent be6feb0130
commit 53eb0e9025
3 changed files with 5 additions and 0 deletions

1
mods/farming/depends.txt Normal file
View File

@ -0,0 +1 @@
default

3
mods/farming/init.lua Normal file
View File

@ -0,0 +1,3 @@
farming = {}
farming.hoe_on_use = default.hoe_on_use
--farming is part of default now

1
mods/wool/init.lua Normal file
View File

@ -0,0 +1 @@
--wool is part of default now