first official 1.19.3 version

This commit is contained in:
Jottyfan
2022-12-15 22:01:36 +01:00
parent 553c8c23c8
commit 2bba55471c
24 changed files with 245 additions and 27 deletions

View File

@ -2,6 +2,7 @@
"replace": false,
"values": [
"quickiefabric:oresulphor",
"quickiefabric:oredeepslatesulphor",
"quickiefabric:orenethersulphor",
"quickiefabric:oresalpeter",
"quickiefabric:oresandsalpeter",

View File

@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 4,
"targets": [
{
"state": {
"Name": "quickiefabric:dirtsalpeter"
},
"target": {
"predicate_type": "minecraft:block_match",
"block": "minecraft:dirt"
}
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 20,
"targets": [
{
"state": {
"Name": "quickiefabric:oredeepslatesulphor"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:deepslate_ore_replaceables"
}
}
]
}
}

View File

@ -12,15 +12,6 @@
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:stone_ore_replaceables"
}
},
{
"state": {
"Name": "quickiefabric:oresalpeter"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:deepslate_ore_replaceables"
}
}
]
}

View File

@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 6,
"targets": [
{
"state": {
"Name": "quickiefabric:oresandsalpeter"
},
"target": {
"predicate_type": "minecraft:block_match",
"block": "minecraft:sandstone"
}
}
]
}
}

View File

@ -2,7 +2,7 @@
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 20,
"size": 10,
"targets": [
{
"state": {
@ -12,15 +12,6 @@
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:stone_ore_replaceables"
}
},
{
"state": {
"Name": "quickiefabric:oresulphor"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:deepslate_ore_replaceables"
}
}
]
}

View File

@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 8,
"targets": [
{
"state": {
"Name": "quickiefabric:sandsalpeter"
},
"target": {
"predicate_type": "minecraft:block_match",
"block": "minecraft:sand"
}
}
]
}
}

View File

@ -1,5 +1,5 @@
{
"feature": "quickiefabric:oresulphor",
"feature": "quickiefabric:blocksulphor",
"placement": [
{
"type": "minecraft:count",

View File

@ -0,0 +1,24 @@
{
"feature": "quickiefabric:dirtsalpeter",
"placement": [
{
"type": "minecraft:count",
"count": 5
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 125
},
"min_inclusive": {
"absolute": 16
}
}
}
]
}

View File

@ -0,0 +1,24 @@
{
"feature": "quickiefabric:oredeepslatesulphor",
"placement": [
{
"type": "minecraft:count",
"count": 9
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 0
},
"min_inclusive": {
"absolute": -125
}
}
}
]
}

View File

@ -1,5 +1,5 @@
{
"feature": "quickiefabric:oresulphor",
"feature": "quickiefabric:orenethersulphor",
"placement": [
{
"type": "minecraft:count",

View File

@ -0,0 +1,24 @@
{
"feature": "quickiefabric:oresandsalpeter",
"placement": [
{
"type": "minecraft:count",
"count": 15
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 125
},
"min_inclusive": {
"absolute": 32
}
}
}
]
}

View File

@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:count",
"count": 15
"count": 9
},
{
"type": "minecraft:in_square"
@ -16,7 +16,7 @@
"absolute": 64
},
"min_inclusive": {
"absolute": -125
"absolute": 0
}
}
}

View File

@ -0,0 +1,24 @@
{
"feature": "quickiefabric:sandsalpeter",
"placement": [
{
"type": "minecraft:count",
"count": 10
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 125
},
"min_inclusive": {
"absolute": 32
}
}
}
]
}