Skip to content

Provides granular control over which blocks Endermen can pick up.

License

Notifications You must be signed in to change notification settings

dicedpixels/vwoops

Repository files navigation

Vwoops

Provides granular control over which blocks Endermen can pick up.

Static Badge Static Badge Static Badge GitHub

Usage

The mod expands upon the minecraft:enderman_holdable block tag and provides granular control of blocks in this tag without modifying the tag itself.

Blocks can be added to a list of "holdable" blocks. Adding a block to this list will permit Endermen to pick up the block. Removing a block from this list will stop Endermen from picking up the block.

Single-player

Since block tags can be specified per world through data packs, single-player worlds are configured on a per-world basis. Use the /vwoops command to open the config screen.

Server

Use the /vwoops command with any of the following sub-commands.

Sub-command Description
add <block-identifier> Adds the block with the specified ID to the list of "holdable" blocks.
add * Adds all blocks to the list of "holdable" blocks.
remove <block-identifier> Removes the block with the specified ID from the list of "holdable" blocks.
remove * Removes all blocks from the list of "holdable" blocks.

Block identifiers are fetched from the minecraft:enderman_holdable block tag and are autocompleted and filtered based on the sub-command.

Configurations are saved to vwoops.json in the root of the world directory.

[
  "minecraft:allium",
  "minecraft:azure_bluet"
]

About

Provides granular control over which blocks Endermen can pick up.

Resources

License

Stars

Watchers

Forks

Languages