News
- Added mc tweak
tweakmFakeNightVision
(bool hotkey) - Added mc tweak
disableCameraSubmersionFog
(bool hotkey) - Added
tweakmContainerProcessorHint
- Added related parameter options
tweakmContainerProcessorHintPos
andtweakmContainerProcessorHintScale
- Added related parameter options
- Added feature
tweakmAutoPutBackExistedItem
(bool hotkey) - Added 3 restriction options for
tweakmAutoCleanContainer
tweakmAutoCleanContainerListType
,tweakmAutoCleanContainerWhiteList
andtweakmAutoCleanContainerBlackList
- Added option statistic thing, records
lastUsedTime
,useAmount
.openTweakerMoreConfigGui
is excluded - Added gui option sorting strategy with enums
ALPHABET
,MOST_RECENTLY_USED
andMOST_COMMONLY_USED
Changes
- Memorized current selected tab in config gui
Fixes
- Fixed v3.1.0 crashes in 1.14.4
- Doc gen fix: fixed options with type "option list" misses 1 possible value
- Fixed string rendering might have gray texts in some cases (credit: plusls)
Full Changelog: https://github.com/Fallen-Breath/tweakermore/compare/v3.1.0...v3.2.0
News
- Added
feature
andporting
category. Moved featue-kind options in mc_tweak into feature category - Added
all
category, just for a nice tab in the config gui for searching - Added feature
tweakmShowRedstoneDustUpdateOrder
(bool hotkey) - Added feature
redstoneDustUpdateOrderTextAlpha
(double) - Added porting
tkrDisableNauseaEffectPorting
(bool hotkey) - Added porting
lmPickBlockShulkers
(bool) - Added porting
isScrollStacksFallbackFix
(bool)
Changes
- Use debug log level for conditional mixin disabling
- ServerDataSyncer: Added a try-catch on deserializing block entity from nbt, just in case
- Merged all mc-version-separated branches into a single branch via preprocessor
Fixes
- Fixed options in "fix" category are not stored
News
- Added mod tweak
serverDataSyncer
(BooleanHotkeyed)- For syncing entity / block entity data from server when necessary (e.g. in masa's mods)
- Added
serverDataSyncerQueryLimit
andserverDataSyncerQueryInterval
for customizing query speed limiting
- Added mc fix
fixChestMirroring
(bool)
Patches
v2.10.1
- FIxed
serverDataSyncer
is not able to sync both 2 inventories of aDoubleInventory
automatically