Skip to content

Commit

Permalink
Bump versions and fix quilt compat
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiDragon committed Aug 6, 2022
1 parent c9551af commit 8a07ff0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
org.gradle.jvmargs=-Xmx1G

minecraft_version=1.18.2
yarn_mappings=1.18.2+build.3
loader_version=0.13.3
yarn_mappings=1.18.2+build.4
loader_version=0.14.9

mod_version=1.3.2
mod_version=1.3.3
maven_group=io.github.mattidragon
archives_base_name=ExtendedDrawers

fabric_version=0.51.1+1.18.2
fabric_version=0.58.0+1.18.2
mconfig_version=1.2.0
graphlib_version=0.2.4+1.18.2
patchouli_version=1.18.2-71.1-FABRIC
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"depends": {
"fabricloader": ">=0.13.3",
"fabric": ">=0.51.0",
"minecraft": "1.18.2"
"minecraft": "1.18.2",
"graphlib": "*"
},
"suggests": {
"patchouli": "*"
Expand Down

0 comments on commit 8a07ff0

Please sign in to comment.