Files
go-mc/data/registryid/blockpredicatetype.go
2024-07-28 15:11:11 +08:00

20 lines
456 B
Go

// Code generated by data/registry/generate.go; DO NOT EDIT.
package registryid
var BlockPredicateType = []string{
"minecraft:matching_blocks",
"minecraft:matching_block_tag",
"minecraft:matching_fluids",
"minecraft:has_sturdy_face",
"minecraft:solid",
"minecraft:replaceable",
"minecraft:would_survive",
"minecraft:inside_world_bounds",
"minecraft:any_of",
"minecraft:all_of",
"minecraft:not",
"minecraft:true",
"minecraft:unobstructed",
}