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