diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-06-08 15:20:09 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-06-08 15:20:09 +0200 |
commit | f173e4c5755d35fcbdb549d735a939dd342e6e47 (patch) | |
tree | f9c40439b0294c901f9c68628f8dd9b96c4b5b94 /param2type_string.go | |
parent | 2164bf233091312e04ae3631ed7d042d968f8a2e (diff) |
update to new NodeDef format
Diffstat (limited to 'param2type_string.go')
-rw-r--r-- | param2type_string.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/param2type_string.go b/param2type_string.go index d3f1428..6c26621 100644 --- a/param2type_string.go +++ b/param2type_string.go @@ -20,11 +20,12 @@ func _() { _ = x[P2ColorFaceDir-9] _ = x[P2ColorMounted-10] _ = x[P2GlassLikeLevel-11] + _ = x[P2ColorRotation-12] } -const _Param2Type_name = "NibbleByteFlowingFaceDirMountedLeveledRotationMeshColorColorFaceDirColorMountedGlassLikeLevel" +const _Param2Type_name = "NibbleByteFlowingFaceDirMountedLeveledRotationMeshColorColorFaceDirColorMountedGlassLikeLevelColorRotation" -var _Param2Type_index = [...]uint8{0, 6, 10, 17, 24, 31, 38, 46, 50, 55, 67, 79, 93} +var _Param2Type_index = [...]uint8{0, 6, 10, 17, 24, 31, 38, 46, 50, 55, 67, 79, 93, 106} func (i Param2Type) String() string { if i >= Param2Type(len(_Param2Type_index)-1) { |