autolink 2

This commit is contained in:
Anuken
2019-08-02 23:40:08 -04:00
parent 878901d05d
commit 86a78b206a
4 changed files with 106 additions and 106 deletions
+1 -1
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, 200));
public Array<ItemStack> loadout = Array.with(ItemStack.with(Items.copper, 150));
/** Copies this ruleset exactly. Not very efficient at all, do not use often. */
public Rules copy(){