Added 1 jar thing

This commit is contained in:
coolGi2007
2022-01-18 10:09:34 +00:00
parent a07282dd36
commit e878954763
10 changed files with 21 additions and 7 deletions
+2 -1
View File
@@ -46,4 +46,5 @@ classes/
.settings
*.launch
**/src/generated/
**/src/generated/
Merged/
+10
View File
@@ -1,8 +1,18 @@
import io.github.rancraftplayz.jarmerger.JarMergerPlugin
buildscript {
dependencies{
classpath files('plugins/DHJarMerger-1.0.jar')
}
}
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "0.10.0.195" apply false
}
apply plugin: JarMergerPlugin
architectury {
minecraft = rootProject.minecraft_version
}
+2
View File
@@ -125,6 +125,8 @@ shadowJar {
relocate 'org.apache.commons.compress', 'shaded.apache.commons.compress'
relocate 'com.electronwill.nightconfig', 'shaded.electronwill.nightconfig'
relocate 'com.seibel.lod.common', 'fabric.com.seibel.lod.common'
classifier "dev-shadow"
}
@@ -26,12 +26,11 @@ import com.seibel.lod.core.api.ModAccessorApi;
import com.seibel.lod.core.util.SingletonHandler;
import com.seibel.lod.core.wrapperInterfaces.modAccessor.IModChecker;
import com.seibel.lod.core.wrapperInterfaces.modAccessor.ISodiumAccessor;
import com.seibel.lod.fabric.modAccessor.ModChecker;
import com.seibel.lod.fabric.modAccessor.SodiumAccessor;
import com.seibel.lod.fabric.wrappers.modAccessor.ModChecker;
import com.seibel.lod.fabric.wrappers.modAccessor.SodiumAccessor;
import com.seibel.lod.fabric.wrappers.DependencySetup;
import net.fabricmc.api.ClientModInitializer;
import net.fabricmc.loader.api.FabricLoader;
/**
* Initialize and setup the Mod. <br>
@@ -1,5 +1,5 @@
package com.seibel.lod.fabric.modAccessor;
package com.seibel.lod.fabric.wrappers.modAccessor;
import com.seibel.lod.core.wrapperInterfaces.modAccessor.IModChecker;
import net.fabricmc.loader.api.FabricLoader;
@@ -1,4 +1,4 @@
package com.seibel.lod.fabric.modAccessor;
package com.seibel.lod.fabric.wrappers.modAccessor;
import java.util.HashSet;
import java.util.stream.Collectors;
+1 -1
View File
@@ -33,7 +33,7 @@
},
"mixins": [
"lod.mixins.json"
"fabric.lod.mixins.json"
],
"accessWidener" : "lod.accesswidener",
+2
View File
@@ -65,6 +65,8 @@ shadowJar {
relocate 'org.apache.commons.compress', 'shaded.apache.commons.compress'
// relocate 'com.electronwill.nightconfig', 'shaded.electronwill.nightconfig'
relocate 'com.seibel.lod.common', 'forge.com.seibel.lod.common'
classifier "dev-shadow"
}
Binary file not shown.