Translated using Weblate (Chinese (Simplified))
[oweals/minetest.git] / src / object_properties.h
index 3895f337990c5818a04272cd5f4912f026fe5ec3..f7848f5a212b3c59a6a39d36aa36f625efcd3b0f 100644 (file)
@@ -39,6 +39,7 @@ struct ObjectProperties
        std::string mesh = "";
        v3f visual_size = v3f(1, 1, 1);
        std::vector<std::string> textures;
+       std::string damage_texture_modifier = "^[brighten";
        std::vector<video::SColor> colors;
        v2s16 spritediv = v2s16(1, 1);
        v2s16 initial_sprite_basepos;