Move diamonds to the nether
This commit is contained in:
parent
63af082af2
commit
9ba43bdbda
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:ore",
|
||||||
|
"config": {
|
||||||
|
"discard_chance_on_air_exposure": 1.0,
|
||||||
|
"size": 5,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"Name": "minecraft:deepslate_diamond_ore"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"predicate_type": "minecraft:block_match",
|
||||||
|
"block": "minecraft:blackstone"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:ore",
|
||||||
|
"config": {
|
||||||
|
"discard_chance_on_air_exposure": 1.0,
|
||||||
|
"size": 4,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"Name": "minecraft:diamond_ore"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"predicate_type": "minecraft:block_match",
|
||||||
|
"block": "minecraft:netherrack"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"Name": "minecraft:deepslate_diamond_ore"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"predicate_type": "minecraft:block_match",
|
||||||
|
"block": "minecraft:blackstone"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:ore",
|
||||||
|
"config": {
|
||||||
|
"discard_chance_on_air_exposure": 1.0,
|
||||||
|
"size": 3,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"Name": "minecraft:diamond_ore"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"predicate_type": "minecraft:block_match",
|
||||||
|
"block": "minecraft:netherrack"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"Name": "minecraft:deepslate_diamond_ore"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"predicate_type": "minecraft:block_match",
|
||||||
|
"block": "minecraft:blackstone"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:ore",
|
||||||
|
"config": {
|
||||||
|
"discard_chance_on_air_exposure": 1.0,
|
||||||
|
"size": 3,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"Name": "minecraft:diamond_ore"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"predicate_type": "minecraft:block_match",
|
||||||
|
"block": "minecraft:netherrack"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"Name": "minecraft:deepslate_diamond_ore"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"predicate_type": "minecraft:block_match",
|
||||||
|
"block": "minecraft:blackstone"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"feature": "mc_rebalance:ore_diamond_blackstone",
|
||||||
|
"placement": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:count",
|
||||||
|
"count": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:in_square"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:height_range",
|
||||||
|
"height": {
|
||||||
|
"type": "minecraft:uniform",
|
||||||
|
"max_inclusive": {
|
||||||
|
"below_top": 20
|
||||||
|
},
|
||||||
|
"min_inclusive": {
|
||||||
|
"above_bottom": 20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:biome"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"feature": "mc_rebalance:ore_diamond_nether_small",
|
||||||
|
"placement": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:count",
|
||||||
|
"count": 7
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:in_square"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:height_range",
|
||||||
|
"height": {
|
||||||
|
"type": "minecraft:uniform",
|
||||||
|
"max_inclusive": {
|
||||||
|
"below_top": 0
|
||||||
|
},
|
||||||
|
"min_inclusive": {
|
||||||
|
"below_top": 25
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:biome"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"feature": "mc_rebalance:ore_diamond_nether_buried",
|
||||||
|
"placement": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:count",
|
||||||
|
"count": 6
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:in_square"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:height_range",
|
||||||
|
"height": {
|
||||||
|
"type": "minecraft:uniform",
|
||||||
|
"max_inclusive": {
|
||||||
|
"below_top": 0
|
||||||
|
},
|
||||||
|
"min_inclusive": {
|
||||||
|
"below_top": 20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:biome"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"feature": "mc_rebalance:ore_diamond_nether_large",
|
||||||
|
"placement": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:rarity_filter",
|
||||||
|
"chance": 9
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:in_square"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:height_range",
|
||||||
|
"height": {
|
||||||
|
"type": "minecraft:uniform",
|
||||||
|
"max_inclusive": {
|
||||||
|
"below_top": 0
|
||||||
|
},
|
||||||
|
"min_inclusive": {
|
||||||
|
"below_top": 20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:biome"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,99 @@
|
||||||
|
{
|
||||||
|
"carvers": {
|
||||||
|
"air": "minecraft:nether_cave"
|
||||||
|
},
|
||||||
|
"downfall": 0.0,
|
||||||
|
"effects": {
|
||||||
|
"additions_sound": {
|
||||||
|
"sound": "minecraft:ambient.basalt_deltas.additions",
|
||||||
|
"tick_chance": 0.0111
|
||||||
|
},
|
||||||
|
"ambient_sound": "minecraft:ambient.basalt_deltas.loop",
|
||||||
|
"fog_color": 6840176,
|
||||||
|
"mood_sound": {
|
||||||
|
"block_search_extent": 8,
|
||||||
|
"offset": 2.0,
|
||||||
|
"sound": "minecraft:ambient.basalt_deltas.mood",
|
||||||
|
"tick_delay": 6000
|
||||||
|
},
|
||||||
|
"music": {
|
||||||
|
"max_delay": 24000,
|
||||||
|
"min_delay": 12000,
|
||||||
|
"replace_current_music": false,
|
||||||
|
"sound": "minecraft:music.nether.basalt_deltas"
|
||||||
|
},
|
||||||
|
"particle": {
|
||||||
|
"options": {
|
||||||
|
"type": "minecraft:white_ash"
|
||||||
|
},
|
||||||
|
"probability": 0.118093334
|
||||||
|
},
|
||||||
|
"sky_color": 7254527,
|
||||||
|
"water_color": 4159204,
|
||||||
|
"water_fog_color": 329011
|
||||||
|
},
|
||||||
|
"features": [
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:delta",
|
||||||
|
"minecraft:small_basalt_columns",
|
||||||
|
"minecraft:large_basalt_columns"
|
||||||
|
],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:basalt_blobs",
|
||||||
|
"minecraft:blackstone_blobs",
|
||||||
|
"minecraft:spring_delta",
|
||||||
|
"minecraft:patch_fire",
|
||||||
|
"minecraft:patch_soul_fire",
|
||||||
|
"minecraft:glowstone_extra",
|
||||||
|
"minecraft:glowstone",
|
||||||
|
"minecraft:brown_mushroom_nether",
|
||||||
|
"minecraft:red_mushroom_nether",
|
||||||
|
"minecraft:ore_magma",
|
||||||
|
"minecraft:ore_gold_deltas",
|
||||||
|
"minecraft:ore_quartz_deltas",
|
||||||
|
"mc_rebalance:ore_diamond_nether",
|
||||||
|
"mc_rebalance:ore_diamond_nether_buried",
|
||||||
|
"mc_rebalance:ore_diamond_nether_large",
|
||||||
|
"mc_rebalance:ore_diamond_blackstone"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"has_precipitation": false,
|
||||||
|
"spawn_costs": {},
|
||||||
|
"spawners": {
|
||||||
|
"ambient": [],
|
||||||
|
"axolotls": [],
|
||||||
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:strider",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 60
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"misc": [],
|
||||||
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:ghast",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 40
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:magma_cube",
|
||||||
|
"maxCount": 5,
|
||||||
|
"minCount": 2,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"underground_water_creature": [],
|
||||||
|
"water_ambient": [],
|
||||||
|
"water_creature": []
|
||||||
|
},
|
||||||
|
"temperature": 2.0
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,106 @@
|
||||||
|
{
|
||||||
|
"carvers": {
|
||||||
|
"air": "minecraft:nether_cave"
|
||||||
|
},
|
||||||
|
"downfall": 0.0,
|
||||||
|
"effects": {
|
||||||
|
"additions_sound": {
|
||||||
|
"sound": "minecraft:ambient.crimson_forest.additions",
|
||||||
|
"tick_chance": 0.0111
|
||||||
|
},
|
||||||
|
"ambient_sound": "minecraft:ambient.crimson_forest.loop",
|
||||||
|
"fog_color": 3343107,
|
||||||
|
"mood_sound": {
|
||||||
|
"block_search_extent": 8,
|
||||||
|
"offset": 2.0,
|
||||||
|
"sound": "minecraft:ambient.crimson_forest.mood",
|
||||||
|
"tick_delay": 6000
|
||||||
|
},
|
||||||
|
"music": {
|
||||||
|
"max_delay": 24000,
|
||||||
|
"min_delay": 12000,
|
||||||
|
"replace_current_music": false,
|
||||||
|
"sound": "minecraft:music.nether.crimson_forest"
|
||||||
|
},
|
||||||
|
"particle": {
|
||||||
|
"options": {
|
||||||
|
"type": "minecraft:crimson_spore"
|
||||||
|
},
|
||||||
|
"probability": 0.025
|
||||||
|
},
|
||||||
|
"sky_color": 7254527,
|
||||||
|
"water_color": 4159204,
|
||||||
|
"water_fog_color": 329011
|
||||||
|
},
|
||||||
|
"features": [
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_open",
|
||||||
|
"minecraft:patch_fire",
|
||||||
|
"minecraft:glowstone_extra",
|
||||||
|
"minecraft:glowstone",
|
||||||
|
"minecraft:ore_magma",
|
||||||
|
"minecraft:ore_gravel_nether",
|
||||||
|
"minecraft:ore_blackstone",
|
||||||
|
"minecraft:ore_gold_nether",
|
||||||
|
"minecraft:ore_quartz_nether",
|
||||||
|
"mc_rebalance:ore_diamond_nether",
|
||||||
|
"mc_rebalance:ore_diamond_nether_buried",
|
||||||
|
"mc_rebalance:ore_diamond_nether_large"
|
||||||
|
],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_lava",
|
||||||
|
"minecraft:brown_mushroom_normal",
|
||||||
|
"minecraft:red_mushroom_normal",
|
||||||
|
"minecraft:weeping_vines",
|
||||||
|
"minecraft:crimson_fungi",
|
||||||
|
"minecraft:crimson_forest_vegetation"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"has_precipitation": false,
|
||||||
|
"spawn_costs": {},
|
||||||
|
"spawners": {
|
||||||
|
"ambient": [],
|
||||||
|
"axolotls": [],
|
||||||
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:strider",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 60
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"misc": [],
|
||||||
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:zombified_piglin",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 2,
|
||||||
|
"weight": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:hoglin",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 3,
|
||||||
|
"weight": 9
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:piglin",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 3,
|
||||||
|
"weight": 5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"underground_water_creature": [],
|
||||||
|
"water_ambient": [],
|
||||||
|
"water_creature": []
|
||||||
|
},
|
||||||
|
"temperature": 2.0
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,112 @@
|
||||||
|
{
|
||||||
|
"carvers": {
|
||||||
|
"air": "minecraft:nether_cave"
|
||||||
|
},
|
||||||
|
"downfall": 0.0,
|
||||||
|
"effects": {
|
||||||
|
"additions_sound": {
|
||||||
|
"sound": "minecraft:ambient.nether_wastes.additions",
|
||||||
|
"tick_chance": 0.0111
|
||||||
|
},
|
||||||
|
"ambient_sound": "minecraft:ambient.nether_wastes.loop",
|
||||||
|
"fog_color": 3344392,
|
||||||
|
"mood_sound": {
|
||||||
|
"block_search_extent": 8,
|
||||||
|
"offset": 2.0,
|
||||||
|
"sound": "minecraft:ambient.nether_wastes.mood",
|
||||||
|
"tick_delay": 6000
|
||||||
|
},
|
||||||
|
"music": {
|
||||||
|
"max_delay": 24000,
|
||||||
|
"min_delay": 12000,
|
||||||
|
"replace_current_music": false,
|
||||||
|
"sound": "minecraft:music.nether.nether_wastes"
|
||||||
|
},
|
||||||
|
"sky_color": 7254527,
|
||||||
|
"water_color": 4159204,
|
||||||
|
"water_fog_color": 329011
|
||||||
|
},
|
||||||
|
"features": [
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_open",
|
||||||
|
"minecraft:patch_fire",
|
||||||
|
"minecraft:patch_soul_fire",
|
||||||
|
"minecraft:glowstone_extra",
|
||||||
|
"minecraft:glowstone",
|
||||||
|
"minecraft:brown_mushroom_nether",
|
||||||
|
"minecraft:red_mushroom_nether",
|
||||||
|
"minecraft:ore_magma",
|
||||||
|
"minecraft:ore_gravel_nether",
|
||||||
|
"minecraft:ore_blackstone",
|
||||||
|
"minecraft:ore_gold_nether",
|
||||||
|
"minecraft:ore_quartz_nether",
|
||||||
|
"mc_rebalance:ore_diamond_nether",
|
||||||
|
"mc_rebalance:ore_diamond_nether_buried",
|
||||||
|
"mc_rebalance:ore_diamond_nether_large"
|
||||||
|
],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_lava",
|
||||||
|
"minecraft:brown_mushroom_normal",
|
||||||
|
"minecraft:red_mushroom_normal"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"has_precipitation": false,
|
||||||
|
"spawn_costs": {},
|
||||||
|
"spawners": {
|
||||||
|
"ambient": [],
|
||||||
|
"axolotls": [],
|
||||||
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:strider",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 60
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"misc": [],
|
||||||
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:ghast",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:zombified_piglin",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:magma_cube",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:enderman",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:piglin",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 15
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"underground_water_creature": [],
|
||||||
|
"water_ambient": [],
|
||||||
|
"water_creature": []
|
||||||
|
},
|
||||||
|
"temperature": 2.0
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,123 @@
|
||||||
|
{
|
||||||
|
"carvers": {
|
||||||
|
"air": "minecraft:nether_cave"
|
||||||
|
},
|
||||||
|
"downfall": 0.0,
|
||||||
|
"effects": {
|
||||||
|
"additions_sound": {
|
||||||
|
"sound": "minecraft:ambient.soul_sand_valley.additions",
|
||||||
|
"tick_chance": 0.0111
|
||||||
|
},
|
||||||
|
"ambient_sound": "minecraft:ambient.soul_sand_valley.loop",
|
||||||
|
"fog_color": 1787717,
|
||||||
|
"mood_sound": {
|
||||||
|
"block_search_extent": 8,
|
||||||
|
"offset": 2.0,
|
||||||
|
"sound": "minecraft:ambient.soul_sand_valley.mood",
|
||||||
|
"tick_delay": 6000
|
||||||
|
},
|
||||||
|
"music": {
|
||||||
|
"max_delay": 24000,
|
||||||
|
"min_delay": 12000,
|
||||||
|
"replace_current_music": false,
|
||||||
|
"sound": "minecraft:music.nether.soul_sand_valley"
|
||||||
|
},
|
||||||
|
"particle": {
|
||||||
|
"options": {
|
||||||
|
"type": "minecraft:ash"
|
||||||
|
},
|
||||||
|
"probability": 0.00625
|
||||||
|
},
|
||||||
|
"sky_color": 7254527,
|
||||||
|
"water_color": 4159204,
|
||||||
|
"water_fog_color": 329011
|
||||||
|
},
|
||||||
|
"features": [
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:basalt_pillar"
|
||||||
|
],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_open",
|
||||||
|
"minecraft:patch_fire",
|
||||||
|
"minecraft:patch_soul_fire",
|
||||||
|
"minecraft:glowstone_extra",
|
||||||
|
"minecraft:glowstone",
|
||||||
|
"minecraft:patch_crimson_roots",
|
||||||
|
"minecraft:ore_magma",
|
||||||
|
"minecraft:ore_soul_sand",
|
||||||
|
"minecraft:ore_gravel_nether",
|
||||||
|
"minecraft:ore_blackstone",
|
||||||
|
"minecraft:ore_gold_nether",
|
||||||
|
"minecraft:ore_quartz_nether",
|
||||||
|
"mc_rebalance:ore_diamond_nether",
|
||||||
|
"mc_rebalance:ore_diamond_nether_buried",
|
||||||
|
"mc_rebalance:ore_diamond_nether_large"
|
||||||
|
],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_lava"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"has_precipitation": false,
|
||||||
|
"spawn_costs": {
|
||||||
|
"minecraft:enderman": {
|
||||||
|
"charge": 0.7,
|
||||||
|
"energy_budget": 0.15
|
||||||
|
},
|
||||||
|
"minecraft:ghast": {
|
||||||
|
"charge": 0.7,
|
||||||
|
"energy_budget": 0.15
|
||||||
|
},
|
||||||
|
"minecraft:skeleton": {
|
||||||
|
"charge": 0.7,
|
||||||
|
"energy_budget": 0.15
|
||||||
|
},
|
||||||
|
"minecraft:strider": {
|
||||||
|
"charge": 0.7,
|
||||||
|
"energy_budget": 0.15
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"spawners": {
|
||||||
|
"ambient": [],
|
||||||
|
"axolotls": [],
|
||||||
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:strider",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 60
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"misc": [],
|
||||||
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:skeleton",
|
||||||
|
"maxCount": 5,
|
||||||
|
"minCount": 5,
|
||||||
|
"weight": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:ghast",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:enderman",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"underground_water_creature": [],
|
||||||
|
"water_ambient": [],
|
||||||
|
"water_creature": []
|
||||||
|
},
|
||||||
|
"temperature": 2.0
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,101 @@
|
||||||
|
{
|
||||||
|
"carvers": {
|
||||||
|
"air": "minecraft:nether_cave"
|
||||||
|
},
|
||||||
|
"downfall": 0.0,
|
||||||
|
"effects": {
|
||||||
|
"additions_sound": {
|
||||||
|
"sound": "minecraft:ambient.warped_forest.additions",
|
||||||
|
"tick_chance": 0.0111
|
||||||
|
},
|
||||||
|
"ambient_sound": "minecraft:ambient.warped_forest.loop",
|
||||||
|
"fog_color": 1705242,
|
||||||
|
"mood_sound": {
|
||||||
|
"block_search_extent": 8,
|
||||||
|
"offset": 2.0,
|
||||||
|
"sound": "minecraft:ambient.warped_forest.mood",
|
||||||
|
"tick_delay": 6000
|
||||||
|
},
|
||||||
|
"music": {
|
||||||
|
"max_delay": 24000,
|
||||||
|
"min_delay": 12000,
|
||||||
|
"replace_current_music": false,
|
||||||
|
"sound": "minecraft:music.nether.warped_forest"
|
||||||
|
},
|
||||||
|
"particle": {
|
||||||
|
"options": {
|
||||||
|
"type": "minecraft:warped_spore"
|
||||||
|
},
|
||||||
|
"probability": 0.01428
|
||||||
|
},
|
||||||
|
"sky_color": 7254527,
|
||||||
|
"water_color": 4159204,
|
||||||
|
"water_fog_color": 329011
|
||||||
|
},
|
||||||
|
"features": [
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_open",
|
||||||
|
"minecraft:patch_fire",
|
||||||
|
"minecraft:patch_soul_fire",
|
||||||
|
"minecraft:glowstone_extra",
|
||||||
|
"minecraft:glowstone",
|
||||||
|
"minecraft:ore_magma",
|
||||||
|
"minecraft:ore_gravel_nether",
|
||||||
|
"minecraft:ore_blackstone",
|
||||||
|
"minecraft:ore_gold_nether",
|
||||||
|
"minecraft:ore_quartz_nether",
|
||||||
|
"mc_rebalance:ore_diamond_nether",
|
||||||
|
"mc_rebalance:ore_diamond_nether_buried",
|
||||||
|
"mc_rebalance:ore_diamond_nether_large"
|
||||||
|
],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_lava",
|
||||||
|
"minecraft:brown_mushroom_normal",
|
||||||
|
"minecraft:red_mushroom_normal",
|
||||||
|
"minecraft:warped_fungi",
|
||||||
|
"minecraft:warped_forest_vegetation",
|
||||||
|
"minecraft:nether_sprouts",
|
||||||
|
"minecraft:twisting_vines"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"has_precipitation": false,
|
||||||
|
"spawn_costs": {
|
||||||
|
"minecraft:enderman": {
|
||||||
|
"charge": 1.0,
|
||||||
|
"energy_budget": 0.12
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"spawners": {
|
||||||
|
"ambient": [],
|
||||||
|
"axolotls": [],
|
||||||
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:strider",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 60
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"misc": [],
|
||||||
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:enderman",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"underground_water_creature": [],
|
||||||
|
"water_ambient": [],
|
||||||
|
"water_creature": []
|
||||||
|
},
|
||||||
|
"temperature": 2.0
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"feature": "minecraft:ore_diamond_small",
|
||||||
|
"placement": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:count",
|
||||||
|
"count": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"feature": "minecraft:ore_diamond_large",
|
||||||
|
"placement": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:count",
|
||||||
|
"count": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"feature": "minecraft:ore_diamond_medium",
|
||||||
|
"placement": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:count",
|
||||||
|
"count": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"processors": [
|
||||||
|
{
|
||||||
|
"integrity": 0.1,
|
||||||
|
"processor_type": "minecraft:block_rot"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"processor_type": "minecraft:rule",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"input_predicate": {
|
||||||
|
"block": "minecraft:coal_ore",
|
||||||
|
"predicate_type": "minecraft:block_match"
|
||||||
|
},
|
||||||
|
"location_predicate": {
|
||||||
|
"predicate_type": "minecraft:always_true"
|
||||||
|
},
|
||||||
|
"output_state": {
|
||||||
|
"Name": "minecraft:deepslate_coal_ore"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"processor_type": "minecraft:protected_blocks",
|
||||||
|
"value": "#minecraft:features_cannot_replace"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue