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>
10
trees-features-addon/trees_features_RP/blocks.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"format_version": "1.21.0",
|
||||
"ods_orch:wild_cherry_tree_log": { "sound": "wood" },
|
||||
"ods_orch:wild_cherry_tree_stripped_log": { "sound": "wood" },
|
||||
"ods_orch:wild_cherry_tree_planks": { "sound": "wood" },
|
||||
"ods_orch:wild_cherry_tree_leaves": { "sound": "grass" },
|
||||
"ods_orch:wild_cherry_tree_sapling": { "sound": "grass" },
|
||||
"ods_orch:wild_cherry_tree_fruit_side": { "sound": "moss_block" },
|
||||
"ods_orch:wild_cherry_tree_fruit_down": { "sound": "moss_block" }
|
||||
}
|
||||
29
trees-features-addon/trees_features_RP/manifest.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": 2,
|
||||
"header": {
|
||||
"name": "Trees Lite Resources",
|
||||
"description": "Textures, models, and particles for the wild cherry tree pack.",
|
||||
"uuid": "8b6f60d5-866a-47a3-9a83-afe867dfd57d",
|
||||
"version": [
|
||||
1,
|
||||
0,
|
||||
3
|
||||
],
|
||||
"min_engine_version": [
|
||||
1,
|
||||
21,
|
||||
0
|
||||
]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"type": "resources",
|
||||
"uuid": "eb47190a-a556-4892-b894-4f4e6028c82d",
|
||||
"version": [
|
||||
1,
|
||||
0,
|
||||
3
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
trees-features-addon/trees_features_RP/pack_icon.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
11
trees-features-addon/trees_features_RP/texts/en_US.lang
Normal file
@@ -0,0 +1,11 @@
|
||||
pack.name=Trees Lite (Wild Cherry)
|
||||
pack.description=Hand-crafted wild cherry tree pack.
|
||||
|
||||
tile.ods_orch:wild_cherry_tree_log.name=Wild Cherry Log
|
||||
tile.ods_orch:wild_cherry_tree_stripped_log.name=Stripped Wild Cherry Log
|
||||
tile.ods_orch:wild_cherry_tree_planks.name=Wild Cherry Planks
|
||||
tile.ods_orch:wild_cherry_tree_leaves.name=Wild Cherry Leaves
|
||||
tile.ods_orch:wild_cherry_tree_sapling.name=Wild Cherry Sapling
|
||||
tile.ods_orch:wild_cherry_tree_fruit_side.name=Wild Cherry Cluster
|
||||
tile.ods_orch:wild_cherry_tree_fruit_down.name=Wild Cherry Hanging
|
||||
item.ods_orch:wild_cherry_tree_sapling_placer.name=Wild Cherry Sapling
|
||||
@@ -0,0 +1 @@
|
||||
["en_US"]
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"resource_pack_name": "trees_features_RP",
|
||||
"texture_name": "atlas.items",
|
||||
"texture_data": {
|
||||
"ods_orch_wild_cherry_tree_sapling_placer": { "textures": "textures/ods/orch/items/wild_cherry_tree_sapling_placer" }
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 265 B |
|
After Width: | Height: | Size: 289 B |
|
After Width: | Height: | Size: 502 B |
|
After Width: | Height: | Size: 773 B |
|
After Width: | Height: | Size: 718 B |
|
After Width: | Height: | Size: 383 B |
|
After Width: | Height: | Size: 726 B |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 383 B |
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"resource_pack_name": "trees_features_RP",
|
||||
"texture_name": "atlas.terrain",
|
||||
"padding": 8,
|
||||
"num_mip_levels": 4,
|
||||
"texture_data": {
|
||||
"ods_orch_wild_cherry_tree_log": { "textures": "textures/ods/orch/blocks/wild_cherry_tree_log" },
|
||||
"ods_orch_wild_cherry_tree_stripped_log": { "textures": "textures/ods/orch/blocks/wild_cherry_tree_stripped_log" },
|
||||
"ods_orch_wild_cherry_tree_planks": { "textures": "textures/ods/orch/blocks/wild_cherry_tree_planks" },
|
||||
"ods_orch_wild_cherry_tree_leaves": { "textures": "textures/ods/orch/blocks/wild_cherry_tree_leaves" },
|
||||
"ods_orch_wild_cherry_tree_sapling": { "textures": "textures/ods/orch/blocks/wild_cherry_tree_sapling" },
|
||||
"ods_orch_wild_cherry_tree_fruit_side": { "textures": "textures/ods/orch/blocks/wild_cherry_tree_fruit_side" },
|
||||
"ods_orch_wild_cherry_tree_fruit_down": { "textures": "textures/ods/orch/blocks/wild_cherry_tree_fruit_down" }
|
||||
}
|
||||
}
|
||||