node_dust was actually more faithful, change back to it
This commit is contained in:
parent
d20f3ae01f
commit
6f9b744fda
|
@ -13,8 +13,9 @@ core.register_alias("mapgen_water_source", "air")
|
||||||
|
|
||||||
core.register_biome({
|
core.register_biome({
|
||||||
name = "cavegame",
|
name = "cavegame",
|
||||||
node_top = "minecraft:grass",
|
node_dust = "minecraft:grass",
|
||||||
depth_top = 1,
|
-- node_top = "minecraft:grass",
|
||||||
|
-- depth_top = 1,
|
||||||
node_stone = "minecraft:stone",
|
node_stone = "minecraft:stone",
|
||||||
heat_point = 50,
|
heat_point = 50,
|
||||||
humidity_point = 50,
|
humidity_point = 50,
|
||||||
|
|
Loading…
Reference in New Issue