Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
quiqueck committed Feb 24, 2022
1 parent 58a2894 commit 79b435b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.18.1
fabric_version = 0.46.2+1.18
loader_version=0.12.12
fabric_version = 0.46.4+1.18
loader_version=0.13.3

#Loom
loom_version=0.10-SNAPSHOT

# Mod Properties
mod_version=1.0.2
mod_version=1.0.3
maven_group=ru.betterend
archives_base_name=better-end

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api

patchouli_version = 55-FABRIC-SNAPSHOT
bclib_version = 1.3.0
bclib_version = 1.3.4
rei_version = 7.2.408
canvas_version = 1.0.+
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"fabricloader": ">=0.12.9",
"fabric": ">=0.44.0",
"minecraft": "1.18.x",
"bclib": ">=1.3.0"
"bclib": ">=1.3.4"
},
"suggests": {
"byg": ">=1.1.3",
Expand Down

0 comments on commit 79b435b

Please sign in to comment.