Skip to content

Commit

Permalink
update worldmesher to fix compatibility with ModernFix (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
gliscowo committed Nov 29, 2023
1 parent 16ddc8e commit 502a06e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ plugins {
version = "${project.mod_version}+${project.minecraft_base_version}"
group = project.maven_group

base {
archivesName = project.archives_base_name
}

repositories {
maven { url "https://maven.wispforest.io" }
}
Expand Down Expand Up @@ -46,9 +50,6 @@ tasks.withType(JavaCompile).configureEach {
}

java {
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
// if it is present.
// If you remove this line, sources will not be generated.
withSourcesJar()

sourceCompatibility = JavaVersion.VERSION_17
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ minecraft_version=1.20.2
yarn_mappings=1.20.2+build.2
loader_version=0.14.22
# Mod Properties
mod_version=0.4.5
mod_version=0.4.6
maven_group=com.glisco
archives_base_name=isometric-renders

# Dependencies
fabric_version=0.89.3+1.20.2

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

# https://maven.wispforest.io/io/wispforest/exo/
exo_version=0.1.5+1.19
Expand Down

0 comments on commit 502a06e

Please sign in to comment.