mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
0093!
This commit is contained in:
parent
23ae640286
commit
0d8a684874
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ buildscript {
|
|||
apply plugin: 'forge'
|
||||
apply plugin: 'maven'
|
||||
|
||||
version = "1.7.10-0.0.9.2"
|
||||
version = "1.7.10-0.0.9.3"
|
||||
group = "ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import org.apache.logging.log4j.Logger;
|
|||
|
||||
public class ModUtil{
|
||||
|
||||
public static final String VERSION = "1.7.10-0.0.9.2";
|
||||
public static final String VERSION = "1.7.10-0.0.9.3";
|
||||
|
||||
public static final String MOD_ID = "ActuallyAdditions";
|
||||
public static final String NAME = "Actually Additions";
|
||||
|
|
|
@ -1 +1 @@
|
|||
Made the ActAdd Manual Tooltip more subtle, added better coffee machine pages into the book
|
||||
Leaf-Eating Generator, Long-Range Breaker, Ranged Collector, Better NEI
|
|
@ -1 +1 @@
|
|||
1.7.10-0.0.9.2
|
||||
1.7.10-0.0.9.3
|
Loading…
Reference in a new issue