Skip to content

Commit 3d5e2c0

Browse files
committed
chore: now adding vanilla ores to ftb materials ores tags
There is no equivalent of e.g. iron ore in ftbmaterials:ores/iron, but we need that for recipe purposes. So we now add those ores which are in vanilla but not FTB Materials to the corresponding ftbmaterials: tags
1 parent 79e7860 commit 3d5e2c0

15 files changed

Lines changed: 211 additions & 131 deletions

File tree

src/generated/resources/data/ftbmaterials/tags/item/ores.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,20 @@
88
"ftbmaterials:apatite_deepslate_ore",
99
"ftbmaterials:apatite_end_ore",
1010
"ftbmaterials:apatite_nether_ore",
11+
"minecraft:copper_ore",
12+
"minecraft:deepslate_copper_ore",
1113
"ftbmaterials:copper_end_ore",
1214
"ftbmaterials:copper_nether_ore",
15+
"minecraft:diamond_ore",
16+
"minecraft:deepslate_diamond_ore",
1317
"ftbmaterials:diamond_end_ore",
1418
"ftbmaterials:diamond_nether_ore",
19+
"minecraft:gold_ore",
20+
"minecraft:deepslate_gold_ore",
1521
"ftbmaterials:gold_end_ore",
1622
"ftbmaterials:gold_nether_ore",
23+
"minecraft:iron_ore",
24+
"minecraft:deepslate_iron_ore",
1725
"ftbmaterials:iron_end_ore",
1826
"ftbmaterials:iron_nether_ore",
1927
"ftbmaterials:lead_stone_ore",
@@ -31,6 +39,7 @@
3139
"ftbmaterials:quartz_stone_ore",
3240
"ftbmaterials:quartz_deepslate_ore",
3341
"ftbmaterials:quartz_end_ore",
42+
"minecraft:nether_quartz_ore",
3443
"ftbmaterials:silver_stone_ore",
3544
"ftbmaterials:silver_deepslate_ore",
3645
"ftbmaterials:silver_end_ore",
@@ -51,14 +60,20 @@
5160
"ftbmaterials:zinc_deepslate_ore",
5261
"ftbmaterials:zinc_end_ore",
5362
"ftbmaterials:zinc_nether_ore",
63+
"minecraft:redstone_ore",
64+
"minecraft:deepslate_redstone_ore",
5465
"ftbmaterials:redstone_end_ore",
5566
"ftbmaterials:redstone_nether_ore",
5667
"ftbmaterials:fluorite_stone_ore",
5768
"ftbmaterials:fluorite_deepslate_ore",
5869
"ftbmaterials:fluorite_end_ore",
5970
"ftbmaterials:fluorite_nether_ore",
71+
"minecraft:emerald_ore",
72+
"minecraft:deepslate_emerald_ore",
6073
"ftbmaterials:emerald_end_ore",
6174
"ftbmaterials:emerald_nether_ore",
75+
"minecraft:lapis_ore",
76+
"minecraft:deepslate_lapis_ore",
6277
"ftbmaterials:lapis_lazuli_end_ore",
6378
"ftbmaterials:lapis_lazuli_nether_ore",
6479
"ftbmaterials:resonating_ore_stone_ore",
@@ -97,6 +112,8 @@
97112
"ftbmaterials:platinum_deepslate_ore",
98113
"ftbmaterials:platinum_end_ore",
99114
"ftbmaterials:platinum_nether_ore",
115+
"minecraft:coal_ore",
116+
"minecraft:deepslate_coal_ore",
100117
"ftbmaterials:coal_end_ore",
101118
"ftbmaterials:coal_nether_ore",
102119
"ftbmaterials:cinnabar_stone_ore",

src/generated/resources/data/ftbmaterials/tags/item/ores/coal.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"values": [
3+
"minecraft:coal_ore",
4+
"minecraft:deepslate_coal_ore",
35
"ftbmaterials:coal_end_ore",
46
"ftbmaterials:coal_nether_ore"
57
]

src/generated/resources/data/ftbmaterials/tags/item/ores/copper.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"values": [
3+
"minecraft:copper_ore",
4+
"minecraft:deepslate_copper_ore",
35
"ftbmaterials:copper_end_ore",
46
"ftbmaterials:copper_nether_ore"
57
]

src/generated/resources/data/ftbmaterials/tags/item/ores/diamond.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"values": [
3+
"minecraft:diamond_ore",
4+
"minecraft:deepslate_diamond_ore",
35
"ftbmaterials:diamond_end_ore",
46
"ftbmaterials:diamond_nether_ore"
57
]

src/generated/resources/data/ftbmaterials/tags/item/ores/emerald.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"values": [
3+
"minecraft:emerald_ore",
4+
"minecraft:deepslate_emerald_ore",
35
"ftbmaterials:emerald_end_ore",
46
"ftbmaterials:emerald_nether_ore"
57
]

src/generated/resources/data/ftbmaterials/tags/item/ores/gold.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"values": [
3+
"minecraft:gold_ore",
4+
"minecraft:deepslate_gold_ore",
35
"ftbmaterials:gold_end_ore",
46
"ftbmaterials:gold_nether_ore"
57
]

src/generated/resources/data/ftbmaterials/tags/item/ores/iron.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"values": [
3+
"minecraft:iron_ore",
4+
"minecraft:deepslate_iron_ore",
35
"ftbmaterials:iron_end_ore",
46
"ftbmaterials:iron_nether_ore"
57
]

src/generated/resources/data/ftbmaterials/tags/item/ores/lapis.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"values": [
3+
"minecraft:lapis_ore",
4+
"minecraft:deepslate_lapis_ore",
35
"ftbmaterials:lapis_lazuli_end_ore",
46
"ftbmaterials:lapis_lazuli_nether_ore"
57
]

src/generated/resources/data/ftbmaterials/tags/item/ores/quartz.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"values": [
33
"ftbmaterials:quartz_stone_ore",
44
"ftbmaterials:quartz_deepslate_ore",
5-
"ftbmaterials:quartz_end_ore"
5+
"ftbmaterials:quartz_end_ore",
6+
"minecraft:nether_quartz_ore"
67
]
78
}

src/generated/resources/data/ftbmaterials/tags/item/ores/redstone.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"values": [
3+
"minecraft:redstone_ore",
4+
"minecraft:deepslate_redstone_ore",
35
"ftbmaterials:redstone_end_ore",
46
"ftbmaterials:redstone_nether_ore"
57
]

0 commit comments

Comments
 (0)