promotional bannermobile promotional banner

Altcraft Tools

Adds tool handles to modify base tool properties. Inspired by TinkersConstruct and Tool Builder.

File Details

Altcraft Tools v2.0.0

  • R
  • Aug 2, 2019
  • 762.71 KB
  • 2.5K
  • 1.14.4
  • Fabric

File Name

altcraft-tools-2.0.0.jar

Supported Versions

  • 1.14.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:altcraft-tools-333301:2753580"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

Please notice, there is no downwards compatibility possible for this patch because of changes to the data structure.

API

  • Altcraft Tools now has a Registry<Handle> to manage upcoming handle types
  • Changed project structure to match current minecraft structure
  • Handles may be "special" for not to match all tools
  • Items may be "special" to match special handles (both for compatibility issues)

Data

  • Changed handle IDs (for registry reasons). If you upgrade from v1.0.0 you may not have the handle you built.
  • Changed tag structure (for the same registry reasons). Tags are now altcraft: {handle: "altcraft:wood"} (replace altcraft:wood with the proper handle ID)
  • Changed recipes to match the new structure

Fixes

  • Fixed german translation displaying ? instead of ä
  • Fixed aquisition of recipes through rod items

Coming Soon

  • Compatibility patches for other tool mods
  • New handles and tools