mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
0.0.7.2! Too many updates..!
This commit is contained in:
parent
6b5edfb651
commit
a5274e9961
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.7.1"
|
||||
version = "1.7.10-0.0.7.2"
|
||||
group = "ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import org.apache.logging.log4j.Logger;
|
|||
|
||||
public class ModUtil{
|
||||
|
||||
public static final String VERSION = "1.7.10-0.0.7.1";
|
||||
public static final String VERSION = "1.7.10-0.0.7.2";
|
||||
|
||||
public static final String MOD_ID = "ActuallyAdditions";
|
||||
public static final String NAME = "Actually Additions";
|
||||
|
|
|
@ -1 +1 @@
|
|||
Changed TeleStaff's Behavior, fixed Drill not mining some Blocks correctly
|
||||
Added ESD descriptions, made the Drill work better
|
|
@ -1 +1 @@
|
|||
1.7.10-0.0.7.1
|
||||
1.7.10-0.0.7.2
|
Loading…
Reference in a new issue