carbide crucible implementation

This commit is contained in:
Anuken
2021-11-12 11:07:15 -05:00
parent 51301a50cc
commit 8da4e72e77
16 changed files with 213 additions and 22 deletions

View File

@@ -108,7 +108,7 @@ public class Items implements ContentList{
tungsten = new Item("tungsten", Color.valueOf("768a9a")){{
hardness = 5;
cost = 1.2f;
cost = 1.5f;
}};
carbide = new Item("carbide", Color.valueOf("89769a")){{