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")
|
||||
public class BaseBand {
|
||||
public static int majorVersion = 1;
|
||||
public static int buildNumber = 84;
|
||||
public static String hash = "0cfe2c39e4ab2abf";
|
||||
public static int buildNumber = 109;
|
||||
public static String hash = "7651f6882377a001";
|
||||
|
||||
public static String name = "BaseBand";
|
||||
public long timeOfCompile = 1695111349604L;
|
||||
public long timeOfCompile = 1695112358244L;
|
||||
public CommandManager commandRegistry;
|
||||
public EventBus eventBus;
|
||||
public ArrayList<Module> modules = new ArrayList<>();
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
import javax.swing.JOptionPane
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@ -19,6 +21,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
|
|||
|
||||
group 'org.baseband'
|
||||
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
|
|
Binary file not shown.
|
@ -5,6 +5,8 @@ plugins {
|
|||
group = 'com.thnkscj'
|
||||
version = '1.0-SNAPSHOT'
|
||||
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue