up3
Build and deploy / Build (push) Has been cancelled
Build and deploy / Update Contributors (push) Has been cancelled
Build and deploy / Deploy (push) Has been cancelled
Build and deploy / Build (push) Has been cancelled
Build and deploy / Update Contributors (push) Has been cancelled
Build and deploy / Deploy (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package item
|
||||
|
||||
import "github.com/sandertv/gophertunnel/minecraft/text"
|
||||
|
||||
// LapisLazuli is a mineral used for enchanting and decoration.
|
||||
type LapisLazuli struct{}
|
||||
|
||||
// EncodeItem ...
|
||||
func (LapisLazuli) EncodeItem() (name string, meta int16) {
|
||||
return "minecraft:lapis_lazuli", 0
|
||||
}
|
||||
|
||||
// TrimMaterial ...
|
||||
func (LapisLazuli) TrimMaterial() string {
|
||||
return "lapis"
|
||||
}
|
||||
|
||||
// MaterialColour ...
|
||||
func (LapisLazuli) MaterialColour() string {
|
||||
return text.Lapis
|
||||
}
|
||||
Reference in New Issue
Block a user