promotional bannermobile promotional banner

Token Enchanter

Alternative enchanting

File Details

Token-Enchanter-1.16.3-1.0.2+8.jar

  • R
  • Feb 15, 2021
  • 158.82 KB
  • 369
  • 1.16.5+2
  • Forge

File Name

Token-Enchanter-1.16.3-1.0.2+8.jar

Supported Versions

  • 1.16.5
  • 1.16.4
  • 1.16.3

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:token-enchanter-444421:3204917")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.2] - 2021-02-15
### Changed
- (API) Rework `IXpItem` and `IXpCrystalItem` into a capability so that mods can add XP crystal/food items without adding a required dependency
### Fixed
- XP crystals taking more levels from the player than they can store when too full
- Invalid items going into the token enchanter's XP crystal slot

## [1.0.1] - 2021-02-08
### Fixed
- Unable to apply enchanted tokens to anything (missing recipe)

## [1.0.0] - 2021-02-08
### Added
- Large XP Crystal (stores 100 levels, expensive to craft)
- Token enchanter will now process recipes
- Recipes for all vanilla enchanted tokens
- Recipe to craft XP bread (extracts levels from crystals, but loses 20%)
- JEI recipe transfer handler (incomplete, does not properly recognize item counts)

## [0.1.0] - 2021-02-08
- Initial alpha build, not fully working yet (some items work, recipes do not)
### Added
- Most of the things :)