Updated MCModinfo

This commit is contained in:
Yavin7
2018-10-15 16:19:44 -05:00
parent b2448139ff
commit eaac5b7db9
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ public class AngleGetter implements IItemPropertyGetter {
@SideOnly(Side.CLIENT)
AngleGetter(ItemCompassBase compassBase) {
blockPos = compassBase.getStructurePos();
this.blockPos = compassBase.getStructurePos();
}
@Override