summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
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.