mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 08:48:34 +01:00
Made sense of comment
This commit is contained in:
parent
fd5cf86cce
commit
cd1e323057
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class DispenserHandlerFillBucket extends BehaviorDefaultDispenseItem{
|
||||||
else if(((TileEntityDispenser)source.getBlockTileEntity()).func_146019_a(filledBucket.copy()) < 0){
|
else if(((TileEntityDispenser)source.getBlockTileEntity()).func_146019_a(filledBucket.copy()) < 0){
|
||||||
new BehaviorDefaultDispenseItem().dispense(source, filledBucket.copy());
|
new BehaviorDefaultDispenseItem().dispense(source, filledBucket.copy());
|
||||||
}
|
}
|
||||||
//At this point, it is either the filled bucket at the empty bucket was in or the bucket in another slot of the Dispenser
|
//Filled Bucket or Empty Buckets because either they weren't filled or the full one was dispensed out because of missing space
|
||||||
return emptyBucket;
|
return emptyBucket;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue