SPIGOT-7632: Control middle clicking chest does not copy contents
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -400,8 +400,8 @@ public final class CraftBlockStates {
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public static BlockState getBlockState(Material material, @Nullable NBTTagCompound blockEntityTag) {
|
||||
return getBlockState(MinecraftServer.getDefaultRegistryAccess(), BlockPosition.ZERO, material, blockEntityTag);
|
||||
public static BlockState getBlockState(BlockPosition blockPosition, Material material, @Nullable NBTTagCompound blockEntityTag) {
|
||||
return getBlockState(MinecraftServer.getDefaultRegistryAccess(), blockPosition, material, blockEntityTag);
|
||||
}
|
||||
|
||||
public static BlockState getBlockState(IWorldReader world, BlockPosition blockPosition, Material material, @Nullable NBTTagCompound blockEntityTag) {
|
||||
|
||||
Reference in New Issue
Block a user