2016-06-30 07:39:58 +02:00
|
|
|
--- a/net/minecraft/server/ItemBlock.java
|
|
|
|
+++ b/net/minecraft/server/ItemBlock.java
|
2016-11-17 02:41:03 +01:00
|
|
|
@@ -33,7 +33,7 @@
|
2016-06-30 07:39:58 +02:00
|
|
|
|
2016-11-17 02:41:03 +01:00
|
|
|
SoundEffectType soundeffecttype = this.a.getStepSound();
|
2016-06-30 07:39:58 +02:00
|
|
|
|
|
|
|
- world.a(entityhuman, blockposition, soundeffecttype.e(), SoundCategory.BLOCKS, (soundeffecttype.a() + 1.0F) / 2.0F, soundeffecttype.b() * 0.8F);
|
|
|
|
+ // world.a(entityhuman, blockposition, soundeffecttype.e(), SoundCategory.BLOCKS, (soundeffecttype.a() + 1.0F) / 2.0F, soundeffecttype.b() * 0.8F); // CraftBukkit - SPIGOT-1288
|
2016-11-17 02:41:03 +01:00
|
|
|
itemstack.subtract(1);
|
2016-06-30 07:39:58 +02:00
|
|
|
}
|
|
|
|
|