github.com/df-mc/dragonfly@v0.9.13/server/item/netherite_scrap.go (about) 1 package item 2 3 // NetheriteScrap is a material smelted from ancient debris, which is found in the Nether. 4 type NetheriteScrap struct{} 5 6 // EncodeItem ... 7 func (NetheriteScrap) EncodeItem() (name string, meta int16) { 8 return "minecraft:netherite_scrap", 0 9 }