Version increment to 0.6.3

This commit is contained in:
Raoul Van den Berge
2016-05-17 21:59:57 +02:00
parent 5f7664e55d
commit d8785e5afc
4 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ buildscript {
} }
apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'net.minecraftforge.gradle.forge'
version = "0.6.2" version = "0.6.3"
group = "refinedstorage" group = "refinedstorage"
archivesBaseName = "refinedstorage" archivesBaseName = "refinedstorage"

View File

@@ -19,7 +19,7 @@ import refinedstorage.proxy.CommonProxy;
@Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION) @Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION)
public final class RefinedStorage { public final class RefinedStorage {
public static final String ID = "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); public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(ID);

View File

@@ -20,6 +20,7 @@ public class ProcessingCraftingTask implements ICraftingTask {
private CraftingPattern pattern; private CraftingPattern pattern;
private boolean inserted[]; private boolean inserted[];
// @TODO: this should create a child task when missing?
private boolean missing[]; private boolean missing[];
private boolean satisfied[]; private boolean satisfied[];

View File

@@ -3,7 +3,7 @@
"modid": "refinedstorage", "modid": "refinedstorage",
"name": "Refined Storage", "name": "Refined Storage",
"description": "A Minecraft mod all about storage.", "description": "A Minecraft mod all about storage.",
"version": "0.6.2", "version": "0.6.3",
"mcversion": "1.9", "mcversion": "1.9",
"url": "", "url": "",
"updateUrl": "", "updateUrl": "",