Skip to content

Commit

Permalink
update worldmesher to avoid crashes when indigo breaks again
Browse files Browse the repository at this point in the history
  • Loading branch information
gliscowo committed Aug 25, 2023
1 parent bf2e3da commit d72cfb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ loader_version=0.14.21
mod_version=0.4.5
maven_group=com.glisco
archives_base_name=isometric-renders

# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.85.0+1.20.1
fabric_version=0.87.0+1.20.1

# https://maven.wispforest.io/io/wispforest/worldmesher/
worldmesher_version=0.4.0+1.20
worldmesher_version=0.4.2+1.20

# https://maven.wispforest.io/io/wispforest/exo/
exo_version=0.1.5+1.19
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"depends": {
"fabricloader": ">=0.11.3",
"fabric": ">=0.75",
"fabric": ">=0.85.0",
"worldmesher": ">=0.3.0",
"minecraft": ">=1.19",
"owo": ">=0.9.0"
Expand Down

0 comments on commit d72cfb1

Please sign in to comment.