Skip to content

Commit ccb3f5e

Browse files
committed
Re-generated Public Pockets
- Repaired public and private pocket auto-gen gradle command - Regenerated all auto-generated pockets - Increased alpha version number - Solves #44
1 parent f3706eb commit ccb3f5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
// Version info
2424
String baseversion = "3.0" // Set beta to 0 after changing this
2525
int beta = 7 // Set this to 0 for a non-beta release
26-
int betaSub = 0
26+
int betaSub = 1
2727
ext.mcversion = "1.12.2"
2828
ext.forgeversion = "14.23.2.2618"
2929
String mcpversion = "snapshot_20180219"
@@ -98,7 +98,7 @@ processResources {
9898
task generatePocketSchematics(dependsOn: jar, type: JavaExec, group: "dimdoors") {
9999
classpath = files('build/libs/' + jar.archiveName)
100100
classpath += sourceSets.main.runtimeClasspath
101-
main = "org.dimdev.dimdoors.shared.tools.PocketSchematicGenerator"
101+
main = "org.dimdev.dimdoors.shared.tools.SchematicGenerator"
102102
//noinspection GroovyAssignabilityCheck (IntelliJ is wrong)
103103
args "src/main/resources/assets/dimdoors/pockets/schematic"
104104
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)