- Port to 1.21.1
- Fixes the Cycles infinitely #13 bug introduced in 1.0.15
- Port to 1.21
- Port to 1.20.6
- Update to Java 21
- Port to 1.20.5
- Fixed a crash when using
/autolec start
without looking at a lectern.
- Port to 1.20.4
- Fixed bug introduced in 1.0.10 that causes breaking slowdown.
Auto Trade Locking Update
- Added new auto trade locking which comes in three modes:
- enchant - trade for the enchant.
- cheapest - trade the cheapest trade.
- off - don't auto lock trades.
- Changed config file format, will lose old config data.
- Keyboard input is now disabled while trading, prevent accidentally pressing W and your screen shakes more than an earthquake.
/autolec remove
now uses O(1) removal method for faster speed.
Fast as lightning
Changes
- Added logging, which can be turned on/off using:
/autolec log
, it is off by default. - Added pre breaking, which can be turned on/off using:
/autolec preBreak
, it is on by default. - Added tool preserving, which stops Auto Lectern if the tool you are using is going to break soon.
It can be turned on/off using:
/autolec preserveTool
, it is on by default.
What is 'pre breaking'?
Pre breaking is when instead of the mod waiting for the villager to take the job and obtain its trade offers, it will instead start breaking the lectern beforehand but it won't break the lectern until it has acknowledged the trades.
This will increase the cycling speed significantly.
Extra fixes
- Prevent getting soft locked when placing lectern on chests or other containers.
- Added break cooldown option.
/autolec breakCooldown
- Fixed look spoofing that is broken in previous version.
- Fixed bad [REMOVE] button removing an index higher than normal.
Release 1.0.7b [1.20.2] [Crash Hotfix]
First release version after the massive rewrite.
Introducing look spoofing, and config saving and loading.
No more villager gui popping up.
You can chat or manage your inventory while auto lecting!
Hotfixes
Downgraded compiled java version to 17 (for compatibility)
Included dependencies in jar file to prevent no class def errors.