Fix incorrect dimension ID being used for maps (#4690)

This commit is contained in:
Ben Staddon 2018-02-22 05:20:27 +00:00 committed by LexManos
parent c01165f313
commit 49be9b273e
1 changed files with 6 additions and 1 deletions

View File

@ -27,7 +27,7 @@
{
int i = 1 << p_77872_3_.field_76197_d;
int j = p_77872_3_.field_76201_a;
@@ -251,9 +251,9 @@
@@ -251,13 +251,13 @@
public static void func_190905_a(World p_190905_0_, ItemStack p_190905_1_)
{
@ -39,3 +39,8 @@
if (mapdata != null)
{
- if (p_190905_0_.field_73011_w.func_186058_p().func_186068_a() == mapdata.field_76200_c)
+ if (p_190905_0_.field_73011_w.getDimension() == mapdata.field_76200_c)
{
int i = 1 << mapdata.field_76197_d;
int j = mapdata.field_76201_a;