Update to 1.18.2
Swapped arguments for wh replace
This commit is contained in:
@@ -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());
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user