Skip to content

Commit

Permalink
improved description of modes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sokomine committed Oct 9, 2021
1 parent e4464c3 commit d69fcb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mode_of_replacement.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit d69fcb3

Please sign in to comment.