Update changelog. 0.7 done

This commit is contained in:
Raoul Van den Berge
2016-05-23 21:49:53 +02:00
parent 0fab032820
commit 13ea44a2c3
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Refined Storage Changelog
### 0.7
**Features**
- Port to Minecraft 1.9.4
### 0.6.11
**Bugfixes**
- Fixed crafting patterns crashing when item of an input or output no longer exists

View File

@@ -105,7 +105,7 @@ public class TileConstructor extends TileMachine implements ICompareConfig {
scheduler.writeToNBT(nbt);
return nbt;
return super.writeToNBT(nbt);
}
@Override