feat(addons): hemp plant, wild cherry tree, naturalist-lite
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>
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"minecraft:client_entity": {
|
||||
"description": {
|
||||
"identifier": "silverlabs_nat:snake",
|
||||
"materials": { "default": "entity_alphatest" },
|
||||
"textures": {
|
||||
"default": "textures/sf/nba/entity/snake/green_snake"
|
||||
},
|
||||
"geometry": {
|
||||
"default": "geometry.silverlabs_nat.snake"
|
||||
},
|
||||
"animations": {
|
||||
"bellied": "animation.silverlabs_nat.snake.bellied",
|
||||
"climb": "animation.silverlabs_nat.snake.climb",
|
||||
"move": "animation.silverlabs_nat.snake.move",
|
||||
"look_at_target": "animation.silverlabs_nat.look_at_target",
|
||||
"sleep": "animation.silverlabs_nat.snake.sleep",
|
||||
"tongue": "animation.silverlabs_nat.snake.tongue",
|
||||
"attack": "animation.silverlabs_nat.snake.attack",
|
||||
"general": "controller.animation.silverlabs_nat.snake.general",
|
||||
"bite": "controller.animation.silverlabs_nat.snake.bite",
|
||||
"ambient": "controller.animation.silverlabs_nat.snake.ambient"
|
||||
},
|
||||
"scripts": {
|
||||
"animate": [
|
||||
"general",
|
||||
"bite",
|
||||
"ambient",
|
||||
{ "bellied": "q.is_item_equipped" }
|
||||
]
|
||||
},
|
||||
"sound_effects": {
|
||||
"idle": "silverlabs_nat.snake.idle",
|
||||
"attack": "silverlabs_nat.snake.attack",
|
||||
"rattle": "silverlabs_nat.snake.rattle",
|
||||
"rattleshort": "silverlabs_nat.snake.rattleshort"
|
||||
},
|
||||
"render_controllers": [
|
||||
"controller.render.silverlabs_nat.snake"
|
||||
],
|
||||
"spawn_egg": {
|
||||
"texture": "silverlabs_nat.snake_spawn_egg"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user