summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-10-17 10:06:56 -0600
committerFaceDeer <derksenmobile@gmail.com>2017-10-17 10:06:56 -0600
commitdbb0d51de5dcc46c558f7c14e73ce610c1806d77 (patch)
tree1240c3ca3236bb7017b835e10198b9a7ae01311d /init.lua
parent8abd57146d69332e806250203ee6ed9dcfd4b5e7 (diff)
enable [crops] planting.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index a58ae39..118fa60 100644
--- a/init.lua
+++ b/init.lua
@@ -32,6 +32,7 @@ digtron.builder_on_place_items = {
-- Then a string prefix is checked, returning this value. Useful for enabling on_placed on a mod-wide basis.
digtron.builder_on_place_prefixes = {
["farming:"] = true,
+ ["crops:"] = true,
}
-- Finally, items belonging to group "digtron_on_place" will have their on_place methods called.