Rebuild porting patches

This commit is contained in:
2025-06-17 19:18:23 +02:00
parent 7abf86dced
commit 34dc478e2e
99 changed files with 725 additions and 233 deletions

View File

@@ -0,0 +1,13 @@
--- a/build.gradle
+++ b/build.gradle
@@ -3,8 +3,8 @@
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.3.9" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.6"
- id "com.hypherionmc.modutils.orion" version "1.0.28"
- id "com.hypherionmc.modutils.orion.origami" version "1.0.28" apply false
+ id "com.hypherionmc.modutils.orion" version "1.0.24"
+ id "com.hypherionmc.modutils.orion.origami" version "1.0.24" apply false
id 'maven-publish'
}