Перейти к содержимому
Mineforgian

Crust

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

81K загрузок2 подписчиковGPL-3.0-onlyforge

Обновлён 14 июня 2026 г. · опубликован 4 июля 2024 г.

  • Config editor GUI
  • Extra inventory buttons
  • Extra inventory buttons
  • Extra inventory buttons
  • Config editor GUI
  • Super vision mode

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 () [] - 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.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.20.1-4.17.28Релиз1.20.1forge14 июня 2026 г..jar (1.4 МБ)
1.20.1-4.17.27Релиз1.20.1forge14 июня 2026 г..jar (1.4 МБ)
1.20.1-4.17.26Релиз1.20.1forge14 июня 2026 г..jar (1.4 МБ)
1.20.1-4.15.23Релиз1.20.1forge14 мая 2026 г..jar (1.4 МБ)
1.20.1-3.6.13Релиз1.20.1forge21 августа 2025 г..jar (943 КБ)
1.20.1-3.6.12Релиз1.20.1forge6 июля 2025 г..jar (935 КБ)
1.20.1-2.5.11Релиз1.20.1forge1 июня 2025 г..jar (930 КБ)
1.20.1-2.5.10Релиз1.20.1forge5 мая 2025 г..jar (930 КБ)
1.20.1-2.5.9Релиз1.20.1forge27 февраля 2025 г..jar (930 КБ)
1.20.1-2.4.8Релиз1.20.1forge15 января 2025 г..jar (914 КБ)
1.20.1-2.3.5Релиз1.20.1forge10 октября 2024 г..jar (904 КБ)
1.20.1-2.3.4Релиз1.20.1forge10 октября 2024 г..jar (904 КБ)
1.16.5-1.3.4Релиз1.16.5forge10 октября 2024 г..jar (895 КБ)
1.16.5-1.2.1Релиз1.16.5forge9 июля 2024 г..jar (894 КБ)
1.20.1-2.3.3Релиз1.20.1forge8 июля 2024 г..jar (903 КБ)

Показаны последние 15 из 19 версий. Все версии — на Modrinth.

Ченджлог

1.20.1-4.17.28Релиз1.20.1 · 14 июня 2026 г.
  • Fixed EntityKey.Extends key implementation not checking class inheritance correctly, leading to the key not working as intended in config fields that make use of them.
1.20.1-4.17.27Релиз1.20.1 · 14 июня 2026 г.
  • RegistryEntryList now stores its entries in a LinkedHashSet to retain insertion order (PR #12, thanks pawjwp).
1.20.1-4.17.26Релиз1.20.1 · 14 июня 2026 г.

API Changes:

  • Added new fuzzy key type NumberKey, which supports all primitive numeric types.
  • Added LongValueCodec for long values.
1.20.1-4.15.23Релиз1.20.1 · 14 мая 2026 г.

1.20.1-4.15.23

  • Made some internal changes to some logger messages.

API Changes:

  • Added new config field type LongField.
  • ColorPreviewWidgets can now be instantiated with a custom size parameter.
  • Added convenience method to CrustMath for obtaining a RandomSource's seed (implementation dependent).
  • Moved over the PlayerVelocityWatcher utility from Special Mobs such that it can be used by other mods.
1.20.1-3.6.13Релиз1.20.1 · 21 августа 2025 г.
  • Added new "biome_tag" environment condition, replaces/deprecates "biome_category".
  • Fixed portal command not working when below y=0.
  • Fixed anchor positions for added buttons in pause and inventory screens.
  • Fixed GUIs having incorrect/dark shading in some cases.
  • PredicateStringList now prints a warning during loading when it filters out invalid strings.

    API Changes:
  • Deprecated IBlockEntityBBProvider; now opting to use IBlockEntityDebugShapeProvider instead.
    • Supports rendering other debug shapes than just line boxes.
  • Added simple helper constructors for int and double $RandomRange field containers.
  • Updated EntityEventHelper, deprecated hurt events.
  • PredicateStringList now throws an exception if you provide any invalid strings in its default value.
1.20.1-3.6.12Релиз1.20.1 · 6 июля 2025 г.
  • Fixed StringListField constructor passing on parmeters in the wrong order to the "main" constructor
  • Changed field "type" in StringListField to have protected visibility
  • Updated Apocalypse difficulty accessor to do what it is supposed to in more recent versions of Apocalypse
  • Updated required Apocalypse version range
  • Fixed default position of the Crust config button in the pause menu being off
1.20.1-2.5.11Релиз1.20.1 · 1 июня 2025 г.
  • Internal client configs are now initialized and loaded during appropriate events to avoid weird crashes
1.20.1-2.5.10Релиз1.20.1 · 5 мая 2025 г.
  • Fixed default value entries getting parsed incorrectly, resulting in duplicate invalid entries being written

Полная история изменений — на Modrinth.

Комментарии

Загружаем…