Files
minecraft-aiworld/camping-supplies-addon/camping_supplies_RP/textures/item_texture.json
SysAdmin b9e3380f6c feat(camping): three-tier ore detector with private-chest faraday cage
New basic/improved/advanced detectors (8/16/32 block range). Aim and
right-click to ping the nearest ore on the view ray; pitch-coded sound
and action-bar text show distance and ore type. Any ore within 4 blocks
of a silverlabs:private_chest is hidden — chests act as faraday cages
so claimed bases stay private from neighbours' detectors.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 21:59:27 +01:00

22 lines
524 B
JSON

{
"resource_pack_name": "camping_supplies_RP",
"texture_name": "atlas.items",
"texture_data": {
"tent_item": {
"textures": "textures/items/tent"
},
"hammock_item": {
"textures": "textures/items/hammock"
},
"ore_detector_basic": {
"textures": "textures/items/ore_detector_basic"
},
"ore_detector_improved": {
"textures": "textures/items/ore_detector_improved"
},
"ore_detector_advanced": {
"textures": "textures/items/ore_detector_advanced"
}
}
}