1
0
mirror of https://github.com/Sokomine/replacer.git synced 2025-07-20 17:00:25 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-10-04 21:45:45 +02:00
7 changed files with 488 additions and 45 deletions

View File

@ -58,7 +58,7 @@ replacer.inspect = function( itemstack, user, pointed_thing, mode, show_receipe
end
local name = user:get_player_name();
local keys = user:get_player_control();
if( keys["sneak"] ) then
if( keys["sneak"] or keys["aux1"]) then
show_receipe = true;
end