github.com/df-mc/dragonfly@v0.9.13/server/item/nether_quartz.go (about) 1 package item 2 3 // NetherQuartz is a smooth, white mineral found in the Nether. 4 type NetherQuartz struct{} 5 6 // EncodeItem ... 7 func (NetherQuartz) EncodeItem() (name string, meta int16) { 8 return "minecraft:quartz", 0 9 }