Re-balanced starting item amount

This commit is contained in:
Anuken
2019-08-03 00:04:33 -04:00
parent 86a78b206a
commit 2726ebe191
5 changed files with 106 additions and 106 deletions

View File

@@ -66,7 +66,7 @@ public class Rules{
/** Whether this is the editor gamemode. */
public boolean editor = false;
/** Starting items put in cores */
public Array<ItemStack> loadout = Array.with(ItemStack.with(Items.copper, 150));
public Array<ItemStack> loadout = Array.with(ItemStack.with(Items.copper, 100));
/** Copies this ruleset exactly. Not very efficient at all, do not use often. */
public Rules copy(){