add first patch
This commit is contained in:
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"temperature": -0.6,
|
||||
"downfall": 0,
|
||||
"has_precipitation": true,
|
||||
"effects": {
|
||||
"sky_color": 14539968,
|
||||
"fog_color": 14606250,
|
||||
"water_color": 43775,
|
||||
"water_fog_color": 4218032,
|
||||
"grass_color": 5526612,
|
||||
"mood_sound": {
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000,
|
||||
"block_search_extent": 8,
|
||||
"offset": 2
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"monster": [
|
||||
{
|
||||
"type": "rottencreatures:burned",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"type": "minecraft:magma_cube",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "species:wicked",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:wither_skeleton",
|
||||
"weight": 80,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:blaze",
|
||||
"weight": 100,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "splendid_slimes:splendid_slime",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
}
|
||||
],
|
||||
"creature": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10,
|
||||
"minCount": 8,
|
||||
"maxCount": 8
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:drowned",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"water_creature": [],
|
||||
"water_ambient": [],
|
||||
"misc": []
|
||||
},
|
||||
"spawn_costs": {},
|
||||
"carvers": {},
|
||||
"features": [
|
||||
[
|
||||
"society:blackstone_caves/blackstone_ladder",
|
||||
"society:blackstone_caves/blackstone_rock"
|
||||
],
|
||||
["minecraft:lake_lava_underground"],
|
||||
["minecraft:monster_room", "minecraft:monster_room_deep"],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower"
|
||||
],
|
||||
[],
|
||||
["minecraft:spring_water"],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"society:blackstone_caves/magma_patch_floor",
|
||||
"society:blackstone_caves/basalt_patch_floor",
|
||||
"minecraft:lake_lava_underground"
|
||||
],
|
||||
[],
|
||||
["society:blackstone_caves/dino_den"],
|
||||
[],
|
||||
["minecraft:freeze_top_layer"]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"carvers": {},
|
||||
"downfall": 0.4,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"sky_color": 7907327,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
["society:ladder_top"],
|
||||
["minecraft:lake_lava_underground"],
|
||||
["minecraft:amethyst_geode"],
|
||||
["minecraft:monster_room", "minecraft:monster_room_deep"],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:pale_garden_vegetation",
|
||||
"society:pale_moss_patch",
|
||||
"minecraft:pale_garden_flowers",
|
||||
"minecraft:flower_pale_garden",
|
||||
"minecraft:patch_grass_forest"
|
||||
],
|
||||
["society:patch_glow_shroom", "society:glow_shrooms_extra"],
|
||||
["minecraft:spring_water", "minecraft:spring_lava"],
|
||||
["society:glow_lichen", "minecraft:brown_mushroom_normal", "minecraft:red_mushroom_normal"],
|
||||
[]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"monster": [],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
"temperature": 0.8
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"temperature": -0.6,
|
||||
"downfall": 0,
|
||||
"has_precipitation": true,
|
||||
"effects": {
|
||||
"sky_color": 14539968,
|
||||
"fog_color": 14606250,
|
||||
"water_color": 43775,
|
||||
"water_fog_color": 4218032,
|
||||
"grass_color": 5526612,
|
||||
"mood_sound": {
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000,
|
||||
"block_search_extent": 8,
|
||||
"offset": 2
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:husk",
|
||||
"weight": 180,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "rottencreatures:mummy",
|
||||
"weight": 20,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "legendarycreatures:desert_mojo",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 20,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "splendid_slimes:splendid_slime",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
}
|
||||
],
|
||||
"creature": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10,
|
||||
"minCount": 8,
|
||||
"maxCount": 8
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:drowned",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"water_creature": [],
|
||||
"water_ambient": [],
|
||||
"misc": []
|
||||
},
|
||||
"spawn_costs": {},
|
||||
"carvers": {},
|
||||
"features": [
|
||||
["society:desert_caves/sandstone_ladder", "society:desert_caves/sandstone_rock"],
|
||||
["minecraft:lake_lava_underground"],
|
||||
["minecraft:monster_room", "minecraft:monster_room_deep"],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower"
|
||||
],
|
||||
[],
|
||||
["minecraft:spring_water"],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"society:desert_caves/dull_sand_patch_floor",
|
||||
"society:desert_caves/sand_patch_floor",
|
||||
"society:desert_caves/organic_glass_patch_ceiling",
|
||||
"society:desert_caves/sandstone_patch_ceiling"
|
||||
],
|
||||
["minecraft:freeze_top_layer"]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"temperature": -0.6,
|
||||
"downfall": 0,
|
||||
"has_precipitation": true,
|
||||
"effects": {
|
||||
"sky_color": 14539968,
|
||||
"fog_color": 14606250,
|
||||
"water_color": 43775,
|
||||
"water_fog_color": 4218032,
|
||||
"grass_color": 5526612,
|
||||
"mood_sound": {
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000,
|
||||
"block_search_extent": 8,
|
||||
"offset": 2
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:husk",
|
||||
"weight": 130,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "rottencreatures:mummy",
|
||||
"weight": 20,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
},
|
||||
{
|
||||
"type": "species:wicked",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:phantom",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"type": "legendarycreatures:desert_mojo",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:evoker",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 80,
|
||||
"minCount": 1,
|
||||
"maxCount": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:blaze",
|
||||
"weight": 80,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "splendid_slimes:splendid_slime",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
}
|
||||
],
|
||||
"creature": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10,
|
||||
"minCount": 8,
|
||||
"maxCount": 8
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:drowned",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"water_creature": [],
|
||||
"water_ambient": [],
|
||||
"misc": []
|
||||
},
|
||||
"spawn_costs": {},
|
||||
"carvers": {},
|
||||
"features": [
|
||||
["society:desert_caves/sandstone_ladder", "society:desert_caves/sandstone_rock"],
|
||||
["minecraft:lake_lava_underground"],
|
||||
["minecraft:monster_room", "minecraft:monster_room_deep"],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower"
|
||||
],
|
||||
[],
|
||||
["minecraft:spring_water"],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"society:desert_fault/arid_sand_patch_floor",
|
||||
"society:desert_fault/red_arid_sand_patch_floor",
|
||||
"society:desert_fault/red_glass_patch_ceiling",
|
||||
"society:desert_fault/arid_sandstone_patch_ceiling"
|
||||
],
|
||||
["minecraft:freeze_top_layer"]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"temperature": -0.6,
|
||||
"downfall": 0,
|
||||
"has_precipitation": true,
|
||||
"temperature_modifier": "frozen",
|
||||
"effects": {
|
||||
"sky_color": 13426431,
|
||||
"fog_color": 12638463,
|
||||
"water_color": 5035504,
|
||||
"water_fog_color": 1538444,
|
||||
"mood_sound": {
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000,
|
||||
"block_search_extent": 8,
|
||||
"offset": 2
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"monster": [
|
||||
{
|
||||
"type": "rottencreatures:frostbitten",
|
||||
"weight": 100,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "windswept:chilled",
|
||||
"weight": 20,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:stray",
|
||||
"weight": 100,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 40,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "rottencreatures:glacial_hunter",
|
||||
"weight": 20,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
},
|
||||
{
|
||||
"type": "species:bewereager",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "splendid_slimes:splendid_slime",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
}
|
||||
],
|
||||
"creature": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10,
|
||||
"minCount": 8,
|
||||
"maxCount": 8
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:drowned",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"water_creature": [],
|
||||
"water_ambient": [],
|
||||
"misc": []
|
||||
},
|
||||
"spawn_costs": {},
|
||||
"carvers": {},
|
||||
"features": [
|
||||
["society:frozen_caves/ice_ladder", "society:frozen_caves/ice_rock"],
|
||||
["minecraft:monster_room", "minecraft:monster_room_deep"],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower"
|
||||
],
|
||||
[],
|
||||
["minecraft:spring_water"],
|
||||
[
|
||||
"society:glow_lichen",
|
||||
"society:frozen_caves/ice_patch_floor",
|
||||
"society:frozen_caves/snow_patch_floor",
|
||||
"society:frozen_caves/slush_patch_floor",
|
||||
"society:frozen_caves/ice_patch_ceiling",
|
||||
"society:frozen_caves/slush_patch_ceiling"
|
||||
],
|
||||
["minecraft:freeze_top_layer"]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,115 @@
|
||||
{
|
||||
"temperature": -0.6,
|
||||
"downfall": 0,
|
||||
"has_precipitation": true,
|
||||
"temperature_modifier": "frozen",
|
||||
"effects": {
|
||||
"sky_color": 13426431,
|
||||
"fog_color": 12638463,
|
||||
"water_color": 5035504,
|
||||
"water_fog_color": 1538444,
|
||||
"mood_sound": {
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000,
|
||||
"block_search_extent": 8,
|
||||
"offset": 2
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"monster": [
|
||||
{
|
||||
"type": "rottencreatures:zap",
|
||||
"weight": 100,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:drowned",
|
||||
"weight": 100,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 80,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "trials:breeze",
|
||||
"weight": 40,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "species:quake",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "rottencreatures:immortal",
|
||||
"weight": 20,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
},
|
||||
{
|
||||
"type": "splendid_slimes:splendid_slime",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
}
|
||||
],
|
||||
"creature": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10,
|
||||
"minCount": 8,
|
||||
"maxCount": 8
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:drowned",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"water_creature": [],
|
||||
"water_ambient": [],
|
||||
"misc": []
|
||||
},
|
||||
"spawn_costs": {},
|
||||
"carvers": {},
|
||||
"features": [
|
||||
[],
|
||||
["society:frozen_caves/ice_ladder", "society:frozen_caves/ice_rock"],
|
||||
["minecraft:monster_room", "minecraft:monster_room_deep"],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower"
|
||||
],
|
||||
[],
|
||||
["minecraft:spring_water"],
|
||||
[
|
||||
"society:glow_lichen",
|
||||
"society:frozen_maelstrom/glance_patch_floor",
|
||||
"society:frozen_maelstrom/ancient_glance_patch_floor",
|
||||
"society:frozen_caves/ice_patch_ceiling",
|
||||
"society:frozen_caves/slush_patch_ceiling"
|
||||
],
|
||||
[],
|
||||
["society:frozen_maelstrom/spectralibur_chamber"],
|
||||
[],
|
||||
["minecraft:freeze_top_layer"]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.overworld.lush_caves"
|
||||
},
|
||||
"sky_color": 8103167,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"carvers": {},
|
||||
"downfall": 0.5,
|
||||
"features": [
|
||||
[],
|
||||
["society:ladder", "society:rock"],
|
||||
["minecraft:amethyst_geode"],
|
||||
|
||||
["minecraft:monster_room", "minecraft:monster_room_deep"],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower"
|
||||
],
|
||||
[],
|
||||
["minecraft:spring_water", "minecraft:spring_lava"],
|
||||
[
|
||||
"society:glow_lichen",
|
||||
"society:lush_caverns/ceiling_vegetation",
|
||||
"society:lush_caverns/cave_vines",
|
||||
"society:lush_caverns/vegetation",
|
||||
"society:lush_caverns/spore_blossom",
|
||||
"society:lush_caverns/classic_vines_cave_feature"
|
||||
],
|
||||
[],
|
||||
["society:lush_caverns/bee_hive"],
|
||||
[],
|
||||
[],
|
||||
["minecraft:freeze_top_layer"]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 5,
|
||||
"minCount": 3,
|
||||
"weight": 2
|
||||
}
|
||||
],
|
||||
"axolotls": [
|
||||
{
|
||||
"type": "minecraft:axolotl",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:frog",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "legendarycreatures:forest_mojo",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "rottencreatures:swampy",
|
||||
"weight": 100,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "species:cliff_hanger",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "splendid_slimes:splendid_slime",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [
|
||||
{
|
||||
"type": "minecraft:tropical_fish",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
}
|
||||
],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 1
|
||||
}
|
||||
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"carvers": {},
|
||||
"downfall": 0.4,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"sky_color": 7907327,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"features": [
|
||||
["society:ladder", "society:rock"],
|
||||
["minecraft:lake_lava_underground"],
|
||||
["minecraft:amethyst_geode"],
|
||||
["minecraft:monster_room", "minecraft:monster_room_deep"],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower"
|
||||
],
|
||||
[],
|
||||
["minecraft:spring_water", "minecraft:spring_lava"],
|
||||
["society:glow_lichen", "minecraft:brown_mushroom_normal", "minecraft:red_mushroom_normal"],
|
||||
[]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "rottencreatures:undead_miner",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "quark:forgotten",
|
||||
"minCount": 1,
|
||||
"maxCount": 4,
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "splendid_slimes:splendid_slime",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
"temperature": 0.8
|
||||
}
|
||||
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"temperature": -0.6,
|
||||
"downfall": 0,
|
||||
"has_precipitation": true,
|
||||
"effects": {
|
||||
"sky_color": 14539968,
|
||||
"fog_color": 10518688,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011,
|
||||
"grass_color": 5526612,
|
||||
"mood_sound": {
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000,
|
||||
"block_search_extent": 8,
|
||||
"offset": 2
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 140
|
||||
},
|
||||
{
|
||||
"type": "minecraft:shulker",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:phantom",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "species:ghoul",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"type": "splendid_slimes:splendid_slime",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
}
|
||||
],
|
||||
"creature": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10,
|
||||
"minCount": 8,
|
||||
"maxCount": 8
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:drowned",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"water_creature": [],
|
||||
"water_ambient": [],
|
||||
"misc": []
|
||||
},
|
||||
"spawn_costs": {},
|
||||
"carvers": {},
|
||||
"features": [
|
||||
[],
|
||||
|
||||
[
|
||||
"society:umbra_barrens/end_stone_ladder",
|
||||
"society:umbra_barrens/end_stone_rock"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
["society:umbra_barrens/end_room", "society:umbra_barrens/end_room_2"],
|
||||
[],
|
||||
["society:umbra_barrens/uni_geode"],
|
||||
[],
|
||||
["minecraft:chorus_plant", "society:umbra_barrens/endstone_patch_floor"],
|
||||
["minecraft:freeze_top_layer"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user