This commit is contained in:
Anuken
2021-11-25 13:29:35 -05:00
parent c24c5c6196
commit 04b1ba31a9

View File

@ -231,8 +231,8 @@ public class JsonIO{
UnitType unit = Vars.content.getByName(ContentType.unit, str);
return
item != null ? item :
block != null ? block :
liquid != null ? liquid :
block != null ? block :
unit;
}
});