Picker Extended Version

by Nexela

Enhances the players pipette tool with features such as quick blueprints, quick planners, ghost reviving, entity moving, orphan finding and more

3 years ago
0.14 - 1.1
23.7K

i Blueprint removing feature by zap key

8 years ago
(updated 8 years ago)

Now you can't drop blueprints.

Add it to zapper.lua to delete them on Z.

local function zap_key(event)
local player = Player.get(event.player_index)
if player.cursor_stack and player.cursor_stack.valid_for_read
and (player.cursor_stack.type=="blueprint"
or player.cursor_stack.type=="blueprint-book") then
player.cursor_stack.clear()
end
end
Event.register("picker-zapper", zap_key)

New response