mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-03-23 21:30:24 +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({
|
minetest.register_ore({
|
||||||
ore_type = "vein",
|
ore_type = "vein",
|
||||||
ore = "default:lava_source",
|
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_min = 2,
|
||||||
column_height_max = 6,
|
column_height_max = 6,
|
||||||
height_min = -31000,
|
height_min = -31000,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user