Skip to content

Instantly share code, notes, and snippets.

View tox1cozZ's full-sized avatar
🏕️

Dmytro Tukin tox1cozZ

🏕️
View GitHub Profile
@tox1cozZ
tox1cozZ / JsonItemStackDeserializer.kt
Created April 22, 2024 10:02
Minecraft ItemStack Jackson adapter
package io.github.tox1cozz.externalengine.util.json.deserializer
import com.fasterxml.jackson.core.JsonParser
import com.fasterxml.jackson.databind.DeserializationContext
import com.fasterxml.jackson.databind.JsonDeserializer
import com.fasterxml.jackson.databind.node.ObjectNode
import net.minecraft.item.Item
import net.minecraft.item.ItemStack
import net.minecraft.nbt.NBTTagCompound