9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

Jungle & Roofed forests + volcanic islands

This commit is contained in:
Daniel Mills
2020-01-13 02:09:44 -05:00
parent 45b9db9b17
commit ffdcb48da0
35 changed files with 48 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "Beach",
"derivative": "BEACHES",
"height": -0.178,
"height": -0.038,
"surface": [
"SAND"
],
@@ -14,6 +14,6 @@
],
"objects": [
"tree/palm/medium=0.75",
"tree/palm/small=2.68"
"tree/palm/small=1.88"
]
}

View File

@@ -5,5 +5,10 @@
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
],
"objects":[
"tree/darkoak/small=2.8",
"tree/darkoak/medium=0.8",
"tree/darkoak/large=0.1"
]
}

View File

@@ -1,12 +1,12 @@
{
"name": "Ice Forest",
"region": "Cold",
"region": "Snowy",
"height": 0.18,
"derivative": "MUTATED_ICE_FLATS",
"surface": [
"SNOW_BLOCK"
],
"snow": 0.22,
"snow": 1.24,
"dirt": [
"PACKED_ICE"
],

View File

@@ -2,8 +2,8 @@
"name": "Ice Mountains",
"derivative": "ICE_MOUNTAINS",
"height": 0.382,
"region": "Cold",
"snow": 0.42,
"region": "Snowy",
"snow": 1.72,
"surface": [
"SNOW_BLOCK"
],

View File

@@ -1,8 +1,8 @@
{
"name": "Ice Plains",
"region": "Cold",
"region": "Snowy",
"height": 0.1,
"snow": 0.12,
"snow": 0.74,
"derivative": "ICE_FLATS",
"surface": [
"SNOW_BLOCK"

View File

@@ -7,6 +7,8 @@
"LONG_GRASS:2=0.13"
],
"objects": [
"colossal/jungle/massive=0.0005"
"colossal/jungle/massive=0.0001",
"tree/jungle/medium=0.67",
"tree/palm/small=1.63"
]
}

View File

@@ -7,6 +7,8 @@
"LONG_GRASS:2=0.02"
],
"objects": [
"colossal/jungle/massive=0.0005"
"colossal/jungle/massive=0.0001",
"tree/jungle/medium=0.67",
"tree/palm/small=1.63"
]
}

21
biomes/volcanic.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Volcanic",
"derivative": "MUTATED_JUNGLE",
"region": "Humid",
"height": 0.22,
"dirt": [
"CONCRETE_POWDER:15"
],
"surface":[
"STAINED_CLAY:15",
"STAINED_CLAY:15",
"CONCRETE:15",
"CONCRETE:15",
"CONCRETE:15",
"CONCRETE:15",
"CONCRETE:15",
"CONCRETE:15",
"CONCRETE:15"
],
"surfaceType": "simplex"
}

View File

@@ -12,6 +12,7 @@
"savanna",
"savanna_hills",
"ice_forest",
"volcanic",
"jungle",
"jungle_hills",
"swamp",

View File

@@ -1 +1 @@
sink 8
sink 11

View File

@@ -1 +1 @@
sink 9
sink 13

View File

@@ -0,0 +1 @@
sink 1

Binary file not shown.

View File

@@ -0,0 +1 @@
sink 5

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,2 @@
replace FENCE DARK_OAK_FENCE
replace LEAVES:4 LEAVES_2:12

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
sink 5

Binary file not shown.

Binary file not shown.