Revered API changes
Because I obviously don't know what I'm doing. Building the jar wasn't working, so reverted for now.
This commit is contained in:
parent
5e5ecfd30a
commit
545b50ac82
|
@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
|
|||
apply plugin: 'eclipse'
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
version = '1.16.3-3.0.0-4'
|
||||
version = '1.16.3-3.0.0-5'
|
||||
group = 'com.yourname.modid' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
archivesBaseName = 'BloodMagic'
|
||||
|
||||
|
@ -161,7 +161,6 @@ jar.finalizedBy('reobfJar')
|
|||
|
||||
sourceSets.main.resources {
|
||||
srcDir 'src/generated/resources'
|
||||
srcDir 'src/api/java'
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
|
Loading…
Reference in a new issue