Tameable

⭐ — (31 endorsements) 📥 9,071 downloads 📌 v1.5.1 📅 9/29/2024
🟠 Updated over a year ago

By IAFEnvoy · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 12/10/2024 📅 Created: 9/29/2024
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.3% endorsement rate
  • 🏆 #117 of 893 fabric mods in this game by downloads

📋 About This Mod

# Tameable *Someone ask me whether they can tame Ingresssus Voltaris (Death Singer) in my SoW Server, so this mod comes out.* This mod provides a configurable system to control which mobs you can tame. **Note: Some entities may meet bugs since this mod doesn't rewrite the full AI!** If you are a newcomer of datapack or just want to tame everything, try this addon: (https://github.com/ArkTechMC/TameTools)((https://www.curseforge.com/minecraft/mc-mods/tame-tools)|(https://modrinth.com/mod/tame-tools)) ## How to use You can use command `/tame <entityUuid> <ownerUuid>` to tame manually (`ownerUuid` leave blank to remove owner). Also, there are two ways to configure. ### Configure with data driven (Recommended) Create file `data/<entity mod id>/tameable/<entity id>.json` in your datapack or mod. Then write contents below: ```json5 { "tame": , "breed": , //The taming chance "chance": 0.1, //should attack what player is attacking "attack": true, //should attack what is attacking player "protect": true, "follow": { //should follow player "enable": true, //follow speed "speed": 1, //The max range to stop follow "minDistance": 10, //The min range to start follow "maxDistance": 2, //Can leave "leavesAllowed": false } } ``` Default Values: ```json5 { "tame": , "breed": , //The taming chance "chance": 1, "attack": false, "protect": false, "follow": { //These value except "enable" is the default value of a wolf "enable": false, "speed": 1, "minDistance": 10, "maxDistance": 2, "leavesAllowed": false } } ``` Example: Write contents into `data/minecraft/tameable/pillager.json`, you can tame pillagers with apples and breed with apples&stones ```json5 { "tame": , "breed": , "chance": 0.1, "attack": true, "protect": true, "follow": { "enable": true } } ``` ### Configure with config file **NOTE:This will overwrite settings in datapack(s)!** Open file `.minecraft/config/tameable.json`. If this file not exists, create it. You can use `/reload` in game to reload your edited config. Config explanation: ```json5 { "entity type here": { //An object in datapack format, see it above } //... more } ``` Example: With config following, you can tame pillagers with apples and breed with apples&stones ```json5 { "minecraft:pillager": { "tame": , "breed": , "chance": 0.1, "attack": true, "protect": true, "follow": { "enable": true } } } ```

Someone ask me whether they can tame Ingresssus Voltaris (Death Singer) in my SoW Server, so this mod comes out.

This mod provides a configurable system to control which mobs you can tame.

Note: Some entities may meet bugs since this mod doesn't rewrite the full AI!

If you are a newcomer of datapack or just want to tame everything, try this addon: (https://github.com/ArkTechMC/TameTools)((https://www.curseforge.com/minecraft/mc-mods/tame-tools)|(https://modrinth.com/mod/tame-tools))

## How to use

You can use command `/tame ` to tame manually (`ownerUuid` leave blank to remove owner). Also, there are two ways to configure.

### Configure with data driven (Recommended)

Create file `data//tameable/.json` in your datapack or mod. Then write contents below:

```json5 { "tame": [ //Which item you can use to tame "a single item", "#or a tag" ], "breed": [ //Which item you can use to breed. If you leave blank, it will use tame item. //Breed amount: value set -> food component -> 1 "a single item", "#or a tag", { //or an object "item": "item or tag", "heal": 1 } ], //The taming chance "chance": 0. 1, //should attack what player is attacking "attack": true, //should attack what is attacking player "protect": true, "follow": { //should follow player "enable": true, //follow speed "speed": 1, //The max range to stop follow "minDistance": 10, //The min range to start follow "maxDistance": 2, //Can leave "leavesAllowed": false } } ```

Default Values:

```json5 { "tame": [ //This is the only required field ], "breed": [ //Optional, will use tame item if this field not exist or blank "item or tag", { //or an object "item": "item or tag", "heal": 1 } ], //The taming chance "chance": 1, "attack": false, "protect": false, "follow": { //These value except "enable" is the default value of a wolf "enable": false, "speed": 1, "minDistance": 10, "maxDistance": 2, "leavesAllowed": false } } ```

Write contents into `data/minecraft/tameable/pillager.json`, you can tame pillagers with apples and breed with apples&stones

```json5 { "tame": [ "minecraft:apple" ], "breed": [ "minecraft:apple", { "item": "minecraft:stone", "heal": 5 } ], "chance": 0. 1, "attack": true, "protect": true, "follow": { "enable": true } } ```

### Configure with config file

NOTE:This will overwrite settings in datapack(s)!

Open file `.minecraft/config/tameable.json`. If this file not exists, create it.

You can use `/reload` in game to reload your edited config.

Config explanation:

```json5 { "entity type here": { //An object in datapack format, see it above } //... more } ```

With config following, you can tame pillagers with apples and breed with apples&stones

```json5 { "minecraft:pillager": { "tame": [ "minecraft:apple" ], "breed": [ "minecraft:apple", { "item": "minecraft:stone", "heal": 5 } ], "chance": 0. 1, "attack": true, "protect": true, "follow": { "enable": true } } } ```

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
IAFEnvoy
Version
1.5.1
Downloads
9,071
Endorsements
31
Category
fabric
Created
9/29/2024
Updated
12/10/2024
Game Versions
1.20.1
Tags
mobs, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Tameable support?

The author lists 1.20.1. Other versions may work but are untested by the author.

What is the latest version of Tameable?

Version 1.5.1, published 2024-12-10 with 9,071 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by IAFEnvoy 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods