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"]
|
||||
]
|
||||
}
|
||||
+52
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "floor",
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0,
|
||||
"vegetation_feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:fire",
|
||||
"Properties": {
|
||||
"age": "0",
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"up": "false",
|
||||
"west": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 2,
|
||||
"max_inclusive": 4
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 8,
|
||||
"data": {
|
||||
"Name": "minecraft:basalt"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+105
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"type": "minecraft:block_column",
|
||||
"config": {
|
||||
"direction": "down",
|
||||
"allowed_placement": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:any_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -1, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:not",
|
||||
"predicate": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:bedrock"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"prioritize_tip": false,
|
||||
"layers": [
|
||||
{
|
||||
"height": 1,
|
||||
"provider": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 148,
|
||||
"data": {
|
||||
"Name": "society:blackstone_boulder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 20,
|
||||
"data": {
|
||||
"Name": "minecraft:deepslate_gold_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 15,
|
||||
"data": {
|
||||
"Name": "minecraft:deepslate_redstone_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "oreganized:deepslate_lead_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "society:deepslate_sparkstone_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"data": {
|
||||
"Name": "oreganized:deepslate_silver_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:deepslate_iridium_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:grimwood_supply_crate"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": 256,
|
||||
"provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "farmersdelight:rope",
|
||||
"Properties": {
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"west": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 148,
|
||||
"data": {
|
||||
"Name": "society:blackstone_boulder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 20,
|
||||
"data": {
|
||||
"Name": "minecraft:deepslate_gold_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 15,
|
||||
"data": {
|
||||
"Name": "minecraft:deepslate_redstone_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "oreganized:deepslate_lead_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "society:deepslate_sparkstone_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:magma_geode_node"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:fire_quartz"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 4,
|
||||
"data": {
|
||||
"Name": "society:omni_geode_node"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"data": {
|
||||
"Name": "oreganized:deepslate_silver_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:deepslate_iridium_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"data": {
|
||||
"Name": "society:skull_cavern_teleporter"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:grimwood_supply_crate"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "lithostitched:structure_template",
|
||||
"config": {
|
||||
"template": "society:skull_cavern/dino_den",
|
||||
"processors": "minecraft:empty",
|
||||
"rotation": "none"
|
||||
}
|
||||
}
|
||||
+64
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "floor",
|
||||
"depth": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 1,
|
||||
"max_inclusive": 3
|
||||
}
|
||||
},
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0,
|
||||
"vegetation_feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:fire",
|
||||
"Properties": {
|
||||
"age": "0",
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"up": "false",
|
||||
"west": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 2,
|
||||
"max_inclusive": 4
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "minecraft:magma_block"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 8,
|
||||
"data": {
|
||||
"Name": "society:skull_blackstone"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+47
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "floor",
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0,
|
||||
"vegetation_feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "vintagedelight:salt",
|
||||
"Properties": {
|
||||
"layers": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 4,
|
||||
"max_inclusive": 7
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 8,
|
||||
"data": {
|
||||
"Name": "minecraft:sand"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+78
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "ceiling",
|
||||
"depth": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 2,
|
||||
"max_inclusive": 3
|
||||
}
|
||||
},
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0.02,
|
||||
"vegetation_feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "quark:blue_corundum_cluster",
|
||||
"Properties": {
|
||||
"facing": "down",
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 2,
|
||||
"max_inclusive": 4
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 150,
|
||||
"data": {
|
||||
"Name": "moreminecarts:organic_glass"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"data": {
|
||||
"Name": "quark:waxed_blue_corundum"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"data": {
|
||||
"Name": "moreminecarts:organic_glass_pane"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"data": {
|
||||
"Name": "moreminecarts:chiseled_organic_glass"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"data": {
|
||||
"Name": "moreminecarts:chiseled_organic_glass_pane"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "floor",
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0,
|
||||
"vegetation_chance": 0,
|
||||
"vegetation_feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:cactus"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 2,
|
||||
"max_inclusive": 3
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 8,
|
||||
"data": {
|
||||
"Name": "minecraft:sand"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"type": "minecraft:block_column",
|
||||
"config": {
|
||||
"direction": "down",
|
||||
"allowed_placement": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:any_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -1, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:not",
|
||||
"predicate": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:bedrock"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"prioritize_tip": false,
|
||||
"layers": [
|
||||
{
|
||||
"height": 1,
|
||||
"provider": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 163,
|
||||
"data": {
|
||||
"Name": "society:sandstone_boulder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 20,
|
||||
"data": {
|
||||
"Name": "minecraft:gold_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "oreganized:lead_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 6,
|
||||
"data": {
|
||||
"Name": "minecraft:redstone_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 4,
|
||||
"data": {
|
||||
"Name": "minecraft:diamond_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 4,
|
||||
"data": {
|
||||
"Name": "society:sparkstone_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"data": {
|
||||
"Name": "oreganized:silver_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"data": {
|
||||
"Name": "society:iridium_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:palm_supply_crate"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": 256,
|
||||
"provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "farmersdelight:rope",
|
||||
"Properties": {
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"west": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+55
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "ceiling",
|
||||
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0.001,
|
||||
"vegetation_feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "quark:blue_corundum_cluster",
|
||||
"Properties": {
|
||||
"facing": "down",
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 2,
|
||||
"max_inclusive": 4
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "minecraft:sandstone"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"data": {
|
||||
"Name": "minecraft:sandstone"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+51
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "floor",
|
||||
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0,
|
||||
"vegetation_chance": 0,
|
||||
"vegetation_feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:dead_bush"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 2,
|
||||
"max_inclusive": 3
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 5,
|
||||
"data": {
|
||||
"Name": "minecraft:sand"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 5,
|
||||
"data": {
|
||||
"Name": "minecraft:sandstone"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 163,
|
||||
"data": {
|
||||
"Name": "society:sandstone_boulder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 20,
|
||||
"data": {
|
||||
"Name": "minecraft:gold_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "oreganized:lead_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 6,
|
||||
"data": {
|
||||
"Name": "minecraft:redstone_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 4,
|
||||
"data": {
|
||||
"Name": "minecraft:diamond_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 4,
|
||||
"data": {
|
||||
"Name": "society:sparkstone_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:omni_geode_node"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"data": {
|
||||
"Name": "oreganized:silver_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:magma_geode_node"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:fire_quartz"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"data": {
|
||||
"Name": "society:iridium_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:palm_supply_crate"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+47
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "floor",
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0,
|
||||
"vegetation_feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "vintagedelight:salt",
|
||||
"Properties": {
|
||||
"layers": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 4,
|
||||
"max_inclusive": 7
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 8,
|
||||
"data": {
|
||||
"Name": "atmospheric:arid_sand"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+49
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "ceiling",
|
||||
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0.001,
|
||||
"vegetation_feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "quark:red_corundum_cluster",
|
||||
"Properties": {
|
||||
"facing": "down",
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 2,
|
||||
"max_inclusive": 4
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 1,
|
||||
"data": {
|
||||
"Name": "atmospheric:red_arid_sandstone"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+47
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "floor",
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0,
|
||||
"vegetation_feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "vintagedelight:salt",
|
||||
"Properties": {
|
||||
"layers": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 4,
|
||||
"max_inclusive": 7
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 8,
|
||||
"data": {
|
||||
"Name": "atmospheric:red_arid_sand"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+66
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "ceiling",
|
||||
"depth": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 2,
|
||||
"max_inclusive": 3
|
||||
}
|
||||
},
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0.02,
|
||||
"vegetation_feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "quark:red_corundum_cluster",
|
||||
"Properties": {
|
||||
"facing": "down",
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 2,
|
||||
"max_inclusive": 4
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 150,
|
||||
"data": {
|
||||
"Name": "oreganized:red_crystal_glass"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"data": {
|
||||
"Name": "quark:waxed_red_corundum"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"data": {
|
||||
"Name": "oreganized:red_crystal_glass_pane"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"config": {
|
||||
"tries": 10,
|
||||
"xz_spread": 4,
|
||||
"y_spread": 1,
|
||||
"feature": {
|
||||
"feature": {
|
||||
"config": {
|
||||
"to_place": {
|
||||
"state": {
|
||||
"Properties": {
|
||||
"waterlogged": "false",
|
||||
"treasure": "true"
|
||||
},
|
||||
"Name": "society:earth_crystal"
|
||||
},
|
||||
"type": "minecraft:simple_state_provider"
|
||||
}
|
||||
},
|
||||
"type": "minecraft:simple_block"
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"predicate": {
|
||||
"predicates": [
|
||||
{
|
||||
"blocks": "minecraft:air",
|
||||
"type": "minecraft:matching_blocks"
|
||||
},
|
||||
{
|
||||
"offset": [
|
||||
0,
|
||||
-1,
|
||||
0
|
||||
],
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:all_of"
|
||||
},
|
||||
"type": "minecraft:block_predicate_filter"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "minecraft:random_patch"
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"config": {
|
||||
"tries": 7,
|
||||
"xz_spread": 10,
|
||||
"y_spread": 1,
|
||||
"feature": {
|
||||
"feature": {
|
||||
"config": {
|
||||
"to_place": {
|
||||
"state": {
|
||||
"Properties": {
|
||||
"waterlogged": "false",
|
||||
"treasure": "true"
|
||||
},
|
||||
"Name": "society:fire_quartz"
|
||||
},
|
||||
"type": "minecraft:simple_state_provider"
|
||||
}
|
||||
},
|
||||
"type": "minecraft:simple_block"
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"predicate": {
|
||||
"predicates": [
|
||||
{
|
||||
"blocks": "minecraft:air",
|
||||
"type": "minecraft:matching_blocks"
|
||||
},
|
||||
{
|
||||
"offset": [
|
||||
0,
|
||||
-1,
|
||||
0
|
||||
],
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:all_of"
|
||||
},
|
||||
"type": "minecraft:block_predicate_filter"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "minecraft:random_patch"
|
||||
}
|
||||
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"type": "minecraft:block_column",
|
||||
"config": {
|
||||
"direction": "down",
|
||||
"allowed_placement": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:any_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -1, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:not",
|
||||
"predicate": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:bedrock"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"prioritize_tip": false,
|
||||
"layers": [
|
||||
{
|
||||
"height": 1,
|
||||
"provider": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 164,
|
||||
"data": {
|
||||
"Name": "society:ice_boulder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"data": {
|
||||
"Name": "minecraft:iron_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 15,
|
||||
"data": {
|
||||
"Name": "create:zinc_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "oreganized:lead_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 4,
|
||||
"data": {
|
||||
"Name": "minecraft:diamond_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:sparkstone_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:spruce_supply_crate"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": 256,
|
||||
"provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "farmersdelight:rope",
|
||||
"Properties": {
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"west": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "ceiling",
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0.01,
|
||||
"vegetation_feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "windswept:icicles",
|
||||
"Properties": {
|
||||
"state": "normal",
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 6,
|
||||
"max_inclusive": 8
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 15,
|
||||
"data": {
|
||||
"Name": "minecraft:packed_ice"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 5,
|
||||
"data": {
|
||||
"Name": "minecraft:blue_ice"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "floor",
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0,
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 4,
|
||||
"max_inclusive": 7
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 15,
|
||||
"data": {
|
||||
"Name": "minecraft:packed_ice"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 5,
|
||||
"data": {
|
||||
"Name": "minecraft:blue_ice"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"vegetation_feature": "minecraft:ice_spike"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 164,
|
||||
"data": {
|
||||
"Name": "society:ice_boulder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"data": {
|
||||
"Name": "minecraft:iron_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 15,
|
||||
"data": {
|
||||
"Name": "create:zinc_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "oreganized:lead_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 4,
|
||||
"data": {
|
||||
"Name": "minecraft:diamond_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:earth_crystal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"data": {
|
||||
"Name": "society:omni_geode_node"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:sparkstone_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:spruce_supply_crate"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "ceiling",
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0,
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 6,
|
||||
"max_inclusive": 8
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "minecraft:packed_ice"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 5,
|
||||
"data": {
|
||||
"Name": "extractinator:slush"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"vegetation_feature": "minecraft:ice_spike"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "floor",
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0,
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 4,
|
||||
"max_inclusive": 7
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "minecraft:packed_ice"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 5,
|
||||
"data": {
|
||||
"Name": "extractinator:slush"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"vegetation_feature": "minecraft:ice_spike"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "floor",
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0,
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 4,
|
||||
"max_inclusive": 7
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 12,
|
||||
"data": {
|
||||
"Name": "minecraft:snow_block"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"vegetation_feature": "minecraft:ice_spike"
|
||||
}
|
||||
}
|
||||
+37
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "floor",
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0,
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 4,
|
||||
"max_inclusive": 7
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 22,
|
||||
"data": {
|
||||
"Name": "oreganized:glance_bricks"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 8,
|
||||
"data": {
|
||||
"Name": "oreganized:polished_glance"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"vegetation_feature": "minecraft:ice_spike"
|
||||
}
|
||||
}
|
||||
+37
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "floor",
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"vegetation_chance": 0,
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 4,
|
||||
"max_inclusive": 7
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 15,
|
||||
"data": {
|
||||
"Name": "oreganized:glance"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "oreganized:spotted_glance"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"vegetation_feature": "minecraft:ice_spike"
|
||||
}
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "lithostitched:structure_template",
|
||||
"config": {
|
||||
"template": "society:skull_cavern/spectralibur_chamber",
|
||||
"processors": "minecraft:empty",
|
||||
"rotation": "none"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"config": {
|
||||
"tries": 7,
|
||||
"xz_spread": 10,
|
||||
"y_spread": 1,
|
||||
"feature": {
|
||||
"feature": {
|
||||
"config": {
|
||||
"to_place": {
|
||||
"state": {
|
||||
"Properties": {
|
||||
"waterlogged": "false",
|
||||
"treasure": "true"
|
||||
},
|
||||
"Name": "society:geode_node"
|
||||
},
|
||||
"type": "minecraft:simple_state_provider"
|
||||
}
|
||||
},
|
||||
"type": "minecraft:simple_block"
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"predicate": {
|
||||
"predicates": [
|
||||
{
|
||||
"blocks": "minecraft:air",
|
||||
"type": "minecraft:matching_blocks"
|
||||
},
|
||||
{
|
||||
"offset": [
|
||||
0,
|
||||
-1,
|
||||
0
|
||||
],
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:all_of"
|
||||
},
|
||||
"type": "minecraft:block_predicate_filter"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "minecraft:random_patch"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:multiface_growth",
|
||||
"config": {
|
||||
"block": "minecraft:glow_lichen",
|
||||
"can_be_placed_on": [
|
||||
"society:skull_stone",
|
||||
"society:skull_permafrost"
|
||||
],
|
||||
"can_place_on_ceiling": true,
|
||||
"can_place_on_floor": false,
|
||||
"can_place_on_wall": true,
|
||||
"chance_of_spreading": 0.5,
|
||||
"search_range": 20
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"type": "minecraft:block_column",
|
||||
"config": {
|
||||
"direction": "down",
|
||||
"allowed_placement": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:any_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -1, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:not",
|
||||
"predicate": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:bedrock"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"prioritize_tip": false,
|
||||
"layers": [
|
||||
{
|
||||
"height": 1,
|
||||
"provider": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 163,
|
||||
"data": {
|
||||
"Name": "society:stone_boulder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"data": {
|
||||
"Name": "minecraft:coal_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 20,
|
||||
"data": {
|
||||
"Name": "minecraft:copper_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 15,
|
||||
"data": {
|
||||
"Name": "minecraft:iron_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 13,
|
||||
"data": {
|
||||
"Name": "create:zinc_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "minecraft:lapis_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:oak_supply_crate"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": 256,
|
||||
"provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "farmersdelight:rope",
|
||||
"Properties": {
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"west": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"type": "minecraft:block_column",
|
||||
"config": {
|
||||
"direction": "down",
|
||||
"allowed_placement": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:any_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -1, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:not",
|
||||
"predicate": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:bedrock"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"prioritize_tip": false,
|
||||
"layers": [
|
||||
{
|
||||
"height": 1,
|
||||
"provider": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 90,
|
||||
"data": {
|
||||
"Name": "society:stone_boulder"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": 256,
|
||||
"provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "farmersdelight:rope",
|
||||
"Properties": {
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"west": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "lithostitched:structure_template",
|
||||
"config": {
|
||||
"template": "society:skull_cavern/bee_hive",
|
||||
"processors": "minecraft:empty",
|
||||
"rotation": "none"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"type": "minecraft:block_column",
|
||||
"config": {
|
||||
"allowed_placement": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
"direction": "down",
|
||||
"layers": [
|
||||
{
|
||||
"height": {
|
||||
"type": "minecraft:weighted_list",
|
||||
"distribution": [
|
||||
{
|
||||
"data": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 19,
|
||||
"min_inclusive": 0
|
||||
}
|
||||
},
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"data": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 2,
|
||||
"min_inclusive": 0
|
||||
}
|
||||
},
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"data": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 6,
|
||||
"min_inclusive": 0
|
||||
}
|
||||
},
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
"provider": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"data": {
|
||||
"Name": "minecraft:cave_vines_plant",
|
||||
"Properties": {
|
||||
"berries": "false"
|
||||
}
|
||||
},
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"data": {
|
||||
"Name": "minecraft:cave_vines_plant",
|
||||
"Properties": {
|
||||
"berries": "true"
|
||||
}
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": 1,
|
||||
"provider": {
|
||||
"type": "minecraft:randomized_int_state_provider",
|
||||
"property": "age",
|
||||
"source": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"data": {
|
||||
"Name": "minecraft:cave_vines",
|
||||
"Properties": {
|
||||
"age": "0",
|
||||
"berries": "false"
|
||||
}
|
||||
},
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"data": {
|
||||
"Name": "minecraft:cave_vines",
|
||||
"Properties": {
|
||||
"age": "0",
|
||||
"berries": "true"
|
||||
}
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"values": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 25,
|
||||
"min_inclusive": 23
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"prioritize_tip": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"depth": 1,
|
||||
"extra_bottom_block_chance": 0.0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"ground_state": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:moss_block"
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"surface": "floor",
|
||||
"vegetation_chance": 0,
|
||||
"vegetation_feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:grass"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"vertical_range": 5,
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 7,
|
||||
"min_inclusive": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"depth": 1,
|
||||
"extra_bottom_block_chance": 0.0,
|
||||
"extra_edge_column_chance": 0.3,
|
||||
"ground_state": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:moss_block"
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"surface": "ceiling",
|
||||
"vegetation_chance": 0.08,
|
||||
"vegetation_feature": {
|
||||
"feature": "minecraft:cave_vine_in_moss",
|
||||
"placement": []
|
||||
},
|
||||
"vertical_range": 5,
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 7,
|
||||
"min_inclusive": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:root_system",
|
||||
"config": {
|
||||
"allowed_tree_position": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:any_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": [
|
||||
"minecraft:air",
|
||||
"minecraft:cave_air",
|
||||
"minecraft:void_air"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_block_tag",
|
||||
"tag": "society:skull_block"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_block_tag",
|
||||
"offset": [
|
||||
0,
|
||||
-1,
|
||||
0
|
||||
],
|
||||
"tag": "society:skull_block"
|
||||
}
|
||||
]
|
||||
},
|
||||
"allowed_vertical_water_for_tree": 2,
|
||||
"feature": {
|
||||
"feature": "minecraft:azalea_tree",
|
||||
"placement": []
|
||||
},
|
||||
"hanging_root_placement_attempts": 20,
|
||||
"hanging_root_radius": 3,
|
||||
"hanging_root_state_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:hanging_roots",
|
||||
"Properties": {
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hanging_roots_vertical_span": 2,
|
||||
"required_vertical_space_for_tree": 3,
|
||||
"root_column_max_height": 100,
|
||||
"root_placement_attempts": 20,
|
||||
"root_radius": 3,
|
||||
"root_replaceable": "#minecraft:azalea_root_replaceable",
|
||||
"root_state_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:rooted_dirt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"config": {
|
||||
"tries": 7,
|
||||
"xz_spread": 10,
|
||||
"y_spread": 1,
|
||||
"feature": {
|
||||
"feature": {
|
||||
"config": {
|
||||
"to_place": {
|
||||
"state": {
|
||||
"Properties": {
|
||||
"waterlogged": "false",
|
||||
"treasure": "true"
|
||||
},
|
||||
"Name": "society:magma_geode_node"
|
||||
},
|
||||
"type": "minecraft:simple_state_provider"
|
||||
}
|
||||
},
|
||||
"type": "minecraft:simple_block"
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"predicate": {
|
||||
"predicates": [
|
||||
{
|
||||
"blocks": "minecraft:air",
|
||||
"type": "minecraft:matching_blocks"
|
||||
},
|
||||
{
|
||||
"offset": [
|
||||
0,
|
||||
-1,
|
||||
0
|
||||
],
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:all_of"
|
||||
},
|
||||
"type": "minecraft:block_predicate_filter"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "minecraft:random_patch"
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"config": {
|
||||
"tries": 7,
|
||||
"xz_spread": 15,
|
||||
"y_spread": 1,
|
||||
"feature": {
|
||||
"feature": {
|
||||
"config": {
|
||||
"to_place": {
|
||||
"state": {
|
||||
"Properties": {
|
||||
"waterlogged": "false",
|
||||
"treasure": "true"
|
||||
},
|
||||
"Name": "society:omni_geode_node"
|
||||
},
|
||||
"type": "minecraft:simple_state_provider"
|
||||
}
|
||||
},
|
||||
"type": "minecraft:simple_block"
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"predicate": {
|
||||
"predicates": [
|
||||
{
|
||||
"blocks": "minecraft:air",
|
||||
"type": "minecraft:matching_blocks"
|
||||
},
|
||||
{
|
||||
"offset": [
|
||||
0,
|
||||
-1,
|
||||
0
|
||||
],
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:all_of"
|
||||
},
|
||||
"type": "minecraft:block_predicate_filter"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "minecraft:random_patch"
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"depth": 1,
|
||||
"extra_bottom_block_chance": 0.0,
|
||||
"extra_edge_column_chance": 0.75,
|
||||
"ground_state": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:pale_moss_block"
|
||||
}
|
||||
},
|
||||
"replaceable": "#minecraft:moss_replaceable",
|
||||
"surface": "floor",
|
||||
"vegetation_chance": 0.3,
|
||||
"vegetation_feature": {
|
||||
"feature": "society:pale_moss_vegetation",
|
||||
"placement": []
|
||||
},
|
||||
"vertical_range": 5,
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 4,
|
||||
"min_inclusive": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"data": {
|
||||
"Name": "minecraft:pale_moss_carpet",
|
||||
"Properties": {
|
||||
"bottom": "true",
|
||||
"east": "none",
|
||||
"north": "none",
|
||||
"south": "none",
|
||||
"west": "none"
|
||||
}
|
||||
},
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"data": {
|
||||
"Name": "minecraft:grass"
|
||||
},
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"data": {
|
||||
"Name": "minecraft:glow_lichen",
|
||||
"Properties": {
|
||||
"down": "true",
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"west": "false",
|
||||
"waterlogged": "false"
|
||||
}
|
||||
},
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"data": {
|
||||
"Name": "minecraft:tall_grass",
|
||||
"Properties": {
|
||||
"half": "lower"
|
||||
}
|
||||
},
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "minecraft:random_patch",
|
||||
"config": {
|
||||
"feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "quark:glow_shroom"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tries": 96,
|
||||
"xz_spread": 7,
|
||||
"y_spread": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 163,
|
||||
"data": {
|
||||
"Name": "society:stone_boulder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"data": {
|
||||
"Name": "minecraft:coal_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 20,
|
||||
"data": {
|
||||
"Name": "minecraft:copper_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 15,
|
||||
"data": {
|
||||
"Name": "minecraft:iron_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 13,
|
||||
"data": {
|
||||
"Name": "create:zinc_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "minecraft:lapis_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:geode_node"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:earth_crystal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"data": {
|
||||
"Name": "society:oak_supply_crate"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "lithostitched:structure_template",
|
||||
"config": {
|
||||
"template": "society:skull_cavern/end_room_1",
|
||||
"processors": "minecraft:empty",
|
||||
"rotation": "none"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "lithostitched:structure_template",
|
||||
"config": {
|
||||
"template": "society:skull_cavern/end_room_2",
|
||||
"processors": "minecraft:empty",
|
||||
"rotation": "none"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"type": "minecraft:block_column",
|
||||
"config": {
|
||||
"direction": "down",
|
||||
"allowed_placement": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:any_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -1, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:not",
|
||||
"predicate": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:bedrock"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"prioritize_tip": false,
|
||||
"layers": [
|
||||
{
|
||||
"height": 1,
|
||||
"provider": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 194,
|
||||
"data": {
|
||||
"Name": "society:end_stone_boulder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "society:deepslate_sparkstone_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"data": {
|
||||
"Name": "society:deepslate_iridium_ore"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"height": 256,
|
||||
"provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "farmersdelight:rope",
|
||||
"Properties": {
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"west": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 174,
|
||||
"data": {
|
||||
"Name": "society:end_stone_boulder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 14,
|
||||
"data": {
|
||||
"Name": "society:deepslate_sparkstone_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 4,
|
||||
"data": {
|
||||
"Name": "society:omni_geode_node"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"data": {
|
||||
"Name": "society:deepslate_iridium_ore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"data": {
|
||||
"Name": "society:skull_cavern_teleporter"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+44
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"type": "minecraft:vegetation_patch",
|
||||
"config": {
|
||||
"surface": "floor",
|
||||
"depth": 1,
|
||||
"vertical_range": 5,
|
||||
"extra_bottom_block_chance": 0,
|
||||
"extra_edge_column_chance": 0,
|
||||
"vegetation_chance": 0.01,
|
||||
"vegetation_feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:chorus_flower"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"xz_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 2,
|
||||
"max_inclusive": 3
|
||||
}
|
||||
},
|
||||
"replaceable": "#society:skull_block",
|
||||
"ground_state": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 8,
|
||||
"data": {
|
||||
"Name": "minecraft:end_stone"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "lithostitched:structure_template",
|
||||
"config": {
|
||||
"template": "society:skull_cavern/uni_geode",
|
||||
"processors": "minecraft:empty",
|
||||
"rotation": "none"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:flat_cache",
|
||||
"argument": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": -1,
|
||||
"argument2": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "society:stripe",
|
||||
"xz_scale": 2.220446049250313e-16,
|
||||
"y_scale": 0,
|
||||
"shift_x": 1.01,
|
||||
"shift_y": 0,
|
||||
"shift_z": 1.01
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:y_clamped_gradient",
|
||||
"from_y": 0,
|
||||
"to_y": 504,
|
||||
"from_value": 0,
|
||||
"to_value": 1.8
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:range_choice",
|
||||
"input": "minecraft:y",
|
||||
"min_inclusive": 504,
|
||||
"max_exclusive": 512,
|
||||
"when_in_range": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": {
|
||||
"type": "minecraft:noise",
|
||||
"noise": "minecraft:noodle",
|
||||
"xz_scale": 6,
|
||||
"y_scale": 2
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:y_clamped_gradient",
|
||||
"from_y": 504,
|
||||
"to_y": 512,
|
||||
"from_value": 1,
|
||||
"to_value": -1
|
||||
}
|
||||
},
|
||||
"when_out_of_range": "society:test"
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"type": "minecraft:range_choice",
|
||||
"input": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": {
|
||||
"type": "minecraft:interpolated",
|
||||
"argument": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": {
|
||||
"type": "minecraft:noise",
|
||||
"noise": "society:cave",
|
||||
"xz_scale": 1,
|
||||
"y_scale": 1.5
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": {
|
||||
"type": "minecraft:spline",
|
||||
"spline": {
|
||||
"coordinate": "society:x",
|
||||
"points": [
|
||||
{
|
||||
"location": -4,
|
||||
"derivative": 0.15,
|
||||
"value": -0.5
|
||||
},
|
||||
{
|
||||
"location": 2,
|
||||
"derivative": 0,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"location": 4,
|
||||
"derivative": 0.2,
|
||||
"value": 0.7
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:spline",
|
||||
"spline": {
|
||||
"coordinate": "society:z",
|
||||
"points": [
|
||||
{
|
||||
"location": -4,
|
||||
"derivative": 0.15,
|
||||
"value": -0.5
|
||||
},
|
||||
{
|
||||
"location": 2,
|
||||
"derivative": 0,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"location": 4,
|
||||
"derivative": 0.2,
|
||||
"value": 0.7
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"argument2": "society:y"
|
||||
},
|
||||
"min_inclusive": -10,
|
||||
"max_exclusive": -0.4,
|
||||
"when_in_range": 0,
|
||||
"when_out_of_range": 1
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:range_choice",
|
||||
"input": "minecraft:y",
|
||||
"min_inclusive": 504,
|
||||
"max_exclusive": 516,
|
||||
"when_in_range": 2,
|
||||
"when_out_of_range": "society:biomedf"
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"type": "minecraft:flat_cache",
|
||||
"argument": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": "society:base",
|
||||
"argument2": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "society:stripe",
|
||||
"xz_scale": 3.469446951953614e-18,
|
||||
"y_scale": 0,
|
||||
"shift_x": 0.99,
|
||||
"shift_y": 0,
|
||||
"shift_z": 1.01
|
||||
}
|
||||
},
|
||||
"min_inclusive": 0,
|
||||
"max_exclusive": 5e-324,
|
||||
"when_in_range": 1,
|
||||
"when_out_of_range": -1
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": 2,
|
||||
"argument2": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": "society:base",
|
||||
"argument2": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "society:stripe",
|
||||
"xz_scale": 6.938893903907228e-18,
|
||||
"y_scale": 0,
|
||||
"shift_x": 0.99,
|
||||
"shift_y": 0,
|
||||
"shift_z": 1.01
|
||||
}
|
||||
},
|
||||
"min_inclusive": 0,
|
||||
"max_exclusive": 5e-324,
|
||||
"when_in_range": 1,
|
||||
"when_out_of_range": -1
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": 1,
|
||||
"argument2": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": "society:base",
|
||||
"argument2": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "society:stripe",
|
||||
"xz_scale": 1.3877787807814457e-17,
|
||||
"y_scale": 0,
|
||||
"shift_x": 0.99,
|
||||
"shift_y": 0,
|
||||
"shift_z": 1.01
|
||||
}
|
||||
},
|
||||
"min_inclusive": 0,
|
||||
"max_exclusive": 5e-324,
|
||||
"when_in_range": 1,
|
||||
"when_out_of_range": -1
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": "society:base",
|
||||
"argument2": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "society:stripe",
|
||||
"xz_scale": 2.7755575615628914e-17,
|
||||
"y_scale": 0,
|
||||
"shift_x": 0.99,
|
||||
"shift_y": 0,
|
||||
"shift_z": 1.01
|
||||
}
|
||||
},
|
||||
"min_inclusive": 0,
|
||||
"max_exclusive": 5e-324,
|
||||
"when_in_range": 1,
|
||||
"when_out_of_range": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"type": "minecraft:range_choice",
|
||||
"input": "minecraft:y",
|
||||
"min_inclusive": 0,
|
||||
"max_exclusive": 8,
|
||||
"when_in_range": 2,
|
||||
"when_out_of_range": {
|
||||
"": "minecraft:spline",
|
||||
"spline": {
|
||||
"coordinate": {
|
||||
"type": "minecraft:abs",
|
||||
"argument": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": -8,
|
||||
"argument2": {
|
||||
"type": "minecraft:abs",
|
||||
"argument": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": -16,
|
||||
"argument2": {
|
||||
"type": "minecraft:abs",
|
||||
"argument": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": -32,
|
||||
"argument2": {
|
||||
"type": "minecraft:abs",
|
||||
"argument": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": -64,
|
||||
"argument2": {
|
||||
"type": "minecraft:abs",
|
||||
"argument": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": -128,
|
||||
"argument2": {
|
||||
"type": "minecraft:abs",
|
||||
"argument": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": -256,
|
||||
"argument2": "minecraft:y"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"points": [
|
||||
{
|
||||
"location": 0,
|
||||
"derivative": -0.5,
|
||||
"value": 2
|
||||
},
|
||||
{
|
||||
"location": 7,
|
||||
"derivative": 0,
|
||||
"value": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "minecraft:spline"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"type": "minecraft:flat_cache",
|
||||
"argument": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": "society:base",
|
||||
"argument2": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "society:stripe",
|
||||
"xz_scale": 3.469446951953614e-18,
|
||||
"y_scale": 0,
|
||||
"shift_x": 1.01,
|
||||
"shift_y": 0,
|
||||
"shift_z": 0.99
|
||||
}
|
||||
},
|
||||
"min_inclusive": 0,
|
||||
"max_exclusive": 5e-324,
|
||||
"when_in_range": 1,
|
||||
"when_out_of_range": -1
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": 2,
|
||||
"argument2": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": "society:base",
|
||||
"argument2": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "society:stripe",
|
||||
"xz_scale": 6.938893903907228e-18,
|
||||
"y_scale": 0,
|
||||
"shift_x": 1.01,
|
||||
"shift_y": 0,
|
||||
"shift_z": 0.99
|
||||
}
|
||||
},
|
||||
"min_inclusive": 0,
|
||||
"max_exclusive": 5e-324,
|
||||
"when_in_range": 1,
|
||||
"when_out_of_range": -1
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": 1,
|
||||
"argument2": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": "society:base",
|
||||
"argument2": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "society:stripe",
|
||||
"xz_scale": 1.3877787807814457e-17,
|
||||
"y_scale": 0,
|
||||
"shift_x": 1.01,
|
||||
"shift_y": 0,
|
||||
"shift_z": 0.99
|
||||
}
|
||||
},
|
||||
"min_inclusive": 0,
|
||||
"max_exclusive": 5e-324,
|
||||
"when_in_range": 1,
|
||||
"when_out_of_range": -1
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": "society:base",
|
||||
"argument2": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "society:stripe",
|
||||
"xz_scale": 2.7755575615628914e-17,
|
||||
"y_scale": 0,
|
||||
"shift_x": 1.01,
|
||||
"shift_y": 0,
|
||||
"shift_z": 0.99
|
||||
}
|
||||
},
|
||||
"min_inclusive": 0,
|
||||
"max_exclusive": 5e-324,
|
||||
"when_in_range": 1,
|
||||
"when_out_of_range": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"firstOctave": -5,
|
||||
"amplitudes": [
|
||||
1,
|
||||
2
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"firstOctave": 78,
|
||||
"amplitudes": [
|
||||
1
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,262 @@
|
||||
{
|
||||
"aquifers_enabled": false,
|
||||
"default_block": {
|
||||
"Name": "society:skull_stone"
|
||||
},
|
||||
"default_fluid": {
|
||||
"Name": "minecraft:air"
|
||||
},
|
||||
"disable_mob_generation": false,
|
||||
"legacy_random_source": false,
|
||||
"noise": {
|
||||
"height": 512,
|
||||
"min_y": 0,
|
||||
"size_horizontal": 1,
|
||||
"size_vertical": 1
|
||||
},
|
||||
"noise_router": {
|
||||
"barrier": 0,
|
||||
"fluid_level_floodedness": 0,
|
||||
"fluid_level_spread": 0,
|
||||
"lava": 0,
|
||||
"temperature": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": "minecraft:y",
|
||||
"min_inclusive": 0,
|
||||
"max_exclusive": 512,
|
||||
"when_in_range": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": "minecraft:y",
|
||||
"min_inclusive": 0,
|
||||
"max_exclusive": 256,
|
||||
"when_in_range": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "minecraft:spaghetti_2d",
|
||||
"xz_scale": 1,
|
||||
"y_scale": 0,
|
||||
"shift_x": 0,
|
||||
"shift_y": 0,
|
||||
"shift_z": 0
|
||||
},
|
||||
"when_out_of_range": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "minecraft:spaghetti_2d",
|
||||
"xz_scale": 1,
|
||||
"y_scale": 0,
|
||||
"shift_x": 0,
|
||||
"shift_y": 256,
|
||||
"shift_z": 0
|
||||
}
|
||||
},
|
||||
"when_out_of_range": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": "minecraft:y",
|
||||
"min_inclusive": 512,
|
||||
"max_exclusive": 768,
|
||||
"when_in_range": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "minecraft:spaghetti_2d",
|
||||
"xz_scale": 1,
|
||||
"y_scale": 0,
|
||||
"shift_x": 0,
|
||||
"shift_y": 512,
|
||||
"shift_z": 0
|
||||
},
|
||||
"when_out_of_range": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "minecraft:spaghetti_2d",
|
||||
"xz_scale": 1,
|
||||
"y_scale": 0,
|
||||
"shift_x": 0,
|
||||
"shift_y": 768,
|
||||
"shift_z": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"vegetation": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "minecraft:vegetation",
|
||||
"xz_scale": 0.25,
|
||||
"y_scale": 0,
|
||||
"shift_x": "minecraft:shift_x",
|
||||
"shift_y": 0,
|
||||
"shift_z": "minecraft:shift_z"
|
||||
},
|
||||
"final_density": "society:chakyldf",
|
||||
"initial_density_without_jaggedness": 0,
|
||||
"continents": "minecraft:overworld/continents",
|
||||
"erosion": "minecraft:overworld/erosion",
|
||||
"depth": "society:toplayerdf",
|
||||
"ridges": "minecraft:overworld/ridges",
|
||||
"vein_toggle": 0,
|
||||
"vein_ridged": 0,
|
||||
"vein_gap": 0
|
||||
},
|
||||
"ore_veins_enabled": false,
|
||||
"sea_level": 0,
|
||||
"spawn_target": [
|
||||
{
|
||||
"erosion": [-1, 1],
|
||||
"depth": 0,
|
||||
"weirdness": [-1, -0.16],
|
||||
"offset": 0,
|
||||
"temperature": [-1, 1],
|
||||
"humidity": [-1, 1],
|
||||
"continentalness": [-0.11, 1]
|
||||
},
|
||||
{
|
||||
"erosion": [-1, 1],
|
||||
"depth": 0,
|
||||
"weirdness": [0.16, 1],
|
||||
"offset": 0,
|
||||
"temperature": [-1, 1],
|
||||
"humidity": [-1, 1],
|
||||
"continentalness": [-0.11, 1]
|
||||
}
|
||||
],
|
||||
"surface_rule": {
|
||||
"type": "minecraft:sequence",
|
||||
"sequence": [
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:y_above",
|
||||
"anchor": {
|
||||
"below_top": 12
|
||||
},
|
||||
"surface_depth_multiplier": 1,
|
||||
"add_stone_depth": false
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "minecraft:pale_moss_block"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:vertical_gradient",
|
||||
"false_at_and_above": {
|
||||
"above_bottom": 5
|
||||
},
|
||||
"random_name": "minecraft:bedrock_floor",
|
||||
"true_at_and_below": {
|
||||
"above_bottom": 0
|
||||
}
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "minecraft:bedrock"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:biome",
|
||||
"biome_is": ["society:skull_caves"]
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "society:skull_stone"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:biome",
|
||||
"biome_is": ["society:lush_caverns"]
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "society:skull_stone"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:biome",
|
||||
"biome_is": ["society:frozen_caves"]
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "society:skull_permafrost"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:biome",
|
||||
"biome_is": ["society:frozen_maelstrom"]
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "society:skull_permafrost"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:biome",
|
||||
"biome_is": ["society:desert_caves"]
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "society:skull_sandstone"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:biome",
|
||||
"biome_is": ["society:desert_fault"]
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "society:skull_arid_sandstone"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:biome",
|
||||
"biome_is": ["society:blackstone_caves"]
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "society:skull_blackstone"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
"if_true": {
|
||||
"type": "minecraft:biome",
|
||||
"biome_is": ["society:umbra_barrens"]
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "society:skull_end_stone"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:blackstone_caves/basalt_patch_floor",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 60
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 0
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 142
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,158 @@
|
||||
{
|
||||
"feature": "society:blackstone_caves/blackstone_ladder",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count_on_every_layer",
|
||||
"count": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:has_sturdy_face",
|
||||
"offset": [1, -1, 0],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:has_sturdy_face",
|
||||
"offset": [-1, -1, 0],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:has_sturdy_face",
|
||||
"offset": [0, -1, 1],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:has_sturdy_face",
|
||||
"offset": [0, -1, -1],
|
||||
"direction": "up"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": -12
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:any_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -2, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -2, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -3, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -4, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -4, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -5, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -8, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -8, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -9, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -12, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -12, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -13, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -16, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -15, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -16, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": 12
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"feature": "society:blackstone_caves/blackstone_rock",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count_on_every_layer",
|
||||
"count": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"feature": "society:blackstone_caves/dino_den",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 80
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": -10,
|
||||
"y_spread": 0
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 40
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 142
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"feature": "society:blackstone_caves/magma_patch_floor",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 32
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 0
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 142
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:desert_caves/dull_sand_patch_floor",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 104
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 142
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 282
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:desert_caves/organic_glass_patch_ceiling",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 142
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 282
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:desert_caves/sand_patch_floor",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 142
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 282
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,158 @@
|
||||
{
|
||||
"feature": "society:desert_caves/sandstone_ladder",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count_on_every_layer",
|
||||
"count": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:has_sturdy_face",
|
||||
"offset": [1, -1, 0],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:has_sturdy_face",
|
||||
"offset": [-1, -1, 0],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:has_sturdy_face",
|
||||
"offset": [0, -1, 1],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:has_sturdy_face",
|
||||
"offset": [0, -1, -1],
|
||||
"direction": "up"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": -12
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:any_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -2, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -2, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -3, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -4, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -4, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -5, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -8, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -8, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -9, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -12, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -12, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -13, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -16, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -15, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -16, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": 12
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:desert_caves/sandstone_patch_ceiling",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 104
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 142
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 282
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:desert_caves/sandstone_patch_floor",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 142
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 282
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"feature": "society:desert_caves/sandstone_rock",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count_on_every_layer",
|
||||
"count": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:desert_fault/arid_sand_patch_floor",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 104
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 142
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 282
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:desert_fault/arid_sandstone_patch_ceiling",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 104
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 142
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 282
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:desert_fault/red_arid_sand_patch_floor",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 104
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 142
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 282
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:desert_fault/red_glass_patch_ceiling",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 142
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 282
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:earth_crystals",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"max_inclusive": {
|
||||
"above_bottom": 96
|
||||
},
|
||||
"min_inclusive": {
|
||||
"above_bottom": 16
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:fire_quartz_spawn",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"max_inclusive": {
|
||||
"above_bottom": 96
|
||||
},
|
||||
"min_inclusive": {
|
||||
"above_bottom": 16
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,158 @@
|
||||
{
|
||||
"feature": "society:frozen_caves/ice_ladder",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count_on_every_layer",
|
||||
"count": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:has_sturdy_face",
|
||||
"offset": [1, -1, 0],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:has_sturdy_face",
|
||||
"offset": [-1, -1, 0],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:has_sturdy_face",
|
||||
"offset": [0, -1, 1],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:has_sturdy_face",
|
||||
"offset": [0, -1, -1],
|
||||
"direction": "up"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": -12
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:any_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -2, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -2, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -3, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -4, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -4, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -5, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -8, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -8, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -9, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -12, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -12, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -13, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:inside_world_bounds",
|
||||
"offset": [0, -16, 0]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -15, 0],
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [0, -16, 0],
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": 12
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:frozen_caves/ice_patch_ceiling",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 104
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 282
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 425
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:frozen_caves/ice_patch_floor",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 104
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 282
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 425
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"feature": "society:frozen_caves/ice_rock",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count_on_every_layer",
|
||||
"count": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:frozen_caves/slush_patch_ceiling",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 282
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 425
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:frozen_caves/slush_patch_floor",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 59
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 282
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 425
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:frozen_caves/snow_patch_floor",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 104
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 282
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 425
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:frozen_maelstrom/ancient_glance_patch_floor",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 104
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 282
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 425
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:frozen_maelstrom/glance_patch_floor",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 104
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 282
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 425
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"feature": "society:frozen_maelstrom/spectralibur_chamber",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 80
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": -10,
|
||||
"y_spread": 0
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"absolute": 300
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 400
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"feature": "society:geode_nodes",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"max_inclusive": {
|
||||
"above_bottom": 96
|
||||
},
|
||||
"min_inclusive": {
|
||||
"above_bottom": 16
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"feature": "society:glow_lichen",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 157,
|
||||
"min_inclusive": 104
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"max_inclusive": {
|
||||
"absolute": 512
|
||||
},
|
||||
"min_inclusive": {
|
||||
"above_bottom": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"feature": {
|
||||
"config": {},
|
||||
"type": "quark:glow_shrooms_extras"
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"count": 200,
|
||||
"type": "minecraft:count"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"height": {
|
||||
"min_inclusive": {
|
||||
"absolute": 500
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 512
|
||||
},
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"type": "minecraft:height_range"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user