github.com/df-mc/dragonfly@v0.9.13/server/item/amethyst_shard.go (about) 1 package item 2 3 // AmethystShard is a crystalline mineral obtained from mining a fully grown amethyst cluster. 4 type AmethystShard struct{} 5 6 // EncodeItem ... 7 func (AmethystShard) EncodeItem() (name string, meta int16) { 8 return "minecraft:amethyst_shard", 0 9 }