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:
74
hemp-addon/hemp_BP/blocks/hemp_crop.json
Normal file
74
hemp-addon/hemp_BP/blocks/hemp_crop.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"format_version": "1.21.0",
|
||||
"minecraft:block": {
|
||||
"description": {
|
||||
"identifier": "silverlabs:hemp_crop",
|
||||
"menu_category": { "category": "nature" },
|
||||
"states": {
|
||||
"silverlabs:hemp_age": { "values": { "min": 0, "max": 5 } },
|
||||
"silverlabs:hemp_top": { "values": [false, true] }
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"minecraft:destructible_by_mining": { "seconds_to_destroy": 0.1 },
|
||||
"minecraft:destructible_by_explosion": { "explosion_resistance": 0.1 },
|
||||
"minecraft:flammable": { "destroy_chance_modifier": 60, "catch_chance_modifier": 60 },
|
||||
"minecraft:light_dampening": 0,
|
||||
"minecraft:map_color": "#5d8a3c",
|
||||
"minecraft:collision_box": false,
|
||||
"minecraft:selection_box": { "origin": [-6, 0, -6], "size": [12, 14, 12] },
|
||||
"minecraft:geometry": "minecraft:geometry.cross",
|
||||
"minecraft:material_instances": {
|
||||
"*": {
|
||||
"texture": "hemp_crop_0",
|
||||
"render_method": "alpha_test",
|
||||
"ambient_occlusion": false,
|
||||
"face_dimming": false
|
||||
}
|
||||
},
|
||||
"minecraft:loot": "loot_tables/blocks/hemp_crop.json"
|
||||
},
|
||||
"permutations": [
|
||||
{
|
||||
"condition": "query.block_state('silverlabs:hemp_age') == 1",
|
||||
"components": {
|
||||
"minecraft:material_instances": {
|
||||
"*": { "texture": "hemp_crop_1", "render_method": "alpha_test", "ambient_occlusion": false, "face_dimming": false }
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "query.block_state('silverlabs:hemp_age') == 2",
|
||||
"components": {
|
||||
"minecraft:material_instances": {
|
||||
"*": { "texture": "hemp_crop_2", "render_method": "alpha_test", "ambient_occlusion": false, "face_dimming": false }
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "query.block_state('silverlabs:hemp_age') == 3",
|
||||
"components": {
|
||||
"minecraft:material_instances": {
|
||||
"*": { "texture": "hemp_crop_3", "render_method": "alpha_test", "ambient_occlusion": false, "face_dimming": false }
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "query.block_state('silverlabs:hemp_age') == 4",
|
||||
"components": {
|
||||
"minecraft:material_instances": {
|
||||
"*": { "texture": "hemp_crop_4", "render_method": "alpha_test", "ambient_occlusion": false, "face_dimming": false }
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "query.block_state('silverlabs:hemp_age') == 5",
|
||||
"components": {
|
||||
"minecraft:material_instances": {
|
||||
"*": { "texture": "hemp_crop_5", "render_method": "alpha_test", "ambient_occlusion": false, "face_dimming": false }
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user