Skip to content

Commit

Permalink
2.0.1 - update deps, stable neoforge, fabric loader 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
trainb0y committed Dec 3, 2023
1 parent 2d1d270 commit ea714ea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ If you have any ideas, please let me know!
- [Minecraft](https://minecraft.net) `1.20.2`
- [YACL](https://github.com/isXander/yetanotherconfiglib) `3.*`
- Fabric Only
- [Fabric Loader](https://fabricmc.net/) `0.14.*` (or the equivalent [Quilt](https://quiltmc.org/) version)
- [Fabric Loader](https://fabricmc.net/) `0.15.*` (or the equivalent [Quilt](https://quiltmc.org/) version)
- [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)
- [Fabric API](https://modrinth.com/mod/fabric-api) `0.90.*` (or the
equivalent [QFAPI](https://modrinth.com/mod/qsl) version)
- (Neo)Forge Only
- [Forge](https://files.minecraftforge.net/net/minecraftforge/forge/) `48.*`
or [NeoForge](https://neoforged.net/) `20.*`
or [NeoForge](https://neoforged.net/) `20.2.*`
- [Kotlin for Forge](https://modrinth.com/mod/kotlin-for-forge) `4.6.*`

## Future Plans
Expand Down
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"fabrizoom.mixins.json"
],
"depends": {
"fabricloader": "0.14.*",
"fabric-language-kotlin": ">=1.10.10+kotlin.1.9.10",
"fabricloader": ">=0.14",
"fabric-language-kotlin": ">=1.10.16+kotlin.1.9.21",
"fabric-key-binding-api-v1": "*",
"yet_another_config_lib_v3": "3.*.*"
},
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx3G
# Kotlin
kotlin_version=1.9.20
kotlin_version=1.9.21
kotlinx_json_version=1.6.0
shadow_version=8.1.1
# Minecraft
Expand All @@ -12,18 +12,18 @@ architectury_version=9.2.12
architectury_loom_version=1.4-SNAPSHOT
architectury_gradle_plugin_version=3.4-SNAPSHOT
# Fabric
fabric_loader_version=0.14.24
fabric_kotlin_version=1.10.13+kotlin.1.9.20
fabric_api_version=0.90.7+1.20.2
fabric_loader_version=0.15.0
fabric_kotlin_version=1.10.16+kotlin.1.9.21
fabric_api_version=0.91.1+1.20.2
# Forge
forge_version=48.0.40
forge_kotlin_version=4.6.1
forge_kotlin_version=4.7.0
# NeoForge
neoforge_version=20.2.60-beta
neoforge_version=20.2.86
# Dependencies
fabric_mod_menu_version=8.0.0
yacl_version=3.2.1+1.20.2
# Mod Properties
mod_version=2.0.0+1.20.2
mod_version=2.0.1+1.20.2
maven_group=io.github.trainb0y
archives_base_name=fabrizoom

0 comments on commit ea714ea

Please sign in to comment.