Files
minecraft-aiworld/addon
SysAdmin e6148a2949
All checks were successful
Deploy Addons / deploy (push) Successful in 13s
fix(addons): correct recipe unlock shape and block format_version
Follow-up to 4324882. The { "context": "always_unlocked" } form triggered
"malformed unlocking context" on 1.26-series Bedrock (AlwaysUnlocked pascal
form fared no better). Empty-array form is the universally accepted "recipe
always known" shape. This unblocks mc-lobby which was crashing on boot.

Also reverts block format_version on mailbox.json + smart_crafting_table.json
to 1.21.0 — every other working block in the repo uses that, so the prior
1.21.60 choice was unnecessary.

- 19 dragon + portal recipes (spark_pet_BP, lobby_transfer_BP): unlock -> []
- 7 other recipes touching unlock { context: ... }: same
- 2 block files: format_version 1.21.60 -> 1.21.0

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 23:22:41 +01: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