Workaround more Spout custom block flaky crap
This commit is contained in:
parent
0925212a70
commit
c7b9bea340
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ public class SpoutPluginBlocks {
|
|||
img.flush();
|
||||
}
|
||||
String tfid = "txtid" + texturelist.size();
|
||||
sb.append("texturefile:id=" + tfid + ",filename=spout/" + blkid + ".png,xcount=" + w/h + ",ycount=1\n");
|
||||
sb.append("texturefile:id=" + tfid + ",filename=spout/" + blkid + ".png,xcount=" + w/sz + ",ycount=" + h/sz + "\n");
|
||||
texturelist.put(txname, tfid);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue