Added a few extra blocks, fixed icons

This commit is contained in:
Anuken
2017-08-27 00:48:35 -04:00
parent 353ec7db2a
commit cc0d0a0f54
21 changed files with 70 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
package io.anuke.mindustry.resource;
public enum Item{
stone, iron, coal, steel;
stone, iron, coal, steel, titanium;
}