temporarily pull handholds until original author publishes API

This commit is contained in:
FaceDeer 2018-05-30 09:48:23 -06:00
parent a3c8911df4
commit 858a907098
2 changed files with 1 additions and 6 deletions

View File

@ -8,5 +8,4 @@ wool?
magma_conduits?
intllib?
doc?
simplecrafting_lib?
handholds?
simplecrafting_lib?

View File

@ -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