blocks codegen

This commit is contained in:
Tnze
2022-03-09 10:08:44 +08:00
parent ec4eef2331
commit 86592931c6
902 changed files with 8657 additions and 0 deletions

15
level/block/tripwire.go Normal file
View File

@ -0,0 +1,15 @@
package block
type Tripwire struct {
Attached string
Disarmed string
East string
North string
Powered string
South string
West string
}
func (Tripwire) ID() string {
return "minecraft:tripwire"
}