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>
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "silverlabs_nat:owl",
|
|
"materials": {
|
|
"default": "entity_alphatest"
|
|
},
|
|
"textures": {
|
|
"snowy": "textures/sf/nba/entity/owl/white_owl",
|
|
"brown": "textures/sf/nba/entity/owl/brown_owl",
|
|
"baby": "textures/sf/nba/entity/owl/owl_baby"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.silverlabs_nat.owl",
|
|
"baby": "geometry.silverlabs_nat.owl_baby"
|
|
},
|
|
"animations": {
|
|
"main": "controller.animation.silverlabs_nat.owl.main",
|
|
"idle_event": "animation.silverlabs_nat.owl.idle_event",
|
|
"fly": "animation.silverlabs_nat.owl.fly",
|
|
"sleep": "animation.silverlabs_nat.owl.sleep",
|
|
"baby_idle": "animation.silverlabs_nat.owl_baby.idle",
|
|
"baby_walk": "animation.silverlabs_nat.owl_baby.walk",
|
|
"sit": "animation.silverlabs_nat.owl.sit",
|
|
"look_at_target": "animation.silverlabs_nat.look_at_target"
|
|
},
|
|
"scripts": {
|
|
"pre_animation": [
|
|
"v.anim_speed_multiplier = 1.0;",
|
|
"v.anim_speed_movement_max = 0.2;"
|
|
],
|
|
"animate": ["main", "look_at_target"]
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.silverlabs_nat.owl"
|
|
],
|
|
|
|
"spawn_egg": {
|
|
"texture": "silverlabs_nat.owl_spawn_egg"
|
|
},
|
|
"sound_effects": {
|
|
"wing": "silverlabs_nat.owl.wing",
|
|
"hoot": "silverlabs_nat.owl.hoot",
|
|
"step": "silverlabs_nat.step.smallbird",
|
|
"step_-6dB": "silverlabs_nat.step.smallbird_-6dB",
|
|
"step_-12dB": "silverlabs_nat.step.smallbird_-12dB"
|
|
}
|
|
}
|
|
}
|
|
}
|