This commit is contained in:
Anuken
2020-02-07 20:21:45 -05:00
parent a6801af128
commit 0ffcd0b94c
2 changed files with 7 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ public class Junction extends Block{
super(name);
update = true;
solid = true;
instantTransfer = true;
group = BlockGroup.transportation;
unloadable = false;
entityType = JunctionEntity::new;