Skip to content

Commit

Permalink
update worldmesher to 0.2.12 to restore compat with FAPI >=0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
gliscowo committed Aug 20, 2022
1 parent e063cc5 commit 66e26c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ plugins {
id 'io.github.juuxel.loom-quiltflower' version '1.7.1'
}

// fix mc dep in fmj
version = "${project.mod_version}+${project.minecraft_base_version}"
group = project.maven_group

repositories {
maven { url "https://maven.wispforest.io"}
mavenLocal()
maven { url "https://maven.wispforest.io" }
}

loom {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ maven_group=com.glisco
archives_base_name=isometric-renders
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.55.3+1.19
fabric_version=0.58.0+1.19

# https://maven.wispforest.io/io/wispforest/worldmesher/
worldmesher_version=0.2.11+1.19
worldmesher_version=0.2.12+1.19

# https://maven.wispforest.io/io/wispforest/exo/
exo_version=0.1.5+1.19
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"depends": {
"fabricloader": ">=0.11.3",
"fabric": "*",
"worldmesher": "*",
"minecraft": ">=1.19-beta.3"
"fabric": ">=0.58",
"worldmesher": ">=0.2.12",
"minecraft": ">=1.19"
},
"custom": {
"modmenu": {
Expand Down

0 comments on commit 66e26c4

Please sign in to comment.