Merge 1.10 changes, bump version for #releaseBuild
This commit is contained in:
parent
a3b4e9de6e
commit
601194685b
2 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,7 @@ configurations {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
version = "2.0.4"
|
version = "2.0.5"
|
||||||
|
|
||||||
def ENV = System.getenv()
|
def ENV = System.getenv()
|
||||||
if (ENV.BUILD_NUMBER) {
|
if (ENV.BUILD_NUMBER) {
|
||||||
|
|
|
@ -11,6 +11,7 @@ import techreborn.Core;
|
||||||
import techreborn.blocks.BlockMachineFrame;
|
import techreborn.blocks.BlockMachineFrame;
|
||||||
import techreborn.items.*;
|
import techreborn.items.*;
|
||||||
import techreborn.parts.powerCables.ItemStandaloneCables;
|
import techreborn.parts.powerCables.ItemStandaloneCables;
|
||||||
|
import techreborn.utils.OreDictUtils;
|
||||||
|
|
||||||
public class OreDict {
|
public class OreDict {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue