settling oregen

This commit is contained in:
Hexugory 2025-09-28 00:03:17 -05:00
parent f0668b8cc0
commit 85160cd6f3
6 changed files with 73 additions and 19 deletions

View File

@ -0,0 +1,27 @@
{
"feature": "embers:ore_lead",
"placement": [
{
"type": "minecraft:count",
"count": 0
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 28
},
"min_inclusive": {
"absolute": -28
}
}
},
{
"type": "minecraft:biome"
}
]
}

View File

@ -0,0 +1,27 @@
{
"feature": "embers:ore_silver",
"placement": [
{
"type": "minecraft:count",
"count": 0
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"above_bottom": 64
},
"min_inclusive": {
"above_bottom": 0
}
}
},
{
"type": "minecraft:biome"
}
]
}

View File

@ -0,0 +1,6 @@
{
"pack": {
"description": "Disables Embers oregen",
"pack_format": 81
}
}

View File

@ -8,6 +8,18 @@ hash = "8df5ed720b6f4e65dde564ca501ac9a4ba095684361ea90aff6110a905561d00"
file = "config/epicsiegemod-common.toml"
hash = "40c7a1bf37bc97dbaafa67901ce96ec44a6bc404df113b55a862f9a24ccc5213"
[[files]]
file = "config/paxi/datapacks/DisableEmbersOre/data/embers/worldgen/placed_feature/ore_lead_placer.json"
hash = "efa144ac266ee666dbf41b1633564fda435e76bd8a450e93c29b895926615577"
[[files]]
file = "config/paxi/datapacks/DisableEmbersOre/data/embers/worldgen/placed_feature/ore_silver_placer.json"
hash = "951decf00ed0f34a9e19a8f5b308660224a58115ae4e05d0a69fe15a4b404a5b"
[[files]]
file = "config/paxi/datapacks/DisableEmbersOre/pack.mcmeta"
hash = "ca03240657e75c35b475b509a431a3bdb8e08447b5085abbb25f3138b2d6a4ce"
[[files]]
file = "config/paxi/datapacks/ExtendedFeeding/data/origins_minus/tags/entity_types/has_blood.json"
hash = "d03a72853be2c771db8daaf74c5c57895fabc30afe70ba6d02ad6f8e212e6eb0"
@ -137,11 +149,6 @@ file = "mods/carry-on.pw.toml"
hash = "a613f5d2df911fea606968bbdb56eebfd05ac02ada846cf0d2e56e72345d9338"
metafile = true
[[files]]
file = "mods/caverns-and-chasms.pw.toml"
hash = "77eb951aea38d711bb8bddd89b66b65a2ce7423d93525843a409b57e03f02fa1"
metafile = true
[[files]]
file = "mods/cc-tweaked.pw.toml"
hash = "33fbfba45630792a9223d4e20c9300bc9fef142c68781fc648c32b62313f3e16"

View File

@ -1,13 +0,0 @@
name = "Caverns & Chasms"
filename = "caverns_and_chasms-1.20.1-2.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/tfjmPSbI/versions/fsal1BlK/caverns_and_chasms-1.20.1-2.0.0.jar"
hash-format = "sha512"
hash = "d7d9265f96ac34fcaf029491da63e66f614b84cde6e41d40732a714286fa1e5f748dfe8057baf2ce86247166dd1bd2f32349abcf0372ab6e87a6ea08d85077e0"
[update]
[update.modrinth]
mod-id = "tfjmPSbI"
version = "fsal1BlK"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "0e389e638b833d6048f2d2a7b627e6bb61e84b877628f3ddfaf032f557e11a32"
hash = "0785fc4f6254a5a1072edf54f41cbe952ad9201fcf14bfcce69457c60a74b1f8"
[versions]
forge = "47.4.9"