Description
Ever wish you could just pick something up and move it without breaking out the tools? Picker-Upper lets you grab small blocks right off the ground with a simple interaction.

How it works
Right-Click a block (Crouch+Right-Click can be enabled in the config) to pick up the block and put it straight into your hand. If you are already holding the same item, it will stack.
Configuration

Everything is controlled by the pickUpBlocks list in the Server config. This defines what blocks can be picked up by hand. Blocks with Block Entities (like chests) are not supported.
Supported formats:
"modid:block"
"#modid:block_tag"
"modid:block[property=value, property=value]"
"#modid:block_tag[property=value, property=value]"
Default Allowed Blocks list:
"minecraft:torch",
"minecraft:wall_torch",
"minecraft:redstone_torch",
"minecraft:redstone_wall_torch",
"minecraft:soul_torch",
"minecraft:soul_wall_torch",
"minecraft:lantern[hanging=false]",
"minecraft:soul_lantern[hanging=false]",
"#minecraft:candles[candles=1]",
"#minecraft:small_flowers",
"minecraft:flower_pot",
"minecraft:fern",
"minecraft:dead_bush",
"minecraft:brown_mushroom",
"minecraft:red_mushroom",
"minecraft:crimson_fungus",
"minecraft:warped_fungus",
"minecraft:sea_pickle[pickles=1]",
"#minecraft:corals",
"#minecraft:wall_corals",
"minecraft:turtle_egg[eggs=1]"
This mod can be added to servers without needing the clients to install.


