-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ores_in_ground tags, and add block tags matching the item tags (#813
- Loading branch information
1 parent
765b8be
commit 77f013a
Showing
92 changed files
with
562 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,18 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:antimony_ore", | ||
"modern_industrialization:bauxite_ore", | ||
"modern_industrialization:deepslate_antimony_ore", | ||
"modern_industrialization:deepslate_bauxite_ore", | ||
"modern_industrialization:deepslate_iridium_ore", | ||
"modern_industrialization:deepslate_lead_ore", | ||
"modern_industrialization:deepslate_lignite_coal_ore", | ||
"modern_industrialization:deepslate_monazite_ore", | ||
"modern_industrialization:deepslate_nickel_ore", | ||
"modern_industrialization:deepslate_salt_ore", | ||
"modern_industrialization:deepslate_tin_ore", | ||
"modern_industrialization:deepslate_tungsten_ore", | ||
"modern_industrialization:deepslate_uranium_ore", | ||
"modern_industrialization:iridium_ore", | ||
"modern_industrialization:lead_ore", | ||
"modern_industrialization:lignite_coal_ore", | ||
"modern_industrialization:monazite_ore", | ||
"modern_industrialization:nickel_ore", | ||
"modern_industrialization:platinum_ore", | ||
"modern_industrialization:quartz_ore", | ||
"modern_industrialization:salt_ore", | ||
"modern_industrialization:tin_ore", | ||
"modern_industrialization:titanium_ore", | ||
"modern_industrialization:tungsten_ore", | ||
"modern_industrialization:uranium_ore" | ||
"#c:ores/antimony", | ||
"#c:ores/bauxite", | ||
"#c:ores/iridium", | ||
"#c:ores/lead", | ||
"#c:ores/lignite_coal", | ||
"#c:ores/monazite", | ||
"#c:ores/nickel", | ||
"#c:ores/platinum", | ||
"#c:ores/quartz", | ||
"#c:ores/salt", | ||
"#c:ores/tin", | ||
"#c:ores/titanium", | ||
"#c:ores/tungsten", | ||
"#c:ores/uranium" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:antimony_ore", | ||
"modern_industrialization:deepslate_antimony_ore" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:bauxite_ore", | ||
"modern_industrialization:deepslate_bauxite_ore" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:deepslate_iridium_ore", | ||
"modern_industrialization:iridium_ore" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:deepslate_lead_ore", | ||
"modern_industrialization:lead_ore" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/c/tags/block/ores/lignite_coal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:deepslate_lignite_coal_ore", | ||
"modern_industrialization:lignite_coal_ore" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:deepslate_monazite_ore", | ||
"modern_industrialization:monazite_ore" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:deepslate_nickel_ore", | ||
"modern_industrialization:nickel_ore" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:platinum_ore" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:deepslate_salt_ore", | ||
"modern_industrialization:salt_ore" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:deepslate_tin_ore", | ||
"modern_industrialization:tin_ore" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:titanium_ore" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:deepslate_tungsten_ore", | ||
"modern_industrialization:tungsten_ore" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:deepslate_uranium_ore", | ||
"modern_industrialization:uranium_ore" | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
src/generated/resources/data/c/tags/block/ores_in_ground/deepslate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:deepslate_antimony_ore", | ||
"modern_industrialization:deepslate_bauxite_ore", | ||
"modern_industrialization:deepslate_iridium_ore", | ||
"modern_industrialization:deepslate_lead_ore", | ||
"modern_industrialization:deepslate_lignite_coal_ore", | ||
"modern_industrialization:deepslate_monazite_ore", | ||
"modern_industrialization:deepslate_nickel_ore", | ||
"modern_industrialization:deepslate_salt_ore", | ||
"modern_industrialization:deepslate_tin_ore", | ||
"modern_industrialization:deepslate_tungsten_ore", | ||
"modern_industrialization:deepslate_uranium_ore" | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
src/generated/resources/data/c/tags/block/ores_in_ground/stone.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:antimony_ore", | ||
"modern_industrialization:bauxite_ore", | ||
"modern_industrialization:iridium_ore", | ||
"modern_industrialization:lead_ore", | ||
"modern_industrialization:lignite_coal_ore", | ||
"modern_industrialization:monazite_ore", | ||
"modern_industrialization:nickel_ore", | ||
"modern_industrialization:platinum_ore", | ||
"modern_industrialization:quartz_ore", | ||
"modern_industrialization:salt_ore", | ||
"modern_industrialization:tin_ore", | ||
"modern_industrialization:titanium_ore", | ||
"modern_industrialization:tungsten_ore", | ||
"modern_industrialization:uranium_ore" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/aluminum.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:aluminum_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/annealed_copper.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:annealed_copper_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/antimony.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:antimony_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/battery_alloy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:battery_alloy_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/bauxite.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:bauxite_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/beryllium.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:beryllium_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/bronze.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:bronze_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/chromium.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:chromium_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/coke.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:coke_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/cupronickel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:cupronickel_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/electrum.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:electrum_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/he_mox.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:he_mox_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/he_uranium.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:he_uranium_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/invar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:invar_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/iridium.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:iridium_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/kanthal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:kanthal_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/le_mox.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:le_mox_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/le_uranium.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:le_uranium_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/lead.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:lead_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/lignite_coal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:lignite_coal_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/monazite.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:monazite_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/neodymium.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:neodymium_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/nickel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:nickel_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/platinum.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:platinum_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/plutonium.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:plutonium_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/raw_antimony.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:raw_antimony_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/raw_iridium.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:raw_iridium_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/raw_lead.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:raw_lead_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/raw_nickel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:raw_nickel_block" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/c/tags/block/storage_blocks/raw_platinum.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"modern_industrialization:raw_platinum_block" | ||
] | ||
} |
Oops, something went wrong.