mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 11:15:21 +01:00
Workaround more Spout custom block flaky crap
This commit is contained in:
parent
0925212a70
commit
c7b9bea340
@ -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…
Reference in New Issue
Block a user