Compare commits

...

2 Commits

Author SHA1 Message Date
00a1c21b3e Merge remote-tracking branch 'upstream/master' 2021-11-01 10:32:37 +01:00
d69fcb3198 improved description of modes 2021-10-09 14:41:23 +02:00

View File

@ -5,8 +5,8 @@ replacer.user_mode = {}
-- descriptions for the dropdown menu (accessible via AUX1 + left-click)
replacer.mode_descriptions = {
"[ normal ] replace material, shape and orientation according to the stored pattern",
"[ material ] replace the material only (if possible), but keep shape and orientation",
"[ shape ] replace shape and orientation (if possible), but keep the material"}
"[ material ] replace the material only (if possible), while keeping shape and orientation",
"[ shape ] replace shape and orientation (if possible), while keeping the material"}
-- internal names for the above modes (will be stored in replacer.user_mode[ player_name ])
replacer.mode_names = {"normal", "material", "shape"}