Extended Values

Quick rating

Community listing page, reviews here may not be monitored by the author.

Extended Values

No reviews yet

a fabric mod that Expands the range of literal values in data packs.

Mod Loaders
Minecraft
26.2

About

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: overwrited data

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:

  1. Minecraf can't read datapack with extended values (like the image above)
  2. Loading a world with existing datapack with extended values: overwrited data

NOTES:

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