Update changelog. 0.7 done
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -105,7 +105,7 @@ public class TileConstructor extends TileMachine implements ICompareConfig {
|
||||
|
||||
scheduler.writeToNBT(nbt);
|
||||
|
||||
return nbt;
|
||||
return super.writeToNBT(nbt);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user