Version increment to 0.6.3
This commit is contained in:
@@ -19,7 +19,7 @@ import refinedstorage.proxy.CommonProxy;
|
||||
@Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION)
|
||||
public final class RefinedStorage {
|
||||
public static final String ID = "refinedstorage";
|
||||
public static final String VERSION = "0.6.2";
|
||||
public static final String VERSION = "0.6.3";
|
||||
|
||||
public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(ID);
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ public class ProcessingCraftingTask implements ICraftingTask {
|
||||
|
||||
private CraftingPattern pattern;
|
||||
private boolean inserted[];
|
||||
// @TODO: this should create a child task when missing?
|
||||
private boolean missing[];
|
||||
private boolean satisfied[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user