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

Mob Overhaul

Adds mobs to a forced spawn
This commit is contained in:
Brian Fopiano
2020-10-18 10:43:24 -07:00
parent cad4ebb9aa
commit f71df8640e
69 changed files with 298 additions and 0 deletions

View File

@@ -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,

View File

@@ -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",

View File

@@ -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": {

View File

@@ -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": [
{

View File

@@ -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": [
{

View File

@@ -142,6 +142,10 @@
]
}
],
"entityInitialSpawns": [
{"entity": "sheep", "maxSpawns": 1, "minSpawns": 0, "rarity": 6},
{"entity": "wolf", "maxSpawns": 1, "minSpawns": 0, "rarity": 6}
],
"generators": [
{
"min": 5,

View File

@@ -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,

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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": [
{

View File

@@ -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,

View File

@@ -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": [
{

View File

@@ -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": [
{

View File

@@ -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": [
{

View File

@@ -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": [
{

View File

@@ -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"
],

View File

@@ -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": [
{

View File

@@ -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": [
{

View File

@@ -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"
],

View File

@@ -96,6 +96,7 @@
}
}
],
"objects": [
{
"chance": 0.01,

View File

@@ -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"
],

View File

@@ -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,

View File

@@ -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": [
{

View File

@@ -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": [
{

View File

@@ -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,

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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",

View File

@@ -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": [
{

View File

@@ -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",

View File

@@ -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,

View File

@@ -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,

View File

@@ -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",

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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": {

View File

@@ -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,

View File

@@ -11,6 +11,10 @@
"particleCount": 0
}
],
"entityInitialSpawns": [
{"entity": "wolf", "maxSpawns": 2, "minSpawns": 0, "rarity": 4}
],
"decorators": [
{
"chance": 0.01,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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"

View File

@@ -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"

View File

@@ -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": [
{

View File

@@ -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,

View File

@@ -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": [
{

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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",

View File

@@ -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": {

3
entities/chicken.json Normal file
View File

@@ -0,0 +1,3 @@
{
"type": "CHICKEN"
}

3
entities/cow.json Normal file
View File

@@ -0,0 +1,3 @@
{
"type": "COW"
}

3
entities/ocelot.json Normal file
View File

@@ -0,0 +1,3 @@
{
"type": "OCELOT"
}

3
entities/pig.json Normal file
View File

@@ -0,0 +1,3 @@
{
"type": "PIG"
}

3
entities/sheep.json Normal file
View File

@@ -0,0 +1,3 @@
{
"type": "SHEEP"
}

3
entities/wolf.json Normal file
View File

@@ -0,0 +1,3 @@
{
"type": "WOLF"
}