mirror of
https://github.com/LOOHP/Limbo.git
synced 2026-06-07 21:41:43 +00:00
Minecraft 1.21.5
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cat/all_black",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:structure",
|
||||
"structures": "#minecraft:cats_spawn_as_black"
|
||||
},
|
||||
"priority": 1
|
||||
},
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:moon_brightness",
|
||||
"range": {
|
||||
"min": 0.9
|
||||
}
|
||||
},
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cat/black",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cat/british_shorthair",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cat/calico",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cat/jellie",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cat/persian",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cat/ragdoll",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cat/red",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cat/siamese",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cat/tabby",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cat/white",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/chicken/cold_chicken",
|
||||
"model": "cold",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:plains"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/chicken/temperate_chicken",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/chicken/warm_chicken",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:plains"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cow/cold_cow",
|
||||
"model": "cold",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:plains"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cow/temperate_cow",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/cow/warm_cow",
|
||||
"model": "warm",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:plains"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/frog/cold_frog",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:plains"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/frog/temperate_frog",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/frog/warm_frog",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:plains"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/pig/cold_pig",
|
||||
"model": "cold",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:plains"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/pig/temperate_pig",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"asset_id": "minecraft:entity/pig/warm_pig",
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:plains"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"ambient_sound": "minecraft:entity.wolf_angry.ambient",
|
||||
"death_sound": "minecraft:entity.wolf_angry.death",
|
||||
"growl_sound": "minecraft:entity.wolf_angry.growl",
|
||||
"hurt_sound": "minecraft:entity.wolf_angry.hurt",
|
||||
"pant_sound": "minecraft:entity.wolf_angry.pant",
|
||||
"whine_sound": "minecraft:entity.wolf_angry.whine"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"ambient_sound": "minecraft:entity.wolf_big.ambient",
|
||||
"death_sound": "minecraft:entity.wolf_big.death",
|
||||
"growl_sound": "minecraft:entity.wolf_big.growl",
|
||||
"hurt_sound": "minecraft:entity.wolf_big.hurt",
|
||||
"pant_sound": "minecraft:entity.wolf_big.pant",
|
||||
"whine_sound": "minecraft:entity.wolf_big.whine"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"ambient_sound": "minecraft:entity.wolf.ambient",
|
||||
"death_sound": "minecraft:entity.wolf.death",
|
||||
"growl_sound": "minecraft:entity.wolf.growl",
|
||||
"hurt_sound": "minecraft:entity.wolf.hurt",
|
||||
"pant_sound": "minecraft:entity.wolf.pant",
|
||||
"whine_sound": "minecraft:entity.wolf.whine"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"ambient_sound": "minecraft:entity.wolf_cute.ambient",
|
||||
"death_sound": "minecraft:entity.wolf_cute.death",
|
||||
"growl_sound": "minecraft:entity.wolf_cute.growl",
|
||||
"hurt_sound": "minecraft:entity.wolf_cute.hurt",
|
||||
"pant_sound": "minecraft:entity.wolf_cute.pant",
|
||||
"whine_sound": "minecraft:entity.wolf_cute.whine"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"ambient_sound": "minecraft:entity.wolf_grumpy.ambient",
|
||||
"death_sound": "minecraft:entity.wolf_grumpy.death",
|
||||
"growl_sound": "minecraft:entity.wolf_grumpy.growl",
|
||||
"hurt_sound": "minecraft:entity.wolf_grumpy.hurt",
|
||||
"pant_sound": "minecraft:entity.wolf_grumpy.pant",
|
||||
"whine_sound": "minecraft:entity.wolf_grumpy.whine"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"ambient_sound": "minecraft:entity.wolf_puglin.ambient",
|
||||
"death_sound": "minecraft:entity.wolf_puglin.death",
|
||||
"growl_sound": "minecraft:entity.wolf_puglin.growl",
|
||||
"hurt_sound": "minecraft:entity.wolf_puglin.hurt",
|
||||
"pant_sound": "minecraft:entity.wolf_puglin.pant",
|
||||
"whine_sound": "minecraft:entity.wolf_puglin.whine"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"ambient_sound": "minecraft:entity.wolf_sad.ambient",
|
||||
"death_sound": "minecraft:entity.wolf_sad.death",
|
||||
"growl_sound": "minecraft:entity.wolf_sad.growl",
|
||||
"hurt_sound": "minecraft:entity.wolf_sad.hurt",
|
||||
"pant_sound": "minecraft:entity.wolf_sad.pant",
|
||||
"whine_sound": "minecraft:entity.wolf_sad.whine"
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_ashen_angry",
|
||||
"biomes": "minecraft:snowy_taiga",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_ashen_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_ashen"
|
||||
"assets": {
|
||||
"angry": "minecraft:entity/wolf/wolf_ashen_angry",
|
||||
"tame": "minecraft:entity/wolf/wolf_ashen_tame",
|
||||
"wild": "minecraft:entity/wolf/wolf_ashen"
|
||||
},
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:snowy_taiga"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_black_angry",
|
||||
"biomes": "minecraft:old_growth_pine_taiga",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_black_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_black"
|
||||
"assets": {
|
||||
"angry": "minecraft:entity/wolf/wolf_black_angry",
|
||||
"tame": "minecraft:entity/wolf/wolf_black_tame",
|
||||
"wild": "minecraft:entity/wolf/wolf_black"
|
||||
},
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:old_growth_pine_taiga"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_chestnut_angry",
|
||||
"biomes": "minecraft:old_growth_spruce_taiga",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_chestnut_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_chestnut"
|
||||
"assets": {
|
||||
"angry": "minecraft:entity/wolf/wolf_chestnut_angry",
|
||||
"tame": "minecraft:entity/wolf/wolf_chestnut_tame",
|
||||
"wild": "minecraft:entity/wolf/wolf_chestnut"
|
||||
},
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:old_growth_spruce_taiga"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_angry",
|
||||
"biomes": "minecraft:taiga",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf"
|
||||
"assets": {
|
||||
"angry": "minecraft:entity/wolf/wolf_angry",
|
||||
"tame": "minecraft:entity/wolf/wolf_tame",
|
||||
"wild": "minecraft:entity/wolf/wolf"
|
||||
},
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"priority": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_rusty_angry",
|
||||
"biomes": "minecraft:jungle",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_rusty_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_rusty"
|
||||
"assets": {
|
||||
"angry": "minecraft:entity/wolf/wolf_rusty_angry",
|
||||
"tame": "minecraft:entity/wolf/wolf_rusty_tame",
|
||||
"wild": "minecraft:entity/wolf/wolf_rusty"
|
||||
},
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:jungle"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_snowy_angry",
|
||||
"biomes": "minecraft:grove",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_snowy_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_snowy"
|
||||
"assets": {
|
||||
"angry": "minecraft:entity/wolf/wolf_snowy_angry",
|
||||
"tame": "minecraft:entity/wolf/wolf_snowy_tame",
|
||||
"wild": "minecraft:entity/wolf/wolf_snowy"
|
||||
},
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:grove"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_spotted_angry",
|
||||
"biomes": "minecraft:savanna",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_spotted_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_spotted"
|
||||
"assets": {
|
||||
"angry": "minecraft:entity/wolf/wolf_spotted_angry",
|
||||
"tame": "minecraft:entity/wolf/wolf_spotted_tame",
|
||||
"wild": "minecraft:entity/wolf/wolf_spotted"
|
||||
},
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:savanna"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_striped_angry",
|
||||
"biomes": "minecraft:badlands",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_striped_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_striped"
|
||||
"assets": {
|
||||
"angry": "minecraft:entity/wolf/wolf_striped_angry",
|
||||
"tame": "minecraft:entity/wolf/wolf_striped_tame",
|
||||
"wild": "minecraft:entity/wolf/wolf_striped"
|
||||
},
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:badlands"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_woods_angry",
|
||||
"biomes": "minecraft:forest",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_woods_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_woods"
|
||||
"assets": {
|
||||
"angry": "minecraft:entity/wolf/wolf_woods_angry",
|
||||
"tame": "minecraft:entity/wolf/wolf_woods_tame",
|
||||
"wild": "minecraft:entity/wolf/wolf_woods"
|
||||
},
|
||||
"spawn_conditions": [
|
||||
{
|
||||
"condition": {
|
||||
"type": "minecraft:biome",
|
||||
"biomes": "minecraft:forest"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -87,12 +87,14 @@
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:patch_dry_grass_badlands",
|
||||
"minecraft:patch_dead_bush_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane_badlands",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_cactus_decorated"
|
||||
"minecraft:patch_cactus_decorated",
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
@@ -111,6 +113,30 @@
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:sheep",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"type": "minecraft:pig",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:chicken",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cow",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:armadillo",
|
||||
"maxCount": 2,
|
||||
|
||||
@@ -88,8 +88,9 @@
|
||||
"minecraft:patch_grass_jungle",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:vines",
|
||||
"minecraft:patch_melon"
|
||||
],
|
||||
|
||||
@@ -75,8 +75,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -83,13 +83,16 @@
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:forest_flowers",
|
||||
"minecraft:wildflowers_birch_forest",
|
||||
"minecraft:trees_birch",
|
||||
"minecraft:patch_bush",
|
||||
"minecraft:flower_default",
|
||||
"minecraft:patch_grass_forest",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -76,8 +76,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:seagrass_cold",
|
||||
"minecraft:kelp_cold"
|
||||
],
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
],
|
||||
"downfall": 0.8,
|
||||
"effects": {
|
||||
"dry_foliage_color": 8082228,
|
||||
"fog_color": 12638463,
|
||||
"grass_color_modifier": "dark_forest",
|
||||
"mood_sound": {
|
||||
@@ -89,8 +90,10 @@
|
||||
"minecraft:patch_grass_forest",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_leaf_litter",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -76,8 +76,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:seagrass_deep_cold",
|
||||
"minecraft:kelp_cold"
|
||||
],
|
||||
|
||||
@@ -85,7 +85,6 @@
|
||||
"minecraft:patch_grass_plain",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
],
|
||||
[
|
||||
|
||||
@@ -80,8 +80,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -76,8 +76,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:seagrass_deep_warm",
|
||||
"minecraft:kelp_warm"
|
||||
],
|
||||
|
||||
@@ -76,8 +76,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:seagrass_deep",
|
||||
"minecraft:kelp_cold"
|
||||
],
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:flower_default",
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:patch_dry_grass_desert",
|
||||
"minecraft:patch_dead_bush_2",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
@@ -116,7 +117,13 @@
|
||||
"type": "minecraft:rabbit",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 4
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"type": "minecraft:camel",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
|
||||
@@ -92,7 +92,6 @@
|
||||
"minecraft:patch_grass_plain",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
],
|
||||
[
|
||||
|
||||
@@ -87,12 +87,14 @@
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:patch_dry_grass_badlands",
|
||||
"minecraft:patch_dead_bush_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane_badlands",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_cactus_decorated"
|
||||
"minecraft:patch_cactus_decorated",
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
@@ -111,6 +113,30 @@
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:sheep",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"type": "minecraft:pig",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:chicken",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cow",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:armadillo",
|
||||
"maxCount": 2,
|
||||
|
||||
@@ -88,8 +88,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -83,13 +83,15 @@
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:forest_flowers",
|
||||
"minecraft:trees_birch_and_oak",
|
||||
"minecraft:trees_birch_and_oak_leaf_litter",
|
||||
"minecraft:patch_bush",
|
||||
"minecraft:flower_default",
|
||||
"minecraft:patch_grass_forest",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -80,8 +80,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -72,12 +72,14 @@
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:trees_water",
|
||||
"minecraft:patch_bush",
|
||||
"minecraft:flower_default",
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -87,7 +87,6 @@
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:trees_grove",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
],
|
||||
[
|
||||
|
||||
@@ -80,8 +80,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -88,8 +88,9 @@
|
||||
"minecraft:patch_grass_jungle",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:vines",
|
||||
"minecraft:patch_melon"
|
||||
],
|
||||
|
||||
@@ -76,8 +76,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:seagrass_warm",
|
||||
"minecraft:kelp_warm"
|
||||
],
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
],
|
||||
"downfall": 0.9,
|
||||
"effects": {
|
||||
"dry_foliage_color": 8082228,
|
||||
"fog_color": 12638463,
|
||||
"foliage_color": 9285927,
|
||||
"grass_color_modifier": "swamp",
|
||||
@@ -89,7 +90,8 @@
|
||||
"minecraft:patch_grass_normal",
|
||||
"minecraft:patch_dead_bush",
|
||||
"minecraft:patch_waterlily",
|
||||
"minecraft:seagrass_swamp"
|
||||
"minecraft:seagrass_swamp",
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -86,9 +86,10 @@
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:patch_tall_grass_2",
|
||||
"minecraft:patch_grass_plain",
|
||||
"minecraft:patch_grass_meadow",
|
||||
"minecraft:flower_meadow",
|
||||
"minecraft:trees_meadow"
|
||||
"minecraft:trees_meadow",
|
||||
"minecraft:wildflowers_meadow"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -74,8 +74,9 @@
|
||||
"minecraft:mushroom_island_vegetation",
|
||||
"minecraft:brown_mushroom_taiga",
|
||||
"minecraft:red_mushroom_taiga",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -76,8 +76,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:seagrass_normal",
|
||||
"minecraft:kelp_cold"
|
||||
],
|
||||
|
||||
@@ -83,13 +83,16 @@
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:forest_flowers",
|
||||
"minecraft:wildflowers_birch_forest",
|
||||
"minecraft:birch_tall",
|
||||
"minecraft:patch_bush",
|
||||
"minecraft:flower_default",
|
||||
"minecraft:patch_grass_forest",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -92,8 +92,9 @@
|
||||
"minecraft:red_mushroom_old_growth",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:patch_berry_common"
|
||||
],
|
||||
[
|
||||
|
||||
@@ -92,8 +92,9 @@
|
||||
"minecraft:red_mushroom_old_growth",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:patch_berry_common"
|
||||
],
|
||||
[
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
],
|
||||
"downfall": 0.8,
|
||||
"effects": {
|
||||
"dry_foliage_color": 10528412,
|
||||
"fog_color": 8484720,
|
||||
"foliage_color": 8883574,
|
||||
"grass_color": 7832178,
|
||||
@@ -79,8 +80,9 @@
|
||||
"minecraft:pale_garden_flowers",
|
||||
"minecraft:flower_pale_garden",
|
||||
"minecraft:patch_grass_forest",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -72,13 +72,15 @@
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:patch_tall_grass_2",
|
||||
"minecraft:patch_bush",
|
||||
"minecraft:trees_plains",
|
||||
"minecraft:flower_plains",
|
||||
"minecraft:patch_grass_plain",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -72,12 +72,14 @@
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:trees_water",
|
||||
"minecraft:patch_bush",
|
||||
"minecraft:flower_default",
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:seagrass_river"
|
||||
],
|
||||
[
|
||||
|
||||
@@ -77,8 +77,9 @@
|
||||
"minecraft:patch_grass_savanna",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -77,8 +77,9 @@
|
||||
"minecraft:patch_grass_savanna",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -75,8 +75,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -77,8 +77,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -86,7 +86,6 @@
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
],
|
||||
[
|
||||
|
||||
@@ -77,8 +77,9 @@
|
||||
"minecraft:patch_grass_taiga_2",
|
||||
"minecraft:brown_mushroom_taiga",
|
||||
"minecraft:red_mushroom_taiga",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:patch_berry_rare"
|
||||
],
|
||||
[
|
||||
|
||||
@@ -87,8 +87,9 @@
|
||||
"minecraft:patch_grass_jungle",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:vines",
|
||||
"minecraft:patch_melon_sparse"
|
||||
],
|
||||
|
||||
@@ -75,8 +75,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -78,8 +78,9 @@
|
||||
"minecraft:patch_grass_plain",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
],
|
||||
"downfall": 0.9,
|
||||
"effects": {
|
||||
"dry_foliage_color": 8082228,
|
||||
"fog_color": 12638463,
|
||||
"foliage_color": 6975545,
|
||||
"grass_color_modifier": "swamp",
|
||||
@@ -95,6 +96,8 @@
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane_swamp",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_firefly_bush_swamp",
|
||||
"minecraft:patch_firefly_bush_near_water_swamp",
|
||||
"minecraft:seagrass_swamp"
|
||||
],
|
||||
[
|
||||
|
||||
@@ -77,8 +77,9 @@
|
||||
"minecraft:patch_grass_taiga_2",
|
||||
"minecraft:brown_mushroom_taiga",
|
||||
"minecraft:red_mushroom_taiga",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:patch_berry_common"
|
||||
],
|
||||
[
|
||||
|
||||
@@ -76,8 +76,9 @@
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_firefly_bush_near_water",
|
||||
"minecraft:warm_ocean_vegetation",
|
||||
"minecraft:seagrass_warm",
|
||||
"minecraft:sea_pickle"
|
||||
|
||||
@@ -75,12 +75,14 @@
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:trees_windswept_forest",
|
||||
"minecraft:patch_bush",
|
||||
"minecraft:flower_default",
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -75,12 +75,14 @@
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:trees_windswept_hills",
|
||||
"minecraft:patch_bush",
|
||||
"minecraft:flower_default",
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -75,12 +75,14 @@
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:trees_windswept_hills",
|
||||
"minecraft:patch_bush",
|
||||
"minecraft:flower_default",
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -76,8 +76,9 @@
|
||||
"minecraft:patch_grass_normal",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
|
||||
@@ -88,12 +88,14 @@
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:trees_badlands",
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:patch_dry_grass_badlands",
|
||||
"minecraft:patch_dead_bush_badlands",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane_badlands",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:patch_cactus_decorated"
|
||||
"minecraft:patch_cactus_decorated",
|
||||
"minecraft:patch_firefly_bush_near_water"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
@@ -112,6 +114,30 @@
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:sheep",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"type": "minecraft:pig",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:chicken",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cow",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:armadillo",
|
||||
"maxCount": 2,
|
||||
|
||||
+106497
-106048
File diff suppressed because it is too large
Load Diff
@@ -131,370 +131,370 @@
|
||||
"minecraft:add_entity": {
|
||||
"protocol_id": 1
|
||||
},
|
||||
"minecraft:add_experience_orb": {
|
||||
"minecraft:animate": {
|
||||
"protocol_id": 2
|
||||
},
|
||||
"minecraft:animate": {
|
||||
"minecraft:award_stats": {
|
||||
"protocol_id": 3
|
||||
},
|
||||
"minecraft:award_stats": {
|
||||
"minecraft:block_changed_ack": {
|
||||
"protocol_id": 4
|
||||
},
|
||||
"minecraft:block_changed_ack": {
|
||||
"minecraft:block_destruction": {
|
||||
"protocol_id": 5
|
||||
},
|
||||
"minecraft:block_destruction": {
|
||||
"minecraft:block_entity_data": {
|
||||
"protocol_id": 6
|
||||
},
|
||||
"minecraft:block_entity_data": {
|
||||
"minecraft:block_event": {
|
||||
"protocol_id": 7
|
||||
},
|
||||
"minecraft:block_event": {
|
||||
"minecraft:block_update": {
|
||||
"protocol_id": 8
|
||||
},
|
||||
"minecraft:block_update": {
|
||||
"protocol_id": 9
|
||||
},
|
||||
"minecraft:boss_event": {
|
||||
"protocol_id": 10
|
||||
"protocol_id": 9
|
||||
},
|
||||
"minecraft:bundle_delimiter": {
|
||||
"protocol_id": 0
|
||||
},
|
||||
"minecraft:change_difficulty": {
|
||||
"protocol_id": 11
|
||||
"protocol_id": 10
|
||||
},
|
||||
"minecraft:chunk_batch_finished": {
|
||||
"protocol_id": 12
|
||||
"protocol_id": 11
|
||||
},
|
||||
"minecraft:chunk_batch_start": {
|
||||
"protocol_id": 13
|
||||
"protocol_id": 12
|
||||
},
|
||||
"minecraft:chunks_biomes": {
|
||||
"protocol_id": 14
|
||||
"protocol_id": 13
|
||||
},
|
||||
"minecraft:clear_titles": {
|
||||
"protocol_id": 15
|
||||
"protocol_id": 14
|
||||
},
|
||||
"minecraft:command_suggestions": {
|
||||
"protocol_id": 16
|
||||
"protocol_id": 15
|
||||
},
|
||||
"minecraft:commands": {
|
||||
"protocol_id": 17
|
||||
"protocol_id": 16
|
||||
},
|
||||
"minecraft:container_close": {
|
||||
"protocol_id": 18
|
||||
"protocol_id": 17
|
||||
},
|
||||
"minecraft:container_set_content": {
|
||||
"protocol_id": 19
|
||||
"protocol_id": 18
|
||||
},
|
||||
"minecraft:container_set_data": {
|
||||
"protocol_id": 20
|
||||
"protocol_id": 19
|
||||
},
|
||||
"minecraft:container_set_slot": {
|
||||
"protocol_id": 21
|
||||
"protocol_id": 20
|
||||
},
|
||||
"minecraft:cookie_request": {
|
||||
"protocol_id": 22
|
||||
"protocol_id": 21
|
||||
},
|
||||
"minecraft:cooldown": {
|
||||
"protocol_id": 23
|
||||
"protocol_id": 22
|
||||
},
|
||||
"minecraft:custom_chat_completions": {
|
||||
"protocol_id": 24
|
||||
"protocol_id": 23
|
||||
},
|
||||
"minecraft:custom_payload": {
|
||||
"protocol_id": 25
|
||||
"protocol_id": 24
|
||||
},
|
||||
"minecraft:custom_report_details": {
|
||||
"protocol_id": 129
|
||||
},
|
||||
"minecraft:damage_event": {
|
||||
"protocol_id": 26
|
||||
"protocol_id": 25
|
||||
},
|
||||
"minecraft:debug_sample": {
|
||||
"protocol_id": 27
|
||||
"protocol_id": 26
|
||||
},
|
||||
"minecraft:delete_chat": {
|
||||
"protocol_id": 28
|
||||
"protocol_id": 27
|
||||
},
|
||||
"minecraft:disconnect": {
|
||||
"protocol_id": 29
|
||||
"protocol_id": 28
|
||||
},
|
||||
"minecraft:disguised_chat": {
|
||||
"protocol_id": 30
|
||||
"protocol_id": 29
|
||||
},
|
||||
"minecraft:entity_event": {
|
||||
"protocol_id": 31
|
||||
"protocol_id": 30
|
||||
},
|
||||
"minecraft:entity_position_sync": {
|
||||
"protocol_id": 32
|
||||
"protocol_id": 31
|
||||
},
|
||||
"minecraft:explode": {
|
||||
"protocol_id": 33
|
||||
"protocol_id": 32
|
||||
},
|
||||
"minecraft:forget_level_chunk": {
|
||||
"protocol_id": 34
|
||||
"protocol_id": 33
|
||||
},
|
||||
"minecraft:game_event": {
|
||||
"protocol_id": 35
|
||||
"protocol_id": 34
|
||||
},
|
||||
"minecraft:horse_screen_open": {
|
||||
"protocol_id": 36
|
||||
"protocol_id": 35
|
||||
},
|
||||
"minecraft:hurt_animation": {
|
||||
"protocol_id": 37
|
||||
"protocol_id": 36
|
||||
},
|
||||
"minecraft:initialize_border": {
|
||||
"protocol_id": 38
|
||||
"protocol_id": 37
|
||||
},
|
||||
"minecraft:keep_alive": {
|
||||
"protocol_id": 39
|
||||
"protocol_id": 38
|
||||
},
|
||||
"minecraft:level_chunk_with_light": {
|
||||
"protocol_id": 40
|
||||
"protocol_id": 39
|
||||
},
|
||||
"minecraft:level_event": {
|
||||
"protocol_id": 41
|
||||
"protocol_id": 40
|
||||
},
|
||||
"minecraft:level_particles": {
|
||||
"protocol_id": 42
|
||||
"protocol_id": 41
|
||||
},
|
||||
"minecraft:light_update": {
|
||||
"protocol_id": 43
|
||||
"protocol_id": 42
|
||||
},
|
||||
"minecraft:login": {
|
||||
"protocol_id": 44
|
||||
"protocol_id": 43
|
||||
},
|
||||
"minecraft:map_item_data": {
|
||||
"protocol_id": 45
|
||||
"protocol_id": 44
|
||||
},
|
||||
"minecraft:merchant_offers": {
|
||||
"protocol_id": 46
|
||||
"protocol_id": 45
|
||||
},
|
||||
"minecraft:move_entity_pos": {
|
||||
"protocol_id": 47
|
||||
"protocol_id": 46
|
||||
},
|
||||
"minecraft:move_entity_pos_rot": {
|
||||
"protocol_id": 48
|
||||
"protocol_id": 47
|
||||
},
|
||||
"minecraft:move_entity_rot": {
|
||||
"protocol_id": 50
|
||||
},
|
||||
"minecraft:move_minecart_along_track": {
|
||||
"protocol_id": 49
|
||||
},
|
||||
"minecraft:move_minecart_along_track": {
|
||||
"protocol_id": 48
|
||||
},
|
||||
"minecraft:move_vehicle": {
|
||||
"protocol_id": 51
|
||||
"protocol_id": 50
|
||||
},
|
||||
"minecraft:open_book": {
|
||||
"protocol_id": 52
|
||||
"protocol_id": 51
|
||||
},
|
||||
"minecraft:open_screen": {
|
||||
"protocol_id": 53
|
||||
"protocol_id": 52
|
||||
},
|
||||
"minecraft:open_sign_editor": {
|
||||
"protocol_id": 54
|
||||
"protocol_id": 53
|
||||
},
|
||||
"minecraft:ping": {
|
||||
"protocol_id": 55
|
||||
"protocol_id": 54
|
||||
},
|
||||
"minecraft:place_ghost_recipe": {
|
||||
"protocol_id": 57
|
||||
"protocol_id": 56
|
||||
},
|
||||
"minecraft:player_abilities": {
|
||||
"protocol_id": 58
|
||||
"protocol_id": 57
|
||||
},
|
||||
"minecraft:player_chat": {
|
||||
"protocol_id": 59
|
||||
"protocol_id": 58
|
||||
},
|
||||
"minecraft:player_combat_end": {
|
||||
"protocol_id": 60
|
||||
"protocol_id": 59
|
||||
},
|
||||
"minecraft:player_combat_enter": {
|
||||
"protocol_id": 61
|
||||
"protocol_id": 60
|
||||
},
|
||||
"minecraft:player_combat_kill": {
|
||||
"protocol_id": 62
|
||||
"protocol_id": 61
|
||||
},
|
||||
"minecraft:player_info_remove": {
|
||||
"protocol_id": 63
|
||||
"protocol_id": 62
|
||||
},
|
||||
"minecraft:player_info_update": {
|
||||
"protocol_id": 64
|
||||
"protocol_id": 63
|
||||
},
|
||||
"minecraft:player_look_at": {
|
||||
"protocol_id": 65
|
||||
"protocol_id": 64
|
||||
},
|
||||
"minecraft:player_position": {
|
||||
"protocol_id": 66
|
||||
"protocol_id": 65
|
||||
},
|
||||
"minecraft:player_rotation": {
|
||||
"protocol_id": 67
|
||||
"protocol_id": 66
|
||||
},
|
||||
"minecraft:pong_response": {
|
||||
"protocol_id": 56
|
||||
"protocol_id": 55
|
||||
},
|
||||
"minecraft:projectile_power": {
|
||||
"protocol_id": 128
|
||||
},
|
||||
"minecraft:recipe_book_add": {
|
||||
"protocol_id": 68
|
||||
"protocol_id": 67
|
||||
},
|
||||
"minecraft:recipe_book_remove": {
|
||||
"protocol_id": 69
|
||||
"protocol_id": 68
|
||||
},
|
||||
"minecraft:recipe_book_settings": {
|
||||
"protocol_id": 70
|
||||
"protocol_id": 69
|
||||
},
|
||||
"minecraft:remove_entities": {
|
||||
"protocol_id": 71
|
||||
"protocol_id": 70
|
||||
},
|
||||
"minecraft:remove_mob_effect": {
|
||||
"protocol_id": 72
|
||||
"protocol_id": 71
|
||||
},
|
||||
"minecraft:reset_score": {
|
||||
"protocol_id": 73
|
||||
"protocol_id": 72
|
||||
},
|
||||
"minecraft:resource_pack_pop": {
|
||||
"protocol_id": 74
|
||||
"protocol_id": 73
|
||||
},
|
||||
"minecraft:resource_pack_push": {
|
||||
"protocol_id": 75
|
||||
"protocol_id": 74
|
||||
},
|
||||
"minecraft:respawn": {
|
||||
"protocol_id": 76
|
||||
"protocol_id": 75
|
||||
},
|
||||
"minecraft:rotate_head": {
|
||||
"protocol_id": 77
|
||||
"protocol_id": 76
|
||||
},
|
||||
"minecraft:section_blocks_update": {
|
||||
"protocol_id": 78
|
||||
"protocol_id": 77
|
||||
},
|
||||
"minecraft:select_advancements_tab": {
|
||||
"protocol_id": 79
|
||||
"protocol_id": 78
|
||||
},
|
||||
"minecraft:server_data": {
|
||||
"protocol_id": 80
|
||||
"protocol_id": 79
|
||||
},
|
||||
"minecraft:server_links": {
|
||||
"protocol_id": 130
|
||||
},
|
||||
"minecraft:set_action_bar_text": {
|
||||
"protocol_id": 81
|
||||
"protocol_id": 80
|
||||
},
|
||||
"minecraft:set_border_center": {
|
||||
"protocol_id": 82
|
||||
"protocol_id": 81
|
||||
},
|
||||
"minecraft:set_border_lerp_size": {
|
||||
"protocol_id": 83
|
||||
"protocol_id": 82
|
||||
},
|
||||
"minecraft:set_border_size": {
|
||||
"protocol_id": 84
|
||||
"protocol_id": 83
|
||||
},
|
||||
"minecraft:set_border_warning_delay": {
|
||||
"protocol_id": 85
|
||||
"protocol_id": 84
|
||||
},
|
||||
"minecraft:set_border_warning_distance": {
|
||||
"protocol_id": 86
|
||||
"protocol_id": 85
|
||||
},
|
||||
"minecraft:set_camera": {
|
||||
"protocol_id": 87
|
||||
"protocol_id": 86
|
||||
},
|
||||
"minecraft:set_chunk_cache_center": {
|
||||
"protocol_id": 88
|
||||
"protocol_id": 87
|
||||
},
|
||||
"minecraft:set_chunk_cache_radius": {
|
||||
"protocol_id": 89
|
||||
"protocol_id": 88
|
||||
},
|
||||
"minecraft:set_cursor_item": {
|
||||
"protocol_id": 90
|
||||
"protocol_id": 89
|
||||
},
|
||||
"minecraft:set_default_spawn_position": {
|
||||
"protocol_id": 91
|
||||
"protocol_id": 90
|
||||
},
|
||||
"minecraft:set_display_objective": {
|
||||
"protocol_id": 92
|
||||
"protocol_id": 91
|
||||
},
|
||||
"minecraft:set_entity_data": {
|
||||
"protocol_id": 93
|
||||
"protocol_id": 92
|
||||
},
|
||||
"minecraft:set_entity_link": {
|
||||
"protocol_id": 94
|
||||
"protocol_id": 93
|
||||
},
|
||||
"minecraft:set_entity_motion": {
|
||||
"protocol_id": 95
|
||||
"protocol_id": 94
|
||||
},
|
||||
"minecraft:set_equipment": {
|
||||
"protocol_id": 96
|
||||
"protocol_id": 95
|
||||
},
|
||||
"minecraft:set_experience": {
|
||||
"protocol_id": 97
|
||||
"protocol_id": 96
|
||||
},
|
||||
"minecraft:set_health": {
|
||||
"protocol_id": 98
|
||||
"protocol_id": 97
|
||||
},
|
||||
"minecraft:set_held_slot": {
|
||||
"protocol_id": 99
|
||||
"protocol_id": 98
|
||||
},
|
||||
"minecraft:set_objective": {
|
||||
"protocol_id": 100
|
||||
"protocol_id": 99
|
||||
},
|
||||
"minecraft:set_passengers": {
|
||||
"protocol_id": 101
|
||||
"protocol_id": 100
|
||||
},
|
||||
"minecraft:set_player_inventory": {
|
||||
"protocol_id": 102
|
||||
"protocol_id": 101
|
||||
},
|
||||
"minecraft:set_player_team": {
|
||||
"protocol_id": 103
|
||||
"protocol_id": 102
|
||||
},
|
||||
"minecraft:set_score": {
|
||||
"protocol_id": 104
|
||||
"protocol_id": 103
|
||||
},
|
||||
"minecraft:set_simulation_distance": {
|
||||
"protocol_id": 105
|
||||
"protocol_id": 104
|
||||
},
|
||||
"minecraft:set_subtitle_text": {
|
||||
"protocol_id": 106
|
||||
"protocol_id": 105
|
||||
},
|
||||
"minecraft:set_time": {
|
||||
"protocol_id": 107
|
||||
"protocol_id": 106
|
||||
},
|
||||
"minecraft:set_title_text": {
|
||||
"protocol_id": 108
|
||||
"protocol_id": 107
|
||||
},
|
||||
"minecraft:set_titles_animation": {
|
||||
"protocol_id": 109
|
||||
"protocol_id": 108
|
||||
},
|
||||
"minecraft:sound": {
|
||||
"protocol_id": 111
|
||||
},
|
||||
"minecraft:sound_entity": {
|
||||
"protocol_id": 110
|
||||
},
|
||||
"minecraft:sound_entity": {
|
||||
"protocol_id": 109
|
||||
},
|
||||
"minecraft:start_configuration": {
|
||||
"protocol_id": 112
|
||||
"protocol_id": 111
|
||||
},
|
||||
"minecraft:stop_sound": {
|
||||
"protocol_id": 113
|
||||
"protocol_id": 112
|
||||
},
|
||||
"minecraft:store_cookie": {
|
||||
"protocol_id": 114
|
||||
"protocol_id": 113
|
||||
},
|
||||
"minecraft:system_chat": {
|
||||
"protocol_id": 115
|
||||
"protocol_id": 114
|
||||
},
|
||||
"minecraft:tab_list": {
|
||||
"protocol_id": 116
|
||||
"protocol_id": 115
|
||||
},
|
||||
"minecraft:tag_query": {
|
||||
"protocol_id": 117
|
||||
"protocol_id": 116
|
||||
},
|
||||
"minecraft:take_item_entity": {
|
||||
"protocol_id": 118
|
||||
"protocol_id": 117
|
||||
},
|
||||
"minecraft:teleport_entity": {
|
||||
"protocol_id": 118
|
||||
},
|
||||
"minecraft:test_instance_block_status": {
|
||||
"protocol_id": 119
|
||||
},
|
||||
"minecraft:ticking_state": {
|
||||
@@ -694,20 +694,26 @@
|
||||
"minecraft:set_structure_block": {
|
||||
"protocol_id": 56
|
||||
},
|
||||
"minecraft:sign_update": {
|
||||
"minecraft:set_test_block": {
|
||||
"protocol_id": 57
|
||||
},
|
||||
"minecraft:swing": {
|
||||
"minecraft:sign_update": {
|
||||
"protocol_id": 58
|
||||
},
|
||||
"minecraft:teleport_to_entity": {
|
||||
"minecraft:swing": {
|
||||
"protocol_id": 59
|
||||
},
|
||||
"minecraft:use_item": {
|
||||
"minecraft:teleport_to_entity": {
|
||||
"protocol_id": 60
|
||||
},
|
||||
"minecraft:test_instance_block_action": {
|
||||
"protocol_id": 61
|
||||
},
|
||||
"minecraft:use_item": {
|
||||
"protocol_id": 63
|
||||
},
|
||||
"minecraft:use_item_on": {
|
||||
"protocol_id": 60
|
||||
"protocol_id": 62
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+7524
-7176
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user