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

@@ -70,7 +70,7 @@ public class CustomRulesDialog extends FloatingDialog{
() -> rules.loadout,
() -> {
rules.loadout.clear();
rules.loadout.add(new ItemStack(Items.copper, 200));
rules.loadout.add(new ItemStack(Items.copper, 100));
},
() -> {}, () -> {},
item -> item.type == ItemType.material