Shift clicking craft preview doesn't work

Post Reply
Oil_boi
Member
Posts: 139
Joined: Mon Jan 28, 2019 13:12
GitHub: oilboi
IRC: oilboi
In-game: oilboi
Contact:

Shift clicking craft preview doesn't work

by Oil_boi » Post

Shift clicking the craft preview does not seem to work:

Code: Select all

local inv =	"size[8,7.5]"..
    "image[1,0.6;1,2;player.png]"..
    "list[current_player;main;0,3.5;8,4;]"..
    "list[current_player;craftpreview;7,1;1,1;]"..
    "listring[]"..
    "list[current_player;craft;3,0;3,3;]"
    


minetest.register_on_joinplayer(function(player)
	player:set_inventory_formspec(inv)
end)
This creates a weird loop where you can't shift click the craft preview but you can shift click from the main inventory into the craft preview. Is there a way to fix this or is this a bug?
This account is no longer active

Post Reply