Minecraft 1.21.5

This commit is contained in:
LOOHP
2025-04-15 23:15:08 +01:00
parent 0b6013629a
commit 13a89914d5
106 changed files with 114896 additions and 113538 deletions
@@ -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,