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>
85 lines
3.5 KiB
JSON
85 lines
3.5 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "silverlabs_nat:hedgehog",
|
|
"render_controllers": [
|
|
"controller.render.silverlabs_nat.hedgehog"
|
|
],
|
|
"materials": {
|
|
"default": "entity_multitexture_alpha_test"
|
|
},
|
|
"textures": {
|
|
"brown": "textures/sf/nba/entity/hedgehog/brown",
|
|
"dark": "textures/sf/nba/entity/hedgehog/dark",
|
|
"white": "textures/sf/nba/entity/hedgehog/white",
|
|
"overlay_none": "textures/sf/nba/empty",
|
|
"overlay_white": "textures/sf/nba/entity/0_tamed/hedgehog/white",
|
|
"overlay_orange": "textures/sf/nba/entity/0_tamed/hedgehog/orange",
|
|
"overlay_magenta": "textures/sf/nba/entity/0_tamed/hedgehog/magenta",
|
|
"overlay_light_blue": "textures/sf/nba/entity/0_tamed/hedgehog/light_blue",
|
|
"overlay_yellow": "textures/sf/nba/entity/0_tamed/hedgehog/yellow",
|
|
"overlay_lime": "textures/sf/nba/entity/0_tamed/hedgehog/lime",
|
|
"overlay_pink": "textures/sf/nba/entity/0_tamed/hedgehog/pink",
|
|
"overlay_gray": "textures/sf/nba/entity/0_tamed/hedgehog/gray",
|
|
"overlay_light_gray": "textures/sf/nba/entity/0_tamed/hedgehog/light_gray",
|
|
"overlay_cyan": "textures/sf/nba/entity/0_tamed/hedgehog/cyan",
|
|
"overlay_purple": "textures/sf/nba/entity/0_tamed/hedgehog/purple",
|
|
"overlay_blue": "textures/sf/nba/entity/0_tamed/hedgehog/blue",
|
|
"overlay_brown": "textures/sf/nba/entity/0_tamed/hedgehog/brown",
|
|
"overlay_green": "textures/sf/nba/entity/0_tamed/hedgehog/green",
|
|
"overlay_red": "textures/sf/nba/entity/0_tamed/hedgehog/red",
|
|
"overlay_black": "textures/sf/nba/entity/0_tamed/hedgehog/black"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.silverlabs_nat.hedgehog"
|
|
},
|
|
"animations": {
|
|
"look_at_target": "animation.silverlabs_nat.look_at_target",
|
|
"idle": "animation.silverlabs_nat.hedgehog.idle",
|
|
"idle_event": "animation.silverlabs_nat.hedgehog.idle_event",
|
|
"walk": "animation.silverlabs_nat.hedgehog.walk",
|
|
"roll_ground": "animation.silverlabs_nat.hedgehog.roll_ground",
|
|
"sit": "animation.silverlabs_nat.hedgehog.sit",
|
|
"hide": "animation.silverlabs_nat.hedgehog.hide",
|
|
"unhide": "animation.silverlabs_nat.hedgehog.unhide",
|
|
"attack": "animation.silverlabs_nat.hedgehog.attack",
|
|
"roll_air": "animation.silverlabs_nat.hedgehog.roll_air",
|
|
"move": "controller.animation.silverlabs_nat.hedgehog.main"
|
|
},
|
|
"scripts": {
|
|
"initialize": [
|
|
"v.anim_speed_multiplier = 0;",
|
|
"v.anim_speed_movement_max = 0;",
|
|
"v.run_anim_speed_multiplier = 0;",
|
|
"v.run_speed_movement_max = 0;",
|
|
"v.walk_threshold = 0.05;"
|
|
],
|
|
"pre_animation": [
|
|
"v.anim_speed_multiplier = 2.5;",
|
|
"v.anim_speed_movement_max = 0.2;",
|
|
"v.run_anim_speed_multiplier = 2.0;",
|
|
"v.run_speed_movement_max = 0.5;"
|
|
],
|
|
"animate": [
|
|
"move",
|
|
"look_at_target"
|
|
]
|
|
},
|
|
"sound_effects": {
|
|
"hide": "silverlabs_nat.hedgehog.hide",
|
|
"unhide": "silverlabs_nat.hedgehog.unhide",
|
|
"step": "silverlabs_nat.step.smallbird",
|
|
"step_-6dB": "silverlabs_nat.step.smallbird_-6dB",
|
|
"step_-12dB": "silverlabs_nat.step.smallbird_-12dB"
|
|
},
|
|
"particle_effects": {
|
|
"hedgehog_trail": "silverlabs_nat:hedgehog_trail"
|
|
},
|
|
"spawn_egg": {
|
|
"texture": "silverlabs_nat.hedgehog_spawn_egg"
|
|
}
|
|
}
|
|
}
|
|
}
|