10 lines
119 B
Go
10 lines
119 B
Go
package block
|
|
|
|
type Conduit struct {
|
|
Waterlogged string
|
|
}
|
|
|
|
func (Conduit) ID() string {
|
|
return "minecraft:conduit"
|
|
}
|