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,5 @@
{
"format_version": [1, 1, 0],
"silverlabs:hemp_crop": { "sound": "grass" },
"silverlabs:sun_lamp": { "sound": "glass" }
}

View File

@@ -0,0 +1,29 @@
{
"format_version": 2,
"header": {
"name": "Hemp Plant Resources",
"description": "Textures, models, lang for the Hemp Plant addon",
"uuid": "8e5c46ac-3b16-4f51-89f7-673bd06600f4",
"version": [
1,
0,
5
],
"min_engine_version": [
1,
21,
0
]
},
"modules": [
{
"type": "resources",
"uuid": "5fcc737f-d224-409d-85e9-99274afd72a9",
"version": [
1,
0,
5
]
}
]
}

View File

@@ -0,0 +1,6 @@
item.silverlabs:hemp_seeds.name=Hemp Seeds
item.silverlabs:hemp_bud.name=Hemp Bud
item.silverlabs:hemp_tincture.name=Hemp Tincture
item.silverlabs:hemp_brownie.name=Hemp Brownie
tile.silverlabs:hemp_crop.name=Hemp Plant
tile.silverlabs:sun_lamp.name=Sun Lamp

View File

@@ -0,0 +1 @@
["en_US"]

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

View File

@@ -0,0 +1,10 @@
{
"resource_pack_name": "hemp_RP",
"texture_name": "atlas.items",
"texture_data": {
"hemp_seeds": { "textures": "textures/items/hemp_seeds" },
"hemp_bud": { "textures": "textures/items/hemp_bud" },
"hemp_tincture": { "textures": "textures/items/hemp_tincture" },
"hemp_brownie": { "textures": "textures/items/hemp_brownie" }
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

View File

@@ -0,0 +1,16 @@
{
"resource_pack_name": "hemp_RP",
"texture_name": "atlas.terrain",
"padding": 8,
"num_mip_levels": 4,
"texture_data": {
"hemp_crop_0": { "textures": "textures/blocks/hemp_crop_0" },
"hemp_crop_1": { "textures": "textures/blocks/hemp_crop_1" },
"hemp_crop_2": { "textures": "textures/blocks/hemp_crop_2" },
"hemp_crop_3": { "textures": "textures/blocks/hemp_crop_3" },
"hemp_crop_4": { "textures": "textures/blocks/hemp_crop_4" },
"hemp_crop_5": { "textures": "textures/blocks/hemp_crop_5" },
"sun_lamp": { "textures": "textures/blocks/sun_lamp" },
"sun_lamp_off": { "textures": "textures/blocks/sun_lamp_off" }
}
}