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:
2026-04-27 22:00:06 +01:00
parent b9e3380f6c
commit 7c8cd5b075
984 changed files with 192691 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"format_version": "1.10.0",
"animations": {
"animation.silverlabs_nat.alligator.defensive_mode_check": {
"loop": true,
"animation_length": 1.0,
"timeline": {
"0.0": [
"/execute at @s if entity @e[family=silverlabs_nat:alligator_egg,r=10] run event entity @s silverlabs_nat:defending_eggs",
"/execute at @s unless entity @e[family=silverlabs_nat:alligator_egg,r=10] run event entity @s silverlabs_nat:not_defending_eggs"
]
}
}
}
}

View File

@@ -0,0 +1,14 @@
{
"format_version": "1.10.0",
"animations": {
"animation.silverlabs_nat.bear.harvest_sensor": {
"loop": true,
"animation_length": 3.0,
"timeline": {
"1.5": [
"@s silverlabs_nat:harvest_sensor"
]
}
}
}
}

View File

@@ -0,0 +1,23 @@
{
"format_version": "1.10.0",
"animations": {
"animation.silverlabs_nat.beaver.get_stick": {
"loop": true,
"animation_length": 1.0,
"timeline": {
"0.0": [
"/replaceitem entity @s slot.weapon.mainhand 0 stick"
]
}
},
"animation.silverlabs_nat.beaver.find_stick": {
"loop": true,
"animation_length": 1.0,
"timeline": {
"0.0": [
"@s silverlabs_nat:find_stick"
]
}
}
}
}

View File

@@ -0,0 +1,13 @@
{
"format_version": "1.10.0",
"animations": {
"animation.sf_afm.duration.1": {
"animation_length": 1,
"loop": true
},
"animation.silverlabs_nat.duration_10": {
"animation_length": 10.0,
"loop": false
}
}
}

View File

@@ -0,0 +1,12 @@
{
"format_version": "1.10.0",
"animations": {
"animation.silverlabs_nat.otter.despawn_check": {
"loop": true,
"animation_length": 5.0,
"timeline": {
"2.5": ["/scriptevent silverlabs_nat:otter_despawn_check"]
}
}
}
}

View File

@@ -0,0 +1,14 @@
{
"format_version": "1.10.0",
"animations": {
"animation.silverlabs_nat.whale.particle_check": {
"loop": true,
"animation_length": 1.0,
"timeline": {
"0.0": [
"/scriptevent silverlabs_nat:whale_check"
]
}
}
}
}