feat(anthrax-cat): add Maneki-neko lucky cat decoration addon, remove easter egg
All checks were successful
Deploy Addons / deploy (push) Successful in 46s
All checks were successful
Deploy Addons / deploy (push) Successful in 46s
- New silverlabs:anthrax_cat entity: sitting cat with waving paw animation, idle body bob, look-at-player, fortune message + bell sound on interact - Custom 64x64 texture (cream/white, red bib, gold coin, orange tabby patches) - Custom geometry: body, head, ears, raised left arm, tail, bib, coin bones - Removed easter egg addon mounts from all 4 servers (lobby + 3 child worlds) - Anthrax Cat mounted on all 4 servers Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,8 @@ services:
|
||||
- ./addon/spark_pet_RP:/data/resource_packs/spark_pet_RP
|
||||
- ./addon/heyhe_pet_BP:/data/behavior_packs/heyhe_pet_BP
|
||||
- ./addon/heyhe_pet_RP:/data/resource_packs/heyhe_pet_RP
|
||||
- ./easter-egg-addon/easter_egg_lobby_BP:/data/behavior_packs/easter_egg_lobby_BP
|
||||
- ./addon/anthrax_cat_BP:/data/behavior_packs/anthrax_cat_BP
|
||||
- ./addon/anthrax_cat_RP:/data/resource_packs/anthrax_cat_RP
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- mc-network
|
||||
@@ -53,7 +54,8 @@ services:
|
||||
- ./addon/spark_pet_RP:/data/resource_packs/spark_pet_RP
|
||||
- ./addon/heyhe_pet_BP:/data/behavior_packs/heyhe_pet_BP
|
||||
- ./addon/heyhe_pet_RP:/data/resource_packs/heyhe_pet_RP
|
||||
- ./easter-egg-addon/easter_egg_child_BP:/data/behavior_packs/easter_egg_child_BP
|
||||
- ./addon/anthrax_cat_BP:/data/behavior_packs/anthrax_cat_BP
|
||||
- ./addon/anthrax_cat_RP:/data/resource_packs/anthrax_cat_RP
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- mc-network
|
||||
@@ -82,7 +84,8 @@ services:
|
||||
- ./addon/spark_pet_RP:/data/resource_packs/spark_pet_RP
|
||||
- ./addon/heyhe_pet_BP:/data/behavior_packs/heyhe_pet_BP
|
||||
- ./addon/heyhe_pet_RP:/data/resource_packs/heyhe_pet_RP
|
||||
- ./easter-egg-addon/easter_egg_child_BP:/data/behavior_packs/easter_egg_child_BP
|
||||
- ./addon/anthrax_cat_BP:/data/behavior_packs/anthrax_cat_BP
|
||||
- ./addon/anthrax_cat_RP:/data/resource_packs/anthrax_cat_RP
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- mc-network
|
||||
@@ -111,7 +114,8 @@ services:
|
||||
- ./addon/spark_pet_RP:/data/resource_packs/spark_pet_RP
|
||||
- ./addon/heyhe_pet_BP:/data/behavior_packs/heyhe_pet_BP
|
||||
- ./addon/heyhe_pet_RP:/data/resource_packs/heyhe_pet_RP
|
||||
- ./easter-egg-addon/easter_egg_child_BP:/data/behavior_packs/easter_egg_child_BP
|
||||
- ./addon/anthrax_cat_BP:/data/behavior_packs/anthrax_cat_BP
|
||||
- ./addon/anthrax_cat_RP:/data/resource_packs/anthrax_cat_RP
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- mc-network
|
||||
|
||||
Reference in New Issue
Block a user