This commit is contained in:
Anuken
2020-03-06 16:07:07 -05:00
parent f8b554aff8
commit 60d28fb01b
9 changed files with 2072 additions and 2459 deletions

View File

@@ -110,7 +110,7 @@ public class ImagePacker{
map.each((key, val) -> content2id.put(val.split("\\|")[0], key));
Array<UnlockableContent> cont = Array.withArrays(Vars.content.blocks(), Vars.content.items(), Vars.content.liquids());
cont.removeAll(u -> u instanceof BlockPart || u instanceof BuildBlock || u == Blocks.air);
cont.removeAll(u -> u instanceof BuildBlock || u == Blocks.air);
int minid = 0xF8FF;
for(String key : map.keys()){