1
0

more text fixups

This commit is contained in:
Luke aka SwissalpS 2024-08-05 02:43:31 +02:00
parent 72ffbc31d3
commit 136d643893
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
This tool allows to set a replacer (SwissalpS' fork) to a new pattern
without having to use sneak + rightclick.
without having to use sneak + right-click.
1. Put a replacer in your craft grid to get the tool (a replacer setter).
2. Place a normal replacer in your inventory to the left of your new

View File

@ -138,9 +138,9 @@ replacer_setter.get_formspec = function(player_name, current_pattern, player)
if(not(replacer_stack) or replacer_stack:get_name() ~= "replacer:replacer") then
return "formspec_version[1]"..
"size[8,3]"..
"label[0.5,0.5;Please place your replacer in the slot *to the right*\n"..
"label[0.5,0.5;Please place a replacer in the slot *to the left*\n"..
"of this tool in your inventory! Else the replacer setter\n"..
"cannot know whichreplacer to set.]"..
"cannot know which replacer to set.]"..
"button_exit[3.5,2;1,1;exit;Exit]"
end
@ -179,7 +179,7 @@ replacer_setter.get_formspec = function(player_name, current_pattern, player)
"button_exit[10,9.4;2,0.8;quit;Exit]"..
"label[0.2,8.5;Note: Selected mode and history are reset on server restart.\n"..
"Note: This selection is valid only for the replacer to the "..
"*left* of this tool here in your inventory.]"..
"*left* of this tool in your inventory.]"..
"label[0.2,0.6;Select mode: When replacing (punching, left-click) or "..
"placing (right-click) a block, ..]"..
"dropdown[0.2,1.0;17;select_mode;"..