From 4aab7d0dbd782cf6741bdbba94440faf0c5c2e61 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 12 Aug 2017 20:37:50 -0400 Subject: updated several mods biome_lib, boost cart, homedecor modpack, plantlife modpack, cottages, currency, farming redo, gloopblocks, ilights, moreores, moretrees, pipeworks, plasticbox, replacer, signs_lib, streets, travelnet, unified dyes, and vines, and maybe one or two others that I didn't see in the list. :-) I fixed the misc_overrides component (it broke when I switched over to farming redo a while back), and also I've added the classic peaceful_npc mod back into the modpack, since it seems to work now. Be sure when you run a world for the first time after this update, that you "Configure" the world, *disable* all of Dreambuilder Modpack, then re-enable the whole thing. If you don't, a few mods will fail to load due to recent changes in their dependencies. --- replacer/init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'replacer/init.lua') diff --git a/replacer/init.lua b/replacer/init.lua index 3ab8cce..e8216c2 100644 --- a/replacer/init.lua +++ b/replacer/init.lua @@ -50,6 +50,7 @@ minetest.register_tool( "replacer:replacer", wield_scale = {x=1,y=1,z=1}, stack_max = 1, -- it has to store information - thus only one can be stacked liquids_pointable = true, -- it is ok to painit in/with water +--[[ -- the tool_capabilities are of nearly no intrest here tool_capabilities = { full_punch_interval = 1.0, @@ -61,6 +62,7 @@ minetest.register_tool( "replacer:replacer", choppy={times={[3]=0.90}, maxwear=0.05, maxlevel=0} } }, +--]] node_placement_prediction = nil, metadata = "default:dirt", -- default replacement: common dirt -- cgit v1.2.3