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,14 @@
|
||||
package item
|
||||
|
||||
// RawGold is a raw metal resource obtained from mining gold ore.
|
||||
type RawGold struct{}
|
||||
|
||||
// SmeltInfo ...
|
||||
func (RawGold) SmeltInfo() SmeltInfo {
|
||||
return newOreSmeltInfo(NewStack(GoldIngot{}, 1), 1)
|
||||
}
|
||||
|
||||
// EncodeItem ...
|
||||
func (RawGold) EncodeItem() (name string, meta int16) {
|
||||
return "minecraft:raw_gold", 0
|
||||
}
|
||||
Reference in New Issue
Block a user