remove excluded mods
This commit is contained in:
@@ -0,0 +1,191 @@
|
||||
{
|
||||
"type": "create:layered_ore",
|
||||
"config": {
|
||||
"discard_chance_on_air_exposure": 0.0,
|
||||
"layer_patterns": [
|
||||
[
|
||||
{
|
||||
"max_size": 1,
|
||||
"min_size": 1,
|
||||
"targets": [
|
||||
[
|
||||
{
|
||||
"state": {
|
||||
"Name": "minecraft:stone"
|
||||
},
|
||||
"target": {
|
||||
"predicate_type": "minecraft:tag_match",
|
||||
"tag": "minecraft:stone_ore_replaceables"
|
||||
}
|
||||
},
|
||||
{
|
||||
"state": {
|
||||
"Name": "minecraft:deepslate",
|
||||
"Properties": {
|
||||
"axis": "y"
|
||||
}
|
||||
},
|
||||
"target": {
|
||||
"predicate_type": "minecraft:tag_match",
|
||||
"tag": "minecraft:deepslate_ore_replaceables"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"max_size": 5,
|
||||
"min_size": 2,
|
||||
"targets": [
|
||||
[
|
||||
{
|
||||
"state": {
|
||||
"Name": "create:scoria"
|
||||
},
|
||||
"target": {
|
||||
"predicate_type": "minecraft:tag_match",
|
||||
"tag": "minecraft:base_stone_nether"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"max_size": 3,
|
||||
"min_size": 2,
|
||||
"targets": [
|
||||
[
|
||||
{
|
||||
"state": {
|
||||
"Name": "minecraft:basalt",
|
||||
"Properties": {
|
||||
"axis": "y"
|
||||
}
|
||||
},
|
||||
"target": {
|
||||
"predicate_type": "minecraft:tag_match",
|
||||
"tag": "minecraft:base_stone_nether"
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"state": {
|
||||
"Name": "minecraft:smooth_basalt"
|
||||
},
|
||||
"target": {
|
||||
"predicate_type": "minecraft:tag_match",
|
||||
"tag": "minecraft:base_stone_nether"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"max_size": 1,
|
||||
"min_size": 1,
|
||||
"targets": [
|
||||
[
|
||||
{
|
||||
"state": {
|
||||
"Name": "minecraft:stone"
|
||||
},
|
||||
"target": {
|
||||
"predicate_type": "minecraft:tag_match",
|
||||
"tag": "minecraft:stone_ore_replaceables"
|
||||
}
|
||||
},
|
||||
{
|
||||
"state": {
|
||||
"Name": "minecraft:deepslate",
|
||||
"Properties": {
|
||||
"axis": "y"
|
||||
}
|
||||
},
|
||||
"target": {
|
||||
"predicate_type": "minecraft:tag_match",
|
||||
"tag": "minecraft:deepslate_ore_replaceables"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"max_size": 5,
|
||||
"min_size": 2,
|
||||
"targets": [
|
||||
[
|
||||
{
|
||||
"state": {
|
||||
"Name": "create:scorchia"
|
||||
},
|
||||
"target": {
|
||||
"predicate_type": "minecraft:tag_match",
|
||||
"tag": "minecraft:base_stone_nether"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"max_size": 1,
|
||||
"min_size": 1,
|
||||
"targets": [
|
||||
[
|
||||
{
|
||||
"state": {
|
||||
"Name": "minecraft:magma_block"
|
||||
},
|
||||
"target": {
|
||||
"predicate_type": "minecraft:tag_match",
|
||||
"tag": "minecraft:base_stone_nether"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"max_size": 3,
|
||||
"min_size": 2,
|
||||
"targets": [
|
||||
[
|
||||
{
|
||||
"state": {
|
||||
"Name": "minecraft:basalt",
|
||||
"Properties": {
|
||||
"axis": "y"
|
||||
}
|
||||
},
|
||||
"target": {
|
||||
"predicate_type": "minecraft:tag_match",
|
||||
"tag": "minecraft:base_stone_nether"
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"state": {
|
||||
"Name": "minecraft:smooth_basalt"
|
||||
},
|
||||
"target": {
|
||||
"predicate_type": "minecraft:tag_match",
|
||||
"tag": "minecraft:base_stone_nether"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"weight": 4
|
||||
}
|
||||
]
|
||||
],
|
||||
"size": 32
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user