your current location:首页 > news>takeable minecraft

takeable minecraft

2024-12-15 01:34:13|Myriagame |source:minecraft skins

Someone asked me if I could tame Ingraceis (the veloner) of the war song, so I made this MOD.

This MOD provides a configuration system that controls biological tame attributes.

Note: Because there is no completely rewriting AI, some creatures may still attack players after taming.

Configuration method

This MOD provides two configuration methods.Only basic information is written here. If you need more detailed information such as examples, you can view the CurseForge / Modrinth / Github interface of the MOD.

Package (recommended)

Create a file data/< .json of the ID>/timeable/ .json, and then write the following content in your data packet or MOD.

 {// Here are the default values. If you do not need to modify, you can delete the corresponding key (except to) "take": [// the only must be content.], "BREED": [// Blood recovery calculation: Prefer to use the Heal value. If there is no existence, use the attribute value of the food itself. If it is not food, it is 1.// Optional, if it is not provided, use the content in time."One item or item label (the label needs to be added with#)", {// or an object, you can configure the food recovery."Item": "item or tag", "heal": 1}], // Tame the probability, 1 can be tamed once."CHANCE": 1, "Attack": False, // Whether to attack the target of players attack."Protect": False, // Whether to attack the target of attacking the player."Follow": {// Whether to follow, the following values ​​are the default values ​​of wolves."Enable": false, "speard": 1, "mindistance": 10, "maxdistance": 2, "leaveSalllow": false,} 

Configure the file

The MOD configuration file is .mineCraft/Config/Tameable.json. If there is no existence, it can be created manually.

 {"physical type ID": {// The content of the contents of the data packet is the same as the content of the packet.} // You can continue to be added here.} 

About JADE compatibility

When installing Jade, you can check the tame information of the creature through its information bar.To.

Minecraft images

Minecraft images

Minecraft images

In addition to other statements, MCMOD.CN, all open public editing content uses the BY-NC-SA 3.0 protocol.