Add endercon + port original changes
This commit is contained in:
parent
a1e2630e31
commit
be794be301
|
|
@ -172,6 +172,21 @@
|
|||
"sha512": "9ef7216331b4528da69d54ed15bdb15d0f4ead49a12aef78f80a2feb61350533a6436584c03796917b08756c0da72212e200110d95e25d4e0ed90cc60bec6ee7"
|
||||
},
|
||||
"path": "mods/Patched-7.4.1+1.21.1-fabric.jar"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/wr1BCv8H/versions/NaGF0lh4/endercon-3.0.jar"
|
||||
],
|
||||
"env": {
|
||||
"client": "required",
|
||||
"server": "required"
|
||||
},
|
||||
"fileSize": 384438,
|
||||
"hashes": {
|
||||
"sha1": "f5e6527f4516a3da68222d0bd315b0723a619ed9",
|
||||
"sha512": "e9359f29ccc47fa0d7e17692af516056a11bc4e58e2e9d75e2e37303e1ed58253f3e1b0b9308f6af9a272659c7f0da79168cd1a187f7c35ade386ace5801610b"
|
||||
},
|
||||
"path": "mods/endercon-3.0.jar"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/features/7/-",
|
||||
"value": "mc_rebalance:ore_ancient_debris_end"
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"op": "replace",
|
||||
"path": "/biomes",
|
||||
"value": "endercon:end_hallows"
|
||||
}
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "minecraft:scattered_ore",
|
||||
"config": {
|
||||
"discard_chance_on_air_exposure": 1.0,
|
||||
"size": 4,
|
||||
"targets": [
|
||||
{
|
||||
"state": {
|
||||
"Name": "minecraft:ancient_debris"
|
||||
},
|
||||
"target": {
|
||||
"predicate_type": "minecraft:block_match",
|
||||
"block": "minecraft:end_stone"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"feature": "mc_rebalance:ore_ancient_debris_end",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 9
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"max_inclusive": {
|
||||
"below_top": 0
|
||||
},
|
||||
"min_inclusive": {
|
||||
"absolute": 175
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"op": "find",
|
||||
"path": "/features/8",
|
||||
"test": {
|
||||
"path": "",
|
||||
"value": "endercon:end_ruins"
|
||||
},
|
||||
"then": {
|
||||
"op": "remove",
|
||||
"path": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
"patch_targets": [
|
||||
{
|
||||
"pack_type": "server_data",
|
||||
"patch": "nether_biomes",
|
||||
"patch": "nether_ores",
|
||||
"targets": [{
|
||||
"namespace": ["minecraft"],
|
||||
"path": [
|
||||
|
|
@ -20,6 +20,19 @@
|
|||
"worldgen/biome/warped_forest.json"
|
||||
]
|
||||
}]
|
||||
},
|
||||
{
|
||||
"pack_type": "server_data",
|
||||
"patch": "end_ores",
|
||||
"targets": [{
|
||||
"namespace": ["minecraft"],
|
||||
"path": [
|
||||
"worldgen/biome/end_barrens.json",
|
||||
"worldgen/biome/end_highlands.json",
|
||||
"worldgen/biome/end_midlands.json",
|
||||
"worldgen/biome/small_end_islands.json"
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/features/7/-",
|
||||
"value": "mc_rebalance:ore_ancient_debris_end"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue