10 lines
132 B
Go
10 lines
132 B
Go
package block
|
|
|
|
type BubbleCoral struct {
|
|
Waterlogged string
|
|
}
|
|
|
|
func (BubbleCoral) ID() string {
|
|
return "minecraft:bubble_coral"
|
|
}
|