blocks codegen
This commit is contained in:
12
level/block/soul_campfire.go
Normal file
12
level/block/soul_campfire.go
Normal file
@ -0,0 +1,12 @@
|
||||
package block
|
||||
|
||||
type SoulCampfire struct {
|
||||
Facing string
|
||||
Lit string
|
||||
Signal_fire string
|
||||
Waterlogged string
|
||||
}
|
||||
|
||||
func (SoulCampfire) ID() string {
|
||||
return "minecraft:soul_campfire"
|
||||
}
|
Reference in New Issue
Block a user