Changelog
Changes:
-
Bump version
-
Added a double and float config option
-
Fixed #3
API Additions:
- Created a new interface named
NumberConfigOption
that all number-based config options implement. - Created a new class named
AbstractSliderEntry
that all slider entries extend.
Breaking Changes:
AbstractConfigScreen
getTabs
is now a protected method (was public).
ConfigEntryWidgetHolder
- Renamed the field
list
toentryWidget
.
ListWidget
- Removed
ListWidget
in favor forSimpleLayoutWidget
(see below changes forAbstractEntry
).
CategoryTab
- The
CategoryTab
constructor no longer takes aScreen
. - The field
category
is now private.
ConfigCategory
-
Renamed the field
text
tocategoryTitle
. -
Renamed the method
add(AbstractEntry entry)
toaddEntry(AbstractEntry entry)
. -
Renamed the method
getText()
togetCategoryName()
. -
Removed the method
add(int index, AbstractEntry entry)
.
AbstractEntry
- Replaced the field
listWidget
withlayout
. - Replaced the method
getListWidget
withgetLayoutWidget
.
Dependencies
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
ReleaseVersion number
1.1.0+1.20Loaders
Fabric
Game versions
1.20–1.20.1Downloads
20Publication date
December 22, 2024 at 7:55 PMPublisher
shadowhunter22
Owner