Skip to content

Commit fa78ece

Browse files
committed
sync 1.21.5-0.24.0, update mafglib, update NeoForge version to 21.5.55-beta
1 parent 4b31017 commit fa78ece

9 files changed

Lines changed: 59 additions & 50 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
## Change
2-
- sync 1.21.5-0.24.0-sakura.9
2+
- sync 1.21.5-0.24.0
3+
- update mafglib
4+
- update NeoForge version to `21.5.55-beta`

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
minecraft_version="1.21.5"
44
yarn_mappings="1.21.5+build.1"
55
mappings_patch="1.21+build.4"
6-
neoforge="21.5.52-beta"
6+
neoforge="21.5.55-beta"
77

88
# Mod properties
9-
version="0.3.1"
9+
version="0.3.2"
1010
maven-group="org.thinkingstudio.tweakerge"
1111
archives-name="Tweakerge"
1212

@@ -15,7 +15,7 @@ id-modrinth="yke6wdGF"
1515
id-curseforge="915857"
1616

1717
# Mod dependencies
18-
mafglib="0.3.4-mc1.21.5"
18+
mafglib="0.3.5-mc1.21.5"
1919

2020
# Libraries
2121
jsr305="3.0.2"

src/main/resources/assets/tweakeroo/lang/en_us.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"modmenu.descriptionTranslation.tweakeroo": "Adds a bunch of configurable client-side tweaks",
23
"tweakeroo.config.disable.comment.disableArmorStandRendering": "Disables all Armor Stand entity rendering",
34
"tweakeroo.config.disable.comment.disableAxeStripping": "Disables stripping logs with an axe",
45
"tweakeroo.config.disable.comment.disableBatSpawning": "Disables Bat spawning in single player",
@@ -428,12 +429,12 @@
428429
"tweakeroo.config.generic.comment.fillCloneLimit": "The new /fill and /clone block limit in single player,\nif the tweak to override them is enabled",
429430
"tweakeroo.config.generic.comment.flexibleBlockPlacementOverlayColor": "The color of the currently pointed-at\nregion in block placement the overlay",
430431
"tweakeroo.config.generic.comment.flyDecelerationFactor": "This adjusts how quickly the player will stop if the\n'customFlyDeceleration' tweak is enabled",
432+
"tweakeroo.config.generic.comment.flySpeedIncrement1": "How much the fly speed changes for increment 1",
433+
"tweakeroo.config.generic.comment.flySpeedIncrement2": "How much the fly speed changes for increment 2",
431434
"tweakeroo.config.generic.comment.flySpeedPreset1": "The fly speed for preset 1",
432435
"tweakeroo.config.generic.comment.flySpeedPreset2": "The fly speed for preset 2",
433436
"tweakeroo.config.generic.comment.flySpeedPreset3": "The fly speed for preset 3",
434437
"tweakeroo.config.generic.comment.flySpeedPreset4": "The fly speed for preset 4",
435-
"tweakeroo.config.generic.comment.flySpeedIncrement1": "How much the fly speed changes for increment 1",
436-
"tweakeroo.config.generic.comment.flySpeedIncrement2": "How much the fly speed changes for increment 2",
437438
"tweakeroo.config.generic.comment.freeCameraPlayerInputs": "When enabled, the attacks and use actions\n(ie. left and right clicks) in Free Camera mode are\nlet through to the actual player.",
438439
"tweakeroo.config.generic.comment.freeCameraPlayerMovement": "When enabled, the movement inputs in the Free Camera mode\nwill move the actual client player instead of the camera",
439440
"tweakeroo.config.generic.comment.gammaOverrideValue": "The gamma value to use when the override option is enabled",
@@ -529,12 +530,12 @@
529530
"tweakeroo.config.generic.name.fillCloneLimit": "fillCloneLimit",
530531
"tweakeroo.config.generic.name.flexibleBlockPlacementOverlayColor": "flexibleBlockPlacementOverlayColor",
531532
"tweakeroo.config.generic.name.flyDecelerationFactor": "flyDecelerationFactor",
533+
"tweakeroo.config.generic.name.flySpeedIncrement1": "flySpeedIncrement1",
534+
"tweakeroo.config.generic.name.flySpeedIncrement2": "flySpeedIncrement2",
532535
"tweakeroo.config.generic.name.flySpeedPreset1": "flySpeedPreset1",
533536
"tweakeroo.config.generic.name.flySpeedPreset2": "flySpeedPreset2",
534537
"tweakeroo.config.generic.name.flySpeedPreset3": "flySpeedPreset3",
535538
"tweakeroo.config.generic.name.flySpeedPreset4": "flySpeedPreset4",
536-
"tweakeroo.config.generic.name.flySpeedIncrement1": "flySpeedIncrement1",
537-
"tweakeroo.config.generic.name.flySpeedIncrement2": "flySpeedIncrement2",
538539
"tweakeroo.config.generic.name.freeCameraPlayerInputs": "freeCameraPlayerInputs",
539540
"tweakeroo.config.generic.name.freeCameraPlayerMovement": "freeCameraPlayerMovement",
540541
"tweakeroo.config.generic.name.gammaOverrideValue": "gammaOverrideValue",
@@ -620,12 +621,12 @@
620621
"tweakeroo.config.hotkey.comment.flexibleBlockPlacementAdjacent": "The key to activate the flexible block placement\nmode/overlay for placing the block in an adjacent position",
621622
"tweakeroo.config.hotkey.comment.flexibleBlockPlacementOffset": "The key to activate the flexible block placement\nmode/overlay for placing the block in a\noffset or diagonal position",
622623
"tweakeroo.config.hotkey.comment.flexibleBlockPlacementRotation": "The key to activate the flexible block placement\nmode/overlay for placing the block with\na rotation/facing",
624+
"tweakeroo.config.hotkey.comment.flyIncrement1": "Change fly speed by increment 1",
625+
"tweakeroo.config.hotkey.comment.flyIncrement2": "Change fly speed by increment 2",
623626
"tweakeroo.config.hotkey.comment.flyPreset1": "Switch to fly preset 1",
624627
"tweakeroo.config.hotkey.comment.flyPreset2": "Switch to fly preset 2",
625628
"tweakeroo.config.hotkey.comment.flyPreset3": "Switch to fly preset 3",
626629
"tweakeroo.config.hotkey.comment.flyPreset4": "Switch to fly preset 4",
627-
"tweakeroo.config.hotkey.comment.flyIncrement1": "Change fly speed by increment 1",
628-
"tweakeroo.config.hotkey.comment.flyIncrement2": "Change fly speed by increment 2",
629630
"tweakeroo.config.hotkey.comment.freeCameraPlayerInputs": "Toggle the Generic -> freeCameraPlayerInputs option",
630631
"tweakeroo.config.hotkey.comment.freeCameraPlayerMovement": "Toggle the Generic -> freeCameraPlayerMovement option",
631632
"tweakeroo.config.hotkey.comment.hotbarScroll": "The key to hold to allow scrolling the hotbar\nthrough the player inventory rows",
@@ -670,12 +671,12 @@
670671
"tweakeroo.config.hotkey.name.flexibleBlockPlacementAdjacent": "flexibleBlockPlacementAdjacent",
671672
"tweakeroo.config.hotkey.name.flexibleBlockPlacementOffset": "flexibleBlockPlacementOffset",
672673
"tweakeroo.config.hotkey.name.flexibleBlockPlacementRotation": "flexibleBlockPlacementRotation",
674+
"tweakeroo.config.hotkey.name.flyIncrement1": "flyIncrement1",
675+
"tweakeroo.config.hotkey.name.flyIncrement2": "flyIncrement2",
673676
"tweakeroo.config.hotkey.name.flyPreset1": "flyPreset1",
674677
"tweakeroo.config.hotkey.name.flyPreset2": "flyPreset2",
675678
"tweakeroo.config.hotkey.name.flyPreset3": "flyPreset3",
676679
"tweakeroo.config.hotkey.name.flyPreset4": "flyPreset4",
677-
"tweakeroo.config.hotkey.name.flyIncrement1": "flyIncrement1",
678-
"tweakeroo.config.hotkey.name.flyIncrement2": "flyIncrement2",
679680
"tweakeroo.config.hotkey.name.freeCameraPlayerInputs": "freeCameraPlayerInputs",
680681
"tweakeroo.config.hotkey.name.freeCameraPlayerMovement": "freeCameraPlayerMovement",
681682
"tweakeroo.config.hotkey.name.hotbarScroll": "hotbarScroll",

src/main/resources/assets/tweakeroo/lang/es_es.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"modmenu.descriptionTranslation.tweakeroo": "Adds a bunch of configurable client-side tweaks",
23
"tweakeroo.config.disable.comment.disableArmorStandRendering": "Disables all Armor Stand entity rendering",
34
"tweakeroo.config.disable.comment.disableAxeStripping": "Disables stripping logs with an axe",
45
"tweakeroo.config.disable.comment.disableBatSpawning": "Disables Bat spawning in single player",
@@ -428,6 +429,8 @@
428429
"tweakeroo.config.generic.comment.fillCloneLimit": "The new /fill and /clone block limit in single player,\nif the tweak to override them is enabled",
429430
"tweakeroo.config.generic.comment.flexibleBlockPlacementOverlayColor": "The color of the currently pointed-at\nregion in block placement the overlay",
430431
"tweakeroo.config.generic.comment.flyDecelerationFactor": "This adjusts how quickly the player will stop if the\n'customFlyDeceleration' tweak is enabled",
432+
"tweakeroo.config.generic.comment.flySpeedIncrement1": "How much the fly speed changes for increment 1",
433+
"tweakeroo.config.generic.comment.flySpeedIncrement2": "How much the fly speed changes for increment 2",
431434
"tweakeroo.config.generic.comment.flySpeedPreset1": "The fly speed for preset 1",
432435
"tweakeroo.config.generic.comment.flySpeedPreset2": "The fly speed for preset 2",
433436
"tweakeroo.config.generic.comment.flySpeedPreset3": "The fly speed for preset 3",
@@ -527,6 +530,8 @@
527530
"tweakeroo.config.generic.name.fillCloneLimit": "fillCloneLimit",
528531
"tweakeroo.config.generic.name.flexibleBlockPlacementOverlayColor": "flexibleBlockPlacementOverlayColor",
529532
"tweakeroo.config.generic.name.flyDecelerationFactor": "flyDecelerationFactor",
533+
"tweakeroo.config.generic.name.flySpeedIncrement1": "flySpeedIncrement1",
534+
"tweakeroo.config.generic.name.flySpeedIncrement2": "flySpeedIncrement2",
530535
"tweakeroo.config.generic.name.flySpeedPreset1": "flySpeedPreset1",
531536
"tweakeroo.config.generic.name.flySpeedPreset2": "flySpeedPreset2",
532537
"tweakeroo.config.generic.name.flySpeedPreset3": "flySpeedPreset3",
@@ -616,6 +621,8 @@
616621
"tweakeroo.config.hotkey.comment.flexibleBlockPlacementAdjacent": "The key to activate the flexible block placement\nmode/overlay for placing the block in an adjacent position",
617622
"tweakeroo.config.hotkey.comment.flexibleBlockPlacementOffset": "The key to activate the flexible block placement\nmode/overlay for placing the block in a\noffset or diagonal position",
618623
"tweakeroo.config.hotkey.comment.flexibleBlockPlacementRotation": "The key to activate the flexible block placement\nmode/overlay for placing the block with\na rotation/facing",
624+
"tweakeroo.config.hotkey.comment.flyIncrement1": "Change fly speed by increment 1",
625+
"tweakeroo.config.hotkey.comment.flyIncrement2": "Change fly speed by increment 2",
619626
"tweakeroo.config.hotkey.comment.flyPreset1": "Switch to fly preset 1",
620627
"tweakeroo.config.hotkey.comment.flyPreset2": "Switch to fly preset 2",
621628
"tweakeroo.config.hotkey.comment.flyPreset3": "Switch to fly preset 3",
@@ -664,6 +671,8 @@
664671
"tweakeroo.config.hotkey.name.flexibleBlockPlacementAdjacent": "flexibleBlockPlacementAdjacent",
665672
"tweakeroo.config.hotkey.name.flexibleBlockPlacementOffset": "flexibleBlockPlacementOffset",
666673
"tweakeroo.config.hotkey.name.flexibleBlockPlacementRotation": "flexibleBlockPlacementRotation",
674+
"tweakeroo.config.hotkey.name.flyIncrement1": "flyIncrement1",
675+
"tweakeroo.config.hotkey.name.flyIncrement2": "flyIncrement2",
667676
"tweakeroo.config.hotkey.name.flyPreset1": "flyPreset1",
668677
"tweakeroo.config.hotkey.name.flyPreset2": "flyPreset2",
669678
"tweakeroo.config.hotkey.name.flyPreset3": "flyPreset3",
@@ -846,13 +855,5 @@
846855
"tweakeroo.message.value.off": "OFF",
847856
"tweakeroo.message.value.on": "ON",
848857
"tweakeroo.message.warning.block_type_break_restriction": "§6Block breaking prevented by Block Type Break Restriction tweak",
849-
"tweakeroo.message.warning.entity_type_attack_restriction": "§6Entity attack prevented by Entity Type Attack Restriction tweak",
850-
"tweakeroo.config.generic.comment.flySpeedIncrement1": "How much the fly speed changes for increment 1",
851-
"tweakeroo.config.generic.comment.flySpeedIncrement2": "How much the fly speed changes for increment 2",
852-
"tweakeroo.config.generic.name.flySpeedIncrement1": "flySpeedIncrement1",
853-
"tweakeroo.config.generic.name.flySpeedIncrement2": "flySpeedIncrement2",
854-
"tweakeroo.config.hotkey.comment.flyIncrement1": "Change fly speed by increment 1",
855-
"tweakeroo.config.hotkey.comment.flyIncrement2": "Change fly speed by increment 2",
856-
"tweakeroo.config.hotkey.name.flyIncrement1": "flyIncrement1",
857-
"tweakeroo.config.hotkey.name.flyIncrement2": "flyIncrement2"
858+
"tweakeroo.message.warning.entity_type_attack_restriction": "§6Entity attack prevented by Entity Type Attack Restriction tweak"
858859
}

src/main/resources/assets/tweakeroo/lang/ko_kr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"modmenu.descriptionTranslation.tweakeroo": "Adds a bunch of configurable client-side tweaks",
23
"tweakeroo.config.disable.comment.disableArmorStandRendering": "모든 갑옷 거치대 엔티티 렌더링을 비활성화합니다.",
34
"tweakeroo.config.disable.comment.disableAxeStripping": "도끼로 원목 벗기기 기능을 비활성화합니다.",
45
"tweakeroo.config.disable.comment.disableBatSpawning": "싱글 플레이어에서 박쥐 생성을 비활성화합니다.",
@@ -855,4 +856,4 @@
855856
"tweakeroo.message.value.on": "ON",
856857
"tweakeroo.message.warning.block_type_break_restriction": "§6블록 파괴가 블록 타입 파괴 제한 트윅에 의해 방지되었습니다.",
857858
"tweakeroo.message.warning.entity_type_attack_restriction": "§6엔티티 공격이 엔티티 타입 공격 제한 트윅에 의해 방지되었습니다."
858-
}
859+
}

src/main/resources/assets/tweakeroo/lang/ru_ru.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"modmenu.descriptionTranslation.tweakeroo": "Adds a bunch of configurable client-side tweaks",
23
"tweakeroo.config.disable.comment.disableArmorStandRendering": "Отключить отображение всех стоек для брони",
34
"tweakeroo.config.disable.comment.disableAxeStripping": "Отключить обтёсывание брёвен топором",
45
"tweakeroo.config.disable.comment.disableBatSpawning": "Отключить появление летучих мышей в одиночной игре",
@@ -428,6 +429,8 @@
428429
"tweakeroo.config.generic.comment.fillCloneLimit": "The new /fill and /clone block limit in single player,\nif the tweak to override them is enabled",
429430
"tweakeroo.config.generic.comment.flexibleBlockPlacementOverlayColor": "The color of the currently pointed-at\nregion in block placement the overlay",
430431
"tweakeroo.config.generic.comment.flyDecelerationFactor": "This adjusts how quickly the player will stop if the\n'customFlyDeceleration' tweak is enabled",
432+
"tweakeroo.config.generic.comment.flySpeedIncrement1": "How much the fly speed changes for increment 1",
433+
"tweakeroo.config.generic.comment.flySpeedIncrement2": "How much the fly speed changes for increment 2",
431434
"tweakeroo.config.generic.comment.flySpeedPreset1": "The fly speed for preset 1",
432435
"tweakeroo.config.generic.comment.flySpeedPreset2": "The fly speed for preset 2",
433436
"tweakeroo.config.generic.comment.flySpeedPreset3": "The fly speed for preset 3",
@@ -527,6 +530,8 @@
527530
"tweakeroo.config.generic.name.fillCloneLimit": "fillCloneLimit",
528531
"tweakeroo.config.generic.name.flexibleBlockPlacementOverlayColor": "flexibleBlockPlacementOverlayColor",
529532
"tweakeroo.config.generic.name.flyDecelerationFactor": "flyDecelerationFactor",
533+
"tweakeroo.config.generic.name.flySpeedIncrement1": "flySpeedIncrement1",
534+
"tweakeroo.config.generic.name.flySpeedIncrement2": "flySpeedIncrement2",
530535
"tweakeroo.config.generic.name.flySpeedPreset1": "flySpeedPreset1",
531536
"tweakeroo.config.generic.name.flySpeedPreset2": "flySpeedPreset2",
532537
"tweakeroo.config.generic.name.flySpeedPreset3": "flySpeedPreset3",
@@ -616,6 +621,8 @@
616621
"tweakeroo.config.hotkey.comment.flexibleBlockPlacementAdjacent": "The key to activate the flexible block placement\nmode/overlay for placing the block in an adjacent position",
617622
"tweakeroo.config.hotkey.comment.flexibleBlockPlacementOffset": "The key to activate the flexible block placement\nmode/overlay for placing the block in a\noffset or diagonal position",
618623
"tweakeroo.config.hotkey.comment.flexibleBlockPlacementRotation": "The key to activate the flexible block placement\nmode/overlay for placing the block with\na rotation/facing",
624+
"tweakeroo.config.hotkey.comment.flyIncrement1": "Change fly speed by increment 1",
625+
"tweakeroo.config.hotkey.comment.flyIncrement2": "Change fly speed by increment 2",
619626
"tweakeroo.config.hotkey.comment.flyPreset1": "Switch to fly preset 1",
620627
"tweakeroo.config.hotkey.comment.flyPreset2": "Switch to fly preset 2",
621628
"tweakeroo.config.hotkey.comment.flyPreset3": "Switch to fly preset 3",
@@ -664,6 +671,8 @@
664671
"tweakeroo.config.hotkey.name.flexibleBlockPlacementAdjacent": "flexibleBlockPlacementAdjacent",
665672
"tweakeroo.config.hotkey.name.flexibleBlockPlacementOffset": "flexibleBlockPlacementOffset",
666673
"tweakeroo.config.hotkey.name.flexibleBlockPlacementRotation": "flexibleBlockPlacementRotation",
674+
"tweakeroo.config.hotkey.name.flyIncrement1": "flyIncrement1",
675+
"tweakeroo.config.hotkey.name.flyIncrement2": "flyIncrement2",
667676
"tweakeroo.config.hotkey.name.flyPreset1": "flyPreset1",
668677
"tweakeroo.config.hotkey.name.flyPreset2": "flyPreset2",
669678
"tweakeroo.config.hotkey.name.flyPreset3": "flyPreset3",
@@ -846,13 +855,5 @@
846855
"tweakeroo.message.value.off": "OFF",
847856
"tweakeroo.message.value.on": "ON",
848857
"tweakeroo.message.warning.block_type_break_restriction": "§6Block breaking prevented by Block Type Break Restriction tweak",
849-
"tweakeroo.message.warning.entity_type_attack_restriction": "§6Entity attack prevented by Entity Type Attack Restriction tweak",
850-
"tweakeroo.config.generic.comment.flySpeedIncrement1": "How much the fly speed changes for increment 1",
851-
"tweakeroo.config.generic.comment.flySpeedIncrement2": "How much the fly speed changes for increment 2",
852-
"tweakeroo.config.generic.name.flySpeedIncrement1": "flySpeedIncrement1",
853-
"tweakeroo.config.generic.name.flySpeedIncrement2": "flySpeedIncrement2",
854-
"tweakeroo.config.hotkey.comment.flyIncrement1": "Change fly speed by increment 1",
855-
"tweakeroo.config.hotkey.comment.flyIncrement2": "Change fly speed by increment 2",
856-
"tweakeroo.config.hotkey.name.flyIncrement1": "flyIncrement1",
857-
"tweakeroo.config.hotkey.name.flyIncrement2": "flyIncrement2"
858+
"tweakeroo.message.warning.entity_type_attack_restriction": "§6Entity attack prevented by Entity Type Attack Restriction tweak"
858859
}

0 commit comments

Comments
 (0)