Forgot to commit tagsprovider for fluid tags

This commit is contained in:
DBotThePony 2024-01-28 23:23:48 +07:00
parent cd5f9dff2e
commit dafa54112e
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -167,6 +167,8 @@ class TagsProvider(private val event: GatherDataEvent) {
val blocks = Delegate(ForgeRegistries.BLOCKS)
val items = Delegate(ForgeRegistries.ITEMS)
val fluids = Delegate(ForgeRegistries.FLUIDS)
val fluidTypes = Delegate(ForgeRegistries.Keys.FLUID_TYPES)
val mobEffects = Delegate(ForgeRegistries.MOB_EFFECTS)
val damageTypes = Delegate(Registries.DAMAGE_TYPE)