Files
go-mc/level/block/nether_wart.go
2022-03-09 10:47:46 +08:00

10 lines
121 B
Go

package block
type NetherWart struct {
Age string
}
func (NetherWart) ID() string {
return "minecraft:nether_wart"
}