Update to Minecraft 1.8.3
This commit is contained in:
@@ -11,7 +11,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
@@ -0,0 +0,0 @@ public class ItemSkull extends Item {
|
||||
return false;
|
||||
} else {
|
||||
if (!world.isStatic) {
|
||||
if (!world.isClientSide) {
|
||||
+ // Spigot Start
|
||||
+ if ( !Blocks.SKULL.canPlace( world, blockposition ) )
|
||||
+ {
|
||||
|
||||
Reference in New Issue
Block a user