SPIGOT-4489: NOTE_BLOCK incorrectly has BlockStateMeta
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -199,7 +199,6 @@ public final class CraftItemFactory implements ItemFactory {
|
||||
case DROPPER:
|
||||
case SIGN:
|
||||
case SPAWNER:
|
||||
case NOTE_BLOCK:
|
||||
case BREWING_STAND:
|
||||
case ENCHANTING_TABLE:
|
||||
case COMMAND_BLOCK:
|
||||
|
||||
@@ -461,7 +461,6 @@ public final class CraftItemStack extends ItemStack {
|
||||
case DROPPER:
|
||||
case SIGN:
|
||||
case SPAWNER:
|
||||
case NOTE_BLOCK:
|
||||
case BREWING_STAND:
|
||||
case ENCHANTING_TABLE:
|
||||
case COMMAND_BLOCK:
|
||||
|
||||
@@ -3,7 +3,6 @@ package org.bukkit.craftbukkit.inventory;
|
||||
import com.google.common.base.Objects;
|
||||
import com.google.common.collect.ImmutableMap;
|
||||
import java.util.Map;
|
||||
import net.minecraft.server.BlockJukeBox;
|
||||
import net.minecraft.server.EnumColor;
|
||||
import net.minecraft.server.NBTBase;
|
||||
import net.minecraft.server.NBTTagCompound;
|
||||
@@ -175,7 +174,6 @@ public class CraftMetaBlockState extends CraftMetaItem implements BlockStateMeta
|
||||
case DROPPER:
|
||||
case SIGN:
|
||||
case SPAWNER:
|
||||
case NOTE_BLOCK:
|
||||
case BREWING_STAND:
|
||||
case ENCHANTING_TABLE:
|
||||
case COMMAND_BLOCK:
|
||||
|
||||
Reference in New Issue
Block a user