blocks codegen
This commit is contained in:
11
level/block/sculk_sensor.go
Normal file
11
level/block/sculk_sensor.go
Normal file
@ -0,0 +1,11 @@
|
||||
package block
|
||||
|
||||
type SculkSensor struct {
|
||||
Power string
|
||||
Sculk_sensor_phase string
|
||||
Waterlogged string
|
||||
}
|
||||
|
||||
func (SculkSensor) ID() string {
|
||||
return "minecraft:sculk_sensor"
|
||||
}
|
Reference in New Issue
Block a user