Added text
This commit is contained in:
@@ -81,7 +81,7 @@ public class Save16 extends SaveFileVersion {
|
||||
int weapons = stream.readByte();
|
||||
|
||||
for (int i = 0; i < weapons; i++) {
|
||||
control.upgrades().addWeapon((Weapon) Upgrade.getByID(stream.readByte()));
|
||||
control.upgrades().addWeapon(Upgrade.getByID(stream.readByte()));
|
||||
}
|
||||
|
||||
ui.hudfrag.updateWeapons();
|
||||
|
||||
@@ -74,6 +74,10 @@ public class Blocks{
|
||||
iron = new Ore("iron"){{
|
||||
drops = new ItemStack(Item.iron, 1);
|
||||
}},
|
||||
|
||||
copper = new Ore("copper"){{
|
||||
drops = new ItemStack(Item.copper, 1);
|
||||
}},
|
||||
|
||||
coal = new Ore("coal"){{
|
||||
drops = new ItemStack(Item.coal, 1);
|
||||
|
||||
Reference in New Issue
Block a user