generate new data/registryid package
This commit is contained in:
12
data/registryid/heightprovidertype.go
Normal file
12
data/registryid/heightprovidertype.go
Normal file
@ -0,0 +1,12 @@
|
||||
// Code generated by data/registry/generate.go; DO NOT EDIT.
|
||||
|
||||
package registryid
|
||||
|
||||
var HeightProviderType = []string{
|
||||
"minecraft:constant",
|
||||
"minecraft:uniform",
|
||||
"minecraft:biased_to_bottom",
|
||||
"minecraft:very_biased_to_bottom",
|
||||
"minecraft:trapezoid",
|
||||
"minecraft:weighted_list",
|
||||
}
|
Reference in New Issue
Block a user