Skip to content

Commit

Permalink
Fixed missing tag on Deepslate Draconium Ore
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon3055 committed Jan 8, 2025
1 parent 91452f7 commit 185cfa1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ b84123cbe5d4449b219ea0dd632564beefca219b data/forge/tags/items/ingots/draconium_
ed7b649e3d0b9aba6f8047b53de74d220fa889f9 data/forge/tags/items/nuggets/draconium.json
d6e849ce45014fce8572def4935daf749982910c data/forge/tags/items/nuggets/draconium_awakened.json
1c106c8cc56a70d22bc9c21c9dede992bc19923a data/forge/tags/items/ores.json
5aa22761690ef99d01ab8f93ee1bd0f59e428004 data/forge/tags/items/ores/draconium.json
e1ab416e7e78411c08a640ffc4bc9535023d0566 data/forge/tags/items/ores/draconium.json
bdb736e6f52cea51cdb88deb79d7c10a0bd92595 data/forge/tags/items/storage_blocks.json
59987491edcad8feef7cf904cb84da279dae8781 data/forge/tags/items/storage_blocks/draconium.json
e0559dc39b8d8d852d5d416df07a5247ca59fe4d data/forge/tags/items/storage_blocks/draconium_awakened.json
3 changes: 2 additions & 1 deletion src/main/generated/data/forge/tags/items/ores/draconium.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"values": [
"draconicevolution:end_draconium_ore",
"draconicevolution:nether_draconium_ore",
"draconicevolution:overworld_draconium_ore"
"draconicevolution:overworld_draconium_ore",
"draconicevolution:deepslate_draconium_ore"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected void addTags(HolderLookup.Provider pProvider) {
tag(DETags.Items.STORAGE_BLOCKS_DRACONIUM_AWAKENED).add(DEContent.ITEM_AWAKENED_DRACONIUM_BLOCK.get());
tag(Tags.Items.STORAGE_BLOCKS).addTags(DETags.Items.STORAGE_BLOCKS_DRACONIUM, DETags.Items.STORAGE_BLOCKS_DRACONIUM_AWAKENED);

tag(DETags.Items.ORES_DRACONIUM).add(DEContent.ITEM_END_DRACONIUM_ORE.get(), DEContent.ITEM_NETHER_DRACONIUM_ORE.get(), DEContent.ITEM_OVERWORLD_DRACONIUM_ORE.get());
tag(DETags.Items.ORES_DRACONIUM).add(DEContent.ITEM_END_DRACONIUM_ORE.get(), DEContent.ITEM_NETHER_DRACONIUM_ORE.get(), DEContent.ITEM_OVERWORLD_DRACONIUM_ORE.get(), DEContent.ITEM_DEEPSLATE_DRACONIUM_ORE.get());
tag(Tags.Items.ORES).addTag(DETags.Items.ORES_DRACONIUM);

for (Module<?> module : ModuleRegistry.getRegistry()) {
Expand Down

0 comments on commit 185cfa1

Please sign in to comment.