Skip to content

Commit

Permalink
FabriZoom 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trainb0y committed Sep 24, 2023
1 parent 560fbe8 commit cb537ab
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ This mod adds a zoom key (default `c`) that allows the user to zoom in their vie
If you don't like the default "feel" of the zoom, you can configure it to be however you want.

### Requirements
- Minecraft `1.20.1`
- Minecraft `1.20.2`
- [Fabric Loader](https://fabricmc.net/) `0.14.*` or the equivalent [Quilt](https://quiltmc.org/) version
- [ModMenu](https://github.com/TerraformersMC/ModMenu) `7.*`
- [ModMenu](https://github.com/TerraformersMC/ModMenu) `8.*`
- [Fabric Language Kotlin](https://github.com/FabricMC/fabric-language-kotlin) `1.10.*` or the equivalent [QKL](https://modrinth.com/mod/qkl) version if using Quilt
- [Fabric API](https://modrinth.com/mod/fabric-api) `0.83.*` or the equivalent [QFAPI](https://modrinth.com/mod/qsl) version if using Quilt
- [Fabric API](https://modrinth.com/mod/fabric-api) `0.89.*` or the equivalent [QFAPI](https://modrinth.com/mod/qsl) version if using Quilt
- [YACL](https://github.com/isXander/yetanotherconfiglib) `3.*`

Though not strictly required, ModMenu is the only way to access the configuration UI.
Expand All @@ -36,7 +36,6 @@ Also [Devin's Badges](https://github.com/intergrav/devins-badges) are great.
### Quilt Statement
When I (trainb0y) started this project, a few mods I relied on didn't function on Quilt, so I decided to try to get some version of OkZoomer working on Fabric because the maintainer of OkZoomer had [decided to drop fabric support](https://gist.github.com/EnnuiL/79885a99e5c908010fa5eca527590b98).

Even though I now primarily use Quilt when playing Minecraft, I plan on keeping this mod on Fabric (as that's the whole point of it existing).

This mod *does* work on Quilt, but you might as well use the original [OkZoomer](https://github.com/EnnuiL/OkZoomer).

Expand Down
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ repositories {
// duct tape for yacl 3.1.1 wanting to use a snapshot version of twelvemonkeys imageio
// todo: remove
maven(uri("https://oss.sonatype.org/content/repositories/snapshots"))
// duct tape for yacl 3.2 (1.20.2) snapshot
// todo: also remove
maven(uri("https://maven.quiltmc.org/repository/release"))
maven(uri("https://maven.isxander.dev/snapshots"))

mavenCentral()
mavenLocal()
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ archives_base_name=fabrizoom
# Dependencies
# check this on https://modmuss50.me/fabric.html
mod_menu_version=7.2.2
yacl_version=3.1.1+1.20
# todo remove snapshot once 1.20.2 gets an actual release
yacl_version=3.2.0+1.20.2+HEAD-SNAPSHOT+HEAD-SNAPSHOT
configurate_version=4.1.2
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"yet_another_config_lib_v3": "3.*.*"
},
"recommends": {
"modmenu": "7.*.*",
"minecraft": "1.20.*"
"modmenu": "8.*.*",
"minecraft": "1.20.2"
}
}

0 comments on commit cb537ab

Please sign in to comment.