mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-02-03 14:00:25 +01:00
make lava punch through more things
This commit is contained in:
parent
92ff6aef2f
commit
f5283915e1
21
init.lua
21
init.lua
@ -43,7 +43,26 @@ minetest.register_abm({
|
||||
minetest.register_ore({
|
||||
ore_type = "vein",
|
||||
ore = "default:lava_source",
|
||||
wherein = "default:stone",
|
||||
wherein = {
|
||||
"default:stone",
|
||||
"default:desert_stone",
|
||||
"default:sandstone",
|
||||
"default:sand",
|
||||
"default:desert_sand",
|
||||
"default:silver_sand",
|
||||
"default:gravel",
|
||||
"default:stone_with_coal",
|
||||
"default:stone_with_iron",
|
||||
"default:stone_with_copper",
|
||||
"default:stone_with_gold",
|
||||
"default:stone_with_diamond",
|
||||
"default:dirt",
|
||||
"default:dirt_with_grass",
|
||||
"default:dirt_with_dry_grass",
|
||||
"default:dirt_with_snow",
|
||||
"default:cobble",
|
||||
"default:mossycobble",
|
||||
},
|
||||
column_height_min = 2,
|
||||
column_height_max = 6,
|
||||
height_min = -31000,
|
||||
|
Loading…
Reference in New Issue
Block a user