Disable manual downloading until its useful
This commit is contained in:
parent
106c24c29c
commit
6156591b0e
3 changed files with 11 additions and 11 deletions
|
@ -51,7 +51,7 @@ configurations {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
version = "1.2.1"
|
version = "1.2.2"
|
||||||
|
|
||||||
def ENV = System.getenv()
|
def ENV = System.getenv()
|
||||||
if (ENV.BUILD_NUMBER) {
|
if (ENV.BUILD_NUMBER) {
|
||||||
|
|
|
@ -34,8 +34,8 @@ public class GuiManual extends GuiScreen
|
||||||
{
|
{
|
||||||
this.xSize = 200;
|
this.xSize = 200;
|
||||||
this.ySize = 180;
|
this.ySize = 180;
|
||||||
// root = createRoot();
|
root = createRoot();
|
||||||
root = ManualLoader.getPages();
|
//root = ManualLoader.getPages();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected PageCollection createRoot()
|
protected PageCollection createRoot()
|
||||||
|
|
|
@ -62,14 +62,14 @@ public class ClientProxy extends CommonProxy
|
||||||
|
|
||||||
ManualLoader loader = new ManualLoader(new File(event.getModConfigurationDirectory(), "techreborn"));
|
ManualLoader loader = new ManualLoader(new File(event.getModConfigurationDirectory(), "techreborn"));
|
||||||
|
|
||||||
new Thread(() ->
|
// new Thread(() ->
|
||||||
{
|
// {
|
||||||
try {
|
// try {
|
||||||
loader.load();
|
// loader.load();
|
||||||
} catch (IOException e) {
|
// } catch (IOException e) {
|
||||||
e.printStackTrace();
|
// e.printStackTrace();
|
||||||
}
|
// }
|
||||||
}).start();
|
// }).start();
|
||||||
|
|
||||||
for(Object object : RebornCore.jsonDestroyer.objectsToDestroy) {
|
for(Object object : RebornCore.jsonDestroyer.objectsToDestroy) {
|
||||||
if (object instanceof BlockMachineBase) {
|
if (object instanceof BlockMachineBase) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue