r14 (Fixed all the things)

This commit is contained in:
Ellpeck 2015-12-18 16:33:13 +01:00
parent 33bc6bf540
commit 177556598f
3 changed files with 8 additions and 2 deletions

View file

@ -18,7 +18,7 @@ buildscript {
apply plugin: 'forge'
apply plugin: 'maven'
version = "1.7.10-r13"
version = "1.7.10-r14"
group = "ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -1,3 +1,9 @@
# 1.7.10-r14
- Fixed servers crashing if using anything with particles (Damn.)
- Made Reconstructor react to redstone mode changing
- Made Firework Box react to redstone mode changing
- Fixed Booklet Stands crashing if they are loaded without an entry (duh)
# 1.7.10-r13
- Added Firework Box which shoots out random fireworks
- Added Crate Keeper which allows you to keep items in a Crate you break

View file

@ -1 +1 @@
1.7.10-r13
1.7.10-r14