Fixes issue with cable crafting, #betaBuild
This commit is contained in:
parent
06abf4e413
commit
138de281f4
2 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,7 @@ configurations {
|
||||||
compile.extendsFrom shade
|
compile.extendsFrom shade
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "2.4.3"
|
version = "2.4.4"
|
||||||
|
|
||||||
def ENV = System.getenv()
|
def ENV = System.getenv()
|
||||||
if (ENV.BUILD_NUMBER) {
|
if (ENV.BUILD_NUMBER) {
|
||||||
|
|
|
@ -36,6 +36,7 @@ public class ItemBlockCable extends ItemBlock {
|
||||||
|
|
||||||
public ItemBlockCable(Block block) {
|
public ItemBlockCable(Block block) {
|
||||||
super(block);
|
super(block);
|
||||||
|
setHasSubtypes(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getMetadata(int damage) {
|
public int getMetadata(int damage) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue