]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/script/cpp_api/s_node.cpp
[CSM] Add `on_punchnode` callback
[dragonfireclient.git] / src / script / cpp_api / s_node.cpp
index 379ed773f3b69c692d2cddf086ffd73da8b4d021..23c8f43b97b908080a8b61076ebc4b3fa6327c0e 100644 (file)
@@ -59,6 +59,9 @@ struct EnumString ScriptApiNode::es_ContentParamType2[] =
                {CPT2_LEVELED, "leveled"},
                {CPT2_DEGROTATE, "degrotate"},
                {CPT2_MESHOPTIONS, "meshoptions"},
+               {CPT2_COLOR, "color"},
+               {CPT2_COLORED_FACEDIR, "colorfacedir"},
+               {CPT2_COLORED_WALLMOUNTED, "colorwallmounted"},
                {0, NULL},
        };