getItemStack

fun getItemStack(s: String): ItemStack

Creates an ItemStack from the given String. Resolves ids from vanilla, nova and custom item services. Can also parse snbt.


fun getItemStack(id: ResourceLocation): ItemStack

Creates an ItemStack from the given id. Resolves ids from vanilla, nova and custom item services.