Update #24 - 1000s of optimizations, shared worlds on desktop

This commit is contained in:
lax1dude
2024-03-02 20:51:44 -08:00
parent a50c93cb75
commit 8ab65942c5
624 changed files with 8091 additions and 3620 deletions

View File

@@ -5,6 +5,14 @@
# Version: 1.0
# Author: lax1dude
> DELETE 2 @ 2 : 5
> CHANGE 2 : 3 @ 2 : 4
~ import java.util.List;
> CHANGE 20 : 23 @ 20 : 22
~ List<IChatComponent> lst = this.getSiblings();
~ for (int i = 0, l = lst.size(); i < l; ++i) {
~ chatcomponentselector.appendSibling(lst.get(i).createCopy());
> EOF