Vwoops

Vwoops

Mod

Provides granular control over which blocks Endermen can pick up.

Client Mobs

335 downloads
9 followers
Createda year ago
Updated5 months ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Vwoops

Provides granular control over which blocks Endermen can pick up.

Static Badge Static Badge Static Badge GitHub


Usage

The mod uses two terms, Allow and Deny. Allowing a specific block will permit the Enderman to pick up the specified block. Denying will stop the Enderman from picking up the specified block.

Client

Use the configuration screen to allow or deny blocks.

Server

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

Sub-command Description
allow <block: identifier> Allow block with specified ID
allow * Allow all blocks
deny <block: identifier> Deny block with specified ID
deny * Allow all blocks

Block identifiers are fetched from the ENDERMAN_HOLDABLE tag and are autocompleted and filtered based on the sub-command.

All configurations are saved to vwoops.json in the config folder.

{
  "first-run": false,
  "allowed-blocks": [
    "minecraft:allium",
    "minecraft:azure_bluet"
  ]
}

External resources



Project members

dicedpixels

Owner


Technical information

License
MIT
Client side
required
Server side
unsupported
Project ID