Unified turret outlines, fixed saves not working

This commit is contained in:
Anuken
2018-03-21 20:04:59 -04:00
parent 85988a2ff9
commit 238c589ad6
37 changed files with 334 additions and 307 deletions
@@ -15,6 +15,7 @@ public class Item implements Comparable<Item>{
}
},
iron = new Item("iron"),
copper = new Item("copper"),
coal = new Item("coal"){
{
explosiveness = 0.2f;
@@ -38,7 +39,6 @@ public class Item implements Comparable<Item>{
fluxiness = 0.65f;
}
},
glass = new Item("glass"),
silicon = new Item("silicon"),
biomatter = new Item("biomatter"){
{