Posted February 28Feb 28 I want to copy all the tags in a vanilla block (namely sand) to a modded block I added. To get the sand block tags I'm using Blocks.SAND.builtInRegistryHolder().tags() and calling it in a BlockTagsProvider class which was added to the DataGenerator in the GatherDataEvent. The problem is that that line of code returns an empty stream. Anyone knows how else can I get the tags of a block, or any other way to implement this?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.