新建2023-01-01
  • Fix for issue #2

  • Update README.md

  • Update Forge to 40.2.1

  • Reworked GUI menu

  • Reworked skills to use XP not levels

  • Tuned bonuses and costs. (more later)

  • Added "full" mod configuration

  • Removed crops and ores block tags

  • Code cleanup and optimizations

2022-11-28

Added Forge "raw_materials" ItemTag to Prospeting, now should drop bonus Copper, Iron and Gold and work with any modded ores which apply the "raw_materials" ItemTag to it's ore drops.

2022-11-12
  • Port from 1.16.5-0.2.0

  • BlockTag #forge:dirt changed to #minecraft:dirt.

你已经到达了世界的尽头..
新建2022-11-24
  • Fixed increase and decrease confirm translations swapped.

  • Added Simple Harvest

    • Simple rightclick crop harvesting which works with the Harvest Efficiency skill.

  • Added config to enable/disable simple harvesting.

2022-11-11
  • Few bug fixes.

  • Harvest proficiency now only works on mature crops, preventing duplication.

  • Added 4 commands

    • /betterleveling set <skill> <level>

      • Sets skill level.

    • /betterleveling set <spec> <unlocked>

      • Sets spec unlocked, use true or false.

    • /betterleveling reset

      • Resets the player data.

    • /betterleveling max

      • Unlocks all specs, maxes out all skills.

  • Code optimizations and refactorings.

  • Retweak and balance skills

  • Update README.md

2022-11-08

Switched to parchment mappings

Added Block and Item TagProvider

Potential loot now uses Block and Item Tags for better compatibility with other mods.

Fixed a bug inside Skill Increase ConfirmScreen, should now show the name, not the description

Removed GlobalLootModifiers

Code optimizations

Update README.md

你已经到达了世界的尽头..