New addons: - hemp-addon: silverlabs:hemp_crop (5 ages, indoor sun-lamp grown vs outdoor sky-lit), shears harvest, cauldron tincture, brownie food, bonemeal, sun-lamp redstone-lit block (light_dampening: 0 so crops beneath stay lit), grass-seed bootstrap, wandering-trader buyback, pillager raid stealing. - trees-features-addon: ods_orch wild cherry tree — log/leaves/planks/ stripped/sapling/fruit blocks with seasonal fruit states, structure- spawn worldgen. - naturalist-lite-addon: 13-mob subset of Naturalist (deer, fox, owl, skunk, snake, hedgehog, red panda, capybara, elephant, kangaroo, moose, tiger, firefly), trimmed for Switch joinability. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
72 lines
2.8 KiB
JSON
72 lines
2.8 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "silverlabs_nat:tiger",
|
|
"materials": {
|
|
"default": "entity_alphatest"
|
|
},
|
|
"textures": {
|
|
"black_panther": "textures/sf/nba/entity/tiger/black_panther",
|
|
"leopard": "textures/sf/nba/entity/tiger/leopard",
|
|
"tiger": "textures/sf/nba/entity/tiger/tiger",
|
|
"white_tiger": "textures/sf/nba/entity/tiger/white_tiger",
|
|
"baby_black_panther": "textures/sf/nba/entity/tiger/black_panther_baby",
|
|
"baby_leopard": "textures/sf/nba/entity/tiger/leopard_baby",
|
|
"baby_tiger": "textures/sf/nba/entity/tiger/tiger_baby",
|
|
"baby_white_tiger": "textures/sf/nba/entity/tiger/white_tiger_baby"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.silverlabs_nat.tiger",
|
|
"baby": "geometry.silverlabs_nat.tiger_baby"
|
|
},
|
|
"animations": {
|
|
"walk": "animation.silverlabs_nat.tiger.walk",
|
|
"run": "animation.silverlabs_nat.tiger.run",
|
|
"prey": "animation.silverlabs_nat.tiger.prey",
|
|
"look_at_target": "animation.silverlabs_nat.look_at_target",
|
|
"idle": "animation.silverlabs_nat.tiger.idle",
|
|
"sleep": "animation.silverlabs_nat.tiger.sleep",
|
|
"sleep2": "animation.silverlabs_nat.tiger.sleep2",
|
|
"swing": "animation.silverlabs_nat.tiger.swing",
|
|
"move": "controller.animation.silverlabs_nat.tiger.move",
|
|
"attack_controller": "controller.animation.silverlabs_nat.tiger.attack",
|
|
"attack": "animation.silverlabs_nat.tiger.attack",
|
|
"baby_idle": "animation.silverlabs_nat.tiger_baby.idle",
|
|
"baby_walk": "animation.silverlabs_nat.tiger_baby.walk",
|
|
"baby_run": "animation.silverlabs_nat.tiger_baby.run",
|
|
"baby_sleep": "animation.silverlabs_nat.tiger_baby.sleep"
|
|
},
|
|
"scripts": {
|
|
"initialize": [
|
|
"v.is_moving = 0;",
|
|
"v.is_sprinting = 0;"
|
|
],
|
|
"pre_animation": [
|
|
"v.anim_speed_multiplier = q.is_baby ? 1.4 : 1.0;",
|
|
"v.anim_speed_movement_max = 0.35;",
|
|
"v.is_moving = q.modified_move_speed >= 0.05;",
|
|
"v.is_sprinting = (q.modified_move_speed * (q.is_baby ? 0.85 : 1) - (q.distance_from_camera * 0.000001)) >= (q.is_baby ? 0.65 : 0.95) ? 1;"
|
|
],
|
|
"animate": [
|
|
"move",
|
|
"attack_controller"
|
|
]
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.silverlabs_nat.tiger"
|
|
],
|
|
"spawn_egg": {
|
|
"texture": "silverlabs_nat.tiger_spawn_egg"
|
|
},
|
|
"sound_effects": {
|
|
"attack": "silverlabs_nat.tiger.attack",
|
|
"sleep": "silverlabs_nat.tiger.sleep",
|
|
"step": "silverlabs_nat.lion.step",
|
|
"step_-6dB": "silverlabs_nat.lion.step_-6dB",
|
|
"prey": "silverlabs_nat.tiger.prey"
|
|
}
|
|
}
|
|
}
|
|
}
|