From da66780a569712c23ae4f2996cfb4608a9f9d69d Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 1 Apr 2016 20:02:19 -0400 Subject: copy all standard Dreambuilder mods in from the old subgame (exactly as last supplied there, updates to these mods will follow later) --- item_tweaks/init.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 item_tweaks/init.lua (limited to 'item_tweaks/init.lua') diff --git a/item_tweaks/init.lua b/item_tweaks/init.lua new file mode 100644 index 0000000..efad17f --- /dev/null +++ b/item_tweaks/init.lua @@ -0,0 +1,3 @@ +local modpath = minetest.get_modpath(minetest.get_current_modname()) + +dofile(modpath.."/item_drop.lua") -- cgit v1.2.3