10 lines
130 B
Go
10 lines
130 B
Go
package block
|
|
|
|
type ChippedAnvil struct {
|
|
Facing string
|
|
}
|
|
|
|
func (ChippedAnvil) ID() string {
|
|
return "minecraft:chipped_anvil"
|
|
}
|