Lobby addon detects players in portal zones at X: -15/0/15 and transfers them to Jamie/Lyla/Mya survival worlds. Hub-return addon gives players a recovery compass and chat commands (!hub, !lobby) to return to the lobby. Includes docker-compose.yml for 4 Bedrock servers (lobby + 3 child worlds), spark pet behavior/resource packs, and updated .gitignore. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "silverlabs:spark_dragon",
|
|
"materials": {
|
|
"default": "entity_alphatest"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/spark_dragon"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.spark_dragon"
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.spark_dragon"
|
|
],
|
|
"animations": {
|
|
"idle": "animation.spark_dragon.idle",
|
|
"walk": "animation.spark_dragon.walk",
|
|
"sit": "animation.spark_dragon.sit",
|
|
"sleep": "animation.spark_dragon.sleep",
|
|
"fly": "animation.spark_dragon.fly",
|
|
"controller": "controller.animation.spark_dragon",
|
|
"beacon_controller": "controller.animation.spark_dragon.beacon",
|
|
"mood_controller": "controller.animation.spark_dragon.mood"
|
|
},
|
|
"scripts": {
|
|
"animate": ["controller", "beacon_controller", "mood_controller"]
|
|
},
|
|
"particle_effects": {
|
|
"beacon_beam": "minecraft:endrod",
|
|
"mood_happy": "minecraft:villager_happy",
|
|
"mood_needy": "minecraft:large_smoke"
|
|
},
|
|
"spawn_egg": {
|
|
"base_color": "#7B2FBE",
|
|
"overlay_color": "#F5A623"
|
|
}
|
|
}
|
|
}
|
|
}
|