UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

36 lines 1.17 kB
{ "fields": [ { "id": "apply_to_family", "title": "Apply To Family", "description": "Determines if the mob will grant mobs of the same type combat buffs if they kill the target.", "defaultValue": false, "dataType": 1 }, { "id": "apply_to_self", "title": "Apply To Self", "description": "Determines if the mob will grant itself the combat buffs if it kills the target.", "defaultValue": false, "dataType": 1 }, { "id": "regeneration_duration", "title": "Regeneration Duration", "description": "The duration in seconds of Regeneration I added to the mob. Can also be set to \"infinite\"", "defaultValue": 5, "dataType": 0 } ], "description": "Gives `Regeneration I` and removes `Mining Fatigue` from the mob that kills the entity's attack target.", "title": "Combat Regeneration", "samples": { "/vanilla/behavior_pack/entities/axolotl.json": [ { "path": "/minecraft:entity/components/minecraft:combat_regeneration/", "content": {} } ] }, "id": "minecraft:combat_regeneration" }