Update to 1.18.2

Swapped arguments for wh replace
This commit is contained in:
Marcel Konrad
2022-03-03 21:45:13 +01:00
parent a8c84ed3ad
commit a65d4a6213
10 changed files with 21 additions and 51 deletions

View File

@@ -139,7 +139,7 @@ public class BlockPredicateArgument extends TagArgument
}
else
{
this.resource = parser.getTag();
this.resource = parser.getTag().location();
this.isTag = true;
this.properties = parser.getVagueProperties();
this.setTag(parser.getNbt());

View File

@@ -70,7 +70,7 @@ public class ItemPredicateArgument extends TagArgument
}
else
{
this.resource = parser.getTag();
this.resource = parser.getTag().location();
this.setTag(parser.getNbt());
this.isTag = true;
}