Skip to content

Commit

Permalink
Fix c:stones's backwards compat with forge:stone (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt authored May 31, 2024
1 parent afca8c6 commit 65e8748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/generated/resources/data/c/tags/blocks/stones.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"minecraft:deepslate",
"minecraft:tuff",
{
"id": "#forge:stones",
"id": "#forge:stone",
"required": false
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/generated/resources/data/c/tags/items/stones.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"minecraft:deepslate",
"minecraft:tuff",
{
"id": "#forge:stones",
"id": "#forge:stone",
"required": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public void addTags(HolderLookup.Provider p_256380_) {
tagWithOptionalLegacy(Tags.Blocks.ORES_IN_GROUND_DEEPSLATE);
tagWithOptionalLegacy(Tags.Blocks.ORES_IN_GROUND_NETHERRACK);
tagWithOptionalLegacy(Tags.Blocks.ORES_IN_GROUND_STONE);
tagWithOptionalLegacy(Tags.Blocks.STONES);
tag(Tags.Blocks.STONES).addOptionalTag(new ResourceLocation("forge", "stone"));
tagWithOptionalLegacy(Tags.Blocks.STORAGE_BLOCKS);
tagWithOptionalLegacy(Tags.Blocks.STORAGE_BLOCKS_COAL);
tagWithOptionalLegacy(Tags.Blocks.STORAGE_BLOCKS_COPPER);
Expand Down

0 comments on commit 65e8748

Please sign in to comment.