forked from VoxeLibre/VoxeLibre
Nether lava creates lava droplets
This commit is contained in:
parent
6c50640821
commit
57b8e6e8f3
|
@ -30,3 +30,6 @@ if minetest.get_modpath("doc") then
|
|||
doc.add_entry_alias("nodes", "mcl_core:lava_source", "nodes", "mcl_nether:nether_lava_flowing")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("dripstone") then
|
||||
dripstone.register_source("lava", "mcl_nether:nether_lava_source")
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
name = mcl_nether
|
||||
depends = mcl_core, mcl_sounds, mcl_util, walkover, doc_items, mcl_colors, mcl_stonecutter
|
||||
optional_depends = doc, screwdriver
|
||||
optional_depends = dripstone, doc, screwdriver
|
||||
|
|
Loading…
Reference in New Issue