From a384de8e42041ed0912e3de08bcfd5993243de02 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 5 Oct 2023 19:12:21 +0100 Subject: [PATCH] Update docs and bump test suite to 1.20.1 --- docs/Data-Snapshot-API.md | 2 +- docs/Dumping-UserData.md | 3 ++- test/spin_network.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/Data-Snapshot-API.md b/docs/Data-Snapshot-API.md index 9480d4c0..fc5732b1 100644 --- a/docs/Data-Snapshot-API.md +++ b/docs/Data-Snapshot-API.md @@ -307,7 +307,7 @@ huskSyncAPI.editCurrentInventory(user, inventory -> { // Get the player's inventory contents ItemStack[] inventoryContents = ((BukkitData.Items.Inventory) inventory).getContents(); - // The array of ItemStacks is a copy of the player's inventory contents (in 1.20.1, this is an array of length 42) + // The array of ItemStacks is a copy of the player's inventory contents (Typically an array of length 42) inventoryContents[0] = new ItemStack(Material.DIAMOND_SWORD); inventoryContents[1] = null; // null = an empty slot diff --git a/docs/Dumping-UserData.md b/docs/Dumping-UserData.md index 03a1a494..8519311a 100644 --- a/docs/Dumping-UserData.md +++ b/docs/Dumping-UserData.md @@ -23,7 +23,8 @@ The name of the generated .json file will match the following format: `