This commit is contained in:
Anuken
2022-11-03 08:45:07 -04:00
parent ebb37f4abe
commit cef2778d43
2 changed files with 6 additions and 1 deletions

View File

@@ -38,6 +38,11 @@ public class UnitCargoLoader extends Block{
ambientSound = Sounds.respawning;
}
@Override
public boolean outputsItems(){
return false;
}
@Override
public void setBars(){
super.setBars();