diff --git a/biomes/frozen-beach.json b/biomes/frozen-beach.json index 701c0b8b..66acbb14 100644 --- a/biomes/frozen-beach.json +++ b/biomes/frozen-beach.json @@ -13,6 +13,10 @@ ] } ], + "entityInitialSpawns": [ + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "wolf", "maxSpawns": 2, "minSpawns": 0, "rarity": 6} +], "objects": [ { "chance": 0.001, diff --git a/biomes/frozen-mountains-cliffs.json b/biomes/frozen-mountains-cliffs.json index af92bd5b..353e9154 100644 --- a/biomes/frozen-mountains-cliffs.json +++ b/biomes/frozen-mountains-cliffs.json @@ -176,6 +176,10 @@ ] } ], + "entityInitialSpawns": [ + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "children": [ "frozen-peak", "frozen-mountains", diff --git a/biomes/frozen-mountains.json b/biomes/frozen-mountains.json index b50e2d38..977eaab3 100644 --- a/biomes/frozen-mountains.json +++ b/biomes/frozen-mountains.json @@ -123,6 +123,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "biomeZoom": 30, "derivative": "SNOWY_TAIGA_MOUNTAINS", "biomeStyle": { diff --git a/biomes/frozen-peak.json b/biomes/frozen-peak.json index e22c5c0c..52387f58 100644 --- a/biomes/frozen-peak.json +++ b/biomes/frozen-peak.json @@ -61,6 +61,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "name": "Frozen Peaks", "layers": [ { diff --git a/biomes/frozen-pines.json b/biomes/frozen-pines.json index c5801696..1c225a15 100644 --- a/biomes/frozen-pines.json +++ b/biomes/frozen-pines.json @@ -140,6 +140,10 @@ "children": [ "frozen-vander" ], + "entityInitialSpawns": [ + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "name": "Frozen Pines", "layers": [ { diff --git a/biomes/frozen-plains-hills.json b/biomes/frozen-plains-hills.json index 378e6c6c..e3679b30 100644 --- a/biomes/frozen-plains-hills.json +++ b/biomes/frozen-plains-hills.json @@ -142,6 +142,10 @@ ] } ], + "entityInitialSpawns": [ + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "generators": [ { "min": 5, diff --git a/biomes/frozen-plains.json b/biomes/frozen-plains.json index 193f4b4d..cdc1f670 100644 --- a/biomes/frozen-plains.json +++ b/biomes/frozen-plains.json @@ -37,6 +37,10 @@ "children": [ "frozen-plains-hills" ], + "entityInitialSpawns": [ + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "objects": [ { "chance": 0.000256, diff --git a/biomes/frozen-redwoods-forest.json b/biomes/frozen-redwoods-forest.json index 202745b6..2ef0ee56 100644 --- a/biomes/frozen-redwoods-forest.json +++ b/biomes/frozen-redwoods-forest.json @@ -129,6 +129,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "biomeZoom": 30, "derivative": "SNOWY_TAIGA_MOUNTAINS", "biomeStyle": { diff --git a/biomes/frozen-vander.json b/biomes/frozen-vander.json index fe23954f..fab2c12b 100644 --- a/biomes/frozen-vander.json +++ b/biomes/frozen-vander.json @@ -166,6 +166,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "biomeZoom": 50, "derivative": "SNOWY_TAIGA_MOUNTAINS", "biomeStyle": { diff --git a/biomes/hot-acacia-denmyre.json b/biomes/hot-acacia-denmyre.json index b141c883..493769df 100644 --- a/biomes/hot-acacia-denmyre.json +++ b/biomes/hot-acacia-denmyre.json @@ -195,6 +195,10 @@ "generator": "plain" } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "derivative": "DESERT", "wall": { "style": { diff --git a/biomes/hot-beach.json b/biomes/hot-beach.json index 483660d4..182b1641 100644 --- a/biomes/hot-beach.json +++ b/biomes/hot-beach.json @@ -1,4 +1,8 @@ { + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "decorators": [ { "chance": 0.003, diff --git a/biomes/hot-desert-hills.json b/biomes/hot-desert-hills.json index 99961e26..72f3c980 100644 --- a/biomes/hot-desert-hills.json +++ b/biomes/hot-desert-hills.json @@ -64,6 +64,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "objects": [ { "chance": 0.001, diff --git a/biomes/hot-desert-mountains.json b/biomes/hot-desert-mountains.json index 8abc4c51..defe59fc 100644 --- a/biomes/hot-desert-mountains.json +++ b/biomes/hot-desert-mountains.json @@ -67,6 +67,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "objects": [ { "chance": 0.001, diff --git a/biomes/hot-desert-red.json b/biomes/hot-desert-red.json index 02cb2c21..ec2ad90c 100644 --- a/biomes/hot-desert-red.json +++ b/biomes/hot-desert-red.json @@ -70,6 +70,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "name": "Red Desert", "layers": [ { diff --git a/biomes/hot-desert.json b/biomes/hot-desert.json index 310f5cef..ada6e210 100644 --- a/biomes/hot-desert.json +++ b/biomes/hot-desert.json @@ -69,6 +69,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "objects": [ { "chance": 0.001, diff --git a/biomes/hot-dry-forest.json b/biomes/hot-dry-forest.json index f408942f..0ff02a38 100644 --- a/biomes/hot-dry-forest.json +++ b/biomes/hot-dry-forest.json @@ -257,6 +257,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "name": "Dry Forest", "layers": [ { diff --git a/biomes/hot-mesa-blue.json b/biomes/hot-mesa-blue.json index 7a48a8f9..fa1be1f1 100644 --- a/biomes/hot-mesa-blue.json +++ b/biomes/hot-mesa-blue.json @@ -44,6 +44,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "name": "Midnight Mesa", "layers": [ { diff --git a/biomes/hot-mesa-cliffs-yellow.json b/biomes/hot-mesa-cliffs-yellow.json index 4b5311ae..f8468f34 100644 --- a/biomes/hot-mesa-cliffs-yellow.json +++ b/biomes/hot-mesa-cliffs-yellow.json @@ -44,6 +44,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "name": "Yellow Mesa", "layers": [ { diff --git a/biomes/hot-mesa-cliffs.json b/biomes/hot-mesa-cliffs.json index 4e6132ee..5dd2d227 100644 --- a/biomes/hot-mesa-cliffs.json +++ b/biomes/hot-mesa-cliffs.json @@ -44,6 +44,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "name": "Shattered Mesa", "layers": [ { diff --git a/biomes/hot-mesa-dark.json b/biomes/hot-mesa-dark.json index fd6a425d..90908da5 100644 --- a/biomes/hot-mesa-dark.json +++ b/biomes/hot-mesa-dark.json @@ -44,6 +44,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "children": [ "hot-mesa-cliffs" ], diff --git a/biomes/hot-mesa-green.json b/biomes/hot-mesa-green.json index cfc726c3..75e143db 100644 --- a/biomes/hot-mesa-green.json +++ b/biomes/hot-mesa-green.json @@ -44,6 +44,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "name": "Earthbound Mesa", "layers": [ { diff --git a/biomes/hot-mesa-red.json b/biomes/hot-mesa-red.json index 886fbd9e..df12db3a 100644 --- a/biomes/hot-mesa-red.json +++ b/biomes/hot-mesa-red.json @@ -44,6 +44,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "name": "Bloody Mesa", "layers": [ { diff --git a/biomes/hot-mesa-yellow.json b/biomes/hot-mesa-yellow.json index 3d1ea186..9baf789d 100644 --- a/biomes/hot-mesa-yellow.json +++ b/biomes/hot-mesa-yellow.json @@ -44,6 +44,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "children": [ "hot-mesa-cliffs-yellow" ], diff --git a/biomes/hot-ocean-cliffs.json b/biomes/hot-ocean-cliffs.json index aa6d821c..6755c4c2 100644 --- a/biomes/hot-ocean-cliffs.json +++ b/biomes/hot-ocean-cliffs.json @@ -96,6 +96,7 @@ } } ], + "objects": [ { "chance": 0.01, diff --git a/biomes/hot-savanna-cliff.json b/biomes/hot-savanna-cliff.json index c1bb1a67..a18d90c8 100644 --- a/biomes/hot-savanna-cliff.json +++ b/biomes/hot-savanna-cliff.json @@ -66,6 +66,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "children": [ "hot-acacia-denmyre" ], diff --git a/biomes/hot-savanna.json b/biomes/hot-savanna.json index b81668a7..f9a9b4b9 100644 --- a/biomes/hot-savanna.json +++ b/biomes/hot-savanna.json @@ -3,6 +3,10 @@ "DESERT", "SAVANNA" ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "decorators": [ { "chance": 0.001, diff --git a/biomes/swamp-beach.json b/biomes/swamp-beach.json index d75d5400..fcc4d2b7 100644 --- a/biomes/swamp-beach.json +++ b/biomes/swamp-beach.json @@ -68,6 +68,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} + ], "name": "Swamp Beach", "layers": [ { diff --git a/biomes/swamp-dark-oak-denmyre.json b/biomes/swamp-dark-oak-denmyre.json index 64ca4d86..aa17c013 100644 --- a/biomes/swamp-dark-oak-denmyre.json +++ b/biomes/swamp-dark-oak-denmyre.json @@ -247,6 +247,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} + ], "name": "Swamp Denmyre", "layers": [ { diff --git a/biomes/swamp-marsh.json b/biomes/swamp-marsh.json index a30cf1cf..0942206e 100644 --- a/biomes/swamp-marsh.json +++ b/biomes/swamp-marsh.json @@ -60,6 +60,10 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} + ], "objects": [ { "chance": 0.35, diff --git a/biomes/swamp-mountain-forest.json b/biomes/swamp-mountain-forest.json index 3d56e712..1ad46335 100644 --- a/biomes/swamp-mountain-forest.json +++ b/biomes/swamp-mountain-forest.json @@ -450,6 +450,10 @@ "generator": "mountain" } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} + ], "derivative": "SWAMP", "wall": { "style": { diff --git a/biomes/swamp-roofed-forest.json b/biomes/swamp-roofed-forest.json index b4760e19..e8b39a02 100644 --- a/biomes/swamp-roofed-forest.json +++ b/biomes/swamp-roofed-forest.json @@ -535,6 +535,10 @@ "generator": "plain" } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} + ], "derivative": "SWAMP", "wall": { "style": { diff --git a/biomes/swamp-roofed-wayward.json b/biomes/swamp-roofed-wayward.json index 3bd04da5..73e1173d 100644 --- a/biomes/swamp-roofed-wayward.json +++ b/biomes/swamp-roofed-wayward.json @@ -509,6 +509,10 @@ "generator": "sharper" } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} + ], "derivative": "SWAMP", "wall": { "style": { diff --git a/biomes/temperate-beach.json b/biomes/temperate-beach.json index 41ae7339..e8f8449b 100644 --- a/biomes/temperate-beach.json +++ b/biomes/temperate-beach.json @@ -52,6 +52,12 @@ } } ], +"entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "objects": [ { "mode": "PAINT", diff --git a/biomes/temperate-birch-denmyre.json b/biomes/temperate-birch-denmyre.json index 6dfbdafb..af2fdcd5 100644 --- a/biomes/temperate-birch-denmyre.json +++ b/biomes/temperate-birch-denmyre.json @@ -224,6 +224,12 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "name": "Birch Denmyre", "layers": [ { diff --git a/biomes/temperate-birch-forest.json b/biomes/temperate-birch-forest.json index 524901d5..03122630 100644 --- a/biomes/temperate-birch-forest.json +++ b/biomes/temperate-birch-forest.json @@ -3,6 +3,12 @@ "FOREST", "JUNGLE" ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "objects": [ { "mode": "PAINT", diff --git a/biomes/temperate-highlands.json b/biomes/temperate-highlands.json index cf577f7b..469618d8 100644 --- a/biomes/temperate-highlands.json +++ b/biomes/temperate-highlands.json @@ -3,6 +3,12 @@ "SWAMP", "DESERT" ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "decorators": [ { "chance": 0.003, diff --git a/biomes/temperate-island.json b/biomes/temperate-island.json index 9d7879ee..aed21645 100644 --- a/biomes/temperate-island.json +++ b/biomes/temperate-island.json @@ -5,6 +5,12 @@ "children": [ "temperate-wilds" ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "decorators": [ { "chance": 0.19, diff --git a/biomes/temperate-oak-denmyre.json b/biomes/temperate-oak-denmyre.json index 159bc37a..c4ea79dc 100644 --- a/biomes/temperate-oak-denmyre.json +++ b/biomes/temperate-oak-denmyre.json @@ -59,6 +59,12 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "objects": [ { "mode": "PAINT", diff --git a/biomes/temperate-oak-forest.json b/biomes/temperate-oak-forest.json index 869faa6d..b456c1da 100644 --- a/biomes/temperate-oak-forest.json +++ b/biomes/temperate-oak-forest.json @@ -3,6 +3,12 @@ "FOREST", "JUNGLE" ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "objects": [ { "chance": 0.07, diff --git a/biomes/temperate-plains.json b/biomes/temperate-plains.json index f0317f33..0eca3c5e 100644 --- a/biomes/temperate-plains.json +++ b/biomes/temperate-plains.json @@ -152,6 +152,12 @@ ] } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "generators": [ { "min": 4, diff --git a/biomes/temperate-wilds.json b/biomes/temperate-wilds.json index 0caef32e..81915f05 100644 --- a/biomes/temperate-wilds.json +++ b/biomes/temperate-wilds.json @@ -115,6 +115,12 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "effects": [ { "interval": 250, diff --git a/biomes/tropical-bamboo-forest.json b/biomes/tropical-bamboo-forest.json index 6c08c914..2bc6d24f 100644 --- a/biomes/tropical-bamboo-forest.json +++ b/biomes/tropical-bamboo-forest.json @@ -198,6 +198,12 @@ } } ], + "entityInitialSpawns": [ + {"entity": "cow", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "pig", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "biomeZoom": 10, "derivative": "DESERT", "biomeStyle": { diff --git a/biomes/tropical-beach-bamboo.json b/biomes/tropical-beach-bamboo.json index e45f2b4b..9b233141 100644 --- a/biomes/tropical-beach-bamboo.json +++ b/biomes/tropical-beach-bamboo.json @@ -12,6 +12,10 @@ "particleCount": 0 } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "ocelot", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "decorators": [ { "chance": 0.03, diff --git a/biomes/tropical-beach-charred.json b/biomes/tropical-beach-charred.json index d0f9214e..88157f96 100644 --- a/biomes/tropical-beach-charred.json +++ b/biomes/tropical-beach-charred.json @@ -11,6 +11,10 @@ "particleCount": 0 } ], + "entityInitialSpawns": [ + {"entity": "wolf", "maxSpawns": 2, "minSpawns": 0, "rarity": 4} + +], "decorators": [ { "chance": 0.01, diff --git a/biomes/tropical-beach.json b/biomes/tropical-beach.json index d14b53d0..6f3596df 100644 --- a/biomes/tropical-beach.json +++ b/biomes/tropical-beach.json @@ -11,6 +11,10 @@ "particleCount": 0 } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "ocelot", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "decorators": [ { "chance": 0.01, diff --git a/biomes/tropical-island-beach.json b/biomes/tropical-island-beach.json index 2341fe84..41fd6f8f 100644 --- a/biomes/tropical-island-beach.json +++ b/biomes/tropical-island-beach.json @@ -11,6 +11,10 @@ "particleCount": 0 } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "ocelot", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "decorators": [ { "chance": 0.01, diff --git a/biomes/tropical-jungle-denmyre.json b/biomes/tropical-jungle-denmyre.json index a7c8bb53..cbdf94db 100644 --- a/biomes/tropical-jungle-denmyre.json +++ b/biomes/tropical-jungle-denmyre.json @@ -11,6 +11,10 @@ "particleCount": 0 } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "ocelot", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "decorators": [ { "chance": 0.4, diff --git a/biomes/tropical-rainforest-hills.json b/biomes/tropical-rainforest-hills.json index e2fbd793..3b40d9f1 100644 --- a/biomes/tropical-rainforest-hills.json +++ b/biomes/tropical-rainforest-hills.json @@ -11,6 +11,10 @@ "particleCount": 0 } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "ocelot", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "decorators": [ { "chance": 0.45, diff --git a/biomes/tropical-rainforest-island.json b/biomes/tropical-rainforest-island.json index 5ca30ff7..af14e447 100644 --- a/biomes/tropical-rainforest-island.json +++ b/biomes/tropical-rainforest-island.json @@ -10,6 +10,10 @@ ] } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "ocelot", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "effects": [ { "particleAltX": 0.301, diff --git a/biomes/tropical-rainforest-wicked.json b/biomes/tropical-rainforest-wicked.json index 45f264e2..68b2faeb 100644 --- a/biomes/tropical-rainforest-wicked.json +++ b/biomes/tropical-rainforest-wicked.json @@ -11,6 +11,10 @@ "particleCount": 0 } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "ocelot", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "children": [ "tropical-rainforest-hills", "tropical-jungle-denmyre" diff --git a/biomes/tropical-rainforest.json b/biomes/tropical-rainforest.json index ed5d910c..eee74f57 100644 --- a/biomes/tropical-rainforest.json +++ b/biomes/tropical-rainforest.json @@ -11,6 +11,10 @@ "particleCount": 3 } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "ocelot", "maxSpawns": 2, "minSpawns": 0, "rarity": 4} +], "children": [ "tropical-rainforest-hills", "tropical-jungle-denmyre" diff --git a/biomes/tropical-submerged-volcanic.json b/biomes/tropical-submerged-volcanic.json index 5820e63c..1f55ec61 100644 --- a/biomes/tropical-submerged-volcanic.json +++ b/biomes/tropical-submerged-volcanic.json @@ -11,6 +11,10 @@ "particleCount": 0 } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}, + {"entity": "ocelot", "maxSpawns": 1, "minSpawns": 0, "rarity": 6} +], "name": "Submerged Volcanic", "layers": [ { diff --git a/biomes/tundra-beach-stone.json b/biomes/tundra-beach-stone.json index 311a5670..f10a62d9 100644 --- a/biomes/tundra-beach-stone.json +++ b/biomes/tundra-beach-stone.json @@ -23,6 +23,11 @@ ] } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "generators": [ { "min": -1, diff --git a/biomes/tundra-beach.json b/biomes/tundra-beach.json index b4a3ffa8..ed4be8d8 100644 --- a/biomes/tundra-beach.json +++ b/biomes/tundra-beach.json @@ -61,6 +61,11 @@ } } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "name": "Cold Beach", "layers": [ { diff --git a/biomes/tundra-bonsai-forest.json b/biomes/tundra-bonsai-forest.json index dab8277b..c823b438 100644 --- a/biomes/tundra-bonsai-forest.json +++ b/biomes/tundra-bonsai-forest.json @@ -149,6 +149,11 @@ } } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "objects": [ { "chance": 0.00375, diff --git a/biomes/tundra-mountains-cliffs.json b/biomes/tundra-mountains-cliffs.json index 96c5476e..3c2bf399 100644 --- a/biomes/tundra-mountains-cliffs.json +++ b/biomes/tundra-mountains-cliffs.json @@ -3,6 +3,11 @@ "SNOWY_TAIGA", "SNOWY_MOUNTAINS" ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "decorators": [ { "chance": 0.01, diff --git a/biomes/tundra-mountains-huge.json b/biomes/tundra-mountains-huge.json index 700375cd..f5adb14d 100644 --- a/biomes/tundra-mountains-huge.json +++ b/biomes/tundra-mountains-huge.json @@ -3,6 +3,11 @@ "SNOWY_TAIGA", "SNOWY_MOUNTAINS" ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "objects": [ { "chance": 0.8, diff --git a/biomes/tundra-mountains.json b/biomes/tundra-mountains.json index ad343a5e..3f5f9f63 100644 --- a/biomes/tundra-mountains.json +++ b/biomes/tundra-mountains.json @@ -3,6 +3,11 @@ "SNOWY_TAIGA", "SNOWY_MOUNTAINS" ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "objects": [ { "chance": 0.8, diff --git a/biomes/tundra-redwood-cliffs.json b/biomes/tundra-redwood-cliffs.json index 46e3c5fe..dfff57f9 100644 --- a/biomes/tundra-redwood-cliffs.json +++ b/biomes/tundra-redwood-cliffs.json @@ -113,6 +113,11 @@ } } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "objects": [ { "chance": 0.7, diff --git a/biomes/tundra-redwoods-forest.json b/biomes/tundra-redwoods-forest.json index c3bd0358..f6704581 100644 --- a/biomes/tundra-redwoods-forest.json +++ b/biomes/tundra-redwoods-forest.json @@ -3,6 +3,11 @@ "tundra-sequia-redwoods", "tundra-redwood-cliffs" ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "decorators": [ { "chance": 0.003, diff --git a/biomes/tundra-sequia-redwoods.json b/biomes/tundra-sequia-redwoods.json index 69ce42a7..65f72328 100644 --- a/biomes/tundra-sequia-redwoods.json +++ b/biomes/tundra-sequia-redwoods.json @@ -149,6 +149,11 @@ } } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "objects": [ { "chance": 0.00375, diff --git a/biomes/tundra-spruce-denmyre.json b/biomes/tundra-spruce-denmyre.json index c47b43ee..991cd35c 100644 --- a/biomes/tundra-spruce-denmyre.json +++ b/biomes/tundra-spruce-denmyre.json @@ -136,6 +136,11 @@ } } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "objects": [ { "mode": "PAINT", diff --git a/biomes/tundra-taiga.json b/biomes/tundra-taiga.json index 18983231..48f499b8 100644 --- a/biomes/tundra-taiga.json +++ b/biomes/tundra-taiga.json @@ -366,6 +366,11 @@ "generator": "plain" } ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 7}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 7} +], "derivative": "GIANT_TREE_TAIGA", "wall": { "style": { diff --git a/entities/chicken.json b/entities/chicken.json new file mode 100644 index 00000000..37e7a479 --- /dev/null +++ b/entities/chicken.json @@ -0,0 +1,3 @@ +{ + "type": "CHICKEN" +} \ No newline at end of file diff --git a/entities/cow.json b/entities/cow.json new file mode 100644 index 00000000..19a95a63 --- /dev/null +++ b/entities/cow.json @@ -0,0 +1,3 @@ +{ + "type": "COW" +} \ No newline at end of file diff --git a/entities/ocelot.json b/entities/ocelot.json new file mode 100644 index 00000000..604e6e0f --- /dev/null +++ b/entities/ocelot.json @@ -0,0 +1,3 @@ +{ + "type": "OCELOT" +} \ No newline at end of file diff --git a/entities/pig.json b/entities/pig.json new file mode 100644 index 00000000..b0cc5ab2 --- /dev/null +++ b/entities/pig.json @@ -0,0 +1,3 @@ +{ + "type": "PIG" +} \ No newline at end of file diff --git a/entities/sheep.json b/entities/sheep.json new file mode 100644 index 00000000..98e0dce4 --- /dev/null +++ b/entities/sheep.json @@ -0,0 +1,3 @@ +{ + "type": "SHEEP" +} \ No newline at end of file diff --git a/entities/wolf.json b/entities/wolf.json new file mode 100644 index 00000000..6d3992e8 --- /dev/null +++ b/entities/wolf.json @@ -0,0 +1,3 @@ +{ + "type": "WOLF" +} \ No newline at end of file