From 858a907098be141ff517ce722a8f10851f42aedd Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Wed, 30 May 2018 09:48:23 -0600 Subject: [PATCH] temporarily pull handholds until original author publishes API --- depends.txt | 3 +-- features/flowstone_nodes.lua | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/depends.txt b/depends.txt index f970689..c333993 100644 --- a/depends.txt +++ b/depends.txt @@ -8,5 +8,4 @@ wool? magma_conduits? intllib? doc? -simplecrafting_lib? -handholds? \ No newline at end of file +simplecrafting_lib? \ No newline at end of file diff --git a/features/flowstone_nodes.lua b/features/flowstone_nodes.lua index 285faa2..265a3ee 100644 --- a/features/flowstone_nodes.lua +++ b/features/flowstone_nodes.lua @@ -75,7 +75,3 @@ dfcaverns.icicle_ids = subterrane.register_stalagmite_nodes("dfcaverns:icicle", sounds = default.node_sound_glass_defaults(), }) -if minetest.get_modpath("handholds") and handholds ~= nil and handholds.register_handholds_node ~= nil then - handholds.register_handholds_node("dfcaverns:dry_flowstone", "dfcaverns:dry_flowstone_handholds", {description = S("Dry Flowstone Handholds")}) - handholds.register_handholds_node("dfcaverns:wet_flowstone", "dfcaverns:wet_flowstone_handholds", {description = S("Wet Flowstone Handholds")}) -end