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>
BIN
addon/spark_pet_RP/textures/blocks/dragon_basket.png
Normal file
|
After Width: | Height: | Size: 112 B |
BIN
addon/spark_pet_RP/textures/entity/dragon_egg.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
addon/spark_pet_RP/textures/entity/dragon_gravestone.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
addon/spark_pet_RP/textures/entity/dragon_toy.png
Normal file
|
After Width: | Height: | Size: 506 B |
BIN
addon/spark_pet_RP/textures/entity/spark_dragon.png
Normal file
|
After Width: | Height: | Size: 420 B |
21
addon/spark_pet_RP/textures/item_texture.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"resource_pack_name": "spark_pet_RP",
|
||||
"texture_name": "atlas.items",
|
||||
"texture_data": {
|
||||
"dragon_whistle": {
|
||||
"textures": "textures/items/dragon_whistle"
|
||||
},
|
||||
"dragon_egg": {
|
||||
"textures": "textures/items/dragon_egg"
|
||||
},
|
||||
"dragon_toy": {
|
||||
"textures": "textures/items/dragon_toy"
|
||||
},
|
||||
"dragon_bones": {
|
||||
"textures": "textures/items/dragon_bones"
|
||||
},
|
||||
"dragon_gravestone": {
|
||||
"textures": "textures/items/dragon_gravestone"
|
||||
},
|
||||
}
|
||||
}
|
||||
BIN
addon/spark_pet_RP/textures/items/dragon_bones.png
Normal file
|
After Width: | Height: | Size: 270 B |
BIN
addon/spark_pet_RP/textures/items/dragon_egg.png
Normal file
|
After Width: | Height: | Size: 220 B |
BIN
addon/spark_pet_RP/textures/items/dragon_gravestone.png
Normal file
|
After Width: | Height: | Size: 205 B |
BIN
addon/spark_pet_RP/textures/items/dragon_toy.png
Normal file
|
After Width: | Height: | Size: 287 B |
BIN
addon/spark_pet_RP/textures/items/dragon_whistle.png
Normal file
|
After Width: | Height: | Size: 161 B |
11
addon/spark_pet_RP/textures/terrain_texture.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"resource_pack_name": "spark_pet",
|
||||
"texture_name": "atlas.terrain",
|
||||
"padding": 8,
|
||||
"num_mip_levels": 4,
|
||||
"texture_data": {
|
||||
"dragon_basket": {
|
||||
"textures": "textures/blocks/dragon_basket"
|
||||
}
|
||||
}
|
||||
}
|
||||