Fixed names and sign texture
This commit is contained in:
parent
10322fda16
commit
32af77723c
16 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 981 B After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue