mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-02-03 14:00:25 +01:00
temporarily pull handholds until original author publishes API
This commit is contained in:
parent
a3c8911df4
commit
858a907098
@ -9,4 +9,3 @@ magma_conduits?
|
|||||||
intllib?
|
intllib?
|
||||||
doc?
|
doc?
|
||||||
simplecrafting_lib?
|
simplecrafting_lib?
|
||||||
handholds?
|
|
@ -75,7 +75,3 @@ dfcaverns.icicle_ids = subterrane.register_stalagmite_nodes("dfcaverns:icicle",
|
|||||||
sounds = default.node_sound_glass_defaults(),
|
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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user