- Fix: Picking up an entity that has a player riding it throws an exception and the entity is lost.
- Update to 1.21.8
- Added new ?customdata tag
- This tag targets mobs that have custom data in their persistent data containers.
- You can use this tag to target mobs added by external plugins.
- For more information: https://clickism.de/docs/clickmobs/tags
- Update to 1.21.7
- Handle passengers of entities.
- Passengers will now also get picked up
- If you pick up any of the passengers, the root entity along with all passengers will be picked up.
- Passengers will be displayed in the item name. (i.E: "Chicken (+ Baby Zombie)")
- Fixed dupe glitch #4.
- Updated to 1.21.6
- Added textures for Happy Ghast
- Update Configured to 0.2.4
- Reduced jar size
- Updated to 1.21.6
- Added textures for Happy Ghast
- Update Configured to 0.2.4
- Fixed: Custom name used in picked-up mobs' lore instead of the entity name
- Added example entries to the whitelist
cow, pig, sheep
. - Added
?leashed
tag: Selects mobs that are leashed.
- Switch to Configured (https://github.com/Clickism/Configured) for configuration files.
- Renamed keys in the configuration file to use snake_case.
- Changed blacklisting/whitelisting to use tags:
- Available tags:
?all, ?hostile, ?baby, ?tamed, ?nametagged, ?silent, ?mob
- For more information, read the wiki: https://github.com/Clickism/ClickMobs/wiki/Tags
- Removed options "allow-hostile" and "only-allow-whitelisted". Use tags instead.
- Available tags:
- Warning: Due to the config changes, you will need to set up the config file again.