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
|
||||
}
|
||||
|
||||
version = "2.4.3"
|
||||
version = "2.4.4"
|
||||
|
||||
def ENV = System.getenv()
|
||||
if (ENV.BUILD_NUMBER) {
|
||||
|
|
|
@ -36,6 +36,7 @@ public class ItemBlockCable extends ItemBlock {
|
|||
|
||||
public ItemBlockCable(Block block) {
|
||||
super(block);
|
||||
setHasSubtypes(true);
|
||||
}
|
||||
|
||||
public int getMetadata(int damage) {
|
||||
|
|
Loading…
Reference in a new issue