Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Dec 1, 2024
1 parent 46bb4f4 commit 5b5ad50
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand All @@ -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)))
Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
46 changes: 46 additions & 0 deletions src/main/resources/assets/tweakeroo/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@

"depends": {
"minecraft": ">=1.21.2 <=1.21.3",
"malilib": ">=0.22.0"
"malilib": ">=0.22.1"
}
}

0 comments on commit 5b5ad50

Please sign in to comment.