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

B3tter Tools

A simple tool leveling system to enchance your gameplay

Загрузки
106
Подписчики
0
Обновлён
12 августа 2025 г.
Лицензия
MIT

Опубликован 12 августа 2025 г.

B3tter Tools v1.0.0

Adds a simple yet reliable tool leveling system to enchance your gameplay!

Additions:

Level up your tools by mining blocks that these tools are designed for, Ores for Pickaxes; Wood/Logs for Axes; Dirt for shovels, All displayed in a tooltip!

Item Tooltip

As a reward for leveling, your tools mining speed will increase by x0.25 per level

Default tool mining speed is slower then usual, but 2 levels of the tool will easily negate this

Mod Compatibility

Every feature of this mod works with modded blocks/items, almost every modded ore can be used to level up Pickaxes, And every type of wood can be used to level up your Axe Modded Tools can also level up as the vanilla ones!

Dev Guide

To make sure that your mod's tools work with this mod, follow these steps:

  • Ensure that your custom tool extends PickaxeItem/AxeItem/ShovelItem
public class YourCustomTool extends PickaxeItem

For your ores/wood to be compatible, make sure that your ore/wood IDs include:

  • For Ores:

custom_material_ore <-- The ore part is important, this is how the mod knows it's an ore

  • For Wood:

custom_material_log

custom_material_wood

Центр версий

1 версий
  • Бета13 КБ

Ченджлог

1.0.0Бета1.19, 1.19.1, 1.19.2 · 12 августа 2025 г.

A very simple Tool Leveling System:

  • Every tool's mining speed is slower by default, increases higher then vanilla on higher levels!

  • Tools level up when mining specifically the blocks they are designed for: Pickaxes - All Ores (Mod compatible) Axes - All wood, logs (Mod Compatible) Shovels - Dirt

  • Max level is 8th, with the mixing speed increasing by x0.25 per each level,

  • Mod Compatible! - Tools can use modded blocks to level up, they just need to be the right type of block, Leveling system is compatible with Modded tools by default, if you are a mod dev you don't need to do anything but extend the PickaxeItem/AxeItem/ShovelItem in your custom tool

Комментарии

Загружаем…