Fixed names and sign texture

This commit is contained in:
Aleksey 2020-10-14 15:37:51 +03:00
parent 10322fda16
commit 32af77723c
16 changed files with 3 additions and 0 deletions

View file

@ -35,6 +35,9 @@ public abstract class ModelVariantMapMixin {
idContext.removeId();
if (block instanceof Patterned) {
String pattern = ((Patterned) block).getStatesPattern(reader);
if (data[1].contains("violecite")) {
System.out.println(pattern);
}
info.setReturnValue(deserialize(context, new StringReader(pattern)));
info.cancel();
}