Commit graph

187 commits

Author SHA1 Message Date
bd47f9d81b
Fix unit repair max price being off by 1 2024-06-05 13:36:01 +02:00
49d8ba304d
Fix unit repair not being capped.
Also fix wrong range in lore.
2024-05-28 23:10:37 +02:00
78e77df071
Small range adjusment:
- set min value of max anvil cost to 0
- set max value for most config by 1000
2024-05-28 22:31:57 +02:00
0906bac103
Fix some settings
- Fix some settings text
- Max level now work as max level outside the cap
- Remove cost limit now lock max cost and cap cost.
- Move order of some factory arguments
2024-05-23 17:31:57 +02:00
7db88b6b04
Add replace to expensive config can be changed with the gui. 2024-05-20 22:04:00 +02:00
f684e15c5b
Replace "to expensive" as config option.
- Added "replace_to_expensive" option and its usage.
- Changed "limit_repair_value" range
- Moved order of some field to make sens between code and config
2024-05-20 18:53:21 +02:00
de51617059
Add XP cost display above 40.
Need ProtocoLib installed.
2024-05-20 18:49:44 +02:00
3ff6505adf
Suppressed most fixable warning. 2024-04-28 19:59:37 +02:00
95c976bd56
Merge branch 'master' into configGui-part5 2024-04-28 18:01:39 +02:00
adaba63d5e
Fixed issue about level in fusing.
when fusing item with enchant above level limit there was some strange uncapped cases.
Also fix a typo.
2024-04-28 04:24:11 +02:00
32b535efda
Better system for handling 1.20.5 sweeping edge. 2024-04-28 04:02:03 +02:00
46ff34deea
Hacky fix for 1.20.5.
Also:
- version up
- metric fix (expected as config was changed)
- Prepared for long term update system
2024-04-28 03:21:34 +02:00
d622511e3c
Fix Custom recipe config GUI not being reloaded on reload config command. 2024-04-24 18:28:52 +02:00
2861238f58
Avoid overriding left item name on custom name. fix #8
Also version up for convenience.
2024-04-23 02:25:52 +02:00
8523044613
Progress on config GUI:
- Finished GroupConfigSubSettingGui.
- Progress on MaterialSelectSettingGui
2024-04-23 01:46:33 +02:00
d5b7e5dbfd
Finish global gui for group config. 2024-04-18 17:03:11 +02:00
2c6349735b
Start of the group config guis. 2024-04-18 02:20:46 +02:00
dee7862e82
Finished unit repair config gui. 2024-04-11 19:31:43 +02:00
9ea7624bff
Global unit repair config gui should be finished and work properly. 2024-04-10 19:56:31 +02:00
479bd03e83
Moved some class. Abstracted gui list elements. 2024-04-08 21:39:45 +02:00
57cd58657d
Fix anvil inventory sometimes not updating & version up 2024-04-08 17:47:44 +02:00
fe28e27285 Fix dupe on exact count custom recipe. 2024-04-07 04:29:40 +02:00
a646d5ab02 Fix multiple issue about custom recipes
- Gui item not using a clone of the result item.
- Every recipe item being removed even if there was leftover
2024-04-07 04:20:07 +02:00
c55c1c8c6a Update items and inventory names.
Fix some value not updating after config changed.
2024-04-06 16:49:46 +02:00
e440d05bb9 Create global and sub setting recipe config gui. 2024-04-06 15:21:40 +02:00
9f31d396ce Add logic for custom recipe. Add default for custom recipe. 2024-04-05 18:00:46 +02:00
39ae8845b5 Add custom recipe manager. 2024-04-05 17:00:04 +02:00
00fba2f4b0 alpha version up & cleanup code. 2024-03-31 01:02:30 +01:00
1b83c8db81 Finished custom item for the conflcit config gui.
Fixed multiple issue.
2024-03-31 00:51:58 +01:00
081266accf Add create conflict item. 2024-03-30 21:20:12 +01:00
bf320e1ffc Work on the displayed items 2024-03-29 00:07:12 +01:00
a30f471c6a finished page system. 2024-03-26 18:32:47 +01:00
21c39421b9 fix the plugin not working 2024-03-25 02:21:13 +01:00
4b5ecf301a add verbose log 2024-03-25 02:16:45 +01:00
a239a063ae probably finished sub setting gui 2024-03-25 00:45:27 +01:00
277cf5bedb progress on sub setting gui 2024-03-25 00:45:27 +01:00
814a8a2c89 Start to create Enchantment sub setting gui & enchantment conflict gui 2024-03-25 00:45:26 +01:00
dc35d59077 Add confirm action gui. 2024-03-25 00:45:26 +01:00
e99fd4d640 Add display item for group and order them in create order 2024-03-25 00:45:25 +01:00
41235d3024 Add group select gui and edit group logic to be able to handle group set. 2024-03-25 00:45:25 +01:00
b4cb6c2848 move openable groups and add interface for future gui. 2024-03-25 00:45:25 +01:00
53d2ea2623 fix bug repair limit not working. 2024-03-25 00:08:26 +01:00
d3f7776908 Update wrong permission being used. 2024-03-19 02:54:49 +01:00
180459a7b9 fix metrics 2024-03-03 18:43:40 +01:00
af892aabe0 make default config more vanilla like by disabling level limiting. 2024-03-03 18:43:11 +01:00
1f05e6ef59 remove comment-out code & optimise import 2024-03-03 17:44:34 +01:00
c0762d862e add enchant limit config gui.
also fixed some style & grammar issue
2024-03-03 03:13:14 +01:00
6e0d1037bc add config menu/command name & permission. also edit version number. 2024-03-02 19:34:57 +00:00
321a2b1cc8 add/change item of basic config menu. 2024-03-02 19:34:57 +00:00
065a3a13d8 Add int value item. 2024-03-02 19:34:57 +00:00