Actually, let's first do a 0.5.4

This commit is contained in:
Raoul Van den Berge
2016-04-05 05:29:04 +02:00
parent 9e897e86fa
commit 8a3a3562b3
4 changed files with 6 additions and 4 deletions

View File

@@ -1,8 +1,10 @@
# Refined Storage Changelog # Refined Storage Changelog
### 0.6 ### 0.5.4
**Bugfixes** **Bugfixes**
- Fixed machines out of the Controller's chunk range only connecting after block break on rejoining of the world - Fixed machines out of the Controller's chunk range only connecting after block break on rejoining of the world
- Fixed scrollbar skipping some rows when scrolling with mouse wheel
- Fixed machines from a long distance not being visible in the Controller
**Features** **Features**
- Shift clicking on placing Constructor and Destructor will have opposite direction - Shift clicking on placing Constructor and Destructor will have opposite direction

View File

@@ -12,7 +12,7 @@ buildscript {
} }
apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'net.minecraftforge.gradle.forge'
version = "0.6" version = "0.5.4"
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"; public static final String VERSION = "0.5.4";
public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(ID); public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(ID);

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", "version": "0.5.4",
"mcversion": "1.9", "mcversion": "1.9",
"url": "", "url": "",
"updateUrl": "", "updateUrl": "",