9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-19 14:59:24 +00:00

Merge pull request #326 from RePixelatedMC/stable

V3900 Part 1
This commit is contained in:
Brian Fopiano
2023-12-21 20:50:43 -05:00
committed by GitHub
11 changed files with 1095 additions and 40 deletions

View File

@@ -0,0 +1,282 @@
{
"name": "Dark forest",
"color": "#47B019",
"rarity": 12,
"derivative": "FOREST",
"vanillaDerivative": "FOREST",
"biomeScatter": ["FOREST"],
"customDerivitives": [
{
"id": "darkforest_light",
"skyColor": "#000a00",
"fogColor": "#000a00",
"foliageColor": "#011601",
"waterColor": "#A5FFED",
"grassColor": "#041c05",
"category": "forest"
},
{
"id": "darkforest_dark",
"skyColor": "#000a00",
"fogColor": "#041c05",
"foliageColor": "#011601",
"waterColor": "#A5FFED",
"grassColor": "#041c05",
"category": "forest"
}
],
"entitySpawners": [
"special/darkforest"
],
"effects": [
{
"chance": 1,
"interval": 1,
"particleEffect": "TOWN_AURA",
"particleAltY": 7,
"particleAltX": 1,
"particleCount": 10
}
],
"jigsawStructures": [
{
"structure": "pillager-outpost",
"rarity": 800
},
{
"structure": "village-plains",
"rarity": 1200
}
],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"biomeZoom": 60,
"biomeStyle": {"style": "SIMPLEX"},
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
},
"layers": [
{
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:grass_block"}]
},
{"palette": [{"block": "minecraft:dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:coarse_dirt"}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"mode": "MIN_HEIGHT",
"chance": 0.008,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/camp1",
"clutter/camp4",
"clutter/camp5",
"clutter/camp3"
]
},
{
"chance": 1,
"density": 1,
"mode": "CENTER_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"chance": 0.05,
"find": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:birch_leaves"}
],
"replace": {
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:jungle_leaves"}]
}
},
{
"chance": 1,
"find": [
{"block": "minecraft:stripped_birch_wood"}
],
"replace": {
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:dark_oak_wood"}]
}
}],
"place": [
"trees/sakura/genericsak1",
"trees/sakura/genericsak2",
"trees/sakura/genericsak3",
"trees/sakura/genericsak4",
"trees/sakura/genericsak5"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.003,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/obelisk1",
"clutter/obelisk2",
"clutter/obelisk3",
"clutter/obelisk4",
"clutter/obelisk5",
"clutter/obelisk6",
"clutter/obelisk7"
]
},
{
"chance": 0.001,
"mode": "PAINT",
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/literalgarbage1",
"clutter/literalgarbage2",
"clutter/literalgarbage3",
"clutter/literalgarbage4"
]
},
{
"chance": 0.008,
"mode": "PAINT",
"place": [
"clutter/pumpkins1",
"clutter/pumpkins2",
"clutter/pumpkins3",
"clutter/pumpkins4",
"clutter/pumpkins5",
"clutter/pumpkins6"
],
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"max": 360,
"min": 0,
"interval": 90
}
},
"translate": {"y": 1}
}
],
"decorators": [
{
"chance": 0.0001,
"variance": {"style": "VASCULAR"},
"style":{
"style": "VASCULAR",
"zoom": 1
},
"topThreshold": 1,
"topPalette": [{
"block": "minecraft:soul_lantern"
}],
"stackMax": 2,
"stackMin": 2,
"zoom": 0.1,
"palette": [
{
"chance": 7,
"block": "minecraft:cobblestone_wall"
}
]
},
{
"chance": 0.6,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [
{
"weight": 1,
"block": "minecraft:grass"
},
{"block": "minecraft:grass"},
{"block": "minecraft:grass"},
{
"chance": 7,
"block": "minecraft:grass"
}
]
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "minecraft:oak_leaves"}]
},
{
"chance": 0.2,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "minecraft:cobblestone_slab"}]
}
]
}

View File

@@ -0,0 +1,178 @@
{
"name": "Mountain Plains Hills",
"color": "#616E75",
"rarity": 1,
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"generators": [
{
"generator": "smooth-dunes",
"max": 70,
"min": 50
},
{
"generator": "mountain",
"max": 5,
"min": 1
}
],
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]},
"layers": [
{"palette": [{"block": "minecraft:grass_block"}]},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [{"block": "minecraft:dirt"}]
},
{
"style": {"style": "STATIC"},
"minHeight": 1,
"maxHeight": 1,
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"place": [
"trees/oak/truegeneric1",
"trees/oak/truegeneric3",
"trees/oak/truegeneric3",
"trees/oak/truegeneric4",
"trees/oak/truegeneric5"
],
"chance": 0.07,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"trees/oak/lponderosa1",
"trees/oak/lponderosa2",
"trees/oak/lponderosa3",
"trees/oak/lponderosa4",
"trees/oak/lponderosa5",
"trees/oak/lponderosa6",
"trees/oak/lponderosa7",
"trees/oak/lponderosa8",
"trees/oak/lponderosa9",
"trees/oak/lponderosa10",
"trees/oak/lponderosa11",
"trees/oak/lponderosa13",
"trees/oak/lponderosa14",
"trees/oak/lponderosa15"
],
"mode": "CENTER_HEIGHT",
"chance": 0.28,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"clutter/arbusto1",
"clutter/arbusto2",
"clutter/arbusto3",
"clutter/arbusto4",
"clutter/arbusto5"
],
"chance": 0.17,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"structures/landstone1",
"structures/landstone2",
"structures/landstone3",
"structures/landstone4",
"structures/landstone5"
],
"chance": 0.04,
"mode": "PAINT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
],
"decorators": [
{
"chance": 0.2,
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"palette": [
{"block": "minecraft:dandelion"},
{"block": "minecraft:poppy"},
{"block": "minecraft:blue_orchid"},
{"block": "minecraft:allium"},
{"block": "minecraft:azure_bluet"},
{"block": "minecraft:red_tulip"},
{"block": "minecraft:orange_tulip"},
{"block": "minecraft:white_tulip"},
{"block": "minecraft:pink_tulip"},
{"block": "minecraft:oxeye_daisy"},
{"block": "minecraft:cornflower"},
{"block": "minecraft:lily_of_the_valley"}
]
},
{
"chance": 0.01,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.025,
"palette": [{"block": "minecraft:oak_leaves"}]
},
{
"chance": 0.5,
"palette": [{"block": "minecraft:grass"}]
}
]
}

View File

@@ -5,7 +5,8 @@
"derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"children": [
"mountain/plain-extended"
"mountain/plain-extended",
"mountain/mplain-extended"
],
"generators": [
{
@@ -105,6 +106,20 @@
}
],
"objects": [
{
"mode": "CENTER_HEIGHT",
"chance": 0.05,
"place": [
"trees/sproak/sp1",
"trees/sproak/sp2",
"trees/sproak/sp3",
"trees/sproak/sp4",
"trees/sproak/sp5",
"trees/sproak/sp6"
]
},
{
"mode": "PAINT",
"chance": 0.1,

View File

@@ -0,0 +1,244 @@
{
"name": "Birch Tall Forest",
"color": "#A8F588",
"rarity": 6,
"derivative": "BIRCH_FOREST",
"vanillaDerivative": "BIRCH_FOREST",
"jigsawStructures": [
{
"structure": "pillager-outpost",
"rarity": 800
},
{
"structure": "village-plains",
"rarity": 1200
}
],
"generators": [
{
"min": 10,
"max": 30,
"generator": "highplains"
}
],
"biomeZoom": 50,
"biomeStyle": {"style": "SIMPLEX"},
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
},
"layers": [
{
"style": {"style": "STATIC"},
"zoom": 0.656,
"palette": [
{
"weight": 19,
"block": "minecraft:grass_block"
},
{"block": "minecraft:gravel"},
{
"weight": 19,
"block": "minecraft:grass_block"
}
]
},
{"palette": [{"block": "minecraft:dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:coarse_dirt"}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.0025,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/bincluster1"]
},
{
"mode": "PAINT",
"chance": 0.00375,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/camp1"]
},
{
"chance": 0.39,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/birch/largeponderosa1",
"trees/birch/largeponderosa2",
"trees/birch/largeponderosa3",
"trees/birch/largeponderosa4",
"trees/birch/largeponderosa5",
"trees/birch/largeponderosa6",
"trees/birch/largeponderosa7",
"trees/birch/largeponderosa8",
"trees/birch/largeponderosa9",
"trees/birch/largeponderosa10",
"trees/birch/largeponderosa11",
"trees/birch/largeponderosa12",
"trees/birch/largeponderosa13",
"trees/birch/largeponderosa14",
"trees/birch/largeponderosa15",
"trees/birch/largeponderosa16",
"trees/birch/largeponderosa17",
"trees/birch/largeponderosa18",
"trees/birch/largeponderosa19",
"trees/birch/largeponderosa20"
]
},
{
"chance": 0.08,
"density": 4,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/birch/forest1",
"trees/birch/forest2",
"trees/birch/forest3",
"trees/birch/forest4"
]
},
{
"chance": 0.08,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/birch/antioch3b",
"trees/birch/antioch4b",
"trees/birch/antioch5b",
"trees/birch/antioch6b"
],
"addFeatures": [{
"rarity": 1,
"zone": {
"blockRadius": 8,
"entitySpawners": ["hives"]
}
}]
},
{
"chance": 0.008,
"mode": "PAINT",
"place": [
"clutter/pumpkins1",
"clutter/pumpkins2",
"clutter/pumpkins3",
"clutter/pumpkins4",
"clutter/pumpkins5",
"clutter/pumpkins6"
],
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"max": 360,
"min": 0,
"interval": 90
}
},
"translate": {"y": 1}
}
],
"decorators": [
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"zoom": 0.1,
"palette": [
{"block": "minecraft:allium"},
{"block": "minecraft:poppy"},
{"block": "minecraft:dandelion"},
{"block": "minecraft:azure_bluet"},
{"block": "minecraft:pink_tulip"},
{"block": "minecraft:cornflower"},
{"block": "minecraft:lily_of_the_valley"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.4,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "minecraft:grass"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.017,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "minecraft:tall_grass"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.025,
"palette": [{"block": "minecraft:birch_leaves"}]
}
],
"childStyle": {
"style": "NOWHERE_SIMPLEX",
"zoom": 5
}
}

View File

@@ -119,10 +119,7 @@
"replace": {
"palette": [
{
"block": "minecraft:cherry_log"
},
{
"block": "minecraft:stripped_cherry_wood"
"block": "minecraft:cherry_wood"
}
],
"style": {
@@ -191,9 +188,9 @@
]
},
{
"chance": 0.7,
"chance": 0.25,
"mode": "MIN_HEIGHT",
"density": 2,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
@@ -239,10 +236,7 @@
},
"palette": [
{
"block": "minecraft:cherry_log"
},
{
"block": "minecraft:stripped_cherry_wood"
"block": "minecraft:cherry_wood"
}
]
}
@@ -327,27 +321,6 @@
}
],
"decorators": [
{
"chance": 0.0075,
"variance": {
"style": "VASCULAR"
},
"zoom": 0.2,
"topPalette": [{
"block": "minecraft:lantern",
"data": {
"hanging": "false"
}
}],
"stackMax": 2,
"stackMin": 2,
"palette": [
{
"block": "minecraft:oak_fence"
}
]
},
{
"chance": 0.6,
"variance": {

View File

@@ -0,0 +1,196 @@
{
"name": "Tundra Magic Violet Forest",
"color": "#35930C",
"rarity": 7,
"derivative": "WINDSWEPT_HILLS",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"biomeScatter": [
"OLD_GROWTH_PINE_TAIGA",
"WINDSWEPT_HILLS"
],
"customDerivitives": [{
"grassColor": "#ca80e9",
"foliageColor": "#9f19d7",
"id": "tunmagvioletforest",
"waterColor": "#5C3BEF",
"waterFogColor": "#7A768F",
"category": "forest",
"fogColor": "#bf66e5",
"skyColor": "#bf66e5"
}],
"generators": [{
"generator": "mountain",
"max": 44,
"min": 20
}],
"biomeZoom": 30,
"biomeStyle": {"style": "SIMPLEX"},
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
},
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {"minimumSlope": 6.9},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:gravel"}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {"minimumSlope": 5.3},
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:coarse_dirt"},
{"block": "minecraft:gravel"}
]
},
{"palette": [{"block": "minecraft:grass_block"}]},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"place": [
"clutter/gravelsplotch1",
"clutter/gravelsplotch2",
"clutter/gravelsplotch3",
"clutter/gravelsplotch4"
],
"chance": 0.35,
"mode": "PAINT"
},
{
"chance": 0.8,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"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"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/obelisk1",
"clutter/obelisk2",
"clutter/obelisk3",
"clutter/obelisk4",
"clutter/obelisk5",
"clutter/obelisk6",
"clutter/obelisk7"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
}
],
"decorators": [
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"zoom": 0.1,
"palette": [
{"block": "minecraft:white_tulip"},
{"block": "minecraft:lilac"},
{"block": "minecraft:poppy"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 1},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 2},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 3},
"block": "minecraft:sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.2,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "minecraft:grass"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.015,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{"block": "minecraft:amethyst_cluster"},
{"block": "minecraft:large_amethyst_bud"},
{"block": "minecraft:medium_amethyst_bud"}
],
"style": {"style": "STATIC"}
}
],
"childShrinkFactor": 8
}

View File

@@ -1,5 +1,5 @@
{
"version": 3820,
"version": 3900,
"name": "Overworld",
"environment": "NORMAL",
"dimensionAngleDeg": 69,
@@ -62,7 +62,8 @@
"tropical",
"swamp",
"tundra",
"prototype/cursed"
"prototype/cursed",
"forests"
],
"seaBiomeStyle": {
@@ -138,7 +139,7 @@
{
"breakSurface": true,
"cave": "cavesv4/spider-infestation/main",
"rarity": 70,
"rarity": 170,
"caveStartHeight": {
"max": 360,
"min": 64,

142
regions/forests.json Normal file
View File

@@ -0,0 +1,142 @@
{
"name": "Forests",
"color": "#9BEE61",
"rarity": 1,
"landBiomes": [
"tundra/forest",
"tundra/autumn",
"mountain/plains",
"temperate/reaching-forest-violet",
"temperate/flower-forest",
"temperate/birch-tall",
"temperate/osaka-red-forest",
"mountain/mountain",
"temperate/combo-forest",
"tundra/redwood-forest"
],
"caveBiomes": [
"carving/rocky-cavebiome"
],
"jigsawStructures": [
{
"structure": "ruined-portal",
"rarity": 1200
},
{
"structure": "dungeon-skeleton",
"rarity": 800
},
{
"structure": "dungeon-spider",
"rarity": 800
},
{
"structure": "dungeon-zombie",
"rarity": 800
}
],
"objects": [
{
"heightmap": {
"seed": 1337,
"style": {
"style": "SIMPLEX",
"multiplier": 10
},
"offsetY": 5
},
"chance": 0.05,
"bottom": true,
"density": 1,
"place": [
"structures/amethyst1",
"structures/amethyst2",
"structures/amethyst3",
"structures/amethyst4",
"structures/amethyst5",
"structures/amethyst6"
],
"edit": [
{
"find": [
{
"block": "minecraft:glass"
}
],
"replace": {
"palette": [
{
"block": "minecraft:void_air"
}
]
}
}
],
"enabled": true,
"xAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"yAxis": {
"interval": 90,
"max": 270,
"min": 0
},
"translate": {
"yRandom": 10,
"y": 2
}
}
],
"shoreBiomes": [
"temperate/shore/beach",
"temperate/shore/oak-beach"
],
"seaBiomeZoom": 6,
"seaBiomes": [
"ocean/deep",
"ocean/dark-depth-ocean",
"ocean/rich-oceans"
],
"entitySpawners": [
"temperate/passive",
"temperate/hostile",
"temperate/cave",
"temperate/water"
],
"shoreBiomeZoom": 0.15,
"deposits": [
{
"minHeight": 15,
"maxPerChunk": 26,
"maxHeight": 410,
"minPerChunk": 4,
"minSize": 3,
"maxSize": 8,
"palette": [
{
"block": "minecraft:iron_ore"
},
{
"block": "minecraft:coal_ore"
}
],
"varience": 4
}
],
"riverRarity": 1,
"landBiomeZoom": 3.5,
"shoreHeightMin": 1,
"shoreHeightMax": 5.2,
"shoreHeightZoom": 1.14,
"riverThickness": 0.025,
"loot": {
"mode": "REPLACE",
"tables": [
"temperate/clutter",
"temperate/food"
]
}
}

View File

@@ -4,7 +4,8 @@
"rarity": 15,
"color": "#A9A9A9",
"landBiomes": [
"cursed/cursed-mountains"
"cursed/cursed-mountains",
"cursed/dark-forest"
],
"seaBiomes": [
"cursed/oceans/cursed-ocean"

View File

@@ -15,16 +15,12 @@
"temperate/birch-forest",
"temperate/longtree-forest",
"temperate/oak-forest",
"temperate/cherry-blossom-forest",
"temperate/osaka-violet-forest",
"temperate/osaka-red-forest",
"mountain/Cute_Cliffs",
"mountain/Cute_Cliffs",
"temperate/cherry-blossom-forest",
"temperate/roughplains",
"temperate/calmplains",
"temperate/fancyplains",
"temperate/shattered-plains",
"temperate/sakura-forest",
"temperate/oak-forest-flat",
"temperate/croak"

View File

@@ -0,0 +1,27 @@
{
"group": "NORMAL",
"maximumRate": {
"amount": 30,
"per": {"seconds": 25}
},
"maxEntitiesPerChunk": 2,
"energyMultiplier": 0.95,
"weather": "ANY",
"spawns": [
{
"entity": "standard/hostile/witch",
"energyMultiplier": 0.885,
"rarity": 9
},
{
"entity": "standard/hostile/skeleton",
"energyMultiplier": 1.15,
"rarity": 2
},
{
"entity": "standard/hostile/zombie",
"energyMultiplier": 1.15,
"rarity": 1
}
]
}