mirror of
https://github.com/Eaglercraft-Archive/EaglercraftX-1.8-workspace.git
synced 2026-06-21 10:33:43 +02:00
u23
This commit is contained in:
@@ -99,10 +99,14 @@ public class BlockStainedGlassPane extends BlockPane {
|
||||
}
|
||||
|
||||
public void onBlockAdded(World world, BlockPos blockpos, IBlockState var3) {
|
||||
|
||||
if (!world.isRemote) {
|
||||
BlockBeacon.updateColorAsync(world, blockpos);
|
||||
}
|
||||
}
|
||||
|
||||
public void breakBlock(World world, BlockPos blockpos, IBlockState var3) {
|
||||
|
||||
if (!world.isRemote) {
|
||||
BlockBeacon.updateColorAsync(world, blockpos);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user