mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-02-03 05:50:26 +01:00
temporarily pull handholds until original author publishes API
This commit is contained in:
parent
a3c8911df4
commit
858a907098
@ -8,5 +8,4 @@ wool?
|
||||
magma_conduits?
|
||||
intllib?
|
||||
doc?
|
||||
simplecrafting_lib?
|
||||
handholds?
|
||||
simplecrafting_lib?
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user