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,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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user