mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
65bc2541a3
By: md_5 <git@md-5.net>
10 lines
504 B
Diff
10 lines
504 B
Diff
--- a/net/minecraft/world/level/block/WallHangingSignBlock.java
|
|
+++ b/net/minecraft/world/level/block/WallHangingSignBlock.java
|
|
@@ -183,6 +183,6 @@
|
|
@Nullable
|
|
@Override
|
|
public <T extends TileEntity> BlockEntityTicker<T> getTicker(World world, IBlockData iblockdata, TileEntityTypes<T> tileentitytypes) {
|
|
- return createTickerHelper(tileentitytypes, TileEntityTypes.HANGING_SIGN, TileEntitySign::tick);
|
|
+ return null; // Craftbukkit - remove unnecessary sign ticking
|
|
}
|
|
}
|