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

RecipeDisabler

A simple recipe disabler using a simple config file to avoid complex KubeJS or CraftTweaker script

Загрузки
1K
Подписчики
9
Обновлён
13 сентября 2022 г.
Лицензия
MIT

Опубликован 4 июля 2022 г.

RecipeDisabler

More like ResourceDisabler


Requires Fabric API


Description

A simple Minecraft Fabric mod allowing to make the game not load some specific recipes/resources, without having to use some complex KubeJS/CraftTweaker script when trying to handle modded recipe types.

Now with RegEx!


Version

For Minecraft 1.18.2+ (Never tested earlier versions, and probably never will)


Usage

This mod is mainly intended to be used in modpacks or alongside unaltered datapacks.

It is only required to be loaded on the server side.


Why this mod?

While I have no disrespect for KubeJS or CraftTweaker, I just thought that their ways of disabling crafts were too complicated and quite limited as for the types of recipes they can disable.


How do I use it?

Recipes are to be entered in the config file (config/recipeDisable.json5) in the disabled_recipes list, by ID, with or without the initial recipes/ at the beginning of the path. Paths are defines the vanilla way: just as they are entered in a Datapack.

Thus, mods recipes can also be check in the data folder in their respective jar file.

It is recommended to use REI with tooltips in order to get the wanted recipe's ID.


Mod showcase

Mod showcase

Ченджлог

1.3.2Релиз1.19 · 13 сентября 2022 г.

Release 1.3.2

What's new

  • Some small yet somewhat critical fixes
1.3.2Релиз1.18.2 · 13 сентября 2022 г.

Release 1.3.2

What's new

  • Some small yet somewhat critical fixes
1.3.1Релиз1.19 · 5 сентября 2022 г.

Release 1.3.1

What's new

  • Port to 1.19
1.3.0Релиз1.18.2 · 5 сентября 2022 г.

Release version 1.3.0

What's new

  • Better config! Now with documentation
  • Toggle resource disabling logs
  • Config auto-reload on resources reload (can be toggled)
  • Config auto-save before resources reload (can be toggled)
  • In-game config edit command (not fully adapted to server console)

Fixes

  • Minor bugs with config update through mod updates

Minor changes

  • Improved failure catches
1.2.0Релиз1.18.2 · 7 июля 2022 г.

Release version 1.2

What's new

  • Recipes blacklist (won't be disabled)
  • Config toggle to only target resources in a recipes/ data folder
  • Config updates saved at server/client closing

Fixes

  • N/A

Minor changes

  • Slightly the config updater
  • Renamed the config key for the disabled recipes
  • Compiled archive renamed
1.1Релиз1.18.2 · 5 июля 2022 г.

Release version 1.1

What's new

  • Recipes RegEx support

Fixes

  • Mod icon not showing in ModMenu
1.0.0Релиз1.18.2 · 4 июля 2022 г.

V1 -- just the core functionality and a simplistic config

Комментарии

Загружаем…