Files
minecraft-aiworld/addon
SysAdmin 4bd9efc081
All checks were successful
Deploy Addons / deploy (push) Successful in 24s
feat(spark_pet): major overhaul — traits, animations, riding, fire, coloured hatching
- Movement: slower follow (speed 0.3, stop_dist 5), near-zero teleport chance
- Scales: baby 0.65, juvenile 0.9, adult 1.3 (up from 0.4/0.7/1.0)
- Personality traits (0–4): set by feeding specific foods while sneaking;
  affects stroll range, follow distance, look-at-player frequency
- Passtime animations driven by pure Molang lifecycle math (no timer components):
  groom, sniff, stretch, happy_bounce cycling ~every 3 min per dragon
- Rideable adults: minecraft:rideable + input_ground_controlled, seat at [0,0.9,-0.3]
- Fire breathing: autonomous vs monsters (radius 16) + player-triggered (sneak + fire_charge)
- New hatching system: 6 nest block variants (oak/spruce/jungle/crimson/warped/obsidian),
  craft nest + dragon_egg → coloured egg item; place egg, bonemeal + blaze powder → hatch;
  dragon colour matches nest type via 6 separate egg entity types + born_color events
- 18 new PNG textures: 6 dragon colours, 6 nest blocks, 6 egg items (HSV hue rotation)
- Render controller updated to use texture array indexed by silverlabs:dragon_color property

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 02:12:44 +00:00
..

Spark Dragon Pet Addon

A custom Minecraft Bedrock addon that adds Spark — a tameable mini dragon pet with real personality.

Features

  • Tameable: Feed fish or salmon (33% chance per feed) to tame
  • Home Zone System: Use a Dragon Whistle to set a home location
  • Daily Routine: Explores by day, returns home at dusk, sleeps at night
  • Follow Mode: Crouch + interact to toggle between follow and home-routine modes
  • Leashable & Nameable: Full pet functionality
  • Fall Damage Immune: Dragons don't take fall damage
  • Healable: Feed fish/salmon to restore health

Building

cd addon
bash build.sh

This produces build/spark_dragon_pet.mcaddon.

Installation

  1. Windows: Double-click the .mcaddon file to auto-import into Minecraft
  2. Manual: Copy the packs to:
    • com.mojang/development_behavior_packs/spark_pet_BP/
    • com.mojang/development_resource_packs/spark_pet_RP/
  3. Activate both packs on your world (Create/Edit World → Add-Ons)

Usage

  1. Spawn: /summon silverlabs:spark_dragon ~ ~ ~ or use the spawn egg in creative
  2. Tame: Hold fish or salmon and interact with the dragon
  3. Set Home: Craft a Dragon Whistle, hold it, and interact with your tamed Spark
  4. Toggle Follow/Stay: Crouch + interact with your tamed Spark
  5. Heal: Feed fish (+4 HP) or salmon (+6 HP)

Daily Cycle (when home is set)

Time Behavior
DawnNoon (012000) Exploring within 32 blocks of home
Dusk (1200013000) Navigating back home
Night (1300023000) Sleeping at home
Pre-dawn (2300024000) Waking up

Entity ID

silverlabs:spark_dragon