Merge 1.10 changes, bump version for #releaseBuild

This commit is contained in:
modmuss50 2016-12-13 11:53:33 +00:00
parent a3b4e9de6e
commit 601194685b
2 changed files with 2 additions and 1 deletions

View file

@ -67,7 +67,7 @@ configurations {
}
version = "2.0.4"
version = "2.0.5"
def ENV = System.getenv()
if (ENV.BUILD_NUMBER) {

View file

@ -11,6 +11,7 @@ import techreborn.Core;
import techreborn.blocks.BlockMachineFrame;
import techreborn.items.*;
import techreborn.parts.powerCables.ItemStandaloneCables;
import techreborn.utils.OreDictUtils;
public class OreDict {