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.1.0

  • R
  • Feb 18, 2021
  • 103.87 KB
  • 80
  • 1.15.2
  • Fabric

File Name

altcraft-tools-2.1.0.jar

Supported Versions

  • 1.15.2

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

General

At first I wanted to do some mod intercompatibility, but I first have to bring this mod to at least some software technological standard.

Changelog

Textures

  • Tool Items are now dynamically rendered
  • Hooked into minecraft model loader to create item models at load time
  • Cleared a bunch of assets, switched displayed layers, going for a "Modify Least Data Possible"-approach

Recipes

  • Recipes are now loaded at world load time but fully executed at the time they are first displayed or used
  • No need for trillions of files for each handled item recipe, it is just one file per item now

Code

  • Prepared for adding tool part registries and more tool part types

Coming Soon

  • More Tools and Tool Parts
  • Mod Compatibility