New unfinished environment blocks / Bugfixes / Tech tree tweak

This commit is contained in:
Anuken
2019-03-10 22:38:53 -04:00
parent 1feb4a5e6d
commit 0f4d574115
28 changed files with 1773 additions and 1077 deletions

View File

@@ -229,6 +229,7 @@ public class Generators {
image.draw(ImagePacker.get(item.name + (i+1)));
image.save("../blocks/environment/ore-" + item.name + "-" + base.name + (i+1));
image.save("../editor/editor-ore-" + item.name + "-" + base.name + (i+1));
//save icons
image.save(block.name + "-icon-full");