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:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.21.0",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "silverlabs:ore_detector_advanced_recipe"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"unlock": [
|
||||
{
|
||||
"item": "silverlabs:ore_detector_improved"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{ "item": "silverlabs:ore_detector_improved" },
|
||||
{ "item": "minecraft:gold_ingot" },
|
||||
{ "item": "minecraft:gold_ingot" },
|
||||
{ "item": "minecraft:amethyst_shard" },
|
||||
{ "item": "minecraft:amethyst_shard" }
|
||||
],
|
||||
"result": {
|
||||
"item": "silverlabs:ore_detector_advanced",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"format_version": "1.21.0",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "silverlabs:ore_detector_basic_recipe"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"unlock": [
|
||||
{
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
],
|
||||
"pattern": [
|
||||
" R ",
|
||||
"CSC",
|
||||
" C "
|
||||
],
|
||||
"key": {
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:cobblestone"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "silverlabs:ore_detector_basic",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.21.0",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "silverlabs:ore_detector_improved_recipe"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"unlock": [
|
||||
{
|
||||
"item": "silverlabs:ore_detector_basic"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{ "item": "silverlabs:ore_detector_basic" },
|
||||
{ "item": "minecraft:iron_ingot" },
|
||||
{ "item": "minecraft:iron_ingot" },
|
||||
{ "item": "minecraft:iron_ingot" },
|
||||
{ "item": "minecraft:iron_ingot" },
|
||||
{ "item": "minecraft:redstone" }
|
||||
],
|
||||
"result": {
|
||||
"item": "silverlabs:ore_detector_improved",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user