Skip to content

Commit

Permalink
update to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusAntons committed Aug 9, 2024
1 parent 9ced43d commit 8fd2bd9
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 @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21
minecraft_version=1.21.1
parchment_version=1.21:2024.07.28
loader_version=0.15.11
loader_version=0.16.0

# Mod Properties
mod_version = 1.0.0
Expand All @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx1G

# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.100.1+1.21
fabric_version=0.102.0+1.21.1
bingo_repo=RasmusAntons/bingo
bingo_commit=29e3fe9199f318ce347bd274a352437f07045c31
bingo_commit=c93a1536686ec908c495fef0cb99fa12e8f3e239
bingo_version=1.1.10+enigmatics+fabric
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"depends": {
"fabricloader": ">=0.15.11",
"fabric": "*",
"minecraft": ">=1.21- <1.21.1",
"minecraft": ">=1.21- <1.22",
"bingo": "1.1.10"
},
"accessWidener": "enigmaticsbingogoals.accesswidener"
Expand Down

0 comments on commit 8fd2bd9

Please sign in to comment.