disable rftoolsbase ore gen

This commit is contained in:
Dmitry
2024-10-19 22:37:27 +07:00
parent 12a97892a7
commit 079acf29c4
8 changed files with 180 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"size": 0,
"discard_chance_on_air_exposure": 0,
"targets": [
{
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:stone_ore_replaceables"
},
"state": {
"Name": "rftoolsbase:dimensionalshard_overworld"
}
}
]
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"size": 0,
"discard_chance_on_air_exposure": 0,
"targets": [
{
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:end_stones"
},
"state": {
"Name": "rftoolsbase:dimensionalshard_end"
}
}
]
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"size": 0,
"discard_chance_on_air_exposure": 0,
"targets": [
{
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:base_stone_nether"
},
"state": {
"Name": "rftoolsbase:dimensionalshard_nether"
}
}
]
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"size": 0,
"discard_chance_on_air_exposure": 0,
"targets": [
{
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:stone_ore_replaceables"
},
"state": {
"Name": "rftoolsbase:dimensionalshard_overworld"
}
}
]
}
}

View File

@@ -0,0 +1,27 @@
{
"feature": "rftoolsbase:dimshard_overworld",
"placement": [
{
"count": 0,
"type": "minecraft:count"
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": -64
},
"max_inclusive": {
"absolute": -64
}
}
},
{
"type": "rftoolsbase:filter_dimensions"
}
]
}

View File

@@ -0,0 +1,27 @@
{
"feature": "rftoolsbase:dimshard_end",
"placement": [
{
"count": 0,
"type": "minecraft:count"
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": -64
},
"max_inclusive": {
"absolute": -64
}
}
},
{
"type": "minecraft:biome"
}
]
}

View File

@@ -0,0 +1,27 @@
{
"feature": "rftoolsbase:dimshard_nether",
"placement": [
{
"count": 0,
"type": "minecraft:count"
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": -64
},
"max_inclusive": {
"absolute": -64
}
}
},
{
"type": "minecraft:biome"
}
]
}

View File

@@ -0,0 +1,27 @@
{
"feature": "rftoolsbase:dimshard_overworld",
"placement": [
{
"count": 0,
"type": "minecraft:count"
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": -64
},
"max_inclusive": {
"absolute": -64
}
}
},
{
"type": "rftoolsbase:filter_overworld"
}
]
}