prospecting rework (#1594)

* prospecting rework

* changelog
This commit is contained in:
Redeix 2025-08-11 05:28:45 -05:00 committed by GitHub
parent 25422a5d4e
commit 4a0603cec2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 23 additions and 0 deletions

View file

@ -2,6 +2,7 @@
## [Unreleased]
### Changes
- Complete rework of prospector's picks. (#1594) @Redeix
### Bug fixes
## [0.10.9] - 10-08-2025

View file

@ -736,6 +736,11 @@
"tfg.tooltip.moon_rabbit_variant.cyan": "Seafoam Fur",
"tfg.tooltip.moon_rabbit_variant.purple": "Lavender Fur",
"tfg.tooltip.moon_rabbit_variant.sofu": "Sundae Fur",
"tfg.toast.ore_prospector_none": "No ores found in range.",
"tfg.toast.ore_prospector_message": "Ores found within %s §6blocks in this direction: %s",
"tooltip.tfg.ore_prospector_stats": "Scan Range: %s, Cross Section: %s x %s.",
"tooltip.tfg.ore_prospector_count": "This prospector will display ore counts.",
"tooltip.tfg.ore_prospector_xray": "This prospector will display an x-ray view of ore blocks.",
"item.treetap.tap": "Deprecated Item, Craft to Upgrade",
"item.gtceu.zinc_ingot": "Deprecated Item, Craft to Upgrade",
"item.gtceu.brass_ingot": "Deprecated Item, Craft to Upgrade",

View file

@ -0,0 +1,5 @@
{
"textures": [
"tfg:ore_prospector_particle"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

View file

@ -48,6 +48,18 @@ const registerTFGItemTags = (event) => {
event.add('tfg:harvester', 'tfg:harvest_basket')
event.add('tfg:harvester', 'tfg:aluminium_harvest_basket')
event.removeAll('tfc:propicks')
event.add('tfg:tools/ore_prospectors/copper', 'tfc:metal/propick/copper')
event.add('tfg:tools/ore_prospectors/bronze', 'tfc:metal/propick/bronze')
event.add('tfg:tools/ore_prospectors/bronze', 'tfc:metal/propick/bismuth_bronze')
event.add('tfg:tools/ore_prospectors/bronze', 'tfc:metal/propick/black_bronze')
event.add('tfg:tools/ore_prospectors/wrought_iron', 'tfc:metal/propick/wrought_iron')
event.add('tfg:tools/ore_prospectors/steel', 'tfc:metal/propick/steel')
event.add('tfg:tools/ore_prospectors/black_steel', 'tfc:metal/propick/black_steel')
event.add('tfg:tools/ore_prospectors/blue_steel', 'tfc:metal/propick/blue_steel')
event.add('tfg:tools/ore_prospectors/red_steel', 'tfc:metal/propick/red_steel')
//#endregion
// #region Paper from wood