Skip to content

Commit 5c91622

Browse files
authored
Fix #1166: Iridium ore says it can generate (#1168)
1 parent 89b889f commit 5c91622

File tree

22 files changed

+1
-217
lines changed

22 files changed

+1
-217
lines changed

src/generated/resources/assets/modern_industrialization/blockstates/deepslate_iridium_ore.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/generated/resources/assets/modern_industrialization/lang/en_us.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@
206206
"block.modern_industrialization.cupronickel_coil": "Cupronickel Coil",
207207
"block.modern_industrialization.deepslate_antimony_ore": "Deepslate Antimony Ore",
208208
"block.modern_industrialization.deepslate_bauxite_ore": "Deepslate Bauxite Ore",
209-
"block.modern_industrialization.deepslate_iridium_ore": "Deepslate Iridium Ore",
210209
"block.modern_industrialization.deepslate_lead_ore": "Deepslate Lead Ore",
211210
"block.modern_industrialization.deepslate_lignite_coal_ore": "Deepslate Lignite Coal Ore",
212211
"block.modern_industrialization.deepslate_monazite_ore": "Deepslate Monazite Ore",

src/generated/resources/assets/modern_industrialization/models/block/deepslate_iridium_ore.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/generated/resources/assets/modern_industrialization/models/item/deepslate_iridium_ore.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Binary file not shown.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"values": [
3-
"modern_industrialization:deepslate_iridium_ore",
43
"modern_industrialization:iridium_ore"
54
]
65
}

src/generated/resources/data/c/tags/block/ores_in_ground/deepslate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"values": [
33
"modern_industrialization:deepslate_antimony_ore",
44
"modern_industrialization:deepslate_bauxite_ore",
5-
"modern_industrialization:deepslate_iridium_ore",
65
"modern_industrialization:deepslate_lead_ore",
76
"modern_industrialization:deepslate_lignite_coal_ore",
87
"modern_industrialization:deepslate_monazite_ore",
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"values": [
3-
"modern_industrialization:deepslate_iridium_ore",
43
"modern_industrialization:iridium_ore"
54
]
65
}

src/generated/resources/data/c/tags/item/ores_in_ground/deepslate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"values": [
33
"modern_industrialization:deepslate_antimony_ore",
44
"modern_industrialization:deepslate_bauxite_ore",
5-
"modern_industrialization:deepslate_iridium_ore",
65
"modern_industrialization:deepslate_lead_ore",
76
"modern_industrialization:deepslate_lignite_coal_ore",
87
"modern_industrialization:deepslate_monazite_ore",

src/generated/resources/data/minecraft/tags/block/mineable/pickaxe.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"modern_industrialization:cupronickel_coil",
5353
"modern_industrialization:deepslate_antimony_ore",
5454
"modern_industrialization:deepslate_bauxite_ore",
55-
"modern_industrialization:deepslate_iridium_ore",
5655
"modern_industrialization:deepslate_lead_ore",
5756
"modern_industrialization:deepslate_lignite_coal_ore",
5857
"modern_industrialization:deepslate_monazite_ore",

0 commit comments

Comments
 (0)