Skip to content

Releases: Clickism/ClickMobs

1.2.6 (Spigot)

08 Nov 15:29

Choose a tag to compare

  • Added full Happy Ghast compatibility.
    • You can now attach harnesses and boats without picking the mob up.
  • Added new config option blacklisted_items_in_hand to prevent
    picking up mobs when holding specific items.
    • Use the ?all tag to blacklist all items. This will make it so players
      can only pick up mobs with an empty hand.
  • Added new config option enable_dispensers that controls whether dispensers can dispense mobs.
  • Overhauled dispenser logic.
    • Dispensers now dispense mobs on all versions.
    • Fixed: Mob item was not being removed after being dispensed.
    • Fixed: Mob only gets dispensed if a player/mob is in front of the dispenser.

1.2.4 (Spigot)

12 Jul 12:37

Choose a tag to compare

  • 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

1.2.3 (Spigot)

20 Jun 11:20

Choose a tag to compare

  • 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.

1.2.2

19 Jun 13:20

Choose a tag to compare

  • Updated to 1.21.6
    • Added textures for Happy Ghast
  • Update Configured to 0.2.4

Fabric Only:

  • Fixed: Custom name used in picked-up mobs' lore instead of the entity name

1.2.1 (Spigot)

14 May 09:15

Choose a tag to compare

  • Added example entries to the whitelist cow, pig, sheep.
  • Added ?leashed tag: Selects mobs that are leashed.

1.2.1 (Fabric)

14 May 09:16

Choose a tag to compare

  • Added example entries to the whitelist cow, pig, sheep.
  • Added ?leashed tag: Selects mobs that are leashed.

1.2 (Spigot)

10 May 12:44

Choose a tag to compare

  • 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.
  • Warning: Due to the config changes, you will need to set up the config file again.

1.2 (Fabric)

10 May 12:44

Choose a tag to compare

  • Switch to Configured (https://github.com/Clickism/Configured) for configuration files.
  • Switched to YAML for the configuration file and renamed keys to use snake_case.
  • Moved the configuration file to ".../config/ClickMobs/config.yml".
  • 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.
  • Warning: Due to the config changes, you will need to set up the config file again.

1.1.3 (Spigot)

19 Apr 11:41

Choose a tag to compare

  • Updated to 1.21.5
  • Internal switch to a hybrid use of EntitySnapshot and NMS for storing villager data on items.
  • Switched to Modrinth Update Checker.
  • Warn operators on join if a new update is available.

1.1.3 (Fabric)

19 Apr 12:22

Choose a tag to compare

  • Updated to 1.21.5
  • Added update checker.
  • Added config option "check-update" to enable/disable update checker.