Skip to content

Commit

Permalink
chore: a couple of version & build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Jul 31, 2024
1 parent 9136329 commit 0611dff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ processResources {
expand "version": project.version,
"archversion": project.architectury_version,
"fabricapiversionrange": project.fabric_api_version_range,
"mcversion": project.minecraft_version
"mcversion": project.minecraft_version,
"ftblibraryversion": project.ftb_library_version
}
}

Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fabric": "${fabricapiversionrange}",
"minecraft": "~${mcversion}",
"architectury": ">=${archversion}",
"ftblibrary": ">=${ftb_library_version}"
"ftblibrary": ">=${ftblibraryversion}"
},
"breaks": {
"jei": "<19.5.0.40"
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ maven_group=dev.ftb.mods
mod_version=21.0.0

minecraft_version=1.21
architectury_version=13.0.2
architectury_version=13.0.6

fabric_loader_version=0.15.11
fabric_api_version=0.100.8+1.21
fabric_api_version_range=0.100.1+1.21
fabric_api_version_range=>=0.100.1+1.21

ftb_library_version=2100.1.4

#forge_version=49.0.31

neoforge_version=21.0.146
neoforge_version_range=21.0.143
neoforge_version_range=[21.0.143,)
# https://maven.neoforged.net/#/releases/net/neoforged/fancymodloader/loader
neoforge_loader_version=4

Expand Down

0 comments on commit 0611dff

Please sign in to comment.