NobieNotSCARED | Extended Values
Create a server, get 25% off your first month

Description
Requires dependencies:
v1.0.0+: Added Nobie Link mod as a dependency: Nobie Link
Made with the help of kodari.
BREIF EXPLANATION:
JUST a fabric mod that Expands the range of literal values in data packs AND removes restrictions such as value ranges that are limited in density function such as the range of constant terms.
This mod is used and required in datapacks in general, BUT more specifically in removing some restriction MOJANG didn't want to remove, like this one below: 
THE MAIN PURPOSE:
Is to extand the limit of data in the projects that i'm working on since they require at least this much to work, but it might work in different ways (who knows? maybe something like surpassing the 32 bit integer limit?).
So it fixes Two main issues:
- Minecraf can't read datapack with extended values (like the image above)
- Loading a world with existing datapack with extended values:

NOTES:
- can work on mods as long as they have datapack struction inside
- not an absolute solution for most of datapack issues


