Update ItemBridge.java

This commit is contained in:
Anuken
2019-09-13 08:56:53 -04:00
committed by GitHub
parent 066e4380e1
commit 1013455b0f

View File

@ -39,6 +39,7 @@ public class ItemBridge extends Block{
itemCapacity = 10;
configurable = true;
hasItems = true;
unloadable = false;
group = BlockGroup.transportation;
}