promotional bannermobile promotional banner

Union's Upgrade Scrolls Port

A port of the 1.16.5 mod. Introduces 24 unique scrolls to power your armor, weapons, and now curio.

File Details

upgrade_scrolls-1.2.6.jar

  • R
  • Mar 18, 2026
  • 98.11 KB
  • 22
  • 1.20.1
  • Forge

File Name

upgrade_scrolls-1.2.6.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:unions-upgrade-scrolls-port-1380424:7777865")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

JSON's, affix JSON's have arrived and they bring a bit more customization for your needs.

They are found in data/upgrade_scrolls/affixes, so new datapacks to customize, or overwrite affixes or add new ones have to follow this file path.

An example JSON is as follows, would be named radiant.json

{
  "name": "radiant",
  "weight": 0.3,
  "color": "LIGHT_PURPLE",
  "displayName": "Radiant",

  "effects": {
    "weapon": {
      "attackSpeed": 1,
      "damage": 0.5,
      "blockReach": 0.5,
      "luck": 1
    },
    "armor": {
      "armor": 0.5,
      "health": 0.3,
      "toughness": 0.15,
      "luck": 1
    },
    "shield": {
      "toughness": 0.4,
      "knockback": 1,
      "movementSpeed": 0.3,
      "luck": 1
    },
    "bow": {
      "movementSpeed": 0.5,
      "swimSpeed": 1.0,
      "knockback": 2,
      "luck": 1
    }
  }
}

I am not too familiar with datapacks, but modifications/removals of affixes should be rather simple as well

For disabling their effects or lessening them, simply put a zero for the attribute value or a lower number.