Ore Generation

This commit is contained in:
Vos
2025-11-13 17:36:24 -06:00
parent 8326cb2dc0
commit 1237eee392
13 changed files with 279 additions and 4 deletions
@@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.5,
"size": 2,
"targets": [
{
"state": {
"Name": "acesbs:deepslate_entropy_ore"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:deepslate_ore_replaceables"
}
}
]
}
}
@@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.5,
"size": 2,
"targets": [
{
"state": {
"Name": "acesbs:endtropy_ore"
},
"target": {
"block": "minecraft:end_stone",
"predicate_type": "minecraft:block_match"
}
}
]
}
}
@@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.5,
"size": 2,
"targets": [
{
"state": {
"Name": "acesbs:entropy_ore"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:stone_ore_replaceables"
}
}
]
}
}
@@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 4,
"targets": [
{
"state": {
"Name": "acesbs:infernal_ashes_ore"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:base_stone_nether"
}
}
]
}
}
@@ -0,0 +1,27 @@
{
"feature": "acesbs:deepslate_entropy_ore",
"placement": [
{
"type": "minecraft:count",
"count": 12
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"above_bottom": 80
},
"min_inclusive": {
"above_bottom": -70
}
}
},
{
"type": "minecraft:biome"
}
]
}
@@ -0,0 +1,27 @@
{
"feature": "acesbs:endtropy_ore",
"placement": [
{
"type": "minecraft:count",
"count": 12
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"above_bottom": 80
},
"min_inclusive": {
"above_bottom": -70
}
}
},
{
"type": "minecraft:biome"
}
]
}
@@ -0,0 +1,27 @@
{
"feature": "acesbs:entropy_ore",
"placement": [
{
"type": "minecraft:count",
"count": 12
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"above_bottom": 80
},
"min_inclusive": {
"above_bottom": -70
}
}
},
{
"type": "minecraft:biome"
}
]
}
@@ -0,0 +1,27 @@
{
"feature": "acesbs:infernal_ashes_ore",
"placement": [
{
"type": "minecraft:count",
"count": 30
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"above_bottom": 80
},
"min_inclusive": {
"above_bottom": -70
}
}
},
{
"type": "minecraft:biome"
}
]
}