promotional bannermobile promotional banner

Reskillable

A continuation and internal rewrite of Skillable by Vazkii

File Details

Reskillable-1.12.2-1.6.0.jar

  • R
  • May 28, 2018
  • 271.60 KB
  • 795
  • 1.12.2+2

File Name

Reskillable-1.12.2-1.6.0.jar

Supported Versions

  • 1.12.2
  • 1.12.1
  • 1.12
  • Added ru_RU localization
    • Thanks goes out to: Pirog17000
  • Implemented an Unobtainable Requirement
    • Yup, this is a thing now, just use "unobtainable" as the requirement string
  • Added Logical Requirements. Format followed by an example can be found below.
    • NOT
      • not|requirement
      • not|dim|0
    • AND
      • and|[requirement]~[requirement]
      • and|[reskillable:building|7]~[reskillable:building|5]
    • NAND
      • nand|[requirement]~[requirement]
      • nand|[dim|1]~[dim|-1]
    • OR
      • or|[requirement]~[requirement]
      • or|[reskillable:mining|5]~[reskillable:building|5]
    • NOR
      • nor|[requirement]~[requirement]
      • nor|[reskillable:farming|5]~[reskillable:gathering|5]
    • XOR
      • xor|[requirement]~[requirement]
      • xor|[dim|0]~[reskillable:building|5]
    • XNOR
      • xnor|[requirement]~[requirement]
      • xnor|[reskillable:agility|5]~[reskillable:farming|5]
  • Made some internal API changes to allow for some of the new features in CompatSkills