mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
Swamp, and other things
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"vanillaDerivative": "DESERT",
|
||||
"generators": [{
|
||||
"generator": "smooth-dunes",
|
||||
"max": 43,
|
||||
"max": 35,
|
||||
"min": 30
|
||||
}],
|
||||
"layers": [
|
||||
@@ -76,6 +76,20 @@
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "PAINT",
|
||||
"place": ["structures/ruins-desert-1", "structures/ruins-desert-2"],
|
||||
"chance": 0.005,
|
||||
"rotation": {
|
||||
"enabled": true,
|
||||
"yAxis": {
|
||||
"enabled": true,
|
||||
"interval": 90,
|
||||
"min": -360,
|
||||
"max": 360
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.0014,
|
||||
"mode": "PAINT",
|
||||
|
||||
@@ -53,6 +53,20 @@
|
||||
"clutter/desertpost3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "PAINT",
|
||||
"place": ["structures/ruins-desert-1", "structures/ruins-desert-2"],
|
||||
"chance": 0.005,
|
||||
"rotation": {
|
||||
"enabled": true,
|
||||
"yAxis": {
|
||||
"enabled": true,
|
||||
"interval": 90,
|
||||
"min": -360,
|
||||
"max": 360
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.0018,
|
||||
"mode": "PAINT",
|
||||
|
||||
@@ -73,7 +73,6 @@
|
||||
"waterloggable": true,
|
||||
"chance": 0.008,
|
||||
"mode": "PAINT",
|
||||
"bottom": true,
|
||||
"rotation": {
|
||||
"enabled": true,
|
||||
"yAxis": {
|
||||
@@ -95,12 +94,22 @@
|
||||
"structures/shipgenericc",
|
||||
"structures/shipgenericr",
|
||||
"structures/shipgenericu",
|
||||
"structures/shipgenericc"
|
||||
"structures/shipgenericc",
|
||||
"structures/BShip1",
|
||||
"structures/BShip2",
|
||||
"structures/BShip3",
|
||||
"structures/BShip4",
|
||||
"structures/BShip5",
|
||||
"structures/BShip6",
|
||||
"structures/kship1",
|
||||
"structures/kship2",
|
||||
"structures/kship3",
|
||||
"structures/kship4"
|
||||
],
|
||||
"chance": 0.001,
|
||||
"markers": [{
|
||||
"mark": [{"block": "minecraft:spruce_planks"}],
|
||||
"maximumMarkers": 5,
|
||||
"maximumMarkers": 4,
|
||||
"marker": "skelepirate"
|
||||
}],
|
||||
"onwater": true,
|
||||
|
||||
@@ -168,46 +168,28 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"place": ["landform/underwater/ellipsoid-1"],
|
||||
"chance": 0.5,
|
||||
"underwater": true,
|
||||
"mode": "CENTER_HEIGHT",
|
||||
"clamp": {
|
||||
"minimumHeight": 30,
|
||||
"maximumHeight": 255
|
||||
},
|
||||
"edit": [{
|
||||
"find": [{"block": "minecraft:clay"}],
|
||||
"replace": {
|
||||
"style": {
|
||||
"style": "GLOB",
|
||||
"zoom": 0.02
|
||||
},
|
||||
"palette": [
|
||||
{
|
||||
"weight": 2,
|
||||
"block": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"block": "minecraft:cave_air"
|
||||
}
|
||||
]
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
"place": [
|
||||
"structures/shipgenericw",
|
||||
"structures/shipgenericc",
|
||||
"structures/shipgenericr",
|
||||
"structures/shipgenericu",
|
||||
"structures/shipgenericc"
|
||||
"structures/shipgenericc",
|
||||
"structures/BShip1",
|
||||
"structures/BShip2",
|
||||
"structures/BShip3",
|
||||
"structures/BShip4",
|
||||
"structures/BShip5",
|
||||
"structures/BShip6",
|
||||
"structures/kship1",
|
||||
"structures/kship2",
|
||||
"structures/kship3",
|
||||
"structures/kship4"
|
||||
|
||||
],
|
||||
"markers": [{
|
||||
"mark": [{"block": "minecraft:spruce_planks"}],
|
||||
"maximumMarkers": 5,
|
||||
"maximumMarkers": 4,
|
||||
"marker": "skelepirate"
|
||||
}],
|
||||
"chance": 0.005,
|
||||
|
||||
@@ -169,11 +169,21 @@
|
||||
"structures/shipgenericc",
|
||||
"structures/shipgenericr",
|
||||
"structures/shipgenericu",
|
||||
"structures/shipgenericc"
|
||||
"structures/shipgenericc",
|
||||
"structures/BShip1",
|
||||
"structures/BShip2",
|
||||
"structures/BShip3",
|
||||
"structures/BShip4",
|
||||
"structures/BShip5",
|
||||
"structures/BShip6",
|
||||
"structures/kship1",
|
||||
"structures/kship2",
|
||||
"structures/kship3",
|
||||
"structures/kship4"
|
||||
],
|
||||
"markers": [{
|
||||
"mark": [{"block": "minecraft:spruce_planks"}],
|
||||
"maximumMarkers": 5,
|
||||
"maximumMarkers": 4,
|
||||
"marker": "skelepirate"
|
||||
}],
|
||||
"chance": 0.005,
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
"vanillaDerivative": "OCEAN",
|
||||
"color": "#183860",
|
||||
"generators": [{
|
||||
"min": -1,
|
||||
"max": 0,
|
||||
"min": -2,
|
||||
"max": -1,
|
||||
"generator": "river"
|
||||
}],
|
||||
"layers": [
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
"vanillaDerivative": "OCEAN",
|
||||
"color": "#102540",
|
||||
"generators": [{
|
||||
"min": -32,
|
||||
"max": -10,
|
||||
"min": -2,
|
||||
"max": -1,
|
||||
"generator": "mountain"
|
||||
}],
|
||||
"layers": [
|
||||
|
||||
198
biomes/swamp/swamp-forest.json
Normal file
198
biomes/swamp/swamp-forest.json
Normal file
@@ -0,0 +1,198 @@
|
||||
{
|
||||
"name": "Swamp Forest",
|
||||
"derivative": "SWAMP",
|
||||
"vanillaDerivative": "SWAMP",
|
||||
"rarity": 2,
|
||||
"generators": [{
|
||||
"generator": "plain",
|
||||
"max": 4,
|
||||
"min": 1
|
||||
}],
|
||||
"children": ["swamp/swamp-puddle"],
|
||||
"childStyle": {
|
||||
"style": "IRIS",
|
||||
"exponent": 1.3
|
||||
},
|
||||
"childShrinkFactor": 8,
|
||||
"customDerivitives": [{
|
||||
"id": "k530forestswamp",
|
||||
"foliageColor": "#4a532f",
|
||||
"waterColor": "#49521d",
|
||||
"waterFogColor": "#49521d",
|
||||
"fogColor": "#325729",
|
||||
"grassColor": "#4b5332",
|
||||
"category": "forest"
|
||||
}],
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.1,
|
||||
"absoluteMaxStack": 2,
|
||||
"heightVariance":{
|
||||
"style": "SIMPLEX",
|
||||
"zoom": 0.4
|
||||
},
|
||||
"style":{
|
||||
"style": "IRIS",
|
||||
"exponent": 1.4,
|
||||
"zoom": 0.8
|
||||
},
|
||||
"palette": [{"block": "minecraft:dark_oak_leaves"}]
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"palette": [{"block": "minecraft:grass"}]
|
||||
},
|
||||
{
|
||||
"chance": 0.065,
|
||||
"palette": [{"block": "minecraft:fern"}]
|
||||
},
|
||||
{
|
||||
"chance": 0.005,
|
||||
"palette": [{"block": "minecraft:blue_orchid"}]
|
||||
},
|
||||
{
|
||||
"chance": 0.005,
|
||||
"palette": [{"block": "minecraft:brown_mushroom"},{"block": "minecraft:red_mushroom"}]
|
||||
},
|
||||
{
|
||||
"chance": 0.065,
|
||||
"palette": [{"block": "minecraft:large_fern"}]
|
||||
}
|
||||
],
|
||||
"layers": [
|
||||
{
|
||||
"style": {
|
||||
"style": "SIMPLEX",
|
||||
"exponent": 0.75,
|
||||
"fracture": {
|
||||
"style": "STATIC",
|
||||
"multiplier": 15
|
||||
}
|
||||
},
|
||||
"zoom": 0.8,
|
||||
"palette": [
|
||||
{
|
||||
"block": "minecraft:grass_block",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"block": "minecraft:brown_concrete_powder",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "minecraft:dirt",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "minecraft:coarse_dirt",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"maxHeight": 3,
|
||||
"minHeight": 3,
|
||||
"palette": [
|
||||
{
|
||||
"block": "minecraft:dirt",
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"block": "minecraft:coarse_dirt",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"maxHeight": 3,
|
||||
"minHeight": 3,
|
||||
"palette": [
|
||||
{
|
||||
"block": "minecraft:dirt",
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"block": "minecraft:coarse_dirt",
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"block": "minecraft:stone",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"block": "minecraft:coal_ore",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"mode": "STILT",
|
||||
"place": [
|
||||
"trees/mixed/dotree1",
|
||||
"trees/mixed/dotree2",
|
||||
"trees/mixed/dotree3",
|
||||
"trees/mixed/dotree4",
|
||||
"trees/mixed/dotree5",
|
||||
"trees/mixed/dotree6",
|
||||
"trees/mixed/dotree7",
|
||||
"trees/mixed/dotree8",
|
||||
"trees/mixed/dotree9",
|
||||
"trees/mixed/dotree10"
|
||||
],
|
||||
"chance": 0.65,
|
||||
"rotation": {
|
||||
"enabled": true,
|
||||
"yAxis": {
|
||||
"enabled": true,
|
||||
"interval": 90,
|
||||
"min": -360,
|
||||
"max": 360
|
||||
}
|
||||
},
|
||||
"translate": {"y": -1}
|
||||
},
|
||||
{
|
||||
"place": [
|
||||
"trees/acacia/17",
|
||||
"trees/acacia/18"
|
||||
],
|
||||
"translate":{
|
||||
"y": -4
|
||||
},
|
||||
"chance": 0.3,
|
||||
"rotation": {
|
||||
"enabled": true,
|
||||
"yAxis": {
|
||||
"enabled": true,
|
||||
"interval": 90,
|
||||
"min": -360,
|
||||
"max": 360
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "PAINT",
|
||||
"place": [
|
||||
"clutter/stump1",
|
||||
"clutter/stump2",
|
||||
"clutter/stump3",
|
||||
"clutter/stump4",
|
||||
"clutter/stump5",
|
||||
"clutter/stump6",
|
||||
"clutter/stump7"
|
||||
],
|
||||
"chance": 0.2,
|
||||
"rotation": {
|
||||
"enabled": true,
|
||||
"yAxis": {
|
||||
"enabled": true,
|
||||
"interval": 90,
|
||||
"min": -360,
|
||||
"max": 360
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
118
biomes/swamp/swamp-mangrove-lake.json
Normal file
118
biomes/swamp/swamp-mangrove-lake.json
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"name": "Swamp Mangrove Forest",
|
||||
"derivative": "SWAMP",
|
||||
"vanillaDerivative": "SWAMP",
|
||||
"rarity": 2,
|
||||
"generators": [{
|
||||
"generator": "mountain",
|
||||
"max": -1,
|
||||
"min": -3
|
||||
}],
|
||||
"customDerivitives": [{
|
||||
"id": "k530mangroveswamp",
|
||||
"foliageColor": "#4a532f",
|
||||
"waterColor": "#49521d",
|
||||
"waterFogColor": "#49521d",
|
||||
"fogColor": "#325729",
|
||||
"grassColor": "#4b5332",
|
||||
"category": "forest"
|
||||
}],
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 3,
|
||||
"style": {
|
||||
"style": "SIMPLEX",
|
||||
"fracture": {
|
||||
"style": "STATIC",
|
||||
"multiplier": 15
|
||||
}
|
||||
},
|
||||
"zoom": 0.8,
|
||||
"palette": [
|
||||
{"block": "minecraft:dirt"},
|
||||
{"block": "minecraft:coarse_dirt"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"maxHeight": 3,
|
||||
"minHeight": 3,
|
||||
"palette": [
|
||||
{
|
||||
"block": "minecraft:dirt",
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"block": "minecraft:coarse_dirt",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"maxHeight": 3,
|
||||
"minHeight": 3,
|
||||
"palette": [
|
||||
{
|
||||
"block": "minecraft:dirt",
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"block": "minecraft:coarse_dirt",
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"block": "minecraft:stone",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"block": "minecraft:coal_ore",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"mode": "PAINT",
|
||||
"onwater": true,
|
||||
"chance": 1,
|
||||
"density": 4,
|
||||
"place": [
|
||||
"trees/mangrove/mangrove1",
|
||||
"trees/mangrove/mangrove2",
|
||||
"trees/mangrove/mangrove3",
|
||||
"trees/mangrove/mangrove4",
|
||||
"trees/mangrove/mangrove5",
|
||||
"trees/mangrove/mangrove6",
|
||||
"trees/mangrove/mangrove7",
|
||||
"trees/mangrove/mangrove8",
|
||||
"trees/mangrove/mangrove9",
|
||||
"trees/mangrove/mangrove10",
|
||||
"trees/mangrove/mangrove11",
|
||||
"trees/mangrove/mangrove12",
|
||||
"trees/mangrove/mangrove13",
|
||||
"trees/mangrove/mangrove14",
|
||||
"trees/mangrove/mangrove15",
|
||||
"trees/mangrove/mangrove16",
|
||||
"trees/mangrove/mangrove17",
|
||||
"trees/mangrove/mangrove18",
|
||||
"trees/mangrove/mangrove19",
|
||||
"trees/mangrove/mangrove20"
|
||||
],
|
||||
"rotation": {
|
||||
"enabled": true,
|
||||
"yAxis": {
|
||||
"enabled": true,
|
||||
"interval": 90,
|
||||
"min": -360,
|
||||
"max": 360
|
||||
}
|
||||
},
|
||||
"translate": {"y": -7},
|
||||
"edit": [{
|
||||
"find": [{"block": "minecraft:oak_fence"}],
|
||||
"replace": {"palette": [{"block": "minecraft:air"}]}
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
139
biomes/swamp/swamp-puddle.json
Normal file
139
biomes/swamp/swamp-puddle.json
Normal file
@@ -0,0 +1,139 @@
|
||||
{
|
||||
"name": "Swamp Puddle",
|
||||
"derivative": "SWAMP",
|
||||
"vanillaDerivative": "SWAMP",
|
||||
"rarity": 2,
|
||||
"generators": [{
|
||||
"generator": "plain",
|
||||
"max": -7,
|
||||
"min": -6
|
||||
}],
|
||||
"customDerivitives": [{
|
||||
"id": "k530puddle",
|
||||
"foliageColor": "#4a532f",
|
||||
"waterColor": "#49521d",
|
||||
"waterFogColor": "#49521d",
|
||||
"fogColor": "#325729",
|
||||
"grassColor": "#4b5332",
|
||||
"category": "forest"
|
||||
}],
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.25,
|
||||
"palette": [{"block": "minecraft:grass"}]
|
||||
},
|
||||
{
|
||||
"chance": 0.065,
|
||||
"palette": [{"block": "minecraft:fern"}]
|
||||
},
|
||||
{
|
||||
"chance": 0.005,
|
||||
"palette": [{"block": "minecraft:blue_orchid"}]
|
||||
},
|
||||
{
|
||||
"chance": 0.065,
|
||||
"palette": [{"block": "minecraft:large_fern"}]
|
||||
}
|
||||
],
|
||||
"layers": [
|
||||
{
|
||||
"style": {
|
||||
"style": "SIMPLEX",
|
||||
"exponent": 0.75,
|
||||
"fracture": {
|
||||
"style": "STATIC",
|
||||
"multiplier": 15
|
||||
}
|
||||
},
|
||||
"zoom": 0.8,
|
||||
"palette": [
|
||||
{
|
||||
"block": "minecraft:grass_block",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"block": "minecraft:brown_concrete_powder",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "minecraft:dirt",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "minecraft:coarse_dirt",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"maxHeight": 3,
|
||||
"minHeight": 3,
|
||||
"palette": [
|
||||
{
|
||||
"block": "minecraft:dirt",
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"block": "minecraft:coarse_dirt",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"maxHeight": 3,
|
||||
"minHeight": 3,
|
||||
"palette": [
|
||||
{
|
||||
"block": "minecraft:dirt",
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"block": "minecraft:coarse_dirt",
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"block": "minecraft:stone",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"block": "minecraft:coal_ore",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"mode": "PAINT",
|
||||
"place": [
|
||||
"trees/willow/t1",
|
||||
"trees/willow/t2",
|
||||
"trees/willow/t3",
|
||||
"trees/willow/t4",
|
||||
"trees/willow/t5",
|
||||
"trees/willow/t6",
|
||||
"trees/willow/t7",
|
||||
"trees/willow/t8",
|
||||
"trees/mangrove/t1",
|
||||
"trees/mangrove/t2",
|
||||
"trees/mangrove/t3",
|
||||
"trees/mangrove/t4"
|
||||
],
|
||||
"chance": 0.5,
|
||||
"rotation": {
|
||||
"enabled": true,
|
||||
"yAxis": {
|
||||
"enabled": true,
|
||||
"interval": 90,
|
||||
"min": -360,
|
||||
"max": 360
|
||||
}
|
||||
},
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -3,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -177,11 +177,21 @@
|
||||
"structures/shipgenericc",
|
||||
"structures/shipgenericr",
|
||||
"structures/shipgenericu",
|
||||
"structures/shipgenericc"
|
||||
"structures/shipgenericc",
|
||||
"structures/BShip1",
|
||||
"structures/BShip2",
|
||||
"structures/BShip3",
|
||||
"structures/BShip4",
|
||||
"structures/BShip5",
|
||||
"structures/BShip6",
|
||||
"structures/kship1",
|
||||
"structures/kship2",
|
||||
"structures/kship3",
|
||||
"structures/kship4"
|
||||
],
|
||||
"markers": [{
|
||||
"mark": [{"block": "minecraft:spruce_planks"}],
|
||||
"maximumMarkers": 5,
|
||||
"maximumMarkers": 4,
|
||||
"marker": "skelepirate"
|
||||
}],
|
||||
"chance": 0.003,
|
||||
|
||||
@@ -137,11 +137,21 @@
|
||||
"structures/shipgenericc",
|
||||
"structures/shipgenericr",
|
||||
"structures/shipgenericu",
|
||||
"structures/shipgenericc"
|
||||
"structures/shipgenericc",
|
||||
"structures/BShip1",
|
||||
"structures/BShip2",
|
||||
"structures/BShip3",
|
||||
"structures/BShip4",
|
||||
"structures/BShip5",
|
||||
"structures/BShip6",
|
||||
"structures/kship1",
|
||||
"structures/kship2",
|
||||
"structures/kship3",
|
||||
"structures/kship4"
|
||||
],
|
||||
"markers": [{
|
||||
"mark": [{"block": "minecraft:spruce_planks"}],
|
||||
"maximumMarkers": 5,
|
||||
"maximumMarkers": 4,
|
||||
"marker": "skelepirate"
|
||||
}],
|
||||
"chance": 0.005,
|
||||
|
||||
BIN
objects/structures/BShip1.iob
Normal file
BIN
objects/structures/BShip1.iob
Normal file
Binary file not shown.
BIN
objects/structures/BShip2.iob
Normal file
BIN
objects/structures/BShip2.iob
Normal file
Binary file not shown.
BIN
objects/structures/BShip3.iob
Normal file
BIN
objects/structures/BShip3.iob
Normal file
Binary file not shown.
BIN
objects/structures/BShip4.iob
Normal file
BIN
objects/structures/BShip4.iob
Normal file
Binary file not shown.
BIN
objects/structures/BShip5.iob
Normal file
BIN
objects/structures/BShip5.iob
Normal file
Binary file not shown.
BIN
objects/structures/BShip6.iob
Normal file
BIN
objects/structures/BShip6.iob
Normal file
Binary file not shown.
BIN
objects/structures/kship1.iob
Normal file
BIN
objects/structures/kship1.iob
Normal file
Binary file not shown.
BIN
objects/structures/kship2.iob
Normal file
BIN
objects/structures/kship2.iob
Normal file
Binary file not shown.
BIN
objects/structures/kship3.iob
Normal file
BIN
objects/structures/kship3.iob
Normal file
Binary file not shown.
BIN
objects/structures/kship4.iob
Normal file
BIN
objects/structures/kship4.iob
Normal file
Binary file not shown.
BIN
objects/structures/ruins-desert-1.iob
Normal file
BIN
objects/structures/ruins-desert-1.iob
Normal file
Binary file not shown.
BIN
objects/structures/ruins-desert-2.iob
Normal file
BIN
objects/structures/ruins-desert-2.iob
Normal file
Binary file not shown.
BIN
objects/trees/acacia/17.iob
Normal file
BIN
objects/trees/acacia/17.iob
Normal file
Binary file not shown.
BIN
objects/trees/acacia/18.iob
Normal file
BIN
objects/trees/acacia/18.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove1.iob
Normal file
BIN
objects/trees/mangrove/mangrove1.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove10.iob
Normal file
BIN
objects/trees/mangrove/mangrove10.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove11.iob
Normal file
BIN
objects/trees/mangrove/mangrove11.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove12.iob
Normal file
BIN
objects/trees/mangrove/mangrove12.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove13.iob
Normal file
BIN
objects/trees/mangrove/mangrove13.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove14.iob
Normal file
BIN
objects/trees/mangrove/mangrove14.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove15.iob
Normal file
BIN
objects/trees/mangrove/mangrove15.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove16.iob
Normal file
BIN
objects/trees/mangrove/mangrove16.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove17.iob
Normal file
BIN
objects/trees/mangrove/mangrove17.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove18.iob
Normal file
BIN
objects/trees/mangrove/mangrove18.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove19.iob
Normal file
BIN
objects/trees/mangrove/mangrove19.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove2.iob
Normal file
BIN
objects/trees/mangrove/mangrove2.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove20.iob
Normal file
BIN
objects/trees/mangrove/mangrove20.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove3.iob
Normal file
BIN
objects/trees/mangrove/mangrove3.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove4.iob
Normal file
BIN
objects/trees/mangrove/mangrove4.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove5.iob
Normal file
BIN
objects/trees/mangrove/mangrove5.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove6.iob
Normal file
BIN
objects/trees/mangrove/mangrove6.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove7.iob
Normal file
BIN
objects/trees/mangrove/mangrove7.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove8.iob
Normal file
BIN
objects/trees/mangrove/mangrove8.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/mangrove9.iob
Normal file
BIN
objects/trees/mangrove/mangrove9.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/t1.iob
Normal file
BIN
objects/trees/mangrove/t1.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/t2.iob
Normal file
BIN
objects/trees/mangrove/t2.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/t3.iob
Normal file
BIN
objects/trees/mangrove/t3.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/t4.iob
Normal file
BIN
objects/trees/mangrove/t4.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/t5.iob
Normal file
BIN
objects/trees/mangrove/t5.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree1.iob
Normal file
BIN
objects/trees/mangrove/tree1.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree10.iob
Normal file
BIN
objects/trees/mangrove/tree10.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree11.iob
Normal file
BIN
objects/trees/mangrove/tree11.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree12.iob
Normal file
BIN
objects/trees/mangrove/tree12.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree13.iob
Normal file
BIN
objects/trees/mangrove/tree13.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree14.iob
Normal file
BIN
objects/trees/mangrove/tree14.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree15.iob
Normal file
BIN
objects/trees/mangrove/tree15.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree16.iob
Normal file
BIN
objects/trees/mangrove/tree16.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree17.iob
Normal file
BIN
objects/trees/mangrove/tree17.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree18.iob
Normal file
BIN
objects/trees/mangrove/tree18.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree19.iob
Normal file
BIN
objects/trees/mangrove/tree19.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree2.iob
Normal file
BIN
objects/trees/mangrove/tree2.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree20.iob
Normal file
BIN
objects/trees/mangrove/tree20.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree21.iob
Normal file
BIN
objects/trees/mangrove/tree21.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree3.iob
Normal file
BIN
objects/trees/mangrove/tree3.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree4.iob
Normal file
BIN
objects/trees/mangrove/tree4.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree5.iob
Normal file
BIN
objects/trees/mangrove/tree5.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree6.iob
Normal file
BIN
objects/trees/mangrove/tree6.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree7.iob
Normal file
BIN
objects/trees/mangrove/tree7.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree8.iob
Normal file
BIN
objects/trees/mangrove/tree8.iob
Normal file
Binary file not shown.
BIN
objects/trees/mangrove/tree9.iob
Normal file
BIN
objects/trees/mangrove/tree9.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/bt1.iob
Normal file
BIN
objects/trees/willow/bt1.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/bt2.iob
Normal file
BIN
objects/trees/willow/bt2.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/bt3.iob
Normal file
BIN
objects/trees/willow/bt3.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/bt4.iob
Normal file
BIN
objects/trees/willow/bt4.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/bt5.iob
Normal file
BIN
objects/trees/willow/bt5.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/bt6.iob
Normal file
BIN
objects/trees/willow/bt6.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/bt7.iob
Normal file
BIN
objects/trees/willow/bt7.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/bt8.iob
Normal file
BIN
objects/trees/willow/bt8.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/bt9.iob
Normal file
BIN
objects/trees/willow/bt9.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/t1.iob
Normal file
BIN
objects/trees/willow/t1.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/t2.iob
Normal file
BIN
objects/trees/willow/t2.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/t3.iob
Normal file
BIN
objects/trees/willow/t3.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/t4.iob
Normal file
BIN
objects/trees/willow/t4.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/t5.iob
Normal file
BIN
objects/trees/willow/t5.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/t6.iob
Normal file
BIN
objects/trees/willow/t6.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/t7.iob
Normal file
BIN
objects/trees/willow/t7.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/t8.iob
Normal file
BIN
objects/trees/willow/t8.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/w1.iob
Normal file
BIN
objects/trees/willow/w1.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/w2.iob
Normal file
BIN
objects/trees/willow/w2.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/w3.iob
Normal file
BIN
objects/trees/willow/w3.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/w4.iob
Normal file
BIN
objects/trees/willow/w4.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/w5.iob
Normal file
BIN
objects/trees/willow/w5.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/w6.iob
Normal file
BIN
objects/trees/willow/w6.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/w7.iob
Normal file
BIN
objects/trees/willow/w7.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/w8.iob
Normal file
BIN
objects/trees/willow/w8.iob
Normal file
Binary file not shown.
BIN
objects/trees/willow/w9.iob
Normal file
BIN
objects/trees/willow/w9.iob
Normal file
Binary file not shown.
@@ -6,6 +6,7 @@
|
||||
"swamp/willow-forest",
|
||||
"swamp/sea/lake",
|
||||
"swamp/roofed-wayward",
|
||||
"swamp/swamp-forest",
|
||||
"swamp/cambian-drift",
|
||||
"swamp/marsh"
|
||||
],
|
||||
@@ -16,6 +17,7 @@
|
||||
}],
|
||||
"seaBiomes": [
|
||||
"swamp/sea/ocean",
|
||||
"swamp/swamp-mangrove-lake",
|
||||
"swamp/sea/ocean-tree"
|
||||
],
|
||||
"riverStyle": {
|
||||
|
||||
Reference in New Issue
Block a user