mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r14 (Fixed all the things)
This commit is contained in:
parent
33bc6bf540
commit
177556598f
3 changed files with 8 additions and 2 deletions
|
@ -18,7 +18,7 @@ buildscript {
|
||||||
apply plugin: 'forge'
|
apply plugin: 'forge'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
|
|
||||||
version = "1.7.10-r13"
|
version = "1.7.10-r14"
|
||||||
group = "ellpeck.actuallyadditions"
|
group = "ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 1.7.10-r13
|
||||||
- Added Firework Box which shoots out random fireworks
|
- Added Firework Box which shoots out random fireworks
|
||||||
- Added Crate Keeper which allows you to keep items in a Crate you break
|
- Added Crate Keeper which allows you to keep items in a Crate you break
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.7.10-r13
|
1.7.10-r14
|
Loading…
Reference in a new issue