Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjouwer/pick-block-pro
An advanced client side Block, Entity, NBT, Tool and ID picker for minecraft
https://github.com/sjouwer/pick-block-pro
fabricmc minecraft minecraft-fabric minecraft-mod
Last synced: 3 months ago
JSON representation
An advanced client side Block, Entity, NBT, Tool and ID picker for minecraft
- Host: GitHub
- URL: https://github.com/sjouwer/pick-block-pro
- Owner: Sjouwer
- License: lgpl-3.0
- Created: 2021-10-10T11:15:00.000Z (about 3 years ago)
- Default Branch: 1.21
- Last Pushed: 2024-08-27T20:25:02.000Z (4 months ago)
- Last Synced: 2024-10-14T06:22:23.708Z (3 months ago)
- Topics: fabricmc, minecraft, minecraft-fabric, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/pick-block-pro
- Size: 631 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Pick Block Pro**
Pick Block: Get the block/item of what you're looking at in creative or switch to that block/item in survival.
This mod is an advanced version of this and adds a lot of extra features (see below)**Important:**
This mod replaces the default Pick Block, however the ID and Tool picker use their own keybindings.## **Features**
Most things below are configurable in the config settings using the config file or Mod Menu
- In survival the block picker will now also search through item-containers like shulkers inside your inventory
- Holding ALT while Block picking will add BlockState data as NBT to the block/item
(stacks with CTRL for BlockEntity data)
- Holding CTRL while Entity picking will add Entity data as NBT to the item
- Copies mob data and adds it to the spawn egg
- Copies armor stands with their data
- Copies item frames including the framed item
- Copies painting variant
- Pick extra things:
- Pick fire and get a flint & steel (1.16+)
- Pick the sun or moon and get a light block (1.17+)
Cycle through the light levels by picking the sun or moon while holding the light block
- Pick a player and get the head of that player
- Pick mob spawners
- Pick fluids and get a bucket of the fluid
- Extended Pick Block range, decide how far the picker should be able to reach
- Lock inventory slots to prevent the picker from switching or replacing the item in that slot
- Copy ID's of hotbar blocks/items directly into your chat, for easy WorldEdit command creation
(Use CTRL + 0 through 9 while your chat is open, 0 is for the off hand slot)
- Pick ID's of blocks in the world with the ID Picker and copy them directly to your clipboard
- Use the Tool Picker and get the best available tool to break the block or kill the entity
- Creative inventory management (not just the hotbar) is now actually possible when picking blocks## **Dependencies**
**Required:**
[Fabric API](https://github.com/FabricMC/fabric)
[Cloth Config API Fabric](https://github.com/shedaniel/cloth-config) (Is required to make the config work)**Optional:**
[Mod Menu](https://github.com/TerraformersMC/ModMenu) (This mod allows you to edit the configs in game)