From 455960096dff2931184d3076fec72557bcd76b17 Mon Sep 17 00:00:00 2001 From: Gergely Sarkozi Date: Sun, 23 May 2021 16:11:06 +0200 Subject: [PATCH] [CI-SKIP] fix minecart vs minecraft typos (#5713) --- Spigot-API-Patches/ensureServerConversions-API.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spigot-API-Patches/ensureServerConversions-API.patch b/Spigot-API-Patches/ensureServerConversions-API.patch index 55b5a8c188..55f425d4d7 100644 --- a/Spigot-API-Patches/ensureServerConversions-API.patch +++ b/Spigot-API-Patches/ensureServerConversions-API.patch @@ -16,7 +16,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 net.kyori.adventure.text.Component displayName(@NotNull ItemStack itemStack); + + /** -+ * Minecart updates are converting simple item stacks into more complex NBT oriented Item Stacks. ++ * Minecraft updates are converting simple item stacks into more complex NBT oriented Item Stacks. + * + * Use this method to to ensure any desired data conversions are processed. + * The input itemstack will not be the same as the returned itemstack. @@ -47,7 +47,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 } + + /** -+ * Minecart updates are converting simple item stacks into more complex NBT oriented Item Stacks. ++ * Minecraft updates are converting simple item stacks into more complex NBT oriented Item Stacks. + * + * Use this method to to ensure any desired data conversions are processed. + * The input itemstack will not be the same as the returned itemstack.