Files
minecraft-aiworld/trees-features-addon/trees_features_BP/manifest.json
SysAdmin 7c8cd5b075 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>
2026-04-27 22:00:06 +01:00

55 lines
1004 B
JSON

{
"format_version": 2,
"header": {
"name": "Trees Lite (Wild Cherry)",
"description": "Hand-crafted wild cherry tree pack: log, planks, leaves, sapling, fruit. 3 mcstructure variants from More Trees Add-On.",
"uuid": "17e143de-4d3e-4086-a8a7-bb27c20fff48",
"version": [
1,
0,
0
],
"min_engine_version": [
1,
21,
0
]
},
"modules": [
{
"type": "data",
"uuid": "38e2acc9-bdcb-4784-b0d2-b90075032513",
"version": [
1,
0,
0
]
},
{
"type": "script",
"language": "javascript",
"uuid": "7bc85674-bdf8-4de6-ab03-b153ed485bf3",
"version": [
1,
0,
0
],
"entry": "scripts/main.js"
}
],
"dependencies": [
{
"uuid": "8b6f60d5-866a-47a3-9a83-afe867dfd57d",
"version": [
1,
0,
3
]
},
{
"module_name": "@minecraft/server",
"version": "1.17.0"
}
]
}