feat: add multi-world hub system with lobby portals and hub-return addon
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>
This commit is contained in:
42
addon/spark_pet_RP/entity/spark_dragon.entity.json
Normal file
42
addon/spark_pet_RP/entity/spark_dragon.entity.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user