FabricMC / fabric-loader

Fabric's mostly-version-independent mod loader.
Apache License 2.0
617 stars 262 forks source link

Droplets measurement making datapack incompatible #940

Closed DanDragonWolf closed 3 months ago

DanDragonWolf commented 3 months ago

I'm working on a datapack that adds compatibility between 2 mods, and because Fabric uses droplets instead of mB, the pack is incompatible with fabric. Could yall implement a way to specify that I want to use mB instead of droplets so datapacks that work on forge are compatible?

DanDragonWolf commented 3 months ago

If you can't, is there any solution other than making a fabric version of the pack?

IThundxr commented 3 months ago

this is a fabric api issue, it should be made at https://github.com/FabricMC/fabric

DanDragonWolf commented 3 months ago

Would've been nice if I could've found that on the fabric website