Actually, let's call this version 1.1

This commit is contained in:
Raoul Van den Berge
2016-09-27 18:44:03 +02:00
parent 398f9c1ca8
commit 4e3efda847
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Refined Storage Changelog # Refined Storage Changelog
### 1.0.6 ### 1.1
- New art by CyanideX (CyanideX) - New art by CyanideX (CyanideX)
- Added crafting preview screen (way2muchnoise) - Added crafting preview screen (way2muchnoise)
- Added max crafting task depth (raoulvdberge) - Added max crafting task depth (raoulvdberge)

View File

@@ -20,7 +20,7 @@ apply plugin: 'maven'
apply plugin: 'maven-publish' apply plugin: 'maven-publish'
apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'net.minecraftforge.gradle.forge'
version = "1.0.6" version = "1.1"
group = "refinedstorage" group = "refinedstorage"
archivesBaseName = "refinedstorage" archivesBaseName = "refinedstorage"

View File

@@ -18,7 +18,7 @@ import refinedstorage.proxy.CommonProxy;
@Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION, guiFactory = RefinedStorage.GUI_FACTORY, dependencies = RefinedStorage.DEPENDENCIES) @Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION, guiFactory = RefinedStorage.GUI_FACTORY, dependencies = RefinedStorage.DEPENDENCIES)
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 = "1.0.6"; public static final String VERSION = "1.1";
public static final String DEPENDENCIES = "required-after:Forge@[12.18.1.2088,);required-after:mcmultipart@[1.2.1,);"; public static final String DEPENDENCIES = "required-after:Forge@[12.18.1.2088,);required-after:mcmultipart@[1.2.1,);";
public static final String GUI_FACTORY = "refinedstorage.gui.config.ModGuiFactory"; public static final String GUI_FACTORY = "refinedstorage.gui.config.ModGuiFactory";

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": "1.0.6", "version": "1.1",
"mcversion": "1.10.2", "mcversion": "1.10.2",
"url": "", "url": "",
"updateUrl": "", "updateUrl": "",