mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-05 06:32:17 -07:00
remove part of my hopper patch, not sure its doing what I intended
This commit is contained in:
@@ -35,17 +35,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
// Paper end
|
// Paper end
|
||||||
}
|
}
|
||||||
+
|
+
|
||||||
+ if (!isCooledDown() && isFull()) { setCooldown(world.spigotConfig.hopperTransfer); } // Paper
|
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
+ boolean isFull() { return q(); } // Paper // OBFHELPER
|
|
||||||
private boolean q() {
|
|
||||||
ItemStack[] aitemstack = this.items;
|
|
||||||
int i = aitemstack.length;
|
|
||||||
@@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi
|
@@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi
|
||||||
boolean flag = false;
|
boolean flag = false;
|
||||||
|
|
||||||
@@ -74,5 +66,3 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
return this.g > 0;
|
return this.g > 0;
|
||||||
}
|
}
|
||||||
--
|
--
|
||||||
2.7.4 (Apple Git-66)
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user