Fixes issue with cable crafting, #betaBuild
This commit is contained in:
parent
06abf4e413
commit
138de281f4
2 changed files with 2 additions and 1 deletions
|
@ -36,6 +36,7 @@ public class ItemBlockCable extends ItemBlock {
|
|||
|
||||
public ItemBlockCable(Block block) {
|
||||
super(block);
|
||||
setHasSubtypes(true);
|
||||
}
|
||||
|
||||
public int getMetadata(int damage) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue