
Harvest Leveling
Allows you to override a tool's harvest level
- Загрузки
- 222
- Подписчики
- 0
- Обновлён
- 19 октября 2022 г.
- Лицензия
- MIT
Опубликован 19 октября 2022 г.
HarvestLeveling
Simple Forge mod for pack developers, allowing them to override a tool's harvest level.
What this mod does do:
- Manual override of a tool's harvest level to any tier registered in Forge's TierSortingRegistry
- Allow for registering custom harvest levels via config
- Provides a command to dump tiers registered in TierSortingRegistry
What this mod doesn't do
- Override of block's harvest level requirements (use vanilla/forge tags for this)
- Harvest levels for non tools (item must extend DiggerItem)
- Modify mining speeds of tools (use Property Modifier or a similar mod)
How to Use
- Open
harvest_leveling-common.toml - In the first list add any tools you want to override the harvest level for. Syntax should be
"modid:item;modid:tier" - In the second list add any custom harvest levels you want. Syntax should be
"name;modid:tier"with the tier being the tier that this custom harvest level comes immediately after. Restart required.
Fabric/Backport?
Probably not, but feel free to do it yourself!
Ченджлог
1.1Релиз1.18.2 · 19 октября 2022 г.
Initial release on Modrinth. For v1.0 version, check Curseforge.
Changes in v1.1: Added support for registering custom tiers. They don't have any attributes (max uses, attack damage, etc.) and only exist for this mod's override system.
Комментарии
Загружаем…