Fix mcregistry things?
This commit is contained in:
parent
779e98bfc3
commit
d987c0b3af
6 changed files with 8 additions and 3 deletions
Binary file not shown.
Binary file not shown.
|
@ -32,11 +32,11 @@ import java.util.HashMap;
|
||||||
@Mod(modid = "baseband")
|
@Mod(modid = "baseband")
|
||||||
public class BaseBand {
|
public class BaseBand {
|
||||||
public static int majorVersion = 1;
|
public static int majorVersion = 1;
|
||||||
public static int buildNumber = 84;
|
public static int buildNumber = 109;
|
||||||
public static String hash = "0cfe2c39e4ab2abf";
|
public static String hash = "7651f6882377a001";
|
||||||
|
|
||||||
public static String name = "BaseBand";
|
public static String name = "BaseBand";
|
||||||
public long timeOfCompile = 1695111349604L;
|
public long timeOfCompile = 1695112358244L;
|
||||||
public CommandManager commandRegistry;
|
public CommandManager commandRegistry;
|
||||||
public EventBus eventBus;
|
public EventBus eventBus;
|
||||||
public ArrayList<Module> modules = new ArrayList<>();
|
public ArrayList<Module> modules = new ArrayList<>();
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
import javax.swing.JOptionPane
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -19,6 +21,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
|
||||||
|
|
||||||
group 'org.baseband'
|
group 'org.baseband'
|
||||||
|
|
||||||
|
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
|
|
Binary file not shown.
|
@ -5,6 +5,8 @@ plugins {
|
||||||
group = 'com.thnkscj'
|
group = 'com.thnkscj'
|
||||||
version = '1.0-SNAPSHOT'
|
version = '1.0-SNAPSHOT'
|
||||||
|
|
||||||
|
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue