Merge pull request #676 from Pyritie/patch-2

Remove ore spreadsheet link from field guide
This commit is contained in:
Dmitry 2025-01-08 20:00:11 +07:00 committed by GitHub
commit be2fd5c64b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,29 +1,29 @@
{ {
"name": "Mining in TFG", "name": "Mining in TFG",
"icon": "gtceu:pyrite_dust", "icon": "gtceu:pyrite_dust",
"category": "tfc:tfg_ores", "category": "tfc:tfg_ores",
"priority": true, "priority": true,
"sortnum": 0, "sortnum": 0,
"pages": [ "pages": [
{ {
"type": "patchouli:text", "type": "patchouli:text",
"text": "There are two ways of mining ores - with a $(thing)Pickaxe$(), or with a $(thing)Hammer$().$(br)Generally, you should mine anything meltable (such as $(thing)Copper$()) with a hammer, and everything else with a pickaxe, but check JEI if you're unsure." "text": "There are two ways of mining ores - with a $(thing)Pickaxe$(), or with a $(thing)Hammer$().$(br)Generally, you should mine anything meltable (such as $(thing)Copper$()) with a hammer, and everything else with a pickaxe, but check JEI if you're unsure."
}, },
{ {
"type": "patchouli:spotlight", "type": "patchouli:spotlight",
"title": "Pickaxe", "title": "Pickaxe",
"text": "Breaking an ore block with a pickaxe will yield $(thing)Raw$() ores (poor, normal, or rich), as well as some stone dust. These are not worth much mB each and you will need multiple to make a single ingot, however some other minerals are only useable in this state, such as $(thing)Coal$().", "text": "Breaking an ore block with a pickaxe will yield $(thing)Raw$() ores (poor, normal, or rich), as well as some stone dust. These are not worth much mB each and you will need multiple to make a single ingot, however some other minerals are only useable in this state, such as $(thing)Coal$().",
"item": { "item": {
"tag": "minecraft:pickaxes" "tag": "minecraft:pickaxes"
} }
}, },
{ {
"type": "patchouli:spotlight", "type": "patchouli:spotlight",
"title": "Hammer", "title": "Hammer",
"text": "Breaking an ore block with a hammer will yield 1-2 $(thing)Crushed Ores$(). These already melt into more mB than Raw ores, but with a little $(l:tfg_ores/ore_basics#processing)extra processing$() they can be worth even more!", "text": "Breaking an ore block with a hammer will yield 1-2 $(thing)Crushed Ores$(). These already melt into more mB than Raw ores, but with a little $(l:tfg_ores/ore_basics#processing)extra processing$() they can be worth even more!",
"item": { "item": {
"tag": "forge:tools/hammers" "tag": "forge:tools/hammers"
} }
}, },
{ {
"type": "patchouli:spotlight", "type": "patchouli:spotlight",
@ -53,7 +53,7 @@
}, },
{ {
"type": "patchouli:text", "type": "patchouli:text",
"text": "Later, when you're in LV, check the LV quests to learn about all the different ore processing machines and extra byproducts they can give you. Remember the $(thing)Macerator$() does not give byproducts until $(thing)HV$()!$(br2)Here's a $(l:https://docs.google.com/spreadsheets/d/1P3Baz4y5vgJ3XrCoNs4l3BXGPiFEPlW7i4taPEWpTB4/edit?usp=sharing)Spreadsheet$() if you prefer to see this section's ore generation data that way." "text": "Later, when you're in LV, check the LV quests to learn about all the different ore processing machines and extra byproducts they can give you. Remember the $(thing)Macerator$() does not give byproducts until $(thing)HV$()!"
} }
] ]
} }