Skip to content

Commit d72cfb1

Browse files
committed
update worldmesher to avoid crashes when indigo breaks again
1 parent bf2e3da commit d72cfb1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ loader_version=0.14.21
1010
mod_version=0.4.5
1111
maven_group=com.glisco
1212
archives_base_name=isometric-renders
13+
1314
# Dependencies
14-
# check this on https://modmuss50.me/fabric.html
15-
fabric_version=0.85.0+1.20.1
15+
fabric_version=0.87.0+1.20.1
1616

1717
# https://maven.wispforest.io/io/wispforest/worldmesher/
18-
worldmesher_version=0.4.0+1.20
18+
worldmesher_version=0.4.2+1.20
1919

2020
# https://maven.wispforest.io/io/wispforest/exo/
2121
exo_version=0.1.5+1.19

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"depends": {
3333
"fabricloader": ">=0.11.3",
34-
"fabric": ">=0.75",
34+
"fabric": ">=0.85.0",
3535
"worldmesher": ">=0.3.0",
3636
"minecraft": ">=1.19",
3737
"owo": ">=0.9.0"

0 commit comments

Comments
 (0)