feat(easter-eggs): add easter egg hunt addon across all worlds
All checks were successful
Deploy Addons / deploy (push) Successful in 17s
All checks were successful
Deploy Addons / deploy (push) Successful in 17s
50 eggs hidden per child world (Jamie/Lyla/Mya) in 8 creative hiding scenes (barrels, hay bales, flower patches, logs, fences, crafting tables, mossy ledges, leaf clusters). Each world uses a distinct glazed terracotta colour. Found eggs are tracked via player tags which persist across server transfers; lobby reads tags and maintains a scoreboard leaderboard (egg_count objective). Gitea deploy workflow updated to include easter-egg-addon/ and docker-compose.yml in checkout. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
29
easter-egg-addon/easter_egg_child_BP/manifest.json
Normal file
29
easter-egg-addon/easter_egg_child_BP/manifest.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": 2,
|
||||
"header": {
|
||||
"name": "Easter Egg Hunt",
|
||||
"description": "Hides 50 easter eggs around spawn for players to find",
|
||||
"uuid": "c1e2a3b4-5678-9012-abcd-ef1234567890",
|
||||
"version": [1, 0, 0],
|
||||
"min_engine_version": [1, 21, 0]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"type": "script",
|
||||
"language": "javascript",
|
||||
"uuid": "d2f3b4c5-6789-0123-bcde-f12345678901",
|
||||
"version": [1, 0, 0],
|
||||
"entry": "scripts/main.js"
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"module_name": "@minecraft/server",
|
||||
"version": "1.17.0"
|
||||
},
|
||||
{
|
||||
"module_name": "@minecraft/server-admin",
|
||||
"version": "1.0.0-beta"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user