github.com/df-mc/dragonfly@v0.9.13/server/item/echo_shard.go (about)

     1  package item
     2  
     3  // EchoShard is an item found in ancient cities which can be used to craft recovery compasses.
     4  type EchoShard struct{}
     5  
     6  // EncodeItem ...
     7  func (EchoShard) EncodeItem() (name string, meta int16) {
     8  	return "minecraft:echo_shard", 0
     9  }