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>
5
hemp-addon/hemp_RP/blocks.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"format_version": [1, 1, 0],
|
||||
"silverlabs:hemp_crop": { "sound": "grass" },
|
||||
"silverlabs:sun_lamp": { "sound": "glass" }
|
||||
}
|
||||
29
hemp-addon/hemp_RP/manifest.json
Normal 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
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
6
hemp-addon/hemp_RP/texts/en_US.lang
Normal 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
|
||||
1
hemp-addon/hemp_RP/texts/languages.json
Normal file
@@ -0,0 +1 @@
|
||||
["en_US"]
|
||||
BIN
hemp-addon/hemp_RP/textures/blocks/hemp_crop_0.png
Normal file
|
After Width: | Height: | Size: 108 B |
BIN
hemp-addon/hemp_RP/textures/blocks/hemp_crop_1.png
Normal file
|
After Width: | Height: | Size: 125 B |
BIN
hemp-addon/hemp_RP/textures/blocks/hemp_crop_2.png
Normal file
|
After Width: | Height: | Size: 156 B |
BIN
hemp-addon/hemp_RP/textures/blocks/hemp_crop_3.png
Normal file
|
After Width: | Height: | Size: 174 B |
BIN
hemp-addon/hemp_RP/textures/blocks/hemp_crop_4.png
Normal file
|
After Width: | Height: | Size: 316 B |
BIN
hemp-addon/hemp_RP/textures/blocks/hemp_crop_5.png
Normal file
|
After Width: | Height: | Size: 332 B |
BIN
hemp-addon/hemp_RP/textures/blocks/sun_lamp.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
hemp-addon/hemp_RP/textures/blocks/sun_lamp_off.png
Normal file
|
After Width: | Height: | Size: 298 B |
10
hemp-addon/hemp_RP/textures/item_texture.json
Normal 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" }
|
||||
}
|
||||
}
|
||||
BIN
hemp-addon/hemp_RP/textures/items/hemp_brownie.png
Normal file
|
After Width: | Height: | Size: 177 B |
BIN
hemp-addon/hemp_RP/textures/items/hemp_bud.png
Normal file
|
After Width: | Height: | Size: 198 B |
BIN
hemp-addon/hemp_RP/textures/items/hemp_seeds.png
Normal file
|
After Width: | Height: | Size: 139 B |
BIN
hemp-addon/hemp_RP/textures/items/hemp_tincture.png
Normal file
|
After Width: | Height: | Size: 152 B |
16
hemp-addon/hemp_RP/textures/terrain_texture.json
Normal 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" }
|
||||
}
|
||||
}
|
||||