promotional bannermobile promotional banner

Crust

A modding and testing toolkit with a few other minor utilities.

File Details

crust-1.20.1-4.9.15-api.jar

  • R
  • Nov 17, 2025
  • 724.94 KB
  • 42
  • 1.20.1
  • Forge

File Name

crust-1.20.1-4.9.15-api.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:crust-873570:7230959")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

API Changes:
- Added simple config category implementation.
- Added object holders for Crust's registry objects.
- Deprecated Crust's registry object ID fields.
- Config managers now maintain a mapping of spec names to config files for easier access.
- Added sorted key mapping; used to make key mappings appear in a specified order in the GUI.
- Added entity helper, initially just contains some entity type registering helpers.
- Added fishhook entity designed for pulling entities that doesn't need a player in order to be used.
- Reworked Crust's debug shape rendering utilities:
- New shapes like circles, spheres, cylinders etc.
- Separated client-only logic so that debug shape objects can exist on the server without problem.
- Shapes must now be registered on the client and mapped to a IDebugShapeRenderer.
- Added support for entities to draw Crust debug shapes.