Skip to content

Commit

Permalink
Port to MC 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkhax committed Jan 9, 2024
1 parent 917c307 commit 6c87b8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions forge/build.gradle
Expand Up @@ -129,6 +129,12 @@ processResources {

jar.finalizedBy('reobfJar')

sourceSets.each {
def dir = layout.buildDirectory.dir("sourcesSets/$it.name")
it.output.resourcesDir = dir
it.java.destinationDirectory = dir
}

// -- Mixin Support
if (project.ext.mixin_enabled) {

Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
@@ -1,20 +1,20 @@
# Project
version=13.0
version=14.0
group=net.darkhax.maxhealthfix

# Common
minecraft_version=1.20.2
minecraft_version=1.20.3

# Forge
forge_version=48.1.0
forge_version=49.0.2
forge_version_range=48,

# NeoForge
neoforge_version=20.2.88
neoforge_version_range=20.2,
neoforge_version=20.3.8-beta
neoforge_version_range=20.3,

# Fabric
fabric_version=0.91.3+1.20.2
fabric_version=0.91.1+1.20.3
fabric_loader_version=0.15.3

# Mod options
Expand Down

0 comments on commit 6c87b8d

Please sign in to comment.