This commit is contained in:
Anuken
2020-06-17 12:17:29 -04:00
parent 3c02234a3b
commit 2bfe0c30ec
4 changed files with 4 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ public class Rules{
/** Spawn layout. */
public Seq<SpawnGroup> spawns = new Seq<>();
/** Starting items put in cores */
public Seq<ItemStack> loadout = Seq.with(ItemStack.with(Items.copper, 100));
public Seq<ItemStack> loadout = ItemStack.list(Items.copper, 100);
/** Weather events that occur here. */
public Seq<WeatherEntry> weather = new Seq<>(1);
/** Blocks that cannot be placed. */