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>
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
item.silverlabs:tent.name=Tent
|
||||
item.silverlabs:hammock.name=Hammock
|
||||
item.silverlabs:ore_detector_basic.name=Ore Detector
|
||||
item.silverlabs:ore_detector_improved.name=Ore Detector (Improved)
|
||||
item.silverlabs:ore_detector_advanced.name=Ore Detector (Advanced)
|
||||
tile.silverlabs:tent_canvas.name=Tent Canvas
|
||||
tile.silverlabs:hammock_cloth.name=Hammock Cloth
|
||||
|
||||
@@ -7,6 +7,15 @@
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 228 B |
Binary file not shown.
|
After Width: | Height: | Size: 227 B |
Binary file not shown.
|
After Width: | Height: | Size: 227 B |
Reference in New Issue
Block a user