CryptoMorin / XSeries

Library for cross-version Minecraft Bukkit support and various efficient API methods.
https://www.spigotmc.org/threads/378136/
MIT License
403 stars 126 forks source link

[XMaterial] - GRASS matches to GRASS_BLOCK on 1.18.1 #157

Closed LOOHP closed 2 years ago

LOOHP commented 2 years ago

Description GRASS matches to GRASS_BLOCK on 1.18.1 Command:

/minecraft:replaceitem entity @p slot.hotbar.0 grass 1 0

Code:

ItemStack itemStack = player.getInventory.getItem(0);
XMaterial.matchXMaterial(itemStack);

Version 1.18.1

LOOHP commented 2 years ago

Sorry, did not realize 8.6.0.0.1 had it fixed, was still on 8.6.0. Apologies for the annoyance.