mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
I have to stop breaking everything all the time.
Fixed Tools not working on blocks like Hardened Clay
This commit is contained in:
parent
3b87f4ef76
commit
0be671544a
5 changed files with 14 additions and 5 deletions
|
@ -18,7 +18,7 @@ buildscript {
|
||||||
apply plugin: 'forge'
|
apply plugin: 'forge'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
|
|
||||||
version = "1.7.10-0.0.7.5"
|
version = "1.7.10-0.0.7.6"
|
||||||
group = "ellpeck.actuallyadditions"
|
group = "ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -118,4 +118,13 @@
|
||||||
|
|
||||||
-Milking Machine
|
-Milking Machine
|
||||||
|
|
||||||
-Shearing Machine
|
-Shearing Machine
|
||||||
|
|
||||||
|
-Sunken City Biome
|
||||||
|
-Normal Houses, but destroyed
|
||||||
|
-With Loot Chests
|
||||||
|
|
||||||
|
-Weeping Angel-like Statues
|
||||||
|
-Only move when you don't look
|
||||||
|
-Teleport you away
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ import org.apache.logging.log4j.Logger;
|
||||||
|
|
||||||
public class ModUtil{
|
public class ModUtil{
|
||||||
|
|
||||||
public static final String VERSION = "1.7.10-0.0.7.5";
|
public static final String VERSION = "1.7.10-0.0.7.6";
|
||||||
|
|
||||||
public static final String MOD_ID = "ActuallyAdditions";
|
public static final String MOD_ID = "ActuallyAdditions";
|
||||||
public static final String NAME = "Actually Additions";
|
public static final String NAME = "Actually Additions";
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Wings Of The Bats that allow you to fly, XP Solidifier, Drills can now hold Batteries to automatically charge themselves up
|
Made Tools work on Hardened Clay again >.>
|
|
@ -1 +1 @@
|
||||||
1.7.10-0.0.7.5
|
1.7.10-0.0.7.6
|
Loading…
Reference in a new issue