From 5b5ad50bec569725aede0256558f99a6d1c298f8 Mon Sep 17 00:00:00 2001 From: Sakura Ryoko Date: Sat, 30 Nov 2024 19:25:55 -0500 Subject: [PATCH] bump version --- build.gradle | 6 +-- gradle.properties | 5 +- .../assets/tweakeroo/lang/en_us.json | 46 +++++++++++++++++++ src/main/resources/fabric.mod.json | 2 +- 4 files changed, 52 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index ec5763363..cf89fb5ae 100644 --- a/build.gradle +++ b/build.gradle @@ -2,8 +2,8 @@ plugins { id 'fabric-loom' version '1.8-SNAPSHOT' } -sourceCompatibility = JavaVersion.VERSION_21 -targetCompatibility = JavaVersion.VERSION_21 +//sourceCompatibility = JavaVersion.VERSION_21 +//targetCompatibility = JavaVersion.VERSION_21 repositories { //maven { url 'https://masa.dy.fi/maven' } @@ -27,7 +27,7 @@ dependencies { implementation "com.google.code.findbugs:jsr305:3.0.2" //modImplementation "fi.dy.masa.malilib:malilib-fabric-${project.minecraft_version_out}:${project.malilib_version}" - modImplementation "com.github.sakura-ryoko:malilib:${project.malilib_id}" + modImplementation "com.github.sakura-ryoko:malilib:${project.malilib_version}" // Fabric API. This is technically optional, but you probably want it anyway. //include(modApi(fabricApi.module("fabric-api-base", project.fabric_api_version))) diff --git a/gradle.properties b/gradle.properties index bbd00140b..52824fbe5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,11 +9,10 @@ author = masa mod_file_name = tweakeroo-fabric # Current mod version -mod_version = 0.22.0 +mod_version = 0.22.1 # Required malilib version -malilib_version = 0.22.0 -malilib_id = 87b684e52f +malilib_version = a795f3d875 # Minecraft, Fabric Loader and API and mappings versions minecraft_version_out = 1.21.3 diff --git a/src/main/resources/assets/tweakeroo/lang/en_us.json b/src/main/resources/assets/tweakeroo/lang/en_us.json index 5a8d11068..3b7c75fa2 100644 --- a/src/main/resources/assets/tweakeroo/lang/en_us.json +++ b/src/main/resources/assets/tweakeroo/lang/en_us.json @@ -340,6 +340,52 @@ "tweakeroo.config.disable.comment.disableWallUnsprint": "Touching a wall doesn't drop you out from sprint mode", "tweakeroo.config.disable.comment.disableWorldViewBob": "Disables the view bob wobble effect of the world, but not the hand\nThis setting will fail if you have Iris installed.", + "tweakeroo.config.disable.prettyName.disableArmorStandRendering": "Disable Armor Stand Rendering", + "tweakeroo.config.disable.prettyName.disableAxeStripping": "Disable Axe Stripping", + "tweakeroo.config.disable.prettyName.disableBatSpawning": "Disable Bat Spawning", + "tweakeroo.config.disable.prettyName.disableBeaconBeamRendering": "Disable Beacon Beam Rendering", + "tweakeroo.config.disable.prettyName.disableBlockBreakingParticles": "Disable Block Breaking Particles", + "tweakeroo.config.disable.prettyName.disableBlockBreakCooldown": "Disable Block Break Cooldown", + "tweakeroo.config.disable.prettyName.disableDoubleTapSprint": "Disable Double Tap Sprint", + "tweakeroo.config.disable.prettyName.disableBossBar": "Disable Boss Bar", + "tweakeroo.config.disable.prettyName.disableBossFog": "Disable Boss Fog", + "tweakeroo.config.disable.prettyName.disableChunkRendering": "Disable Chunk Rendering", + "tweakeroo.config.disable.prettyName.disableClientEntityUpdates": "Disable Client Entity Updates", + "tweakeroo.config.disable.prettyName.disableClientLightUpdates": "Disable Client Light Updates", + "tweakeroo.config.disable.prettyName.disableConstantChunkSaving": "Disable Constant Chunk Saving", + "tweakeroo.config.disable.prettyName.disableCreativeMenuInfestedBlocks": "Disable Creative Menu Infested Blocks", + "tweakeroo.config.disable.prettyName.disableDeadMobRendering": "Disable Dead Mob Rendering", + "tweakeroo.config.disable.prettyName.disableDeadMobTargeting": "Disable Dead Mob Targeting", + "tweakeroo.config.disable.prettyName.disableEntityRendering": "Disable Entity Rendering", + "tweakeroo.config.disable.prettyName.disableEntityTicking": "Disable Entity Ticking", + "tweakeroo.config.disable.prettyName.disableFallingBlockEntityRendering": "Disable Falling Block Entity Rendering", + "tweakeroo.config.disable.prettyName.disableFirstPersonEffectParticles": "Disable First Person Effect Particles", + "tweakeroo.config.disable.prettyName.disableInventoryEffectRendering": "Disable Inventory Effect Rendering", + "tweakeroo.config.disable.prettyName.disableItemSwitchRenderCooldown": "Disable Item Switch Render Cooldown", + "tweakeroo.config.disable.prettyName.disableMobSpawnerMobRendering": "Disable Mob Spawner Mob Rendering", + "tweakeroo.config.disable.prettyName.disableNauseaEffect": "Disable Nausea Effect", + "tweakeroo.config.disable.prettyName.disableNetherFog": "Disable Nether Fog", + "tweakeroo.config.disable.prettyName.disableNetherPortalSound": "Disable Nether Portal Sound", + "tweakeroo.config.disable.prettyName.disableObserver": "Disable Observer", + "tweakeroo.config.disable.prettyName.disableOffhandRendering": "Disable Off hand Rendering", + "tweakeroo.config.disable.prettyName.disableParticles": "Disable Particles", + "tweakeroo.config.disable.prettyName.disablePortalGuiClosing": "Disable Portal Gui Closing", + "tweakeroo.config.disable.prettyName.disableRainEffects": "Disable Rain Effects", + "tweakeroo.config.disable.prettyName.disableRenderingScaffolding": "Disable Rendering Scaffolding", + "tweakeroo.config.disable.prettyName.disableRenderDistanceFog": "Disable Render Distance Fog", + "tweakeroo.config.disable.prettyName.disableScoreboardRendering": "Disable Scoreboard Rendering", + "tweakeroo.config.disable.prettyName.disableShulkerBoxTooltip": "Disable Shulker Box Tooltip", + "tweakeroo.config.disable.prettyName.disableShovelPathing": "Disable Shovel Pathing", + "tweakeroo.config.disable.prettyName.disableSignGui": "Disable Sign Gui", + "tweakeroo.config.disable.prettyName.disableSkyDarkness": "Disable Sky Darkness", + "tweakeroo.config.disable.prettyName.disableSlimeBlockSlowdown": "Disable Slime Block Slowdown", + "tweakeroo.config.disable.prettyName.disableStatusEffectHud": "Disable Status Effect Hud", + "tweakeroo.config.disable.prettyName.disableTileEntityRendering": "Disable Tile Entity Rendering", + "tweakeroo.config.disable.prettyName.disableTileEntityTicking": "Disable Tile Entity Ticking", + "tweakeroo.config.disable.prettyName.disableVillagerTradeLocking": "Disable Villager Trade Locking", + "tweakeroo.config.disable.prettyName.disableWallUnsprint": "Disable Wall Unsprint", + "tweakeroo.config.disable.prettyName.disableWorldViewBob": "Disable World View Bob", + "tweakeroo.config.internal.name.flySpeedPreset": "flySpeedPreset", "tweakeroo.config.internal.name.gammaValueOriginal": "gammaValueOriginal", "tweakeroo.config.internal.name.hotbarScrollCurrentRow": "hotbarScrollCurrentRow", diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0a7f70fb6..1c15d7a4c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,6 +34,6 @@ "depends": { "minecraft": ">=1.21.2 <=1.21.3", - "malilib": ">=0.22.0" + "malilib": ">=0.22.1" } }