generated from neoforged/MDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(tags): cleaned ore generation tags
- Loading branch information
Showing
15 changed files
with
136 additions
and
52 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
14 changes: 12 additions & 2 deletions
14
src/generated/resources/.cache/289dbcd3e460bdbdb8ac17aa123e59a5f92a086d
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,5 +1,15 @@ | ||
// 1.20.6 2024-05-19T16:14:06.690821 Tags for minecraft:block mod id cog_works | ||
e9f33059b8de90871403e988b1ef437c322ffe42 data/c/tags/blocks/ores.json | ||
// 1.20.6 2024-05-20T18:49:15.1716355 Tags for minecraft:block mod id cog_works | ||
e2b2434ef0a59f46205bdcc5347444cc9a3eff9b data/c/tags/blocks/ores.json | ||
8e78287246125b0e18a4f086e00f37fc8298ae00 data/c/tags/blocks/ores/bauxite.json | ||
49280ece99a4c033b7b2592e7caaf4a5fcd52b8f data/c/tags/blocks/ores/cobalt.json | ||
005adf3e8dd399322ebfa268dd0456c8e3fa7e2f data/c/tags/blocks/ores/graphite.json | ||
3c034f3c93e22ad55a8a866c121b3842ce2faec2 data/c/tags/blocks/ores/iridium.json | ||
ffd6d649f2a2d1802403a3e37a1d8b13675ba556 data/c/tags/blocks/ores/lithium.json | ||
32103ef4930c1b109015d7935915b3e1395ca3ec data/c/tags/blocks/ores/molybdenum.json | ||
2a308644fd36140101992c68bb57fcb95b613e98 data/c/tags/blocks/ores/nickel.json | ||
d3b67ae304dff1fb62d7e632ec75032c7c782f7e data/c/tags/blocks/ores/platinum.json | ||
9f9d51638d1ea8f13ea7fbd36206eb7237cc5702 data/c/tags/blocks/ores/titanium.json | ||
df7a2272e210bac05c0b10236534f1eca9df90c4 data/c/tags/blocks/ores/tungsten.json | ||
0c7da0f32c0ca9d4ea3ae023e44834d2c36c762d data/minecraft/tags/blocks/mineable/pickaxe.json | ||
0588128a1c4b038372348beb255961e587767064 data/minecraft/tags/blocks/needs_diamond_tool.json | ||
d2c3532920241ae341318d2d1f6bee936281c5c4 data/minecraft/tags/blocks/needs_iron_tool.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 |
---|---|---|
@@ -1,26 +1,14 @@ | ||
{ | ||
"values": [ | ||
"cog_works:tungsten_ore", | ||
"cog_works:titanium_ore", | ||
"cog_works:cobalt_ore", | ||
"cog_works:nickel_ore", | ||
"cog_works:platinum_ore", | ||
"cog_works:bauxite_ore", | ||
"cog_works:molybdenum_ore", | ||
"cog_works:lithium_ore", | ||
"cog_works:iridium_ore", | ||
"cog_works:graphite_ore", | ||
"#minecraft:stone_ore_replaceables", | ||
"cog_works:deepslate_tungsten_ore", | ||
"cog_works:deepslate_titanium_ore", | ||
"cog_works:deepslate_cobalt_ore", | ||
"cog_works:deepslate_nickel_ore", | ||
"cog_works:deepslate_platinum_ore", | ||
"cog_works:deepslate_bauxite_ore", | ||
"cog_works:deepslate_molybdenum_ore", | ||
"cog_works:deepslate_lithium_ore", | ||
"cog_works:deepslate_iridium_ore", | ||
"cog_works:deepslate_graphite_ore", | ||
"#minecraft:deepslate_ore_replaceables" | ||
"#c:ores/bauxite", | ||
"#c:ores/graphite", | ||
"#c:ores/lithium", | ||
"#c:ores/molybdenum", | ||
"#c:ores/iridium", | ||
"#c:ores/tungsten", | ||
"#c:ores/titanium", | ||
"#c:ores/cobalt", | ||
"#c:ores/nickel", | ||
"#c:ores/platinum" | ||
] | ||
} |
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": [ | ||
"cog_works:bauxite_ore", | ||
"cog_works: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": [ | ||
"cog_works:cobalt_ore", | ||
"cog_works:deepslate_cobalt_ore" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/c/tags/blocks/ores/graphite.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": [ | ||
"cog_works:graphite_ore", | ||
"cog_works:deepslate_graphite_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": [ | ||
"cog_works:iridium_ore", | ||
"cog_works:deepslate_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": [ | ||
"cog_works:lithium_ore", | ||
"cog_works:deepslate_lithium_ore" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/c/tags/blocks/ores/molybdenum.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": [ | ||
"cog_works:molybdenum_ore", | ||
"cog_works:deepslate_molybdenum_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": [ | ||
"cog_works:nickel_ore", | ||
"cog_works:deepslate_nickel_ore" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/c/tags/blocks/ores/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,6 @@ | ||
{ | ||
"values": [ | ||
"cog_works:platinum_ore", | ||
"cog_works:deepslate_platinum_ore" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/c/tags/blocks/ores/titanium.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": [ | ||
"cog_works:titanium_ore", | ||
"cog_works:deepslate_titanium_ore" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/c/tags/blocks/ores/tungsten.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": [ | ||
"cog_works:tungsten_ore", | ||
"cog_works:deepslate_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
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