Jump to content

Recommended Posts

Posted

Hi,

 

How do we set up FluidTags in 1.16.1?

 

In 1.15.2 there was a Wrapper class within FluidTags and was able to do this:

public static Tag<Fluid> MY_FLUID = new FluidTags.Wrapper(new ResourceLocation(Main.MODID, "my_fluid"));

 

That subclass is gone now and I can't seem to find the new way to set up those tags.

 

Thanks

Posted

I see the makeWrapperTag function but it is private so I can't use it. If I use TagRegistry, I can't seem to get it to inject it into the already existing TagRegistry that FluidTags is using since I have no way of accessing that since it is private to FluidTags.

Posted

I see the makeWrapperTag function but it is private so I can't use it. If I use TagRegistry, I can't seem to get it to inject it into the already existing TagRegistry that FluidTags is using since I have no way of accessing that since it is private to FluidTags.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.