Crust

Quick rating

Crust

No reviews yet

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

No Theme
No Genre
QoL & Tweaks
UI & Menu Tool
API/Library
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
crust-1.20.1-4.17.28.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Crust

Source: https://github.com/FatherToast/

Discussion: https://discord.gg/GFTzTdX

Crust is a code library and testing toolkit designed to make some people's lives easier and provide some very basic gameplay features.  Everything is configurable.

The testing toolkit:

The primary feature of this toolkit is a set of customizable and keybindable command-driven buttons added to the inventory screen. There are currently 19 built-in buttons and 16 user-defined buttons (pick its look and slap in whatever commands you want it to run).  As an added bonus, the mod allows you to configure the default game rules for newly created worlds.

Crust modes:

Additional player capabilities mainly for testing purposes. The starting modes for new players, required OP level to change each mode, some client preferences, and server limitations are all configurable.

By default, the only mode that is enabled for new players and does not require 'cheating ability' is Magnet.

Available modes:

  • Magnet - Pull nearby items toward you.
  • Undying - Fully recover instead of dying.
  • Unbreaking - Frequently fully repairs your items (note: does NOT prevent them from taking damage).
    • Uneating - Restore food level when it drops below a threshold.
  • Destroy-on-pickup - Manage inventory clutter. Destroy all items that try to invade your inventory!
  • Super vision - Continuous night vision, disables (water) fog and blindness.
  • Super speed - Increases sprint speed.

Commands:

Extra inventory buttons and 'Crust mode' management are command-driven. This is how they work!

Available commands:

  • /crustclean pointer [<player>] - Destroy item on pointer.
  • /crustmode [<player>] - Check active Crust modes.
  • /crustmode <mode> (disable|<value>) [<players>] - Enable or disable a Crust mode.
  • /crustportal (<portal_type>) [<target>] - Create a dimension portal.
  • /crustrecover [all|health|hunger|effects] [<targets>] - Restore health/hunger and/or remove all negative effects.

Config management:

Crust provides its own config implementation as an alternate to Forge's configs.

Key features of Crust configs:

  • Easy for modders to implement configs, easy for players to use configs.
  • Organize and format your configs the way you want them.
  • Editable in-game through GUI (not all field types are supported yet!).
  • Useful built-in field types and the ability to implement your own.

Other modding utilities:

  • Advancement load event.
  • Tile entity bounding box renderer (simple renderers than only run when F3+B is on).
  • Portal registry for /crustportal command.
  • Data gen tools (currently just a loot table builder).
  • Named setBlock flags and entity/level event codes.
  • NBT and miscellaneous math helpers.

Crust


Source: https://github.com/FatherToast/

Discussion: https://discord.gg/GFTzTdX

If you find any bugs or issues, please use the GitHub issues tracker, accessible from the GitHub link or the "Report issues" link.

For feature requests, please submit a ticket in the GitHub issues tracker or ask on Discord!

Crust is a code library and testing toolkit designed to make some people's lives easier and provide some very basic gameplay features.  Everything is configurable.

The testing toolkit:

The primary feature of this toolkit is a set of customizable and keybindable command-driven buttons added to the inventory screen. There are currently 19 built-in buttons and 16 user-defined buttons (pick its look and slap in whatever commands you want it to run).  As an added bonus, the mod allows you to configure the default game rules for newly created worlds.

Crust modes:

Additional player capabilities mainly for testing purposes. The starting modes for new players, required OP level to change each mode, some client preferences, and server limitations are all configurable.

By default, the only mode that is enabled for new players and does not require 'cheating ability' is Magnet.

Available modes:

  • Magnet - Pull nearby items toward you.
  • Undying - Fully recover instead of dying.
  • Unbreaking - Frequently fully repairs your items (note: does NOT prevent them from taking damage).
  • Uneating - Restore food level when it drops below a threshold.
  • Destroy-on-pickup - Manage inventory clutter. Destroy all items that try to invade your inventory!
  • Super vision - Continuous night vision, disables (water) fog and blindness.
  • Super speed - Increases sprint speed.

Commands:

Extra inventory buttons and 'Crust mode' management are command-driven. This is how they work!

Available commands:

  • /crustclean pointer [] - Destroy item on pointer.
  • /crustmode [] - Check active Crust modes.
  • /crustmode (disable|) [] - Enable or disable a Crust mode.
  • /crustportal (<portal_type>) [] - Create a dimension portal.
  • /crustrecover [all|health|hunger|effects] [] - Restore health/hunger and/or remove all negative effects.

Config management:

Crust provides its own config implementation as an alternate to Forge's configs.

Key features of Crust configs:

  • Easy for modders to implement configs, easy for players to use configs.
  • Organize and format your configs the way you want them.
  • Editable in-game through GUI (not all field types are supported yet!).
  • Useful built-in field types and the ability to implement your own.

Other modding utilities:

  • Advancement load event.
  • Tile entity bounding box renderer (simple renderers than only run when F3+B is on).
  • Portal registry for /crustportal command.
  • Data gen tools (currently just a loot table builder).
  • Named setBlock flags and entity/level event codes.
  • NBT and miscellaneous math helpers.

Screenshots

Gallery

  • Super Vision Mode
    Super Vision Mode A demonstration of the Super Vision 'Crust mode'.
  • In-Game Editor - Editing
    In-Game Editor - Editing Another view of the config editor GUI with unsaved changes made.
  • In-Game Editor - Viewing
    In-Game Editor - Viewing A snapshot of the config editor GUI.
  • In-Game Editor Button
    In-Game Editor Button The default config editor button location (left of the "Options..." button).
  • Keybinds
    Keybinds Some of the keybinds added by Crust.
  • Extra Inventory Buttons - More!
    Extra Inventory Buttons - More! An example showing all built-in and example user-defined buttons in a differently configured location.
  • Extra Inventory Buttons - Survival
    Extra Inventory Buttons - Survival The default layout for extra inventory buttons when cheats are NOT enabled.
  • Extra Inventory Buttons - Creative
    Extra Inventory Buttons - Creative The default layout for extra inventory buttons when cheats are enabled.
  • Extra inventory buttons
    Extra inventory buttons The default layout for extra inventory buttons when cheats are enabled.
  • Extra inventory buttons
    Extra inventory buttons The default layout for extra inventory buttons when cheats are NOT enabled.
  • Extra inventory buttons
    Extra inventory buttons An example showing all built-in and example user-defined buttons in a differently configured location.
  • Config editor GUI
    Config editor GUI Another view of the config editor GUI with unsaved changes made.
  • Config editor GUI
    Config editor GUI A snapshot of the config editor GUI.
  • Super vision mode
    Super vision mode A demonstration of the Super Vision 'Crust mode'.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

2.3m
Total Downloads
CurseForge
2.2m
Modrinth
~83,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works