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

9 lines
106 B
Go

package block
type EndPortal struct {
}
func (EndPortal) ID() string {
return "minecraft:end_portal"
}