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

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "quickiefabric:block/oredeepslatesulphor"
}
}
}

View File

@ -39,6 +39,7 @@
"block.quickiefabric.oresalpeter": "Salpetererz",
"block.quickiefabric.oresandsalpeter": "Salpetergestein",
"block.quickiefabric.oresulphor": "Schwefelgestein",
"block.quickiefabric.oredeepslatesulphor": "Schwefeltiefengestein",
"block.quickiefabric.dirtsalpeter": "Salpetererde",
"block.quickiefabric.sandsalpeter": "Salpetersand",
"block.quickiefabric.constructionborder": "Bauplangrenzblock",

View File

@ -39,6 +39,7 @@
"block.quickiefabric.oresalpeter": "salpeter ore",
"block.quickiefabric.oresandsalpeter": "salpeter stone",
"block.quickiefabric.oresulphor": "sulfur stone",
"block.quickiefabric.oredeepslatesulphor": "deepslate sulfur stone",
"block.quickiefabric.dirtsalpeter": "salpeter dirt",
"block.quickiefabric.sandsalpeter": "salpeter sand",
"block.quickiefabric.constructionborder": "building plan border block",

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "quickiefabric:block/oredeepslatesulphor"
}
}

View File

@ -0,0 +1,10 @@
{
"parent": "quickiefabric:block/oredeepslatesulphor",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

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
}
}
}
]
}