|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
-- "Just right"
|
|
|
|
|
PyuTest.register_overworld_biome("Plains", PyuTest.BIOME_TYPES.NORMAL, {
|
|
|
|
|
node_top = "pyutest_blocks:grass",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.normal,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
|
|
@ -17,7 +17,7 @@ PyuTest.register_overworld_biome("Plains", PyuTest.BIOME_TYPES.NORMAL, {
|
|
|
|
|
|
|
|
|
|
PyuTest.register_overworld_biome("Forest", PyuTest.BIOME_TYPES.NORMAL, {
|
|
|
|
|
node_top = "pyutest_blocks:grass",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.normal,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
|
|
@ -33,7 +33,7 @@ PyuTest.register_overworld_biome("Forest", PyuTest.BIOME_TYPES.NORMAL, {
|
|
|
|
|
|
|
|
|
|
PyuTest.register_overworld_biome("BirchForest", PyuTest.BIOME_TYPES.NORMAL, {
|
|
|
|
|
node_top = "pyutest_blocks:grass",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.normal,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
|
|
@ -49,7 +49,7 @@ PyuTest.register_overworld_biome("BirchForest", PyuTest.BIOME_TYPES.NORMAL, {
|
|
|
|
|
|
|
|
|
|
PyuTest.register_overworld_biome("OldGrowthBirchForest", PyuTest.BIOME_TYPES.NORMAL, {
|
|
|
|
|
node_top = "pyutest_blocks:grass",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.normal,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
|
|
@ -66,7 +66,7 @@ PyuTest.register_overworld_biome("OldGrowthBirchForest", PyuTest.BIOME_TYPES.NOR
|
|
|
|
|
|
|
|
|
|
PyuTest.register_overworld_biome("Meadow", PyuTest.BIOME_TYPES.NORMAL, {
|
|
|
|
|
node_top = "pyutest_blocks:grass",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
depth_filler = 4,
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.elevated,
|
|
|
|
@ -85,7 +85,7 @@ PyuTest.register_overworld_biome("Meadow", PyuTest.BIOME_TYPES.NORMAL, {
|
|
|
|
|
|
|
|
|
|
PyuTest.register_overworld_biome("CherryGrove", PyuTest.BIOME_TYPES.NORMAL, {
|
|
|
|
|
node_top = "pyutest_blocks:grass",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.elevated,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_BIOME_TOPS.normal,
|
|
|
|
@ -123,7 +123,7 @@ PyuTest.register_overworld_biome("Desert", PyuTest.BIOME_TYPES.HOT, {
|
|
|
|
|
|
|
|
|
|
PyuTest.register_overworld_biome("Savanna", PyuTest.BIOME_TYPES.WARM, {
|
|
|
|
|
node_top = "pyutest_blocks:grass",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.normal,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
|
|
@ -138,7 +138,7 @@ PyuTest.register_overworld_biome("Savanna", PyuTest.BIOME_TYPES.WARM, {
|
|
|
|
|
-- Decent
|
|
|
|
|
PyuTest.register_overworld_biome("MushroomFields", PyuTest.BIOME_TYPES.NORMAL, {
|
|
|
|
|
node_top = "pyutest_blocks:mycelium_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.lowland,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
|
|
@ -155,7 +155,7 @@ PyuTest.register_overworld_biome("MushroomFields", PyuTest.BIOME_TYPES.NORMAL, {
|
|
|
|
|
|
|
|
|
|
PyuTest.register_overworld_biome("LargeMushroomForest", PyuTest.BIOME_TYPES.NORMAL, {
|
|
|
|
|
node_top = "pyutest_blocks:mycelium_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.lowland,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
|
|
@ -172,7 +172,7 @@ PyuTest.register_overworld_biome("LargeMushroomForest", PyuTest.BIOME_TYPES.NORM
|
|
|
|
|
|
|
|
|
|
PyuTest.register_overworld_biome("Swamp", PyuTest.BIOME_TYPES.WETLAND, {
|
|
|
|
|
node_top = "pyutest_blocks:grass",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.lowland,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
|
|
@ -190,7 +190,7 @@ PyuTest.register_overworld_biome("Swamp", PyuTest.BIOME_TYPES.WETLAND, {
|
|
|
|
|
-- Chilly
|
|
|
|
|
PyuTest.register_overworld_biome("Taiga", PyuTest.BIOME_TYPES.CHILLY, {
|
|
|
|
|
node_top = "pyutest_blocks:grass",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.normal,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
|
|
@ -206,7 +206,7 @@ PyuTest.register_overworld_biome("Taiga", PyuTest.BIOME_TYPES.CHILLY, {
|
|
|
|
|
|
|
|
|
|
PyuTest.register_overworld_biome("OldGrowthPineTaiga", PyuTest.BIOME_TYPES.CHILLY, {
|
|
|
|
|
node_top = "pyutest_blocks:podzol_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.normal,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
|
|
@ -220,7 +220,7 @@ PyuTest.register_overworld_biome("OldGrowthPineTaiga", PyuTest.BIOME_TYPES.CHILL
|
|
|
|
|
|
|
|
|
|
PyuTest.register_overworld_biome("AspenForest", PyuTest.BIOME_TYPES.CHILLY, {
|
|
|
|
|
node_top = "pyutest_blocks:grass",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.normal,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
|
|
@ -237,7 +237,7 @@ PyuTest.register_overworld_biome("AspenForest", PyuTest.BIOME_TYPES.CHILLY, {
|
|
|
|
|
|
|
|
|
|
PyuTest.register_overworld_biome("RedwoodForest", PyuTest.BIOME_TYPES.CHILLY, {
|
|
|
|
|
node_top = "pyutest_blocks:podzol_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.normal,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
|
|
@ -254,7 +254,7 @@ PyuTest.register_overworld_biome("RedwoodForest", PyuTest.BIOME_TYPES.CHILLY, {
|
|
|
|
|
|
|
|
|
|
PyuTest.register_overworld_biome("OminousForest", PyuTest.BIOME_TYPES.CHILLY, {
|
|
|
|
|
node_top = "pyutest_blocks:grass",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.normal,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
|
|
@ -290,7 +290,7 @@ PyuTest.register_overworld_biome("FrozenPlains", PyuTest.BIOME_TYPES.COLD, {
|
|
|
|
|
PyuTest.register_overworld_biome("SnowyForest", PyuTest.BIOME_TYPES.COLD, {
|
|
|
|
|
node_dust = "pyutest_blocks:snow_carpet",
|
|
|
|
|
node_top = "pyutest_blocks:snow_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.normal,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_SURFACE_BOTTOM,
|
|
|
|
@ -382,7 +382,7 @@ PyuTest.register_overworld_biome("JaggedPeaks", PyuTest.BIOME_TYPES.COLD, {
|
|
|
|
|
|
|
|
|
|
PyuTest.register_overworld_biome("Grove", PyuTest.BIOME_TYPES.COLD, {
|
|
|
|
|
node_top = "pyutest_blocks:snow_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt_block",
|
|
|
|
|
node_filler = "pyutest_blocks:dirt",
|
|
|
|
|
|
|
|
|
|
y_max = PyuTest.OVERWORLD_BIOME_TOPS.elevated,
|
|
|
|
|
y_min = PyuTest.OVERWORLD_BIOME_TOPS.normal,
|
|
|
|
|