[Change] Moved common tags to BCLib
This commit is contained in:
parent
ef2cb2a80c
commit
b2d195a671
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ public class EndBlockTagDataProvider extends TagDataProvider<Block> {
|
||||||
) {
|
) {
|
||||||
super(
|
super(
|
||||||
TagManager.BLOCKS,
|
TagManager.BLOCKS,
|
||||||
List.of("minecraft", BetterEnd.MOD_ID, "c"),
|
List.of(BetterEnd.MOD_ID),
|
||||||
Set.of(CommonBlockTags.NETHER_MYCELIUM),
|
Set.of(CommonBlockTags.NETHER_MYCELIUM),
|
||||||
output,
|
output,
|
||||||
registriesFuture
|
registriesFuture
|
||||||
|
|
|
@ -18,6 +18,6 @@ public class EndItemTagDataProvider extends TagDataProvider<Item> {
|
||||||
FabricDataOutput output,
|
FabricDataOutput output,
|
||||||
CompletableFuture<HolderLookup.Provider> registriesFuture
|
CompletableFuture<HolderLookup.Provider> registriesFuture
|
||||||
) {
|
) {
|
||||||
super(TagManager.ITEMS, List.of("minecraft", BetterEnd.MOD_ID, "c"), output, registriesFuture);
|
super(TagManager.ITEMS, List.of(BetterEnd.MOD_ID), output, registriesFuture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue