Merge branch 'main' into patch-5

This commit is contained in:
Pyritie
2025-01-18 11:11:31 +00:00
committed by GitHub
190 changed files with 11379 additions and 280 deletions

View File

@@ -152,7 +152,7 @@ jobs:
- name: 📈 Upload Diff
id: upload_diff
if: ${{ steps.read_diff.outputs.diff != '' }} && steps.check_pakku_lock_prev.outputs.file_found == 'true'
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: Mods-diff
path: PROJECTS_DIFF.md
@@ -212,7 +212,7 @@ jobs:
mv *.zip $(basename -s .zip *.zip)-curseforge.zip
- name: 🚀 Upload artifact CurseForge
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: ${{ needs.info.outputs.project_full_name }}-curseforge
path: ./build/curseforge/${{ needs.info.outputs.project_full_name }}-curseforge.zip
@@ -224,7 +224,7 @@ jobs:
mv *.mrpack $(basename -s .mrpack *.mrpack)-modrinth.mrpack
- name: 🚀 Upload artifact modrinth
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: ${{ needs.info.outputs.project_full_name }}-modrinth
path: ./build/modrinth/${{ needs.info.outputs.project_full_name }}-modrinth.mrpack
@@ -267,7 +267,7 @@ jobs:
mv *.zip $(basename -s .zip *.zip)-serverpack.zip
- name: 🚀 Upload artifact server
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: ${{ needs.info.outputs.project_full_name }}-serverpack
path: ./build/serverpack/${{ needs.info.outputs.project_full_name }}-serverpack.zip
@@ -317,7 +317,7 @@ jobs:
zip -r ${{ needs.info.outputs.project_full_name }}-multimc.zip icon.png mmc-pack.json instance.cfg .minecraft/ flame/
- name: 🚀 Upload zip multimc
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: ${{ needs.info.outputs.project_full_name }}-multimc
path: .pakku/multimc-overrides/${{ needs.info.outputs.project_full_name }}-multimc.zip

View File

@@ -4,6 +4,33 @@
### Changes
- Added ore index, started work on other TFC info category (Pyritie).
- Changed the AE2 network analyzer to HV instead of IV (Pyritie).
- Fixed a typo in salt water boiling recipe's temperature for small salt pile - 1000 > 100 (8oyNextDoor).
- Fix sprinklers + fix bread and yeast starter recipe conflict (Pyritie).
- Added recipes for create glass, more windows, fixed tinted glass recipe conflict (Pyritie).
- Added missing recipe for nether brick (Pyritie).
- Added armor trims (Pyritie).
- Add blast furnace tips entry (CaptainGold1).
- Allows stick bundles to be used in the coke oven (CaptainGold1).
- Allows all colors of glass to be macerated/hammered to dust (CaptainGold1).
- Add alternate papermaking quests using treated hide (CaptainGold1).
- Fix dupes via recycling firmaciv items (Egogorka).
- Create fluxstone recipes in macerator and forge hammer (KorGgenT).
- Fixes fertilizer recipe and modifies some mixer recipes relating to dirt (CaptainGold1).
- Changed train tracks to be cheaper (Pyritie).
- Create Sails: Recipe Improvements (Nebby1999).
- Moved MV superconductor to early HV instead of late HV (Pyritie).
- Added some Italy and Ukraine translation (MetenBouldry).
- Сreate some rich coal recipes in coke oven and pyro oven (Exzept1on).
### New mods
- Inventory Tweaks Refoxed 1.1
- EveryCompat
- MemoryLeakFix
### Updated mods
- FirmaLife ? -> 2.1.15
- Moonlight ? -> ?
- TFC ? -> ?
### Removed mods
- Inventory Sorter
## [0.7.16] - 12.01.2025
### Changes

View File

@@ -19,56 +19,3 @@
#Only show on advanced settings
show_on_advanced_tooltips = false
#Disables certain types
[general.types]
[general.types.leaves_type]
[general.types.leaves_type.gtceu]
rubber = false
[general.types.wood_type]
[general.types.wood_type.gtceu]
rubber = false
[general.types.wood_type.tfc]
acacia = true
ash = true
aspen = true
birch = true
blackwood = true
chestnut = true
douglas_fir = true
hickory = true
kapok = true
mangrove = true
maple = true
oak = true
palm = true
pine = true
rosewood = true
sequoia = true
spruce = true
sycamore = true
white_cedar = true
willow = true
#Disables specific entries
[general.entries]
[general.entries.wood_type]
[general.entries.wood_type.storagedrawers]
full_drawers_2 = true
half_drawers_1 = true
full_drawers_4 = true
half_drawers_4 = true
trim = true
half_drawers_2 = true
full_drawers_1 = true
[general.entries.wood_type.create]
window_pane = true
window = true

View File

@@ -0,0 +1,45 @@
#Disables certain types. Note that all these configs, like in any other mod, only hide stuff from tabs and disable their recipes
[types]
[types.wood_type]
[types.wood_type.gtceu]
rubber = false
[types.wood_type.tfc]
acacia = true
ash = true
aspen = true
birch = true
blackwood = true
chestnut = true
douglas_fir = true
hickory = true
kapok = true
mangrove = true
maple = true
oak = true
palm = true
pine = true
rosewood = true
sequoia = true
spruce = true
sycamore = true
white_cedar = true
willow = true
[types.leaves_type]
[types.leaves_type.gtceu]
rubber = false
#Disables specific entries
[entries]
[entries.wood_type]
[entries.wood_type.create]
window_pane = true
window = true

View File

@@ -1,2 +1,4 @@
#Hard disable entire modules. Use at your own risk and don't ask for support if you use this
#Mon Apr 22 18:18:22 NOVT 2024
#Hard disable entire modules. Use at your own risk and don't ask for support if you use this. Write modid = false to disable modules
#Sat Jan 18 13:03:17 NOVT 2025
a=false
create=true

View File

@@ -3782,7 +3782,11 @@
y: 3.0d
}
{
dependencies: ["7E8F9F6F35614B13"]
dependencies: [
"7E8F9F6F35614B13"
"25C1C646790CFB6E"
]
dependency_requirement: "one_completed"
id: "2658E7679CD42ACD"
tasks: [{
id: "5D95FC92B930ACC0"
@@ -5228,6 +5232,32 @@
x: 24.5d
y: 24.0d
}
{
dependencies: [
"0988DE53C9217CE6"
"332C0086D53DDAA3"
]
id: "25C1C646790CFB6E"
tasks: [{
id: "7ACE2BE9075B650E"
item: "tfc:treated_hide"
type: "item"
}]
x: 24.5d
y: -7.0d
}
{
dependencies: ["76EF4D00586A8B74"]
hide_dependency_lines: true
id: "332C0086D53DDAA3"
tasks: [{
id: "322DF9A30CFE57CE"
item: "tfc:groundcover/pumice"
type: "item"
}]
x: 27.0d
y: -7.0d
}
]
title: "Primitive Age"
}

36
config/icterine.yml Normal file
View File

@@ -0,0 +1,36 @@
# Report issues on Github https://github.com/Mephodio/Icterine/issues
# Discuss, get help or report issues on Discord https://discord.gg/2SpfwvM7dm
# Enables debug logs
# Will worsen your performance, please do not enable if you don't need it!
debug_mode: false
# Cancels advancement check when stack becomes empty (for example, when player throws out the whole stack).
# Injects into InventoryChangeTrigger.
# Disable if you have mixin conflict or some advancements became unobtainable (and also report on github/discord!).
ignore_triggers_for_emptied_stacks: true
# Cancels advancement check when stack size decreases (for example, when player throws out one item from stack).
# Injects into InventoryChangeTrigger, ItemStack, AbstractContainerMenu.
# Disable if you have mixin conflict or some advancements became unobtainable (and also report on github/discord!).
ignore_triggers_for_decreased_stacks: true
# Optimizes advancement check for advancements that require multiple items (for example, "Cover me in debris" requires full netherite armor set).
# Injects into InventoryChangeTriggerInstance.
# Disable if you have mixin conflict or some advancements became unobtainable (and also report on github/discord!).
optimize_multiple_predicate_trigger: true
# Disables advancement check when you just open any container (for example, chest or backpack).
# Injects into AbstractContainerMenu.
# Disable if you have mixin conflict or problems with any container (and also report on github/discord!).
initialize_inventory_last_slots: true
# Skips advancement check when you pick up or otherwise increase stack size if this change doesn't pass any advancement threshold.
# For example, dirt stack size increased from 52 to 53, but there's no advancement for getting 53 dirt in your modpack.
optimize_triggers_for_increased_stacks: true
# When checking each item criterion, first check the count requirement and see if it was fulfilled before.
# For example, there is advancement for getting stone block, any amount. You have 52 dirt, and you pick up one more. There is
# no way you can the get stone advancement from this action, because it requires any amount of item, and you already had some.
# Another example: there is no way you can get the advancement for 64 emerald blocks if you don't have dirt and you pick up 5 dirt.
check_count_before_item_predicate_match: true

View File

@@ -0,0 +1,150 @@
#Sorting customization
[sorting]
#Rules for sorting
#Each element is of the form <POS> <CATEGORY>
#A-D is the row from top to bottom
#1-9 is the column from left to right
#POS denotes the target slots
#Exs. POS = D3 means 3rd slot of hotbar
# POS = B means 2nd row, left to right
# POS = 9 means 9th column, bottom to top
# POS = A1-C9 means slots A1,A2,…,A9,B1,…,B9,C1,…,C9
# POS = A9-C1 means slots A9,A8,…,A1,B9,…,B1,C9,…,C1
#Append v to POS of the form A1-C9 to move in columns instead of rows
#Append r to POS of the form B or 9 to reverse slot order
#CATEGORY is the item category to designate the slots to
#CATEGORY = /LOCKED prevents slots from moving in sorting
#CATEGORY = /FROZEN has the effect of /LOCKED and, in addition, ignores slot in auto-refill
#CATEGORY = /OTHER covers all remaining items after other rules are exhausted
rules = ["D /LOCKED", "A1-C9 /OTHER"]
#Categor(y/ies) for sorting
#
#name: the name of the category
#
#spec:
#Each element denotes a series of semicolon-separated clauses
#Items need to match all clauses of at least one element
#Items matching earlier elements are earlier in order
#A clause of the form /tag:<tag_value> matches a tag
#Clauses /instanceof:<fully_qualified_name> or /class:<fully_qualified_name> check if item is
#instance of class or exactly of that class respectively
#Specifying an item's registry name as a clause checks for that item
#Prepending an exclamation mark at the start of a clause inverts it
[[sorting.category]]
name = "sword"
spec = ["/instanceof:net.minecraft.world.item.SwordItem"]
[[sorting.category]]
name = "axe"
spec = ["/instanceof:net.minecraft.world.item.AxeItem"]
[[sorting.category]]
name = "pickaxe"
spec = ["/instanceof:net.minecraft.world.item.PickaxeItem"]
[[sorting.category]]
name = "shovel"
spec = ["/instanceof:net.minecraft.world.item.ShovelItem"]
[[sorting.category]]
name = "hoe"
spec = ["/instanceof:net.minecraft.world.item.HoeItem"]
[[sorting.category]]
name = "acceptableFood"
spec = ["/isFood:; !minecraft:rotten_flesh; !minecraft:spider_eye; !minecraft:poisonous_potato; !minecraft:pufferfish"]
[[sorting.category]]
name = "torch"
spec = ["minecraft:torch"]
[[sorting.category]]
name = "cheapBlocks"
spec = ["/tag:forge:cobblestone", "/tag:minecraft:dirt"]
[[sorting.category]]
name = "blocks"
spec = ["/instanceof:net.minecraft.world.item.BlockItem"]
#Custom settings per GUI
#x = x-position of external sort button relative to GUI top left
#y = same as above except for the y-position
#Omit x and y to leave position unchanged
#sortRange = slots to sort
#E.g. sortRange = "5,0-2" sorts slots 5,0,1,2 in that order
#sortRange = "" disables sorting for that container
#Out-of-bound slots are ignored
#Omit sortRange to leave as default
[[sorting.containerOverrides]]
containerClass = "appeng.client.gui.implementations.*Screen"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "appeng.client.gui.me.items.*Screen"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "de.mari_023.ae2wtlib.wct.*Screen"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "com.github.glodblock.epp.client.gui.*"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "org.cyclops.integrateddynamics.inventory.container.*"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "org.cyclops.integratedterminals.inventory.container.ContainerTerminalStoragePart"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "com.refinedmods.refinedstorage.screen.*"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "net.p3pp3rf1y.sophisticatedbackpacks.common.gui.BackpackContainer"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "net.p3pp3rf1y.sophisticatedstorage.common.gui.StorageContainerMenu"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "tfar.craftingstation.CraftingStationMenu"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "tfar.dankstorage.container.DankContainers"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "mcjty.rftoolsutility.modules.crafter.blocks.CrafterContainer"
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "gripe._90.megacells.menu.MEGAInterfaceMenu"
sortRange = ""
#Tweaks
[tweaks]
#Enable auto-refill
autoRefill = true
#Enable a quick view of how many items that you're currently holding exists in your inventory by displaying it next your hotbar.
quickView = true
#0 = disable sorting
#1 = player sorting only
#2 = external sorting only
#3 = all sorting enabled (default)
#Range: 0 ~ 3
enableSort = 3
#0 = disable buttons (i.e. keybind only)
#1 = buttons for player sorting only
#2 = buttons for external sorting only
#3 = all buttons enabled (default)
#Range: 0 ~ 3
enableButtons = 3

View File

@@ -84,18 +84,19 @@
"part_name": true
},
"firmalife": {
"oven_top": true,
"solar_drier": true,
"barrel_press": true,
"string": true,
"vat": true,
"drying_mat": true,
"tumbler": true,
"cheese": true,
"shelf": true,
"oven_top": true,
"solar_drier": true,
"oven_bottom": true,
"fruit_tree_sapling": true,
"jarbnet": true,
"drying_mat": true,
"tumbler": true,
"hanger": true,
"cheese": true,
"shelf": true
"hanger": true
},
"tfc": {
"bloomery": true,
@@ -170,9 +171,6 @@
"corpse": {
"corpse": true
},
"tfc_support_indicator": {
"support_indicator": true
},
"treetap": {
"tap": true
}

View File

@@ -39,6 +39,7 @@
"extendedcrafting:flux_crafter": null,
"extendedcrafting:ultimate_auto_table": null,
"extendedcrafting:ultimate_table": null,
"firmalife:barrel_press": null,
"firmalife:cheese": null,
"firmalife:drying_mat": null,
"firmalife:fruit_tree_sapling": null,

View File

@@ -0,0 +1,6 @@
[general]
#If true, the tumbler and the pumping station work magically with a redstone signal and no power required.
mechanicalPowerCheatMode = true
#If true, sprinkler will not accept firmalife pipes and will instead require something that exposes a fluid capability, eg. a barrel.
usePipesForSprinklers = false

View File

@@ -0,0 +1,22 @@
{
"block.create.andesite_bars": "Металеві прути",
"block.create.andesite_belt_funnel": "Металева стрічкова лійка",
"block.create.andesite_casing": "Металевий корпус",
"block.create.andesite_door": "Металеві двері",
"block.create.andesite_encased_cogwheel": "Шестерня в металевому корпусі",
"block.create.andesite_encased_large_cogwheel": "Велике шестерня в металевому корпусі",
"block.create.andesite_encased_shaft": "Вал в металевому корпусі",
"block.create.andesite_funnel": "Металева лійка",
"block.create.andesite_ladder": "Металева драбина",
"block.create.andesite_pillar": "Металевий стовп",
"block.create.andesite_scaffolding": "Металеві риштування",
"block.create.andesite_tunnel": "Металевий тунель",
"create.ponder.andesite_tunnel.header": "Використання металевих тунелів",
"create.ponder.andesite_tunnel.text_1": "Металеві тунелі можна використовувати для приховування ременів",
"create.ponder.andesite_tunnel.text_2": "Якщо металевий тунель має з'єднання з боковими сторонами...",
"create.ponder.belt_casing.text_1": "Латунний або металевий корпус може бути використаний для декорування механічних ременів",
"create.ponder.brass_funnel.text_1": "Металеві лійки можуть витягувати лише окремі предмети.",
"create.ponder.cogwheel_casing.text_1": "Для декорування шестерень можна використовувати латунний або металевий корпус",
"create.ponder.shaft_casing.text_1": "Для оздоблення валів можна використовувати латунний або металевий кожух"
}

View File

@@ -0,0 +1,62 @@
{
"__comment__": "This file was automatically created by mcresources",
"name": "Irrigation",
"category": "tfc:firmalife",
"icon": "firmalife:sprinkler",
"pages": [
{
"type": "patchouli:text",
"text": "The $(thing)Sprinkler$() is a device that sprinkles water in a 5x6x5 area centered on the block below the sprinkler block. You know it is working when it drips out water particles. Sprinklers placed facing up irrigate the same 5x6x5 area above."
},
{
"type": "tfc:anvil_recipe",
"recipe": "firmalife:anvil/sprinkler",
"text": "The sprinkler is made with a $(thing)Copper Plate$()."
},
{
"type": "patchouli:text",
"text": "Sprinklers must be connected to a system of pipes that feed it water in order to work. This is done by connecting a series of $(thing)Copper Pipes$() to them. Copper Pipes transport water up to 32 blocks to a sprinkler. They are connected to $(thing)Pumping Stations$()."
},
{
"type": "tfc:anvil_recipe",
"recipe": "firmalife:anvil/copper_pipe",
"text": "The copper pipe is made with a plate."
},
{
"type": "patchouli:multiblock",
"multiblock": {
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "firmalife:pumping_station"
}
},
"name": "",
"text": "",
"enable_visualize": false
},
{
"type": "patchouli:crafting",
"recipe": "tfg:shaped/pumping_station",
"text": "Pumping stations must be above a source block of water in order to work. Activate them with a redstone signal."
},
{
"type": "patchouli:crafting",
"recipe": "firmalife:crafting/oxidized_copper_pipe",
"text": "Oxidized pipes are the same as regular copper pipes, except they do not connect to the other kind of pipe."
},
{
"type": "patchouli:crafting",
"recipe": "firmalife:crafting/greenhouse/iron_greenhouse_port",
"text": "Greenhouse ports have a single pipe inside of them. They can be used to pass water through the walls of greenhouses!"
}
],
"read_by_default": true,
"sortnum": 8
}

View File

@@ -0,0 +1,49 @@
{
"name": "Blast Furnace Tips",
"icon": "tfc:blast_furnace",
"category": "tfc:tfg_tips",
"read_by_default": true,
"pages":
[
{
"type": "patchouli:text",
"title": "TerraFirmaCraft Blast Furnace Tips",
"text": "So, you finally found that $(item)Kaolinite$() and are probably feeling pretty excited about making a 5-level $(thing)Blast Furnace$(). Here are some tips before you go wild!"
},
{
"type": "patchouli:spotlight",
"item": "gtceu:compressed_fireclay",
"text": "Before you use all your fire clay on 20 fire bricks, note that once you get into the steam age, you can create fire bricks out of only clay, through $(item)Compressed Fireclay$() (you'll need steam machines for the clay dust). This allows you to save $(item)Kaolinite$() and $(item)Graphite$() for $(thing)Casting Tables$()."
},
{
"type": "patchouli:spotlight",
"title": "Preheating Metal",
"item": "tfc:firepit",
"text": "To convert the iron to steel, the blast furnace must heat the iron inside to $(thing)Brilliant White$(). On the first operation, the metal warms up along with the blast furnace. However, subsequent operations will take a similar amount of time despite the furnace being at temp already, as it needs to heat the metal from cold."
},
{
"type": "patchouli:text",
"text": "If the metal is hot when added into the blast furnace, it will take less time to reach brilliant white. Consider heating your metal in a $(l:tfc:mechanics/charcoal_forge)Charcoal Forge$() before putting it into an already-hot furnace to save time, especially with smaller blast furnaces that process less at a time."
},
{
"type": "patchouli:spotlight",
"title": "Valid Inputs",
"item": "gtceu:iron_dust",
"text": "Only certain processing stages of ores are accepted in the blast furnace. $(thing)Ore Dusts$(), $(thing)Raw Ores$(), and $(thing)Cast/Wrought Iron Ingots$() work, while $(thing)Crushed$(), $(thing)Impure$(), or other stages of processing will not. But you really should $(l:tfc:tfg_ores/ore_basics#processing)Process$() your ores to dust."
},
{
"type": "patchouli:spotlight",
"title": "Automation",
"item": "create:mechanical_pump",
"text": "You'll need lots of $(item)Steel$() for the $(thing)Steam$() and $(thing)LV$() ages. Lots of steel. The $(thing)Electric Blast Furnace$() is far off, so maybe think about optimizing your steel production."
},
{
"type": "patchouli:text",
"text": "You can pump liquid directly out of the blast furnace using a Create $(item)Mechanical Pump$(). Pump into a $(l:tfc:tfcchannelcasting/channel_casting)Mold Table$() and extract the ingots with a hopper or chute: Easy automation!$(br2)You can automate the bellows with a $(item)Deployer$() too! Just be careful, as using the bellows excessively consumes more fuel and breaks your $(thing)tuyere$() faster.$(br2)You can process the resulting $(item)Pig Iron$() and $(item)High Carbon Steel$() in a $(thing)Forge Hammer$()."
},
{
"type": "patchouli:text",
"text": "You can automatically replace broken tuyeres with a hopper facing into the blast furnace."
}
]
}

View File

@@ -0,0 +1,6 @@
{
"name": "Cambiamenti in TFG",
"description": "Differenze in TerraFirmaGreg che cambiano da TFC base.",
"icon": "gtceu:basic_electronic_circuit",
"sortnum": 200
}

View File

@@ -0,0 +1,6 @@
{
"name": "Minerali in TFG",
"description": "TFG ha il suo sistema di generazione dei minerali che è simile alle vene giganti ma rare di TFC, ma con molteplici tipi di minerali per vena. Questa categoria lista tutti i tipi di vene e dove trovarle.$(br2)Le vene sono nominate dopo il loro minerale predominante, ma la maggior parte contengono 3-5 minerali.$(br2)Guarda anche: $(l:the_world/geology)Geologia$(), $(l:getting_started/finding_ores)Indicators$()",
"icon": "gtceu:raw_pyrite",
"sortnum": 60
}

View File

@@ -0,0 +1,6 @@
{
"name": "Info & Consigli per TFG",
"description": "Informazioni su cose in TerraFirmaGreg che differiscono da TFC base e GTCEu.",
"icon": "gtceu:basic_electronic_circuit",
"sortnum": 200
}

View File

@@ -0,0 +1,14 @@
{
"name": "Acciaio inossidabile",
"icon": "firmalife:metal/ingot/stainless_steel",
"category": "tfc:firmalife",
"read_by_default": true,
"pages": [
{
"type": "patchouli:spotlight",
"item": "gtceu:stainless_steel_ingot",
"title": "Acciaio inossidabile",
"text": "$(thing)Questa pagina serve per sovrascrivere la pagina predefinita di Firmalife per l'acciaio Inossidabile.$(br2)L'Acciaio inossidabile è un materiale di Gregtech sbloccato in $(thing)HV, quindi non è craftabile con attrezzi dell'era primitiva come sarebbe normalmente possibile con Firmalife.$(br)Anche la serra in acciaio inossidabile non è craftabile. Ci dispiace!"
}
]
}

View File

@@ -0,0 +1,80 @@
{
"__comment__": "This file was automatically created by mcresources",
"name": "Fucina",
"category": "tfc:mechanics",
"icon": "tfc:bloomery",
"pages": [
{
"type": "patchouli:text",
"text": "La $(thing)Fucina$() è un dispositivo usato per fondere del$(thing)Minerale di Ferro$() in $(thing)Blumi di Ferro$() che possono essere forgiati in $(thing)Ferro Battuto$(). \nI minerali di ferro sono : $(l:the_world/ores_and_minerals#hematite)Hematite$(), $(l:the_world/ores_and_minerals#limonite)Limonite$(), e $(l:the_world/ores_and_minerals#magnetite)Magnetite$(). Quasti minerali possono essere fusi per creare $(thing)Ghisa$() al posto di $(thing)Ferro Battuto$(). Tutti gli oggetti contenenti ferro, se fusi, daranno Ghisa. Per farli diventare ferro usabile, c'è bisogno della fucina. Ogni oggetto in ferro piò essere usato nella fucina, inclusi attrezzi e lingotti di Ghisa!$(thing)"
},
{
"type": "patchouli:crafting",
"recipe": "tfc:crafting/bloomery",
"text": "La fucina si crea con 8 $(thing)Doppie Piaste di Bronzo$()."
},
{
"type": "patchouli:multiblock",
"multiblock_id": "tfc:bloomery",
"name": "Una Fucina",
"text": "Una Fucina di grandezza minima. Il blocco della fucina si può aprire e chiudere con $(item)$(k:key.use)$().",
"enable_visualize": true
},
{
"type": "patchouli:text",
"text": "La fucina può contenere un massimo di 48 $(thing)Input$(), con 16 item per strato della ciminiera. Per aggiungere strati alla ciminiera, piazza altri 2 strati di blocchi di pietra.$(br2)Per aggiungere oggetti alla fucina, arrampicati su di essa e lancia gli oggetti al suo interno. Una pila di minerale grigio dovrebbe comparire."
},
{
"type": "patchouli:image",
"images": [
"tfc:textures/gui/book/tutorial/bloomery_hole.png"
],
"text": "Aggiungere oggetti alla fucina.",
"border": true
},
{
"type": "patchouli:text",
"text": "Aggiungere oggetti alla fucina."
},
{
"type": "patchouli:multiblock",
"multiblock": {
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:bloom[layers=8]"
}
},
"name": "Blocco di Blumi",
"text": "Un grande $(thing)Blumo$().",
"enable_visualize": false
},
{
"type": "tfc:anvil_recipe",
"recipe": "tfc:anvil/refined_iron_bloom",
"text": "Un $(thing)Blumo di Ferro Grezzo$() deve essere forgiato in una $(l:mechanics/anvils)incudine$() per creare un $(thing)Blumo di Ferro Raffinato$()."
},
{
"type": "tfc:anvil_recipe",
"recipe": "tfc:anvil/metal/ingot/wrought_iron",
"text": "Un $(thing)Blumi di Ferro Raffinato$() deve essere forgiato in una $(l:mechanics/anvils)incudine$() per creare $(thing)Ferro Battuto$()."
},
{
"type": "patchouli:text",
"text": "$(li)Se la fucina si ritrova con più oggetti di quanti ne può contenere in base alla sua ciminiera, li sputerà fuori dal davanti.$()$(li)Per riprendere i tuoi oggetti da una fucina che non è accesa, non rompere i blocchi al suo interno. Rompi il blocco principale della fucina.$()$(li)I blumi si fondono solo in ghisa e non in ferro battuto. Devono essere lavorati!$()",
"title": "Note del Fabbro"
}
],
"read_by_default": true,
"extra_recipe_mappings": {
"tfc:bloom": 6,
"tfc:raw_iron_bloom": 7,
"tfc:refined_iron_bloom": 8
}
}

View File

@@ -0,0 +1,51 @@
{
"name": "Gestione dell'inventario",
"category": "tfc:mechanics",
"icon": "minecraft:chest",
"pages": [
{
"type": "patchouli:text",
"title": "Gestione dell'inventario",
"text": "Quindi sei riuscito a fare un paio di $(l:getting_started/pottery#vessel)Anfore$() e anche delle $(item)Bauli$(), ma hai ancora più oggetti di quanti tu ne abbia realmente bisogno. Cosa viene dopo?$(br2)Uno $(thing)Zaino$() può duplicare lo spazio del tuo inventario personale, e ulteriori aggiornamenti lo aumenteranno ancora di più!"
},
{
"type": "patchouli:crafting",
"recipe": "tfg:sophisticated_backpacks/shaped/backpack",
"text": "Gli zaini possono trasportare molteplici oggetti pesanti senza ingombrare, così come oggetti grandi come stack di tronchi.$(br2)Puoi anche aggiornarlo con un $(thing)Crafting Update$() per avere un Banco da Lavoro con te ovunque tu vada."
},
{
"type": "patchouli:text",
"title": "Casse",
"anchor": "crates",
"text": "Per il magazzinaggio, Gregtech ha le $(item)Casse$() che possono immagazzinare tutti gli oggetti più grandi che uno zaino può, e livelli diversi possono contenere più e più oggetti.Le $(br2)Casse$() possono anche avere $(thing)Filtri per Oggett$() e $(thing)Filtri per Tag$() messi su di loro se vuoi avere un sistema di sortaggio di base.$(br2)I $(thing)Tubi per Oggetti$() però non possono tirare oggetti da soli, quindi avrai bisogno di uno $(thing)Scivolo$() o una $(thing)Tramoggia$() per spingere oggetti dentro di loro."
},
{
"type": "patchouli:crafting",
"recipe": "gtceu:shaped/wooden_crate",
"recipe2": "gtceu:shaped/bronze_crate"
},
{
"type": "patchouli:text",
"title": "Fusti",
"anchor": "drums",
"text": "Per immagazzinare i liquidi, Gregtech offre i $(item)Fusti$(). Questi possono contenere una grande quantità di un singolo tipo di liquido, e livelli diversi ne possono contenere di più, proprio come le casse.$(br2)A differenza delle casse, i fusti non perderanno i loro contenuti dopo che sono stati rotti, cosa che li rende ideali per trasportare fluidi in giro.$(br2)Se si ha in mano un $(thing)Cacciavite$() puoi cliccare con il tasto destro nella parte inferiore del fusto per spingere automaticamente il contenuto in un tubo."
},
{
"type": "patchouli:crafting",
"recipe": "gtceu:shaped/bronze_drum",
"text": "Piazza un fusto in un banco da lavoro o in una griglia di crafting per svuotare il suo contenuto."
},
{
"type": "patchouli:spotlight",
"item": "gtceu:lv_super_chest,gtceu:lv_super_tank",
"title": "Super Casse",
"text": "Stai producendo un oggetto in quantità industriali? Le $(thing)Super Case$() e le $(thing)Super Cisterne$() di Gregtech possono contenere quantità impensabili di un singolo tipo di oggetto, e possono anche eliminare gli eccessi."
},
{
"type": "patchouli:spotlight",
"title": "Applied Energistics 2",
"item": "ae2:drive",
"text": "Disponibile alla fine del $(thing)HV$(), la AE2 può fornirti di tutto quello di cui avrai bisogno per magazzinaggio e logistica."
}
]
}

View File

@@ -0,0 +1,40 @@
{
"__comment__": "This file was automatically created by mcresources",
"name": "Argilla Refrattaria",
"category": "tfc:mechanics",
"icon": "tfc:fire_clay",
"pages": [
{
"type": "patchouli:text",
"text": "Gli usi per l'argilla refrattaria sono pochi, ma tutti sono ugualmente importanti. L'Argilla Refrattaria è una variante più forte dell'argilla classica e ha anche una migliore resistenza al calore. È usata per creare cose che devono riscaldarsi molto!"
},
{
"type": "patchouli:crafting",
"recipe": "tfc:crafting/fire_clay",
"text": "Fire clay is made from $(l:tfg_ores/normal_graphite)graphite$() powder, crushed in a $(l:mechanics/quern)quern$(), as well as $(l:tfg_ores/surface_kaolin#powder)kaolinite$() powder"
},
{
"type": "tfc:heat_recipe",
"recipe": "tfc:heating/kaolin_clay",
"text": "Kaolinite powder is made by heating $(l:tfg_ores/surface_kaolin)Kaolin Clay$(). However, the process is not perfect, and only 20% of clay will form powder!"
},
{
"type": "tfc:knapping_recipe",
"anchor": "crucible",
"recipe": "tfc:fire_clay_knapping/crucible",
"text": "The $(l:mechanics/crucible)Crucible$() in its unfired state is made from fire clay."
},
{
"type": "tfc:knapping_recipe",
"anchor": "fire_bricks",
"recipe": "tfc:fire_clay_knapping/brick",
"text": "The $(l:mechanics/blast_furnace)Blast Furnace$() only accepts fire bricks as insulation."
},
{
"type": "tfc:knapping_recipe",
"recipe": "tfc:fire_clay_knapping/fire_ingot_mold",
"text": "$(thing)Fire Ingot Molds$() are a stronger type of $(l:getting_started/pottery#mold)Ingot Mold$() that has just a 1 in 100 chance of breaking, compared to 1 in 10 for a regular ingot mold."
}
],
"read_by_default": true
}

View File

@@ -0,0 +1,82 @@
{
"__comment__": "This file was automatically created by mcresources",
"name": "Glassworking",
"category": "tfc:mechanics",
"icon": "tfc:silica_glass_bottle",
"pages": [
{
"type": "patchouli:text",
"text": "Glassworking is the process of turning sand into glass. To start, you must create a $(thing)Glass Batch$(), of which there are four types:$(br)$(br) 1. $(thing)Silica$(), from white sand.$(br) 2. $(thing)Hematitic$(), from yellow, red, or pink sand.$(br) 3. $(thing)Olivine$(), from green or brown sand.$(br) 4. $(thing)Volcanic$(), from black sand."
},
{
"type": "patchouli:crafting",
"title": "Silica Glass Batch",
"recipe": "tfc:crafting/silica_glass_batch",
"text": "Glass batches can then be crafted using one of the aforementioned colors of sand, plus $(l:mechanics/glassworking#lime)Lime$() and a type of $(l:mechanics/glassworking#potash)Potash$()."
},
{
"type": "patchouli:smelting",
"anchor": "lime",
"recipe": "tfg:smelting/lime",
"text": "$(thing)Lime$() is one of the ingredients required to make glass batches. It is a powder obtained by $(l:mechanics/heating)heating$() $(l:mechanics/flux)Flux$()."
},
{
"type": "patchouli:smelting",
"anchor": "potash",
"recipe": "tfg:smelting/dried_seaweed_to_soda",
"recipe2": "tfg:smelting/dried_kelp_to_soda",
"text": "A type of $(thing)Potash$() or equivalent is also required for glass batches. $(thing)Soda Ash$() can be used, which is a powder made from heating $(thing)Dried Seaweed$() or $(thing)Kelp$(). $(l:the_world/ores_and_minerals#saltpeter)Saltpeter$() can be used as well."
},
{
"type": "patchouli:text",
"text": "Glassworking is done by starting with a glass batch, and then completing a series of steps. These steps may require specific tools:$(br)$(li)A $(l:mechanics/glassworking#blowpipe)Blowpipe$(), to $(thing)Blow$() and $(thing)Stretch$()$(li)A $(l:mechanics/glassworking#paddle)Paddle$(), to $(thing)Flatten$()$(li)$(l:mechanics/glassworking#jacks)Jacks$(), to $(thing)Pinch$()$(li)A $(l:mechanics/glassworking#saw)Gem Saw$(), to $(thing)Saw$()",
"title": "Tools of the Trade"
},
{
"type": "tfc:knapping_recipe",
"anchor": "blowpipe",
"recipe": "tfc:clay_knapping/blowpipe",
"text": "The most important tool is the $(thing)Blowpipe$(). It can be $(thing)knapped$() from clay, and then fired into a $(thing)Ceramic Blowpipe$()."
},
{
"type": "tfc:anvil_recipe",
"recipe": "tfc:anvil/blowpipe",
"text": "Ceramic blowpipes are brittle, and have a chance to to break when used. A more sturdy blowpipe can be $(l:mechanics/anvils#working)worked$() from a $(thing)Brass Rod$() on an anvil."
},
{
"type": "patchouli:crafting",
"anchor": "paddle",
"recipe": "tfc:crafting/paddle",
"text": "The $(thing)Flatten$() operation can be done with a $(thing)Paddle$(), which is crafted from wood."
},
{
"type": "tfc:welding_recipe",
"anchor": "jacks",
"recipe": "tfc:welding/jacks",
"text": "The $(thing)Pinch$() operation can be done with $(thing)Jacks$(), made from welding two brass rods together."
},
{
"type": "patchouli:crafting",
"anchor": "saw",
"recipe": "tfc:crafting/gem_saw",
"text": "The $(thing)Saw$() operation can be done with a $(thing)Gem Saw$(). The gem saw is also used to break both $(thing)Glass Blocks$() and $(thing)Glass Panes$() and obtain them."
},
{
"type": "patchouli:text",
"text": "First, glass on the blowpipe must be heated to $(4)$(bold)Faint Red$(). Then, hold the blowpipe in your $(thing)offhand$() and hold $(item)$(k:key.use)$() to perform each step$().$(br)Use $(item)$(k:key.swapOffhand)$() to pick up a hot blowpipe into your offhand.$(br2)$(bold)Blow$()$(br)Use the $(thing)Blowpipe$() while facing straight ahead.$(br2)$(bold)Stretch$()$(br)Use the $(thing)Blowpipe$() while facing straight down.",
"title": "How to Glass"
},
{
"type": "patchouli:text",
"text": "$(bold)Flatten$()$(br)Use the $(thing)Blowpipe$() while holding a $(l:mechanics/glassworking#paddle)Paddle$() in your main hand.$(br2)$(bold)Pinch$()$(br)Use the $(thing)Blowpipe$() while holding $(l:mechanics/glassworking#jacks)Jacks$() in your main hand.$(br2)$(bold)Saw$()$(br)Use the $(thing)Blowpipe$() while holding a $(l:mechanics/glassworking#saw)Gem Saw$() in your main hand.$(br2)$(bold)Roll$()$(br)Use the $(thing)Blowpipe$() with a $(l:mechanics/weaving#wool_cloth)Wool Cloth$() in your main hand."
}
],
"read_by_default": true,
"extra_recipe_mappings": {
"tfc:powder/lime": 2,
"tfc:powder/soda_ash": 3,
"tfc:paddle": 7,
"tfc:jacks": 8,
"tfc:gem_saw": 9
}
}

View File

@@ -0,0 +1,433 @@
{
"__comment__": "This file was automatically created by mcresources",
"name": "Glass Products",
"category": "tfc:mechanics",
"icon": "minecraft:glass",
"pages": [
{
"type": "patchouli:text",
"text": "The most simple glass products are $(thing)Glass Panes$() and $(thing)Glass Blocks$(). In order to craft them, you must start with a $(l:mechanics/glassworking#blowpipe)Blowpipe$() with a $(thing)Glass Batch$(), and then perform a $(thing)Pour$().$(br)$(li)$(bold)Table Pours$() are used to create $(thing)Glass Panes$()$(li)$(bold)Basin Pours$() are used to create $(thing)Glass Blocks$()"
},
{
"type": "patchouli:text",
"text": "Glass can also be $(thing)dyed$() before it is poured to create colored glass. The color is dependent on the type of glass batch, and any powders that have been added.$(br2)Each type of $(thing)Glass Batch$() has a different natural color of glass that they will create. $(thing)Silica$() glass batches can be made into many colors, $(thing)Olivine$(), and $(thing)Volcanic$() glass can be made into relatively few colors."
},
{
"type": "patchouli:text",
"text": "$(thing)Glass Panes$() are made with a $(thing)Table Pour$(). A pouring table is made by placing up to sixteen $(thing)Kaolin Clay Blocks$() or $(thing)Brass Blocks$() in a continuous area.$(br2) 1. Add a $(l:mechanics/glassworking)Glass Batch$() to a $(thing)Blowpipe$().$(br) 2. Heat the blowpipe to $(4)$(bold)Faint Red$().$(br) 3. $()$(item)$(k:key.use)$() the $(thing)Blowpipe$() on the top of the table.$(br) 4. Finally $(item)$(k:key.use)$() with a $(l:mechanics/glassworking#paddle)Paddle$() to flatten the glass.",
"title": "Table Pour"
},
{
"type": "patchouli:multiblock",
"multiblock": {
"mapping": {
"C": "#tfc:glass_pouring_table",
"0": "#tfc:glass_pouring_table"
},
"pattern": [
[
"CCCC",
"CCC0",
"CCCC",
"CCCC"
]
]
},
"text": "Once the glass is cooled, it can be broken with a $(l:mechanics/glassworking#saw)Gem Saw$() to obtain.",
"border": true
},
{
"type": "patchouli:text",
"text": "$(thing)Glass Blocks$() are made with a $(thing)Basin Pour$(). A basin is made by surrounding all sides of an air block except the top with $(thing)Kaolin Clay Blocks$() or $(thing)Brass Blocks$().$(br2) 1. Add a $(l:mechanics/glassworking)Glass Batch$() to a $(thing)Blowpipe$().$(br) 2. Heat the blowpipe to $(4)$(bold)Faint Red$().$(br) 3. $(item)$(k:key.use)$() the $(thing)Blowpipe$() on the top of the table.",
"title": "Basin Pour"
},
{
"type": "patchouli:multiblock",
"multiblock": {
"mapping": {
"C": "#tfc:glass_basin_blocks",
"0": "#tfc:glass_basin_blocks"
},
"pattern": [
[
" C ",
"C C",
" C "
],
[
" ",
" 0 ",
" "
]
]
},
"text": "Once the glass is cooled, it can be broken with a $(l:mechanics/glassworking#saw)Gem Saw$() to obtain.",
"border": true
},
{
"type": "patchouli:text",
"anchor": "coloring",
"text": "Glass has a natural color based on the type of $(l:mechanics/glassworking)Glass Batch$() that was used. Other colors can be made using a $(l:mechanics/bowls)Bowl$().$(br2)To use, place the $(l:mechanics/bowls)Bowl$() on the ground, then $(item)$(k:key.use)$() the required $(thing)Powder$(). Before $(thing)Pouring$(), use the $(thing)Blowpipe$() on the bowl to add the powder to the batch.",
"title": "Coloring Glass"
},
{
"type": "patchouli:text",
"text": "$(br2)The next pages show the different combinations of glass types and powder materials to create each color."
},
{
"type": "patchouli:text",
"text": "$(li)$(bold)$(7)White$(): Silica or Hematitic Glass + $(thing)Soda Ash$()$(li)$(bold)$(0)Black$(): Any Glass + $(thing)Graphite$()$(li)$(bold)$(8)Gray$(): Any + $(thing)Graphite$() + $(thing)Soda Ash$()$(li)$(bold)$(7)Light Gray$(): Any + $(thing)Graphite$() + 2x $(thing)Soda Ash$()$(li)$(bold)$(5)Purple$(): Any + $(thing)Iron$() + $(thing)Copper$()$(li)$(bold)$(#964b00)Brown$(): Any + $(thing)Nickel$()$(li)$(bold)$(3)Cyan$(): Non-Volcanic Glass + $(thing)Copper$() + $(thing)Sapphire$()$(li)$(bold)$(2)Green$(): Silica or Hematitic Glass + $(thing)Iron$()",
"title": "Dye Colors"
},
{
"type": "patchouli:text",
"text": "$(li)$(bold)$(a)Lime$(): Silica or Hematitic Glass + $(thing)Iron$() + $(thing)Soda Ash$()$(li)$(bold)$(b)Light Blue$(): Silica Glass + $(thing)Lapis Lazuli$()$(li)$(bold)$(1)Blue$(): Silica Glass + $(thing)Copper$()$(li)$(bold)$(4)Red$(): Silica or Hematitic Glass + $(thing)Tin$()$(li)$(bold)$(6)Yellow$(): Silica or Hematitic Glass + $(thing)Silver$()$(li)$(bold)$(#ef8e38)Orange$(): Silica Glass + $(thing)Pyrite$()$(li)$(bold)$(5)Magenta$(): Silica or Hematitic Glass + $(thing)Ruby$()$(li)$(bold)$(d)Pink$(): Silica Glass + $(thing)Gold$()$(li)$(bold)$(0)Tinted$(): Non-Silica Glass + $(thing)Amethyst$()"
},
{
"type": "tfc:table_small",
"strings": [
{
"text": ""
},
{
"text": "C"
},
{
"text": "T"
},
{
"fill": "0xff42f2"
},
{
"fill": "0x8af3ff"
},
{
"fill": "0x526cff"
},
{
"fill": "0xe3e3e3"
},
{
"fill": "0xe69407"
},
{
"fill": "0xc738c9"
},
{
"fill": "0xffe81c"
},
{
"fill": "0x48ff1f"
},
{
"fill": "0xe01414"
},
{
"fill": "0x0c9400"
},
{
"fill": "0x188a9e"
},
{
"fill": "0x7d4f00"
},
{
"fill": "0x6e059c"
},
{
"fill": "0x7d7d7d"
},
{
"fill": "0xbdbdbd"
},
{
"fill": "0x000000"
},
{
"text": "Silica"
},
{
"fill": "0x3d42a8"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"text": "Hematitic"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3eb340"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3d42a8"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"text": "Olivine"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3eb340"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3d42a8"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"text": "Volcanic"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3eb340"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3d42a8"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
}
],
"text": "The availability of glass colors. 'C' is clear, 'T' is tinted. Colors can only be crafted with certain glass batches.",
"title": "Glass Color Availability",
"legend": [
{
"text": "Can be Crafted",
"color": "0x3eb340"
},
{
"text": "Cannot be Crafted",
"color": "0xb33e3e"
},
{
"text": "Default Color",
"color": "0x3d42a8"
}
],
"columns": 18,
"first_column_width": 35,
"column_width": 10,
"row_height": 10,
"left_buffer": 5,
"top_buffer": 15,
"draw_background": true
},
{
"type": "patchouli:empty",
"draw_filler": false
},
{
"type": "tfc:glassworking_recipe",
"anchor": "lamp_glass",
"recipe": "tfc:glassworking/lamp_glass",
"text": "$(thing)Lamp Glass$() is a necessary component to craft $(l:mechanics/lamps)Lamps$()."
},
{
"type": "tfc:glassworking_recipe",
"anchor": "jar",
"recipe": "tfc:glassworking/empty_jar",
"text": "$(l:mechanics/jarring)Jars$() are also made from blown glass, but only silica or hematitic glass."
},
{
"type": "tfc:glassworking_recipe",
"anchor": "glass_bottle",
"recipe": "tfc:glassworking/silica_glass_bottle",
"text": "$(thing)Glass Bottles$() can also be made. The quality of the glass bottle depends on the type of glass used to make it."
},
{
"type": "tfc:glassworking_recipe",
"recipe": "tfc:glassworking/lens",
"text": "The $(thing)Lens$() is used for crafting the spyglass, compasses, and other things."
}
],
"read_by_default": true,
"extra_recipe_mappings": {
"tag:tfc:glass_batches": 1,
"tag:c:glass_panes": 2,
"tag:c:glass_blocks": 4
}
}

View File

@@ -0,0 +1,38 @@
{
"name": "Basic Automation",
"category": "tfc:mechanics",
"icon": "gtceu:coke_oven",
"pages": [
{
"type": "patchouli:text",
"title": "Basic Automation",
"text": "Tired of making charcoal in huge pits? Once you've got $(l:mechanics/bloomery)Wrought Iron$(), you'll be able to make your first GregTech multiblock, the $(item)Coke Oven$().$(br)It will turn logs into $(thing)charcoal$() automatically, as well as upgrade any $(thing)Coal$() into $(thing)Coke$() which burns twice as long in a $(l:mechanics/charcoal_forge)Forge$().$(br)All recipes output $(thing)Creosote$(), which can be used as a lamp fuel and is required for $(l:mechanics/pumps)Create$()."
},
{
"type": "patchouli:spotlight",
"title": "Coke Oven",
"item": "gtceu:coke_oven,gtceu:coke_oven_bricks,gtceu:coke_oven_hatch",
"text": "Use JEI for a multiblock preview by looking at the $(thing)Coke Oven$() and pressing $(item)$(k:jei.showUses)$(). You can click individual blocks to see what's valid there.$(br2)Note that the center is hollow, and up to 5 $(thing)Coke Oven Hatches$() can be placed anywhere instead of bricks."
},
{
"type": "patchouli:spotlight",
"item": "gtceu:tin_small_item_pipe",
"title": "Item Pipes",
"text": "Hatches will automatically pull items into them and push fluids and items out, so you can put $(l:mechanics/crankshaft#crates)Crates$(), $(l:mechanics/crankshaft#drums)Drums$(), and $(l:mechanics/barrels)Barrels$() right up against them, but if you'd like to have more control, you'll want to use GregTech's pipes.$(br2)$(item)Item Pipes$() will not pull from any inventory they're attached to, so you'll want to use a $(thing)Chute$() or $(thing)Hopper$() to pull from the inventory and push into the pipe."
},
{
"type": "patchouli:text",
"text": "Different tiers of pipes will move different amounts of items, but the cheapest to start with is the $(item)Small Tin Item Pipe$().$(br2)Item pipes move items instantly, prioritizing closest inventories first. You can make pipes one-way by $(thing)Sneak-Right-Clicking$() them with a $(thing)Wrench$() and en empty offhand.$(br2)You can also control how items move with $(thing)Item Filters$(), $(thing)Item Tag Filters$(), and $(thing)Restricted Item Pipes$()."
},
{
"type": "patchouli:spotlight",
"item": "gtceu:wood_normal_fluid_pipe,gtceu:bronze_normal_fluid_pipe",
"title": "Fluid Pipes",
"text": "$(item)Fluid Pipes$() unsurprisingly are for moving fluids. Unlike item pipes, fluid pipes do not move fluids instantly, and will \"slosh\" back and forth, so it's a good idea to make them all one-way by $(thing)Sneak-Right-Clicking$() with a $(thing)Wrench$() and an empty offhand."
},
{
"type": "patchouli:text",
"text": "Different kinds of pipes can hold different things. $(thing)Wooden pipes$() can't hold gases, for example, and will burn if you try to put something hot in them. Other metal pipes like $(thing)Bronze$() can handle some hot things like Steam and Lava, but not acids.$(br2)Hold shift over a fluid pipe to see what it can handle."
}
]
}

View File

@@ -0,0 +1,39 @@
{
"name": "Getting Started With Create",
"category": "tfc:mechanics",
"icon": "create:cogwheel",
"pages": [
{
"type": "patchouli:text",
"title": "Getting Started With Create",
"text": "In TerraFirmaGreg, TFC's own mechanical power system has been replaced with $(thing)Create$().$(br2)You can make a few Create things once you have Wrought Iron, but you can only really get started once you have access to $(l:mechanics/steel)Steel$() and $(thing)Steam Machines$().$(br2)First, you will need a source of $(thing)Mechanical Power$(), either Water Wheels, Windmills, or a Steam Engine. Of these, $(thing)Water Wheels$() are the easiest to start with, just put them in a river!$(br)"
},
{
"type": "patchouli:crafting",
"recipe": "create:crafting/kinetics/water_wheel",
"recipe2": "create:crafting/kinetics/large_water_wheel"
},
{
"type": "tfc:sealed_barrel_recipe",
"recipe": "tfg:barrel/treated_wood_planks",
"text": "To move mechanical power around, you will need $(thing)Cogwheels$().$(br)To make these, first put some $(l:mechanics/mechanical_power)Creosote$() and any $(thing)Wooden Planks$() in a $(l:mechanics/barrels)Sealed Barrel$().$(br)This will give you $(thing)Creosote-Treated Wood Planks$()."
},
{
"type": "patchouli:spotlight",
"title": "Treated Wood Pulp",
"item": "gtceu:hp_steam_macerator,gtceu:treated_wood_dust",
"text": "Next, put those treated planks in a $(thing)Steam Macerator$(). This will produce $(thing)Treated Wood Pulp$()."
},
{
"type": "patchouli:spotlight",
"title": "Treated Wood Plank",
"item": "gtceu:hp_steam_compressor,gtceu:treated_wood_plate",
"text": "Lastly, putting the pulp into a $(thing)Steam Compressor$() will produce a $(thing)Treated Wood Plank$().$(br2)You can then use these to craft $(item)Cogwheels$()!"
},
{
"type": "patchouli:crafting",
"recipe": "tfg:create/shapeless/cogwheel",
"recipe2": "tfg:create/shaped/large_cogwheel"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Amethyst & Garnet",
"icon": "minecraft:amethyst_shard",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 230$(br)Density: 0.25$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br)Height: 8$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Amethyst Bud"
},
{
"type": "patchouli:multiblock",
"name": "Amethyst",
"multiblock": {
"mapping": {
"0": "#forge:ores/amethyst"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 65%$(br)Source of: Iron$(br)Formula: (SiO₂)₄Fe"
},
{
"type": "patchouli:multiblock",
"name": "Opal",
"multiblock": {
"mapping": {
"0": "#forge:ores/opal"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Formula: (SiO₂)"
},
{
"type": "patchouli:multiblock",
"name": "Red Garnet",
"multiblock": {
"mapping": {
"0": "#forge:ores/red_garnet"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 5%$(br)Source of: Pyrope, Almandine, Spessartine"
},
{
"type": "patchouli:multiblock",
"name": "Yellow Garnet",
"multiblock": {
"mapping": {
"0": "#forge:ores/yellow_garnet"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Andradite, Grossular, Uvarovite"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Opal & Garnet",
"icon": "gtceu:opal_gem",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 220$(br)Density: 0.35$(br)Type: Disc Vein$(br)Y: -64 - 62$(br)Size: 26$(br)Height: 6$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Amethyst Bud"
},
{
"type": "patchouli:multiblock",
"name": "Opal",
"multiblock": {
"mapping": {
"0": "#forge:ores/opal"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 55%$(br)Formula: (SiO₂)"
},
{
"type": "patchouli:multiblock",
"name": "Amethyst",
"multiblock": {
"mapping": {
"0": "#forge:ores/amethyst"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Iron$(br)Formula: (SiO₂)₄Fe"
},
{
"type": "patchouli:multiblock",
"name": "Red Garnet",
"multiblock": {
"mapping": {
"0": "#forge:ores/red_garnet"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 5%$(br)Source of: Pyrope, Almandine, Spessartine"
},
{
"type": "patchouli:multiblock",
"name": "Yellow Garnet",
"multiblock": {
"mapping": {
"0": "#forge:ores/yellow_garnet"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Andradite, Grossular, Uvarovite"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Gold (Deep)",
"icon": "gtceu:rich_raw_gold",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 260$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 32$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Limonite, Hematite, Native Gold"
},
{
"type": "patchouli:multiblock",
"name": "Gold",
"multiblock": {
"mapping": {
"0": "#forge:ores/gold"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 75%$(br)Melts into: Gold$(br)Formula: Au"
},
{
"type": "patchouli:multiblock",
"name": "Yellow Limonite",
"multiblock": {
"mapping": {
"0": "#forge:ores/yellow_limonite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Hematite",
"multiblock": {
"mapping": {
"0": "#forge:ores/hematite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃"
},
{
"type": "patchouli:multiblock",
"name": "Goethite",
"multiblock": {
"mapping": {
"0": "#forge:ores/goethite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂"
}
]
}

View File

@@ -0,0 +1,107 @@
{
"name": "Hematite, Goethite, & Ruby",
"icon": "gtceu:rich_raw_hematite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 220$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Hematite, Limonite, Native Gold"
},
{
"type": "patchouli:multiblock",
"name": "Hematite",
"multiblock": {
"mapping": {
"0": "#forge:ores/hematite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃"
},
{
"type": "patchouli:multiblock",
"name": "Yellow Limonite",
"multiblock": {
"mapping": {
"0": "#forge:ores/yellow_limonite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Goethite",
"multiblock": {
"mapping": {
"0": "#forge:ores/goethite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Gold",
"multiblock": {
"mapping": {
"0": "#forge:ores/gold"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 5%$(br)Melts into: Gold$(br)Formula: Au"
},
{
"type": "patchouli:multiblock",
"name": "Ruby",
"multiblock": {
"mapping": {
"0": "#forge:ores/ruby"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Source of: Chromium, Aluminium$(br)Formula: CrAl₂O₃"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Goethite & Malachite",
"icon": "gtceu:rich_raw_goethite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 240$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 32$(br2)Stone types: Marble, Limestone$(br2)Indicator: Limonite, Hematite, Malachite"
},
{
"type": "patchouli:multiblock",
"name": "Goethite",
"multiblock": {
"mapping": {
"0": "#forge:ores/goethite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Yellow Limonite",
"multiblock": {
"mapping": {
"0": "#forge:ores/yellow_limonite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Hematite",
"multiblock": {
"mapping": {
"0": "#forge:ores/hematite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃"
},
{
"type": "patchouli:multiblock",
"name": "Malachite",
"multiblock": {
"mapping": {
"0": "#forge:ores/malachite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: Cu₂CH₂O₅"
}
]
}

View File

@@ -0,0 +1,107 @@
{
"name": "Chromite & Magnetite",
"icon": "gtceu:rich_raw_chromite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 205$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 340$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Magnetite, Native Gold, Chromite, Sapphire"
},
{
"type": "patchouli:multiblock",
"name": "Chromite",
"multiblock": {
"mapping": {
"0": "#forge:ores/chromite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 60%$(br)Source of: Chromium$(br)Formula: FeCr₂O₄"
},
{
"type": "patchouli:multiblock",
"name": "Magnetite",
"multiblock": {
"mapping": {
"0": "#forge:ores/magnetite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: Fe₃O₄"
},
{
"type": "patchouli:multiblock",
"name": "Vanadium Magnetite",
"multiblock": {
"mapping": {
"0": "#forge:ores/vanadium_magnetite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Iron, Vanadium$(br)Formula: (Fe₃O₄)V"
},
{
"type": "patchouli:multiblock",
"name": "Gold",
"multiblock": {
"mapping": {
"0": "#forge:ores/gold"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Melts into: Gold$(br)Formula: Au"
},
{
"type": "patchouli:multiblock",
"name": "Sapphire",
"multiblock": {
"mapping": {
"0": "#forge:ores/sapphire"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 5%$(br)Source of: Aluminium$(br)Formula: Al₂O₃"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Wulfenite & Molybdenite",
"icon": "gtceu:rich_raw_wulfenite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 245$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - 10$(br)Size: 26$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Wulfenite, Molybdenite, Molybdenum, Powellite"
},
{
"type": "patchouli:multiblock",
"name": "Wulfenite",
"multiblock": {
"mapping": {
"0": "#forge:ores/wulfenite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 40%$(br)Source of: Lead, Molybdenum$(br)Formula: PbMoO₄$(br)Hazardous: Yes"
},
{
"type": "patchouli:multiblock",
"name": "Molybdenite",
"multiblock": {
"mapping": {
"0": "#forge:ores/molybdenite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 30%$(br)Source of: Molybdenum$(br)Formula: MoS₂"
},
{
"type": "patchouli:multiblock",
"name": "Molybdenum",
"multiblock": {
"mapping": {
"0": "#forge:ores/molybdenum"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Molybdenum$(br)Formula: Mo"
},
{
"type": "patchouli:multiblock",
"name": "Powellite",
"multiblock": {
"mapping": {
"0": "#forge:ores/powellite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Molybdenum$(br)Formula: CaMoO₄"
}
]
}

View File

@@ -0,0 +1,50 @@
{
"name": "Naquadah & Plutonium",
"icon": "gtceu:rich_raw_naquadah",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 310$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - -20$(br)Size: 32$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Naquadah, Plutonium"
},
{
"type": "patchouli:multiblock",
"name": "Naquadah",
"multiblock": {
"mapping": {
"0": "#forge:ores/naquadah"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 75%$(br)Source of: Stargatium$(br)Formula: Nq"
},
{
"type": "patchouli:multiblock",
"name": "Plutonium",
"multiblock": {
"mapping": {
"0": "#forge:ores/plutonium"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Plutonium$(br)Formula: Pu²³⁹$(br)Hazardous: Yes"
}
]
}

View File

@@ -0,0 +1,50 @@
{
"name": "Uraninite & Pitchblende",
"icon": "gtceu:rich_raw_uraninite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 220$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - -20$(br)Size: 24$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Pitchblende, Uraninite$(br2)There's no fission reactors in TFG, but Uranium has other uses."
},
{
"type": "patchouli:multiblock",
"name": "Uraninite",
"multiblock": {
"mapping": {
"0": "#forge:ores/uraninite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 50%$(br)Source of: Uranium$(br)Formula: UO₂$(br)Hazardous: Yes"
},
{
"type": "patchouli:multiblock",
"name": "Pitchblende",
"multiblock": {
"mapping": {
"0": "#forge:ores/pitchblende"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 50%$(br)Source of: Uranium$(br)Formula: (UO₂)₃ThPb$(br)Hazardous: Yes"
}
]
}

View File

@@ -0,0 +1,90 @@
{
"name": "Sapphire & Almandine",
"icon": "gtceu:sapphire_gem",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 280$(br)Density: 0.35$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br)Height: 8$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Almandine, Pyrope, Sapphire, Green Sapphire$(br2)If you're looking for $(thing)Aluminium$(), find a $(l:tfg_ores/normal_bauxite)Bauxite$() vein instead.$(br)"
},
{
"type": "patchouli:multiblock",
"name": "Almandine",
"anchor": "almandine",
"multiblock": {
"mapping": {
"0": "#forge:ores/almandine"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Source of: Aluminium, Iron$(br)Formula: Al₂Fe₃Si₃O₁₂"
},
{
"type": "patchouli:multiblock",
"name": "Pyrope",
"anchor": "pyrope",
"multiblock": {
"mapping": {
"0": "#forge:ores/pyrope"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Aluminium, Magnesium$(br)Formula: Al₂Mg₃Si₃O₁₂"
},
{
"type": "patchouli:multiblock",
"name": "Sapphire",
"multiblock": {
"mapping": {
"0": "#forge:ores/sapphire"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Al₂O₃"
},
{
"type": "patchouli:multiblock",
"name": "Green Sapphire",
"multiblock": {
"mapping": {
"0": "#forge:ores/green_sapphire"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Al₂O₃"
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Scheelite & Tungstate",
"icon": "gtceu:rich_raw_scheelite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 220$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 0$(br)Size: 28$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Scheelite, Tungstate, Lithium"
},
{
"type": "patchouli:multiblock",
"name": "Scheelite",
"multiblock": {
"mapping": {
"0": "#forge:ores/cooperite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 45%$(br)Source of: Tungsten$(br)Formula: Ca(WO₃)O"
},
{
"type": "patchouli:multiblock",
"name": "Tungstate",
"multiblock": {
"mapping": {
"0": "#forge:ores/tungstate"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Source of: Tungsten, Lithium$(br)Formula: Li₂(WO₃)O"
},
{
"type": "patchouli:multiblock",
"name": "Lithium",
"multiblock": {
"mapping": {
"0": "#forge:ores/lithium"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Source of: Lithium$(br)Formula: Li"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Sheldonite & Bornite",
"icon": "gtceu:rich_raw_platinum",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 300$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - 0$(br)Size: 30$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Bornite, Cooperite, Platinum, Palladium"
},
{
"type": "patchouli:multiblock",
"name": "Sheldonite",
"multiblock": {
"mapping": {
"0": "#forge:ores/cooperite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Platinum, Nickel, Palladium$(br)Formula: Pt₃NiSPd"
},
{
"type": "patchouli:multiblock",
"name": "Platinum",
"multiblock": {
"mapping": {
"0": "#forge:ores/platinum"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Smelts into: Platinum$(br)Formula: Pt"
},
{
"type": "patchouli:multiblock",
"name": "Palladium",
"multiblock": {
"mapping": {
"0": "#forge:ores/palladium"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Palladium$(br)Formula: Pt"
},
{
"type": "patchouli:multiblock",
"name": "Bornite",
"multiblock": {
"mapping": {
"0": "#forge:ores/bornite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Smelts into: Copper$(br)Formula: Cu₅FeS₄"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Topaz & Chalcocite",
"icon": "gtceu:topaz_gem",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 260$(br)Density: 0.3$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Topaz, Blue Topaz, Chalcocite, Bornite"
},
{
"type": "patchouli:multiblock",
"name": "Topaz",
"multiblock": {
"mapping": {
"0": "#forge:ores/topaz"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Aluminium, Fluorine$(br)Formula: Al₂SiFH₂"
},
{
"type": "patchouli:multiblock",
"name": "Blue Topaz",
"multiblock": {
"mapping": {
"0": "#forge:ores/blue_topaz"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Source of: Aluminium, Fluorine$(br)Formula: Al₂SiF₂H₂O₆"
},
{
"type": "patchouli:multiblock",
"name": "Chalcocite",
"multiblock": {
"mapping": {
"0": "#forge:ores/chalcocite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Smelts into: Copper$(br)Formula: Cu₂S"
},
{
"type": "patchouli:multiblock",
"name": "Bornite",
"multiblock": {
"mapping": {
"0": "#forge:ores/bornite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Smelts into: Copper$(br)Formula: Cu₅FeS₄"
}
]
}

View File

@@ -0,0 +1,71 @@
{
"name": "Dealing with Hazards",
"icon": "gtceu:hazmat_headpiece",
"category": "tfc:tfg_ores",
"priority": true,
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"text": "Some ores are hazardous! Having them in your inventory will deal continuous poison damage.$(br2)There's a full $(thing)hazmat suit$(), but that's all the way in $(thing)MV$(), so what can you do instead?$(br2)Here's some tips until TFG is able to update to a newer version of a GregTech that provides its own primitive protection equipment."
},
{
"type": "patchouli:text",
"text": "Later, if you want to move hazardous materials around, you can take them out of small vessels and into chests and machines by $(thing)Right-clicking$() on the vessel. This way, it will never enter your inventory!$(br2)Lastly, if you don't enjoy hazards, you can turn them off in the GregTech options."
},
{
"type": "patchouli:spotlight",
"title": "Rocks",
"item": {
"tag": "tfc:rock_knapping"
},
"text": "The easiest way to prevent hazardous items from entering your inventory is to not pick them up at all.$(br)Filling your inventory with $(thing)Rocks$(), for example, will let you pick and choose which items you want to pick up, letting you deal with the hazardous ones all at once later."
},
{
"type": "patchouli:spotlight",
"title": "Containers",
"text": "As mentioned, the hazardous materials only deal damage while they are in your $(thing)inventory$(), but that doesn't apply to other containers!$(br)Hazardous materials will not deal damage while they are in another container such as a $(l:mechanics/crankshaft)Backpack$() or $(l:getting_started/pottery#vessel)Vessel$().",
"item": "sophisticatedbackpacks:backpack,tfc:ceramic/vessel,tfc:ceramic/large_vessel"
},
{
"type": "patchouli:spotlight",
"title": "Armor",
"text": "Better armor will reduce the damage taken from hazardous materials.",
"item": {
"tag": "minecraft:trimmable_armor"
}
},
{
"type": "patchouli:spotlight",
"title": "Spring Water",
"item": "tfc:bucket/spring_water",
"text": "Standing in $(thing)Spring Water$() will provide a slow $(thing)Regeneration$() effect."
},
{
"type": "patchouli:spotlight",
"title": "Aged Alcohol",
"text": "$(thing)Aged Alcohol$() will give potion buffs, some of which you might find useful.$(br2)You can drink them with a $(l:getting_started/pottery#jug)Jug$() or $(l:waterflasks/recipes)Flask$().",
"item": "tfcagedalcohol:bucket/aged_beer,tfcagedalcohol:bucket/aged_cider,tfcagedalcohol:bucket/aged_rum,tfcagedalcohol:bucket/aged_sake,tfcagedalcohol:bucket/aged_vodka,tfcagedalcohol:bucket/aged_whiskey,tfcagedalcohol:bucket/aged_corn_whiskey,tfcagedalcohol:bucket/aged_rye_whiskey"
},
{
"type": "patchouli:text",
"text": "Aged Beer: Absorption II (20:00)$(br2)Aged Cider: Speed (5:20)$(br2)Aged Rum: Speed II (2:40)$(br2)Aged Sake: Resistance (5:20)$(br2)Aged Vodka: Resistance II (2:40)$(br2)Aged Corn Whiskey: Haste (5:20)$(br2)Aged Rye Whiskey: Haste (5:20)$(br2)Aged Whiskey: Haste II (2:40)"
},
{
"type": "patchouli:spotlight",
"item": {
"tag": "tfc:foods"
},
"title": "Nutrition",
"text": "Eating better foods with more $(l:getting_started/food_and_water#nutrients)nutrition$() will raise your maximum HP by a significant amount.$(br2)$(l:mechanics/pot#soup)Soups$(), $(l:mechanics/sandwiches)Sandwiches$(), and $(l:mechanics/salad)Salads$() are great for this."
},
{
"type": "patchouli:spotlight",
"title": "Bed",
"item": {
"tag": "minecraft:beds"
},
"text": "If all else fails, bringing along a bed to respawn is a good idea.$(br2)If you don't have access to $(thing)Wool$() or $(thing)String$(), you can also make a $(l:getting_started/a_place_to_sleep)Thatch Bed$()."
}
]
}

View File

@@ -0,0 +1,43 @@
{
"name": "Ore Index",
"icon": "minecraft:diamond_pickaxe",
"category": "tfc:tfg_ores",
"priority": true,
"sortnum": 2,
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "This is a list of every ore in the world, sorted alphabetically, and then by richest to poorest vein type.$(br2)Almandine: $(l:tfg_ores/deep_sapphire)35%$()$(br)Aluminium: $(l:tfg_ores/normal_bauxite)25%$()$(br)Alunite: $(l:tfg_ores/normal_saltpeter)15%$()$(br)Amethyst: $(l:tfg_ores/deep_garnet_amethyst)65%$(), $(l:tfg_ores/deep_garnet_opal)25%$()$(br)Apatite: $(l:tfg_ores/normal_apatite)50%$()$(br)Asbestos: $(l:tfg_ores/normal_garnet_tin)25%$()$(br)Barite: $(l:tfg_ores/normal_quartz)15%$()$(br)Basaltic Mineral Sand: $(l:tfg_ores/normal_basaltic_sands)35%$()$(br)Bastnasite: $(l:tfg_ores/normal_monazite)50%$()"
},
{
"type": "patchouli:text",
"text": "Bauxite: $(l:tfg_ores/normal_bauxite)45%$(), $(l:tfg_ores/normal_mica)25%$()$(br)Bentonite: $(l:tfg_ores/normal_olivine)35%$()$(br)Beryllium: $(l:tfg_ores/normal_beryllium)35%$()$(br)Bismuth: $(l:tfg_ores/surface_bismuth)90%$(), $(l:tfg_ores/normal_bismuth)80%$()$(br)Blue Topaz: $(l:tfg_ores/deep_topaz)35%$()$(br)Borax: $(l:tfg_ores/normal_salt)15%$()$(br)Bornite: $(l:tfg_ores/deep_sheldonite)35%$(), $(l:tfg_ores/deep_topaz)15%$()$(br)Calcite: $(l:tfg_ores/normal_lapis)15%$()$(br)Cassiterite: $(l:tfg_ores/surface_cassiterite)60%$(), $(l:tfg_ores/normal_cassiterite)40%$(), $(l:tfg_ores/surface_copper)5%$()$(br)Cassiterite Sand: $(l:tfg_ores/normal_garnet_tin)35%$()$(br)Certus Quartz: $(l:tfg_ores/normal_quartz)30%$()$(br)Chalcocite: $(l:tfg_ores/deep_topaz)25%$()$(br)Chalcopyrite: $(l:tfg_ores/surface_copper)55%$(), $(l:tfg_ores/normal_copper)20%$()$(br)Chromite: $(l:tfg_ores/deep_magnetite)60%$()$(br)Cinnabar: $(l:tfg_ores/normal_redstone)20%$()$(br)Coal: $(l:tfg_ores/normal_coal)100%$(), $(l:tfg_ores/normal_graphite)30%$()$(br)Cobalt: $(l:tfg_ores/normal_garnierite)15%$()"
},
{
"type": "patchouli:text",
"text": "Cobaltite: $(l:tfg_ores/normal_garnierite)20%$()$(br)Copper: $(l:tfg_ores/normal_copper)65%$(), $(l:tfg_ores/normal_tetrahedrite)30%$(), $(l:tfg_ores/surface_tetrahedrite)20%$()$(br)Diamond: $(l:tfg_ores/normal_graphite)25%$()$(br)Diatomite: $(l:tfg_ores/normal_saltpeter)25%$(), $(l:tfg_ores/normal_garnet_tin)15%$()$(br)Electrotine: $(l:tfg_ores/normal_saltpeter)25%$()$(br)Emerald: $(l:tfg_ores/normal_beryllium)50%$()$(br)Fuller's Earth: $(l:tfg_ores/normal_basaltic_sands)25%$()$(br)Galena: $(l:tfg_ores/normal_silver)30%$()$(br)Garnet Sand: $(l:tfg_ores/normal_garnet_tin)25%$()$(br)Garnierite: $(l:tfg_ores/normal_garnierite)30%$()$(br)Glauconite Sand: $(l:tfg_ores/normal_lubricant)25%$(), $(l:tfg_ores/normal_olivine)15%$()$(br)Goethite: $(l:tfg_ores/deep_limonite)50%$(), $(l:tfg_ores/deep_hematite)25%$(), $(l:tfg_ores/normal_hematite)15%$(), $(l:tfg_ores/normal_limonite)15%$(), $(l:tfg_ores/normal_gold)5%$(), $(l:tfg_ores/deep_gold)5%$()$(br)Gold: $(l:tfg_ores/deep_gold)75%$(), $(l:tfg_ores/normal_gold)55%$(), $(l:tfg_ores/deep_magnetite)15%$(), $(l:tfg_ores/normal_magnetite)10%$(), $(l:tfg_ores/deep_hematite)5%$(), $(l:tfg_ores/normal_hematite)5%$()$(br)Granitic Mineral Sand: $(l:tfg_ores/normal_basaltic_sands)25%$()$(br)Graphite: $(l:tfg_ores/normal_graphite)45%$()$(br)Green Sapphire: $(l:tfg_ores/deep_sapphire)15%$()"
},
{
"type": "patchouli:text",
"text": "Grossular: $(l:tfg_ores/normal_manganese)30%$()$(br)Gypsum: $(l:tfg_ores/normal_basaltic_sands)15%$()$(br)Hematite: $(l:tfg_ores/normal_hematite)50%$(), $(l:tfg_ores/deep_hematite)35%$(), $(l:tfg_ores/normal_gold)20%$(), $(l:tfg_ores/normal_limonite)20%$(), $(l:tfg_ores/deep_gold)15%$(), $(l:tfg_ores/deep_limonite)15%$()$(br)Ilmenite: $(l:tfg_ores/normal_bauxite)30%$()$(br)Iron: $(l:tfg_ores/normal_copper)5%$()$(br)Kaolinite: $(l:tfg_ores/surface_kaolin)20%$()$(br)Kyanite: $(l:tfg_ores/normal_mica)35%$()$(br)Lapis: $(l:tfg_ores/normal_lapis)25%$()$(br)Lazurite: $(l:tfg_ores/normal_lapis)35%$()$(br)Lead: $(l:tfg_ores/normal_silver)55%$(), $(l:tfg_ores/normal_bismuth)11%$(), $(l:tfg_ores/surface_bismuth)7%$()$(br)Lepidolite: $(l:tfg_ores/normal_salt)15%$(), $(l:tfg_ores/normal_spodumene)15%$()$(br)Lithium: $(l:tfg_ores/deep_scheelite)20%$()$(br)Magnesite: $(l:tfg_ores/normal_olivine)25%$()$(br)Magnetite: $(l:tfg_ores/normal_magnetite)65%$(), $(l:tfg_ores/deep_magnetite)5%$()$(br)Malachite: $(l:tfg_ores/deep_limonite)20%$(), $(l:tfg_ores/normal_limonite)15%$()$(br)Mica: $(l:tfg_ores/normal_mica)25%$()"
},
{
"type": "patchouli:text",
"text": "Molybdenite: $(l:tfg_ores/deep_molybdenum)30%$()$(br)Molybdenum: $(l:tfg_ores/deep_molybdenum)15%$()$(br)Monazite: $(l:tfg_ores/normal_monazite)25%$()$(br)Naquadah: $(l:tfg_ores/deep_naquadah)75%$()$(br)Neodymium: $(l:tfg_ores/normal_monazite)25%$()$(br)Nether Quartz: $(l:tfg_ores/normal_quartz)10%$()$(br)Nickel: $(l:tfg_ores/normal_garnierite)10%$()$(br)Oilsands: $(l:tfg_ores/normal_oilsands)100%$()$(br)Olivine: $(l:tfg_ores/normal_olivine)25%$()$(br)Opal: $(l:tfg_ores/deep_garnet_opal)55%$(), $(l:tfg_ores/deep_garnet_amethyst)15%$()$(br)Palladium: $(l:tfg_ores/deep_sheldonite)15%$()$(br)Pentlandite: $(l:tfg_ores/normal_garnierite)25%$(), $(l:tfg_ores/normal_lubricant)15%$()$(br)Pitchblende: $(l:tfg_ores/deep_pitchblende)50%$()$(br)Platinum: $(l:tfg_ores/deep_sheldonite)25%$()$(br)Plutonium: $(l:tfg_ores/deep_naquadah)25%$()$(br)Pollucite: $(l:tfg_ores/normal_mica)15%$()$(br)Powellite: $(l:tfg_ores/deep_molybdenum)15%$()"
},
{
"type": "patchouli:text",
"text": "Pyrite: $(l:tfg_ores/normal_sulfur)35%$(), $(l:tfg_ores/normal_sphalerite)25%$(), $(l:tfg_ores/normal_copper)10%$(), $(l:tfg_ores/surface_sphalerite)5%$()$(br)Pyrochlore: $(l:tfg_ores/normal_apatite)15%$()$(br)Pyrolusite: $(l:tfg_ores/normal_manganese)20%$()$(br)Pyrope: $(l:tfg_ores/deep_sapphire)25%$()$(br)Quartzite: $(l:tfg_ores/normal_quartz)45%$()$(br)Realgar: $(l:tfg_ores/surface_copper)15%$()$(br)Red Garnet: $(l:tfg_ores/deep_garnet_amethyst)5%$(), $(l:tfg_ores/deep_garnet_opal)5%$()$(br)Redstone: $(l:tfg_ores/normal_redstone)45%$()$(br)Rock Salt: $(l:tfg_ores/normal_salt)40%$(), $(l:tfg_ores/normal_spodumene)20%$()$(br)Ruby: $(l:tfg_ores/normal_redstone)35%$(), $(l:tfg_ores/deep_hematite)20%$()$(br)Salt: $(l:tfg_ores/normal_salt)30%$(), $(l:tfg_ores/normal_spodumene)30%$()$(br)Saltpeter: $(l:tfg_ores/normal_saltpeter)35%$()$(br)Sapphire: $(l:tfg_ores/deep_sapphire)15%$(), $(l:tfg_ores/deep_magnetite)5%$()$(br)Scheelite: $(l:tfg_ores/deep_scheelite)45%$()$(br)Sheldonite: $(l:tfg_ores/deep_sheldonite)25%$()$(br)Silver: $(l:tfg_ores/normal_silver)15%$()$(br)Soapstone: $(l:tfg_ores/normal_lubricant)30%$()"
},
{
"type": "patchouli:text",
"text": "Sodalite: $(l:tfg_ores/normal_lapis)25%$()$(br)Spessartine: $(l:tfg_ores/normal_manganese)20%$()$(br)Sphalerite: $(l:tfg_ores/normal_sphalerite)40%$(), $(l:tfg_ores/surface_sphalerite)40%$(), $(l:tfg_ores/normal_sulfur)15%$()$(br)Spodumene: $(l:tfg_ores/normal_spodumene)35%$()$(br)Stibnite: $(l:tfg_ores/normal_tetrahedrite)20%$(), $(l:tfg_ores/surface_tetrahedrite)20%$()$(br)Sulfur: $(l:tfg_ores/surface_sphalerite)55%$(), $(l:tfg_ores/normal_sulfur)50%$(), $(l:tfg_ores/normal_sphalerite)35%$(), $(l:tfg_ores/normal_bismuth)9%$(), $(l:tfg_ores/surface_bismuth)3%$()$(br)Talc: $(l:tfg_ores/normal_lubricant)20%$()$(br)Tantalite: $(l:tfg_ores/normal_manganese)10%$()$(br)Tetrahedrite: $(l:tfg_ores/surface_tetrahedrite)60%$(), $(l:tfg_ores/normal_tetrahedrite)50%$()$(br)Thorium: $(l:tfg_ores/normal_beryllium)15%$()$(br)Tin: $(l:tfg_ores/normal_cassiterite)60%$(), $(l:tfg_ores/surface_cassiterite)40%$()$(br)Topaz: $(l:tfg_ores/deep_topaz)25%$()$(br)Tricalcium Phosphate: $(l:tfg_ores/normal_apatite)35%$()$(br)Trona: $(l:tfg_ores/normal_lubricant)10%$()$(br)Tungstate: $(l:tfg_ores/deep_scheelite)35%$()$(br)Uraninite: $(l:tfg_ores/deep_pitchblende)50%$()$(br)Vanadium Magnetite: $(l:tfg_ores/normal_magnetite)25%$(), $(l:tfg_ores/deep_magnetite)15%$()"
},
{
"type": "patchouli:text",
"text": "Wulfenite: $(l:tfg_ores/deep_molybdenum)40%$()$(br)Yellow Garnet: $(l:tfg_ores/deep_garnet_amethyst)5%$(), $(l:tfg_ores/deep_garnet_opal)5%$()$(br)Yellow Limonite: $(l:tfg_ores/normal_limonite)50%$(), $(l:tfg_ores/normal_hematite)30%$(), $(l:tfg_ores/normal_gold)20%$(), $(l:tfg_ores/deep_limonite)15%$(), $(l:tfg_ores/deep_hematite)15%$(), $(l:tfg_ores/deep_gold)5%$()$(br)Zeolite: $(l:tfg_ores/surface_copper)15%$()"
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Apatite & Pyrochlore",
"icon": "gtceu:raw_apatite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 220$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 34$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Apatite, Tricalcium Phosphate, Pyrochlore"
},
{
"type": "patchouli:multiblock",
"name": "Apatite",
"multiblock": {
"mapping": {
"0": "#forge:ores/apatite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 50%$(br)Source of: Calcium, Phosphorus, Forestry PTSD$(br)Formula: Ca₅(PO₄)₃Cl"
},
{
"type": "patchouli:multiblock",
"name": "Tricalcium Phosphate",
"multiblock": {
"mapping": {
"0": "#forge:ores/tricalcium_phosphate"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Source of: Calcium, Phosphorus$(br)Formula: Ca₃(PO₄)₂"
},
{
"type": "patchouli:multiblock",
"name": "Pyrochlore",
"multiblock": {
"mapping": {
"0": "#forge:ores/pyrochlore"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Niobium$(br)Formula: Ca₂Nb₂O₇"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Mineral Sands",
"icon": "gtceu:raw_basaltic_mineral_sand",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 160$(br)Density: 0.3$(br)Type: Disc Vein$(br)Y: -32 - 60$(br)Size: 48$(br)Height: 9$(br2)Stone types: Granite, Basalt$(br2)Indicator: Basaltic & Granitic Mineral Sand, Fuller's Earth, Gypsum"
},
{
"type": "patchouli:multiblock",
"name": "Basaltic Mineral Sand",
"multiblock": {
"mapping": {
"0": "#forge:ores/basaltic_mineral_sand"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Smelts into: Cast Iron$(br)Formula: (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)"
},
{
"type": "patchouli:multiblock",
"name": "Granitic Mineral Sand",
"multiblock": {
"mapping": {
"0": "#forge:ores/granitic_mineral_sand"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Smelts into: Cast Iron$(br)Formula: (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))"
},
{
"type": "patchouli:multiblock",
"name": "Fuller's Earth",
"multiblock": {
"mapping": {
"0": "#forge:ores/fullers_earth"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: MgSi₄H(H₂O)₄O₁₁"
},
{
"type": "patchouli:multiblock",
"name": "Gypsum",
"multiblock": {
"mapping": {
"0": "#forge:ores/gypsum"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Used for: Alabaster (dyeable) bricks$(br)Formula: CaS(H₂O)₂O₄"
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Bauxite & Ilmenite",
"icon": "gtceu:raw_bauxite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 185$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bauxite, Ilmenite, Aluminium"
},
{
"type": "patchouli:multiblock",
"name": "Bauxite",
"multiblock": {
"mapping": {
"0": "#forge:ores/bauxite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 45%$(br)Source of: Aluminium$(br)Formula: Al₂O₃"
},
{
"type": "patchouli:multiblock",
"name": "Aluminium",
"multiblock": {
"mapping": {
"0": "#forge:ores/aluminium"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Aluminium$(br)Formula: Al"
},
{
"type": "patchouli:multiblock",
"name": "Ilmenite",
"multiblock": {
"mapping": {
"0": "#forge:ores/ilmenite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 30%$(br)Source of: Titanium$(br)Formula: FeTiO₃"
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Emerald & Beryllium",
"icon": "minecraft:emerald",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 180$(br)Density: 0.35$(br)Type: Pipe Vein$(br)Y: -32 - 50$(br)Height: 60$(br)Radius: 10$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Beryllium, Emerald, Thorium"
},
{
"type": "patchouli:multiblock",
"name": "Beryllium",
"multiblock": {
"mapping": {
"0": "#forge:ores/beryllium"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Used for: Ender Pearls$(br)Formula: Be$(br)Hazardous: Yes"
},
{
"type": "patchouli:multiblock",
"name": "Emerald",
"multiblock": {
"mapping": {
"0": "#forge:ores/emerald"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 50%$(br)Used for: MV components, Item tag filters$(br)Formula: Be₃Al₂Si₆O₁₈"
},
{
"type": "patchouli:multiblock",
"name": "Thorium",
"multiblock": {
"mapping": {
"0": "#forge:ores/thorium"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Used for: Nothing!$(br)Formula: Th"
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Bismuth (Normal)",
"icon": "gtceu:raw_bismuth",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bismuthinite$(br2)Only used for Bismuth Bronze."
},
{
"type": "patchouli:multiblock",
"name": "Bismuth",
"multiblock": {
"mapping": {
"0": "#forge:ores/bismuth"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 80%$(br)Melts into: Bismuth$(br)Formula: Bi"
},
{
"type": "patchouli:multiblock",
"name": "Sulfur",
"multiblock": {
"mapping": {
"0": "#forge:ores/sulfur"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 9%$(br)Formula: S"
},
{
"type": "patchouli:multiblock",
"name": "Lead",
"multiblock": {
"mapping": {
"0": "#forge:ores/lead"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 11%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes"
}
]
}

View File

@@ -0,0 +1,50 @@
{
"name": "Cassiterite (Normal)",
"icon": "gtceu:raw_cassiterite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Cassiterite"
},
{
"type": "patchouli:multiblock",
"name": "Cassiterite",
"multiblock": {
"mapping": {
"0": "#forge:ores/cassiterite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 40%$(br)Melts into: Tin$(br)Formula: SnO₂"
},
{
"type": "patchouli:multiblock",
"name": "Tin",
"multiblock": {
"mapping": {
"0": "#forge:ores/tin"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 60%$(br)Melts into: Tin$(br)Formula: Sn"
}
]
}

View File

@@ -0,0 +1,31 @@
{
"name": "Coal",
"icon": "minecraft:coal",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 215$(br)Density: 0.55$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 60$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Coal"
},
{
"type": "patchouli:multiblock",
"name": "Coal",
"multiblock": {
"mapping": {
"0": "#forge:ores/coal"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 100%$(br)Used for: Forge fuel, Distillation$(br)Formula: C"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Copper & Chalcopyrite",
"icon": "minecraft:raw_copper",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Native Copper"
},
{
"type": "patchouli:multiblock",
"name": "Copper",
"multiblock": {
"mapping": {
"0": "#forge:ores/copper"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 65%$(br)Melts into: Copper$(br)Formula: Cu"
},
{
"type": "patchouli:multiblock",
"name": "Chalcopyrite",
"multiblock": {
"mapping": {
"0": "#forge:ores/chalcopyrite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: CuFeS₂"
},
{
"type": "patchouli:multiblock",
"name": "Iron",
"multiblock": {
"mapping": {
"0": "#forge:ores/iron"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: Fe"
},
{
"type": "patchouli:multiblock",
"name": "Pyrite",
"multiblock": {
"mapping": {
"0": "#forge:ores/pyrite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 10%$(br)Melts into: Cast Iron$(br)Formula: FeS₂"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Garnet & Cassiterite Sands",
"icon": "gtceu:raw_garnet_sand",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 360$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 64$(br)Size: 40$(br2)Stone types: All$(br2)Indicator: Cassiterite"
},
{
"type": "patchouli:multiblock",
"name": "Cassiterite Sand",
"multiblock": {
"mapping": {
"0": "#forge:ores/cassiterite_sand"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Melts into: Tin$(br)Formula: SnO₂"
},
{
"type": "patchouli:multiblock",
"name": "Garnet Sand",
"multiblock": {
"mapping": {
"0": "#forge:ores/garnet_sand"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Almandine, Andradite, Grossular, Pyrope, Spessartine, Uvarovite"
},
{
"type": "patchouli:multiblock",
"name": "Asbestos",
"multiblock": {
"mapping": {
"0": "#forge:ores/asbestos"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Magnesium, Lung cancer$(br)Formula: Mg₃Si₂H₄O₉$(br)Hazardous: Yes"
},
{
"type": "patchouli:multiblock",
"name": "Diatomite",
"multiblock": {
"mapping": {
"0": "#forge:ores/diatomite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Iron, Aluminium$(br)Formula: (SiO₂)₈(Fe₂O₃)(Al₂O₃)"
}
]
}

View File

@@ -0,0 +1,107 @@
{
"name": "Garnierite & Cobaltite",
"icon": "gtceu:raw_garnierite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 140$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Gabbro$(br2)Indicator: Garnierite"
},
{
"type": "patchouli:multiblock",
"name": "Garnierite",
"multiblock": {
"mapping": {
"0": "#forge:ores/garnierite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 30%$(br)Melts into: Nickel$(br)Formula: NiO"
},
{
"type": "patchouli:multiblock",
"name": "Nickel",
"multiblock": {
"mapping": {
"0": "#forge:ores/nickel"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 10%$(br)Melts into: Nickel$(br)Formula: Ni"
},
{
"type": "patchouli:multiblock",
"name": "Cobaltite",
"multiblock": {
"mapping": {
"0": "#forge:ores/cobaltite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Source of: Cobalt, Arsenic$(br)Formula: CoAsS$(br)Hazardous: Yes"
},
{
"type": "patchouli:multiblock",
"name": "Pentlandite",
"multiblock": {
"mapping": {
"0": "#forge:ores/pentlandite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Smelts into: Nickel$(br)Formula: Ni₉S₈"
},
{
"type": "patchouli:multiblock",
"name": "Cobalt",
"multiblock": {
"mapping": {
"0": "#forge:ores/cobalt"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Smelts into: Cobalt$(br)Formula: Co"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Gold, Limonite, & Hematite",
"icon": "minecraft:raw_gold",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 170$(br)Density: 0.4$(br)Type: Disc Vein$(br)Y: -32 - 60$(br)Size: 40$(br)Height: 12$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Limonite, Hematite, Native Gold"
},
{
"type": "patchouli:multiblock",
"name": "Gold",
"multiblock": {
"mapping": {
"0": "#forge:ores/gold"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 55%$(br)Melts into: Gold$(br)Formula: Au"
},
{
"type": "patchouli:multiblock",
"name": "Yellow Limonite",
"multiblock": {
"mapping": {
"0": "#forge:ores/yellow_limonite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Hematite",
"multiblock": {
"mapping": {
"0": "#forge:ores/hematite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃"
},
{
"type": "patchouli:multiblock",
"name": "Goethite",
"multiblock": {
"mapping": {
"0": "#forge:ores/goethite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂"
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Graphite & Diamond",
"icon": "minecraft:diamond",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 175$(br)Density: 0.35$(br)Type: Pipe Vein$(br)Y: -64 - 100$(br)Height: 60$(br)Radius: 12$(br2)Stone types: Gabbro$(br2)Indicator: Diamond, Graphite, Coal$(br2)Can't find it? Gabbro always spawns below $(thing)Basalt$(), and Gabbro dikes in oceans can be useful too!"
},
{
"type": "patchouli:multiblock",
"name": "Graphite",
"multiblock": {
"mapping": {
"0": "#forge:ores/graphite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 45%$(br)Used for: $(l:mechanics/fire_clay)Fire Clay$(), Graphene$(br)Formula: C"
},
{
"type": "patchouli:multiblock",
"name": "Diamond",
"multiblock": {
"mapping": {
"0": "#forge:ores/diamond"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Used for: Macerators, AE2$(br)Formula: C"
},
{
"type": "patchouli:multiblock",
"name": "Coal",
"multiblock": {
"mapping": {
"0": "#forge:ores/coal"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 30%$(br)Used for: Forge fuel, Distillation$(br)Formula: C"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Hematite & Limonite",
"icon": "gtceu:raw_hematite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 210$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Hematite, Limonite, Native Gold"
},
{
"type": "patchouli:multiblock",
"name": "Hematite",
"multiblock": {
"mapping": {
"0": "#forge:ores/hematite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃"
},
{
"type": "patchouli:multiblock",
"name": "Yellow Limonite",
"multiblock": {
"mapping": {
"0": "#forge:ores/yellow_limonite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 30%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Goethite",
"multiblock": {
"mapping": {
"0": "#forge:ores/goethite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Gold",
"multiblock": {
"mapping": {
"0": "#forge:ores/gold"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 5%$(br)Melts into: Gold$(br)Formula: Au"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Lapis, Lazurite, & Sodalite",
"icon": "minecraft:lapis_lazuli",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 170$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -60 - 10$(br)Size: 50$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Lazurite, Sodalite, Lapis, Calcite$(br2)Mostly used for fluid filters."
},
{
"type": "patchouli:multiblock",
"name": "Lazurite",
"multiblock": {
"mapping": {
"0": "#forge:ores/lazurite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Source of: Aluminium, Calcium, Sodium$(br)Formula: Al₆Si₆Ca₈Na₈"
},
{
"type": "patchouli:multiblock",
"name": "Sodalite",
"multiblock": {
"mapping": {
"0": "#forge:ores/sodalite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Aluminium, Sodium$(br)Formula: Al₃Si₃Na₄Cl"
},
{
"type": "patchouli:multiblock",
"name": "Calcite",
"multiblock": {
"mapping": {
"0": "#forge:ores/calcite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Calcium$(br)Formula: CaCO₃"
},
{
"type": "patchouli:multiblock",
"name": "Lapis",
"multiblock": {
"mapping": {
"0": "#forge:ores/lapis"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Lazurite, Sodalite, Pyrite, Calcite"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Limonite",
"icon": "gtceu:raw_yellow_limonite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 190$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Marble, Limestone$(br2)Indicator: Limonite, Hematite, Malachite"
},
{
"type": "patchouli:multiblock",
"name": "Yellow Limonite",
"multiblock": {
"mapping": {
"0": "#forge:ores/yellow_limonite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Goethite",
"multiblock": {
"mapping": {
"0": "#forge:ores/goethite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Hematite",
"multiblock": {
"mapping": {
"0": "#forge:ores/hematite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃"
},
{
"type": "patchouli:multiblock",
"name": "Malachite",
"multiblock": {
"mapping": {
"0": "#forge:ores/malachite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Melts into: Copper$(br)Formula: Cu₂CH₂O₅"
}
]
}

View File

@@ -0,0 +1,107 @@
{
"name": "Soapstone, Talc, & Trona",
"icon": "gtceu:raw_soapstone",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 190$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 56$(br)Size: 36$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Soapstone, Talc, Glauconite Sand, Pentlandite, Trona"
},
{
"type": "patchouli:multiblock",
"name": "Soapstone",
"multiblock": {
"mapping": {
"0": "#forge:ores/soapstone"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 30%$(br)Source of: Magnesium$(br)Formula: Mg₃Si₄H₂O₁₂"
},
{
"type": "patchouli:multiblock",
"name": "Talc",
"multiblock": {
"mapping": {
"0": "#forge:ores/talc"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Source of: Magnesium$(br)Formula: Mg₃Si₄H₂O₁₂"
},
{
"type": "patchouli:multiblock",
"name": "Glauconite Sand",
"multiblock": {
"mapping": {
"0": "#forge:ores/glauconite_sand"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Magnesium, Aluminium$(br)Formula: KMg₂Al₄H₂O₁₂"
},
{
"type": "patchouli:multiblock",
"name": "Pentlandite",
"multiblock": {
"mapping": {
"0": "#forge:ores/pentlandite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Smelts into: Nickel$(br)Formula: Ni₉S₈"
},
{
"type": "patchouli:multiblock",
"name": "Trona",
"multiblock": {
"mapping": {
"0": "#forge:ores/trona"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 10%$(br)Formula: Na₃C₂H(H₂O)₂O₆"
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Magnetite & Vanadium",
"icon": "gtceu:raw_magnetite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 200$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Magnetite, Native Gold"
},
{
"type": "patchouli:multiblock",
"name": "Magnetite",
"multiblock": {
"mapping": {
"0": "#forge:ores/magnetite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 65%$(br)Melts into: Cast Iron$(br)Formula: Fe₃O₄"
},
{
"type": "patchouli:multiblock",
"name": "Vanadium Magnetite",
"multiblock": {
"mapping": {
"0": "#forge:ores/vanadium_magnetite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Iron, Vanadium$(br)Formula: (Fe₃O₄)V"
},
{
"type": "patchouli:multiblock",
"name": "Gold",
"multiblock": {
"mapping": {
"0": "#forge:ores/gold"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 10%$(br)Melts into: Gold$(br)Formula: Au"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Manganese & Tantalum",
"icon": "gtceu:raw_grossular",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 195$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Grossular, Spessartine, Pyrolusite, Tantalite"
},
{
"type": "patchouli:multiblock",
"name": "Grossular",
"multiblock": {
"mapping": {
"0": "#forge:ores/grossular"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 30%$(br)Source of: Calcium, Aluminium$(br)Formula: Ca₃Al₂Si₃O₁₂"
},
{
"type": "patchouli:multiblock",
"name": "Spessartine",
"multiblock": {
"mapping": {
"0": "#forge:ores/spessartine"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Source of: Manganese, Aluminium$(br)Formula: Al₂Mn₃Si₃O₁₂"
},
{
"type": "patchouli:multiblock",
"name": "Pyrolusite",
"multiblock": {
"mapping": {
"0": "#forge:ores/pyrolusite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Smelts into: Manganese$(br)Formula: MnO₂"
},
{
"type": "patchouli:multiblock",
"name": "Tantalite",
"multiblock": {
"mapping": {
"0": "#forge:ores/tantalite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 10%$(br)Source of: Manganese, Tantalum$(br)Formula: MnTa₂O₆"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Kyanite, Mica, & Bauxite",
"icon": "gtceu:raw_mica",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 190$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 36$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Kyanite, Mica, Bauxite, Pollucite"
},
{
"type": "patchouli:multiblock",
"name": "Kyanite",
"multiblock": {
"mapping": {
"0": "#forge:ores/kyanite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Source of: Aluminium$(br)Formula: Al₂SiO₅"
},
{
"type": "patchouli:multiblock",
"name": "Mica",
"multiblock": {
"mapping": {
"0": "#forge:ores/mica"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Potassium, Aluminium, Fluorine$(br)Formula: KAl₃Si₃F₂O₁₀"
},
{
"type": "patchouli:multiblock",
"name": "Bauxite",
"multiblock": {
"mapping": {
"0": "#forge:ores/bauxite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Aluminium$(br)Formula: Al₂O₃"
},
{
"type": "patchouli:multiblock",
"name": "Pollucite",
"multiblock": {
"mapping": {
"0": "#forge:ores/pollucite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Cs₂Al₂Si₄(H₂O)₂O₁₂"
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Bastnasite & Monazite",
"icon": "gtceu:monazite_gem",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 185$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -32 - 50$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Bastnasite, Monazite, Neodymium"
},
{
"type": "patchouli:multiblock",
"name": "Bastnasite",
"multiblock": {
"mapping": {
"0": "#forge:ores/bastnasite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 50%$(br)Source of: Cerium, Fluorine$(br)Formula: CeCFO₃"
},
{
"type": "patchouli:multiblock",
"name": "Monazite",
"multiblock": {
"mapping": {
"0": "#forge:ores/monazite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Phosphorous, Rare Earth$(br)Formula: ?(PO₄)"
},
{
"type": "patchouli:multiblock",
"name": "Neodymium",
"multiblock": {
"mapping": {
"0": "#forge:ores/neodymium"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Formula: Nd"
}
]
}

View File

@@ -0,0 +1,31 @@
{
"name": "Oilsands",
"icon": "gtceu:raw_oilsands",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 185$(br)Density: 0.20$(br)Type: Cluster Vein$(br)Y: 0 - 70$(br)Size: 55$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Oilsands$(br2)Used as an early combustion fuel."
},
{
"type": "patchouli:multiblock",
"name": "Oilsands",
"multiblock": {
"mapping": {
"0": "#forge:ores/oilsands"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 100%$(br)Source of: Freedom 🛢🦅🗽"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Bentonite & Olivine",
"icon": "gtceu:olivine_gem",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 180$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 30$(br)Size: 26$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Bentonite, Magnesite, Olivine, Glauconite Sand"
},
{
"type": "patchouli:multiblock",
"name": "Bentonite",
"multiblock": {
"mapping": {
"0": "#forge:ores/bentonite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Source of: Magnesium$(br)Formula: NaMg₆Si₁₂H₄(H₂O)₅O₃₆"
},
{
"type": "patchouli:multiblock",
"name": "Magnesite",
"multiblock": {
"mapping": {
"0": "#forge:ores/magnesite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: MgCO₃"
},
{
"type": "patchouli:multiblock",
"name": "Olivine",
"multiblock": {
"mapping": {
"0": "#forge:ores/olivine"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: Mg₂Fe(SiO₂)₂"
},
{
"type": "patchouli:multiblock",
"name": "Glauconite Sand",
"multiblock": {
"mapping": {
"0": "#forge:ores/glauconite_sand"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Magnesium, Aluminium$(br)Formula: KMg₂Al₄H₂O₁₂"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Quartzes",
"icon": "minecraft:quartz",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 150$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 100$(br)Size: 40$(br2)Stone types: Shale, Quartzite, Schist, Gneiss$(br2)Indicator: Certus Quartz Bud"
},
{
"type": "patchouli:multiblock",
"name": "Quartzite",
"multiblock": {
"mapping": {
"0": "#forge:ores/quartzite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 45%$(br)Formula: SiO₂"
},
{
"type": "patchouli:multiblock",
"name": "Certus Quartz",
"multiblock": {
"mapping": {
"0": "#forge:ores/certus_quartz"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 30%$(br)Used for: Applied Energistics 2$(br)Formula: SiO₂"
},
{
"type": "patchouli:multiblock",
"name": "Nether Quartz",
"multiblock": {
"mapping": {
"0": "#forge:ores/nether_quartz"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 10%$(br)Used for: Applied Energistics 2$(br)Formula: SiO₂"
},
{
"type": "patchouli:multiblock",
"name": "Barite",
"multiblock": {
"mapping": {
"0": "#forge:ores/barite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Barium$(br)Formula: BaSO₂"
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Redstone, Cinnabar, & Ruby",
"icon": "minecraft:redstone",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 160$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 100$(br)Size: 40$(br2)Stone types: Granite$(br2)Indicator: Redstone, Ruby, Cinnabar$(br2)Can't find it? Try looking in oceans, the Redstone glows!"
},
{
"type": "patchouli:multiblock",
"name": "Redstone",
"multiblock": {
"mapping": {
"0": "#forge:ores/redstone"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 45%$(br)Melts into: Redstone$(br)Formula: Si(FeS₂)₅(CrAl₂O₃)Hg₃"
},
{
"type": "patchouli:multiblock",
"name": "Ruby",
"multiblock": {
"mapping": {
"0": "#forge:ores/ruby"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Source of: Aluminium, Chromium$(br)Formula: CrAl₂O₃"
},
{
"type": "patchouli:multiblock",
"name": "Cinnabar",
"multiblock": {
"mapping": {
"0": "#forge:ores/cinnabar"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Source of: Mercury$(br)Formula: HgS$(br)Hazardous: Yes"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Salts & Borax",
"icon": "tfc:powder/salt",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 175$(br)Density: 0.4$(br)Type: Disc Vein$(br)Y: 30 - 70$(br)Size: 40$(br)Height: 4$(br2)Stone types: Shale, Claystone, Limestone$(br2)Indicator: Salt lick, Rock salt, Lepidolite, Borax"
},
{
"type": "patchouli:multiblock",
"name": "Rock Salt",
"multiblock": {
"mapping": {
"0": "#forge:ores/rock_salt"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 40%$(br)Source of: Potassium, Chlorine$(br)Formula: KCl"
},
{
"type": "patchouli:multiblock",
"name": "Salt",
"multiblock": {
"mapping": {
"0": "#forge:ores/salt"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 30%$(br)Source of: High blood pressure$(br)Formula: NaCl"
},
{
"type": "patchouli:multiblock",
"name": "Lepidolite",
"multiblock": {
"mapping": {
"0": "#forge:ores/lepidolite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Potassium, Lithium, Aluminium, Fluorine$(br)Formula: KLi₃Al₄F₂O₁₀"
},
{
"type": "patchouli:multiblock",
"name": "Borax",
"multiblock": {
"mapping": {
"0": "#forge:ores/borax"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Boron$(br)Formula: Na₂B₄(H₂O)₁₀O₇"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Saltpeter & Electrotine",
"icon": "gtceu:raw_saltpeter",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 210$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Saltpeter, Diatomite, Electrotine, Alunite"
},
{
"type": "patchouli:multiblock",
"name": "Saltpeter",
"multiblock": {
"mapping": {
"0": "#forge:ores/saltpeter"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Source of: Potassium$(br)Formula: KNO₃"
},
{
"type": "patchouli:multiblock",
"name": "Diatomite",
"multiblock": {
"mapping": {
"0": "#forge:ores/diatomite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Iron, Aluminium$(br)Formula: (SiO₂)₈(Fe₂O₃)(Al₂O₃)"
},
{
"type": "patchouli:multiblock",
"name": "Electrotine",
"multiblock": {
"mapping": {
"0": "#forge:ores/electrotine"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Source of: Gold, Silver, Redstone$(br)Formula: (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)"
},
{
"type": "patchouli:multiblock",
"name": "Alunite",
"multiblock": {
"mapping": {
"0": "#forge:ores/alunite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Potassium, Aluminium$(br)Formula: KAl₃Si₂H₆O₁₄"
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Silver, Galena, & Lead",
"icon": "gtceu:raw_silver",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 160$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Gneiss$(br2)Indicator: Native Silver"
},
{
"type": "patchouli:multiblock",
"name": "Galena",
"multiblock": {
"mapping": {
"0": "#forge:ores/galena"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 30%$(br)Smelts into: Lead$(br)Formula: PbS$(br)Hazardous: Yes"
},
{
"type": "patchouli:multiblock",
"name": "Silver",
"multiblock": {
"mapping": {
"0": "#forge:ores/silver"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Melts into: Silver$(br)Formula: Ag"
},
{
"type": "patchouli:multiblock",
"name": "Lead",
"multiblock": {
"mapping": {
"0": "#forge:ores/lead"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 55%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes"
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Sphalerite & Pyrite",
"icon": "gtceu:raw_sphalerite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Sphalerite"
},
{
"type": "patchouli:multiblock",
"name": "Sphalerite",
"multiblock": {
"mapping": {
"0": "#forge:ores/sphalerite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 40%$(br)Melts into: Zinc$(br)Formula: ZnS"
},
{
"type": "patchouli:multiblock",
"name": "Sulfur",
"multiblock": {
"mapping": {
"0": "#forge:ores/sulfur"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Formula: S"
},
{
"type": "patchouli:multiblock",
"name": "Pyrite",
"multiblock": {
"mapping": {
"0": "#forge:ores/pyrite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 25%$(br)Melts into: Cast Iron$(br)Formula: FeS₂"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Spodumene & Lepidolite",
"icon": "gtceu:raw_spodumene",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 180$(br)Density: 0.375$(br)Type: Disc Vein$(br)Y: 20 - 60$(br)Size: 35$(br)Height: 6$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Salt lick, Rock salt, Lepidolite, Spodumene"
},
{
"type": "patchouli:multiblock",
"name": "Rock Salt",
"multiblock": {
"mapping": {
"0": "#forge:ores/rock_salt"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Source of: Potassium, Chlorine$(br)Formula: KCl"
},
{
"type": "patchouli:multiblock",
"name": "Salt",
"multiblock": {
"mapping": {
"0": "#forge:ores/salt"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 30%$(br)Source of: High blood pressure$(br)Formula: NaCl"
},
{
"type": "patchouli:multiblock",
"name": "Lepidolite",
"multiblock": {
"mapping": {
"0": "#forge:ores/lepidolite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Potassium, Lithium, Aluminium, Fluorine$(br)Formula: KLi₃Al₄F₂O₁₀"
},
{
"type": "patchouli:multiblock",
"name": "Spodumene",
"multiblock": {
"mapping": {
"0": "#forge:ores/spodumene"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Source of: Lithium, Aluminium$(br)Formula: LiAlSi₂O₆"
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Sulfur & Pyrite",
"icon": "gtceu:raw_sulfur",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 165$(br)Density: 0.2$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 45$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Sulfur, Pyrite, Sphalerite"
},
{
"type": "patchouli:multiblock",
"name": "Sulfur",
"multiblock": {
"mapping": {
"0": "#forge:ores/sulfur"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 50%$(br)Formula: S"
},
{
"type": "patchouli:multiblock",
"name": "Pyrite",
"multiblock": {
"mapping": {
"0": "#forge:ores/pyrite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 35%$(br)Melts into: Cast Iron$(br)Formula: FeS₂"
},
{
"type": "patchouli:multiblock",
"name": "Sphalerite",
"multiblock": {
"mapping": {
"0": "#forge:ores/sphalerite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Melts into: Zinc$(br)Formula: ZnS"
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Tetrahedrite (Normal)",
"icon": "gtceu:raw_tetrahedrite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Tetrahedrite, Native Copper"
},
{
"type": "patchouli:multiblock",
"name": "Tetrahedrite",
"multiblock": {
"mapping": {
"0": "#forge:ores/tetrahedrite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 50%$(br)Melts into: Copper$(br)Formula: Cu₃SbS₃Fe"
},
{
"type": "patchouli:multiblock",
"name": "Native Copper",
"multiblock": {
"mapping": {
"0": "#forge:ores/copper"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 30%$(br)Melts into: Copper$(br)Formula: Cu"
},
{
"type": "patchouli:multiblock",
"name": "Stibnite",
"multiblock": {
"mapping": {
"0": "#forge:ores/stibnite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Smelts into: Antimony$(br)Formula: Sb₂S₃"
}
]
}

View File

@@ -0,0 +1,59 @@
{
"name": "Mining in TFG",
"icon": "gtceu:pyrite_dust",
"category": "tfc:tfg_ores",
"priority": true,
"sortnum": 0,
"pages": [
{
"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."
},
{
"type": "patchouli:spotlight",
"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$().",
"item": {
"tag": "minecraft:pickaxes"
}
},
{
"type": "patchouli:spotlight",
"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!",
"item": {
"tag": "forge:tools/hammers"
}
},
{
"type": "patchouli:spotlight",
"title": "Mining Hammer",
"text": "These are basically a pickaxe with a 3x3 range, and will yield $(thing)Raw$() ores as well. Also good for clearing stone after you've hammered the ores out!$(br2)Holding $(thing)Sneak$() will only break a single block at a time.",
"item": {
"tag": "forge:tools/mining_hammers"
}
},
{
"type": "patchouli:spotlight",
"title": "Basic ore processing",
"anchor": "processing",
"item": "gtceu:copper_dust",
"text": "To make your crushed ores melt into even more mB, first place them in a crafting grid along with a $(thing)Hammer$(). This will produce $(thing)Impure Dust$().$(br2)To further purify it, throw the dust into some water and wait a few seconds, or right-click a $(thing)Cauldron$() filled with water."
},
{
"type": "patchouli:crafting",
"title": "Impure Dust",
"recipe": "gtceu:shapeless/crushed_ore_to_dust_copper"
},
{
"type": "patchouli:spotlight",
"title": "Steam Age",
"text": "Once you have $(thing)Steam machines$(), you can mine everything with a $(thing)Mining Hammer$() - putting Raw ores into a $(thing)Steam Forge Hammer$() or $(thing)Steam Macerator$() gives about the same yield as mining with a Hammer yourself.",
"item": "gtceu:hp_steam_forge_hammer,gtceu:hp_steam_macerator"
},
{
"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."
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Bismuth (Surface)",
"icon": "gtceu:poor_raw_bismuth",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bismuthinite$(br)Only used for Bismuth Bronze."
},
{
"type": "patchouli:multiblock",
"name": "Bismuth",
"multiblock": {
"mapping": {
"0": "#forge:ores/bismuth"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 90%$(br)Melts into: Bismuth$(br)Formula: Bi"
},
{
"type": "patchouli:multiblock",
"name": "Sulfur",
"multiblock": {
"mapping": {
"0": "#forge:ores/sulfur"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 3%$(br)Formula: S"
},
{
"type": "patchouli:multiblock",
"name": "Lead",
"multiblock": {
"mapping": {
"0": "#forge:ores/lead"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 7%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes"
}
]
}

View File

@@ -0,0 +1,50 @@
{
"name": "Cassiterite (Surface)",
"icon": "gtceu:poor_raw_cassiterite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 135$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Cassiterite"
},
{
"type": "patchouli:multiblock",
"name": "Cassiterite",
"multiblock": {
"mapping": {
"0": "#forge:ores/cassiterite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 60%$(br)Melts into: Tin$(br)Formula: SnO₂"
},
{
"type": "patchouli:multiblock",
"name": "Tin",
"multiblock": {
"mapping": {
"0": "#forge:ores/tin"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 40%$(br)Melts into: Tin$(br)Formula: Sn"
}
]
}

View File

@@ -0,0 +1,92 @@
{
"name": "Chalcopyrite & Realgar",
"icon": "gtceu:raw_chalcopyrite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 30 - 210$(br)Size: 50$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Native Copper, Cassiterite, Realgar"
},
{
"type": "patchouli:multiblock",
"name": "Chalcopyrite",
"multiblock": {
"mapping": {
"0": "#forge:ores/chalcopyrite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 55%$(br)Melts into: Copper$(br)Formula: CuFeS₂"
},
{
"type": "patchouli:multiblock",
"name": "Zeolite",
"multiblock": {
"mapping": {
"0": "#forge:ores/zeolite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Aluminium, Oxygen$(br)Formula: NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂"
},
{
"type": "patchouli:multiblock",
"name": "Cassiterite",
"multiblock": {
"mapping": {
"0": "#forge:ores/cassiterite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 5%$(br)Melts into: Tin$(br)Formula: SnO₂"
},
{
"type": "patchouli:multiblock",
"name": "Realgar",
"multiblock": {
"mapping": {
"0": "#forge:ores/realgar"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 15%$(br)Source of: Arsenic$(br)Formula: As₄S₄$(br)Hazardous: Yes"
},
{
"type": "patchouli:text",
"text": "If you're having trouble finding Realgar, another source of Arsenic is $(l:tfg_ores/normal_garnierite)Cobaltite$(), although it will require an $(thing)Electric Blast Furnace$() to process."
}
]
}

View File

@@ -0,0 +1,93 @@
{
"name": "Kaolin Clay",
"icon": "tfc:kaolin_clay",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"anchor": "kaolinite",
"text": "Kaolin Clay is required to make $(l:mechanics/fire_clay)Fire Clay$(). It can be found spawning at high altitudes in Plateaus, Old Mountains, Rolling Hills, and Highlands, at a $(l:the_world/climate#temperature)temperature$() of at least 18°C, with a $(l:the_world/climate#rainfall)rainfall$() of at least 300mm. The $(thing)Blood Lily$() flower grows on Kaolin clay."
},
{
"type": "tfc:multimultiblock",
"text": "Generally, go $(thing)South East$() to increase temperature and humidity.",
"multiblocks": [
{
"pattern": [
[
"X"
],
[
"Y"
],
[
"0"
]
],
"mapping": {
"X": "tfc:plant/blood_lily",
"Y": "tfc:kaolin_clay_grass"
}
},
{
"pattern": [
[
"X"
],
[
"Y"
],
[
"0"
]
],
"mapping": {
"X": "tfc:plant/blood_lily",
"Y": "tfc:red_kaolin_clay"
}
},
{
"pattern": [
[
"X"
],
[
"Y"
],
[
"0"
]
],
"mapping": {
"X": "tfc:plant/blood_lily",
"Y": "tfc:white_kaolin_clay"
}
},
{
"pattern": [
[
"X"
],
[
"Y"
],
[
"0"
]
],
"mapping": {
"X": "tfc:plant/blood_lily",
"Y": "tfc:pink_kaolin_clay"
}
}
]
},
{
"type": "patchouli:spotlight",
"item": "tfc:powder/kaolinite",
"anchor": "powder",
"text": "Only $(thing)20%$() of Kaolin Clay will turn into $(thing)Kaolinite Powder$(), so it's recommended to bake it on-site using $(l:getting_started/pit_kiln)Pit Kilns$() to save inventory space.$(br2)Bring home around 20 $(thing)Blocks$() of Kaolin Clay as well, for $(l:mechanics/glassworking_applications)Glassworking$() later."
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Sphalerite & Sulfur",
"icon": "gtceu:poor_raw_sphalerite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 145$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Sphalerite"
},
{
"type": "patchouli:multiblock",
"name": "Sphalerite",
"multiblock": {
"mapping": {
"0": "#forge:ores/sphalerite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 40%$(br)Melts into: Zinc$(br)Formula: ZnS"
},
{
"type": "patchouli:multiblock",
"name": "Sulfur",
"multiblock": {
"mapping": {
"0": "#forge:ores/sulfur"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 55%$(br)Formula: S"
},
{
"type": "patchouli:multiblock",
"name": "Pyrite",
"multiblock": {
"mapping": {
"0": "#forge:ores/pyrite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeS₂"
}
]
}

View File

@@ -0,0 +1,69 @@
{
"name": "Tetrahedrite (Surface)",
"icon": "gtceu:poor_raw_tetrahedrite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Tetrahedrite, Native Copper"
},
{
"type": "patchouli:multiblock",
"name": "Tetrahedrite",
"multiblock": {
"mapping": {
"0": "#forge:ores/tetrahedrite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 60%$(br)Melts into: Copper$(br)Formula: Cu₃SbS₃Fe"
},
{
"type": "patchouli:multiblock",
"name": "Native Copper",
"multiblock": {
"mapping": {
"0": "#forge:ores/copper"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: Cu"
},
{
"type": "patchouli:multiblock",
"name": "Stibnite",
"multiblock": {
"mapping": {
"0": "#forge:ores/stibnite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Percentage: 20%$(br)Smelts into: Antimony$(br)Formula: Sb₂S₃"
}
]
}

View File

@@ -0,0 +1,48 @@
{
"name": "Blast Furnace Tips",
"icon": "tfc:blast_furnace",
"category": "tfc:tfg_tips",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"title": "TerraFirmaCraft Blast Furnace Tips",
"text": "So, you finally found that $(item)Kaolinite$() and are probably feeling pretty excited about making a 5-level $(thing)Blast Furnace$(). Here are some tips before you go wild!"
},
{
"type": "patchouli:spotlight",
"item": "gtceu:compressed_fireclay",
"text": "Before you use all your fire clay on 20 fire bricks, note that once you get into the steam age, you can create fire bricks out of only clay, through $(item)Compressed Fireclay$() (you'll need steam machines for the clay dust). This allows you to save $(item)Kaolinite$() and $(item)Graphite$() for $(thing)Casting Tables$()."
},
{
"type": "patchouli:spotlight",
"title": "Preheating Metal",
"item": "tfc:firepit",
"text": "To convert the iron to steel, the blast furnace must heat the iron inside to $(thing)Brilliant White$(). On the first operation, the metal warms up along with the blast furnace. However, subsequent operations will take a similar amount of time despite the furnace being at temp already, as it needs to heat the metal from cold."
},
{
"type": "patchouli:text",
"text": "If the metal is hot when added into the blast furnace, it will take less time to reach brilliant white. Consider heating your metal in a $(l:tfc:mechanics/charcoal_forge)Charcoal Forge$() before putting it into an already-hot furnace to save time, especially with smaller blast furnaces that process less at a time."
},
{
"type": "patchouli:spotlight",
"title": "Valid Inputs",
"item": "gtceu:iron_dust",
"text": "Only certain processing stages of ores are accepted in the blast furnace. $(thing)Ore Dusts$(), $(thing)Raw Ores$(), and $(thing)Cast/Wrought Iron Ingots$() work, while $(thing)Crushed$(), $(thing)Impure$(), or other stages of processing will not. But you really should $(l:tfc:tfg_ores/ore_basics#processing)Process$() your ores to dust."
},
{
"type": "patchouli:spotlight",
"title": "Automation",
"item": "create:mechanical_pump",
"text": "You'll need lots of $(item)Steel$() for the $(thing)Steam$() and $(thing)LV$() ages. Lots of steel. The $(thing)Electric Blast Furnace$() is far off, so maybe think about optimizing your steel production."
},
{
"type": "patchouli:text",
"text": "You can pump liquid directly out of the blast furnace using a Create $(item)Mechanical Pump$(). Pump into a $(l:tfc:tfcchannelcasting/channel_casting)Mold Table$() and extract the ingots with a hopper or chute: Easy automation!$(br2)You can automate the bellows with a $(item)Deployer$() too! Just be careful, as using the bellows excessively consumes more fuel and breaks your $(thing)tuyere$() faster.$(br2)You can process the resulting $(item)Pig Iron$() and $(item)High Carbon Steel$() in a $(thing)Forge Hammer$()."
},
{
"type": "patchouli:text",
"text": "You can automatically replace broken tuyeres with a hopper facing into the blast furnace."
}
]
}

View File

@@ -0,0 +1,47 @@
{
"name": "Frequently Asked Questions",
"icon": "minecraft:spyglass",
"category": "tfc:tfg_tips",
"read_by_default": true,
"priority": true,
"pages": [
{
"type": "patchouli:text",
"title": "FAQs",
"text": "Stuck on something? Try looking through this book first and in the quests, but if you're still stumped, you can ask on our $(l:https://discord.com/invite/AEaCzCTUwQ)Discord$() or $(l:https://www.reddit.com/r/TerraFirmaGreg)Subreddit$()!"
},
{
"type": "patchouli:text",
"text": "$(li)$(l:tfg_tips/faqs#boats)Why did my boat sink?$()$(li)$(l:tfg_tips/faqs#dried_fruit)How do I make yeast starter?$()$(li)$(l:tfg_tips/faqs#dried_fruit)How do I make pineapple fiber?$()$(li)$(l:tfg_tips/faqs#jam)How do I make jam?$()$(li)$(l:tfg_tips/faqs#resin)How do I make Sticky Resin?$()$(li)$(l:tfg_tips/faqs#chunks)How do I force-load a chunk or increase my limit?$()"
},
{
"type": "patchouli:text",
"anchor": "boats",
"text": "$(italic)Why did my boat sink?$()$(br2)Build your boat on land, then push it or use a $(item)Lead$() to launch it. If it's already sunk, too bad, make another one."
},
{
"type": "patchouli:text",
"anchor": "dried_fruit",
"text": "$(italic)How do I make yeast starter or pineapple fiber?$()$(br2)Make sure you dry the fruit first using a $(item)Drying Mat$(). Then follow the rest of the steps for $(l:firmalife/bread)bread$() or $(l:firmalife/berry_bushes)pineapple leather$()."
},
{
"type": "patchouli:text",
"anchor": "jam",
"text": "$(italic)How do I make jam?$()$(br2)It's easiest with a $(l:firmalife/oven_appliances#vat)Vat$(). Follow the steps in that section, but you don't need to make a $(thing)Jarring Station$() or $(thing)Lids$() unless you want to automate it. Just right-click the Vat of $(thing)Fruity Fluid$() with an empty jar, then right-click it again to take it out, and it should be full of jam and sealed.$(br2)Make sure you $(bold)close the lid$() on the Vat with $(item)$(k:sneak)$() + $(item)$(k:use)$()!"
},
{
"type": "patchouli:text",
"anchor": "chunks",
"text": "$(italic)How do I force-load a chunk?$()$(br2)Open your map with $(item)$(k:gui.xaero_open_map)$(), then right-click the chunk > $(thing)Claim Selected$(). Right-click a claimed chunk again > $(thing)Forceload Selected$().$(br2)To increase the number of forceloaded chunks, press $(item)$(k:gui.xaero_pac_key_open_menu)$(), then go to the player settings and increase the number of bonus chunk forceloads."
},
{
"type": "patchouli:text",
"anchor": "resin",
"text": "$(italic)How do I make sticky resin?$()$(br2)First, grow some $(thing)Kapok$() trees and make some $(thing)Tree Taps$(). Place a tree tap on the main trunk of each kapok tree (more taps on a tree just splits the output). Right-click each tree tap with an empty $(thing)Wooden Bucket$(), then wait for the correct season (Feb-Oct, excluding July). When the bucket is full, $(item)$(k:use)$() it with an $(thing)empty hand$(). You can automate this with a $(l:mechanics/pumps)Mechanical Pump$() on the bucket, if you'd like."
},
{
"type": "patchouli:text",
"text": "It's quickest to cook your latex in a $(l:firmalife/oven_appliances#vat)Vat$(). Combine your latex with $(item)Sulfur$() dust in the vat (put the GregTech one in a Quern to get the TFC one), add heat, and $(bold)close the lid$() on the Vat with $(item)$(k:sneak)$() + $(item)$(k:use)$().$(br2)You can automate this later with the $(thing)LV Centrifuge$()."
}
]
}

View File

@@ -0,0 +1,56 @@
{
"name": "Infinite Resources?!",
"icon": "minecraft:lava_bucket",
"category": "tfc:tfg_tips",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Molte delle risorse grezze di cui avrai bisogno non sono rinnovabili e potrai ottenerle sono estraendole, ma alcune di loro diventeranno infinitamente rinnovabili appena arriverai a $(thing)LV$() e $(thing)MV$().$(br2)Tuttavia, molti di questi metodi sono abbastanza lenti, quindi sta a te scegliere se vale la pena metterli in atto o solo estrarli da un'altra vena di minerali."
},
{
"type": "patchouli:spotlight",
"title": "Fluids",
"item": "create:hose_pulley",
"text": "$(thing)Water$(), $(thing)Sea Water$(), and $(thing)Lava$() are all renewable through a $(item)Hose Pulley$() and a single source block of fluid. You can pull out of the hose pulley with a $(l:mechanics/pumps)Mechanical Pump$()."
},
{
"type": "patchouli:text",
"text": "$(item)Sea Water$() can be centrifuged for Water and $(thing)Salt$(), which can be electrolyzed into $(thing)Chlorine$() and $(thing)Sodium$().$(br2)$(item)Lava$() can be centrifuged into $(thing)Gold Nuggets$(), $(thing)Tantalite$(), $(thing)Sapphire$(), $(thing)Quicklime$(), and $(thing)Silicon Dioxide$().$(br2)Lava can also be used as $(item)infinite, free fuel$() for your steam boilers!"
},
{
"type": "patchouli:spotlight",
"title": "Stone Dusts",
"item": {
"tag": "tfg:stone_dusts"
},
"text": "The other source of infinite resources is through $(thing)Stone Dusts$(). You can obtain infinite raw rock through a $(item)Rock Crusher$(), and then macerate it into different dusts.$(br2)These stone dusts can then be centrifuged into different resources (though most require $(thing)MV$()). Most of them give Silicon Dioxide and Oxygen, so only other resources will be listed. "
},
{
"type": "patchouli:text",
"title": "Sedimentary",
"text": "$(thing)Shale$(): Sodium, Metal Mixture$(br)$(thing)Claystone$(): Aluminium, Hematite$(br)$(thing)Limestone$(): Calcium, Metal Mixture$(br)$(thing)Conglomerate$(): Tricalcium Phosphate, Hematite$(br)$(thing)Dolomite$(): Magnesium, Calcium, Metal Mixture$(br)$(thing)Chert$(): Metal Mixture$(br)$(thing)Chalk$(): Calcium, Carbon, Metal Mixture"
},
{
"type": "patchouli:text",
"title": "Metamorphic",
"text": "$(thing)Quartzite$(): Nothing$(br)$(thing)Slate$(): Metal Mixture$(br)$(thing)Phyllite$(): Calcium Chloride$(br)$(thing)Schist$(): Mica (Fluorine), Talc (Magnesium), Graphite, Metal Mixture$(br)$(thing)Gneiss$(): Biotite (Fluorine)$(br)$(thing)Marble$(): Magnesium, Calcite"
},
{
"type": "patchouli:text",
"title": "Igneous Intrusive",
"text": "$(thing)Granite$(): Calcite, Flint$(br)$(thing)Gabbro$(): Titanium, Iron, Metal Mixture$(br)$(thing)Diorite$(): Clay, Aluminium, Sulfur, Sodium, Lithium"
},
{
"type": "patchouli:text",
"title": "Igneous Extrusive",
"text": "$(thing)Rhyolite$(): Metal Mixture$(br)$(thing)Basalt$(): Olivine, Calcite, Flint, Dark Ashes$(br)$(thing)Andesite$(): Asbestos, Saltpeter$(br)$(thing)Dacite$(): Sodium, Calcium, Aluminium, Metal Mixture"
},
{
"type": "patchouli:spotlight",
"title": "Dimensional Terrariums",
"item": "gtceu:nether_dome,gtceu:end_dome",
"text": "Later on, you'll be able to use the $(item)Netherarium$() and $(item)Enderarium$() to make $(thing)Redstone$(), $(thing)Nether Quartz$(), and $(thing)Ender Pearls$() renewable."
}
]
}

View File

@@ -0,0 +1,78 @@
{
"name": "Which LV machine first?",
"icon": "gtceu:lv_machine_hull",
"category": "tfc:tfg_tips",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "So you've finally made a batch of colored steel and are ready to make your first step into $(thing)LV$(). The obvious first choice for an LV machine is a $(item)Steam Generator$(), but what about after that? There's so many options!$(br2)There's no simple answer to this, because it's subjective, but you should think of which part of progressing is the most painful and make the machine that helps the most with that.$(br)"
},
{
"type": "patchouli:spotlight",
"item": "gtceu:lv_mixer",
"title": "Mixer",
"text": "The $(item)Mixer$() makes colored steel much cheaper.$(br2)The kinetic mixer requires both SU and EU (and has a high stress impact and needs to run at 64 RPM), but runs twice as fast as the pure electric one.$(br)Whether that's worth the bother is up to you!$(br2)It also has a recipe to make $(thing)Glowstone$().$(br)"
},
{
"type": "patchouli:spotlight",
"item": "gtceu:lv_assembler",
"title": "Assembler",
"text": "The $(item)Assembler$() is a very expensive machine, but can make LV casings just out of 8 steel (though this will likely change in future versions) and cheaper electronic components like $(thing)Vacuum Tubes$() and $(thing)Resistors$()."
},
{
"type": "patchouli:spotlight",
"item": "gtceu:lv_bender",
"title": "Bender",
"text": "The $(item)Bender$() can make 1:1 $(thing)Plates$() out of a single ingot. Finally, no more gambling with the Mechanical Press!$(br2)It can also make $(thing)Thin Sheets$() for things like a $(l:tfg_tips/infinite_resources)Hose Pulley$()."
},
{
"type": "patchouli:spotlight",
"item": "gtceu:lv_wiremill",
"title": "Wiremill",
"text": "The $(item)Wiremill$() halves the cost of $(thing)Wire$(). Not much else to say here, except that there's no such thing as too many copper wires or tin cables."
},
{
"type": "patchouli:spotlight",
"title": "Chem Reactor/Solidifer",
"item": "gtceu:lv_chemical_reactor,gtceu:lv_fluid_solidifier",
"text": "The $(item)Chemical Reactor$() makes much cheaper $(thing)Rubber$() which the $(item)Fluid Solidifier$() can turn into cheaper $(thing)Rubber Sheets$(), and can also make cheaper $(thing)Rotors$().$(br2)The $(item)Extractor$() is also useful paired up with the Fluid Solidifier, and is a big upgrade over the steam one because it can make metal fluids."
},
{
"type": "patchouli:spotlight",
"title": "Centrifuge",
"item": "gtceu:lv_centrifuge",
"text": "The $(item)Centrifuge$() makes $(thing)Sticky Resin$() directly from Kapok logs, and much cheaper $(thing)Raw Rubber$() as well. No more latex!"
},
{
"type": "patchouli:spotlight",
"title": "Polarizer",
"item": "gtceu:lv_polarizer",
"text": "The $(item)Polarizer$() makes $(thing)Magnetic Rods$() basically for free. If you're short on redstone, this is a good first machine, and it's dirt cheap too."
},
{
"type": "patchouli:spotlight",
"title": "Miner",
"item": "gtceu:lv_miner",
"text": "Put the $(item)Miner$() (or multiple!) down over an ore vein, bring along a boiler, steam generator, water, and fuel, and then just chunk load it and walk away. No need to ever go mining again!"
},
{
"type": "patchouli:spotlight",
"title": "Chemical Bath",
"item": "gtceu:lv_chemical_bath",
"text": "The $(item)Chemical Bath$() makes cheaper paper. That's about it. And once you have an $(thing)Assembler$() you won't need paper any more anyway.$(br2)It can also automate most of the steps to make $(thing)Leather$() if you're tired of barrels."
},
{
"type": "patchouli:spotlight",
"title": "Arc Furnace",
"item": "gtceu:lv_arc_furnace",
"text": "It's not a good first machine, but the $(item)Arc Furnace$() can turn Cast Iron directly into $(thing)Wrought Iron$(), Sand into $(thing)Glass$(), and Copper into $(thing)Annealed Copper$(). All of its recipes need $(thing)Oxygen$() though, so it's useless without an $(item)Electrolyzer$() or $(item)Centrifuge$()."
},
{
"type": "patchouli:spotlight",
"title": "Extruder",
"item": "gtceu:lv_extruder",
"text": "This is only here as a warning: do not make the $(item)Extruder$(). The only thing it can do is make tools and Thin Rubber Sheets (which the Bender can also do). All of the good extruder recipes are gated to $(thing)MV$() onwards."
}
]
}

View File

@@ -0,0 +1,13 @@
{
"name": "Ores and Minerals",
"category": "tfc:the_world",
"icon": "tfc:ore/normal_hematite",
"pages": [
{
"type": "patchouli:text",
"text": "This page is here to override the default TFC ores and minerals page.$(br2)Information about ores can be found in the $(l:tfg_ores)Ores in TFG$() category."
}
],
"read_by_default": true,
"sortnum": 1
}

View File

@@ -0,0 +1,6 @@
{
"name": "Зміни в TFG",
"description": "Відмінності TerraFirmaGreg від базового TFC.",
"icon": "gtceu:basic_electronic_circuit",
"sortnum": 200
}

View File

@@ -0,0 +1,6 @@
{
"name": "Руди в TFG",
"description": "TFG має власну систему генерації руди, схожу на TFC, з величезними, але рідкісними жилами, але з кількома мінералами в одній жилі. У цій категорії перераховані всі типи жил і те, де їх можна знайти.$(br2)Жили названі на честь найбільш домінуючої руди, але більшість жил містять 3-5 мінералів.$(br2)Дивіться також: $(l:the_world/geology)Геологію$(), $(l:getting_started/finding_ores)Індикатори$()",
"icon": "gtceu:raw_pyrite",
"sortnum": 60
}

View File

@@ -0,0 +1,6 @@
{
"name": "Інформація та поради TFG",
"description": "Інформація про речі в TerraFirmaGreg, які відрізняються від базових TFC та GTCEu.",
"icon": "gtceu:basic_electronic_circuit",
"sortnum": 200
}

View File

@@ -0,0 +1,14 @@
{
"name": "Нержавіюча сталь",
"icon": "firmalife:metal/ingot/stainless_steel",
"category": "tfc:firmalife",
"read_by_default": true,
"pages": [
{
"type": "patchouli:spotlight",
"item": "gtceu:stainless_steel_ingot",
"title": "Нержавіюча сталь",
"text": "Ця сторінка замінює сторінку Firmalife з нержавіючої сталі за замовчуванням.$(br2)Нержавіюча сталь - це матеріал GregTech $(thing)HV$(), тому її неможливо виготовити за допомогою примітивних інструментів, як це зазвичай робиться з Firmalife.$(br)Теплицю з нержавіючої сталі також неможливо виготовити. Вибачте!"
}
]
}

View File

@@ -0,0 +1,80 @@
{
"__comment__": "This file was automatically created by mcresources",
"name": "Сиродутне горно",
"category": "tfc:mechanics",
"icon": "tfc:bloomery",
"pages": [
{
"type": "patchouli:text",
"text": "$(thing)Сиродутне горно$() це пристрій, який використовується для виплавки $(thing)Залізної руди$() в $(thing)Залізні злитки$() які можна переробити у $(thing)Ковке Залізо$(). Залізні руди представлені $(l:the_world/ores_and_minerals#hematite)Гематит$(), $(l:the_world/ores_and_minerals#limonite)Лимоніт$(), та $(l:the_world/ores_and_minerals#magnetite)Магнетит$(). Ці руди переплавляються в $(thing)Чавун$() замість $(thing)Ковкого Заліза$(). Усі залізовмісні предмети переплавляються на чавун. Щоб перетворити їх на придатне для використання залізо, потрібна сиродутне гонрно. Будь-який залізний предмет може бути використаний у сиродутному горні, включаючи залізні інструменти та чавунні злитки!"
},
{
"type": "patchouli:crafting",
"recipe": "tfc:crafting/bloomery",
"text": "Сиродутне горно зроблене з 8 $(thing)Бронзових Подвійних Листів$()."
},
{
"type": "patchouli:multiblock",
"multiblock_id": "tfc:bloomery",
"name": "Сиродутне горно",
"text": "Мінімальний розмір сиродутного горна. Блок сиродутного горна буде відкриватися і закриватися за допомогою $(item)$(k:key.use)$().",
"enable_visualize": true
},
{
"type": "patchouli:text",
"text": "Сиродутне горно може містити максимум 48 $(thing)Вхідних$(), по 16 предметів на один шар димаря. Щоб додати шари до димаря, викладіть ще два шари кам'яних блоків.$(br2)Щоб додати предмети до сиродутного горна, підніміться на вершину і кидайте предмети всередину. Повинна утворитися вежа з сірої руди."
},
{
"type": "patchouli:image",
"images": [
"tfc:textures/gui/book/tutorial/bloomery_hole.png"
],
"text": "Додавання елементів до сиродутного горна.",
"border": true
},
{
"type": "patchouli:text",
"text": "Сиродутне горно споживає $(thing)1 Деревинне вугілля$() та $(thing)144 mB Чавуну$() щоб виготовити одну $(thing)Крицю$(). Після наповнення сиродутного горна комбінацією $(thing)Деревне вугілля$() та $(thing)Руди$(), запаліть блок горна і почекайте 15 годин, поки у горні плавиться. Коли плавлення припиняється, він залишає після себе блок $(thing)Криці$(). Він містить $(thing)Сире Кричне Залізо$() які можна отримати, видобуваючи $(thing)Крицю$() киркою."
},
{
"type": "patchouli:multiblock",
"multiblock": {
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:bloom[layers=8]"
}
},
"name": "Блок Криці",
"text": "Велика $(thing)Криця$().",
"enable_visualize": false
},
{
"type": "tfc:anvil_recipe",
"recipe": "tfc:anvil/refined_iron_bloom",
"text": "$(thing)Сире Кричне Залізо$() повинно бути опрацьовано на $(l:mechanics/anvils)ковадлі$() для отримання $(thing)Очищеної Залізної Криці$()."
},
{
"type": "tfc:anvil_recipe",
"recipe": "tfc:anvil/metal/ingot/wrought_iron",
"text": "$(thing)Очищена Залізна Криця$() повинна бути опрацьована на $(l:mechanics/anvils)ковадлі $() для отримання $(thing)Кованого Залізного Злитка$()."
},
{
"type": "patchouli:text",
"text": "$(li)Якщо в сиродутному горні виявиться більше предметів, ніж він може вмістити димар, він намагатиметься виплюнути їх назовні.$()$(li)Щоб забрати предмети з сиродутногогорна, який не горить, не розбивайте вежу з розплавленим блоком. Розбийте блок сиродутногогорна.$()$(li)Сиродутний горн переплавляє лише в чавун, а не в коваке залізо. З ними потрібно працювати!$()",
"title": "Нотатки Сміта"
}
],
"read_by_default": true,
"extra_recipe_mappings": {
"tfc:bloom": 6,
"tfc:raw_iron_bloom": 7,
"tfc:refined_iron_bloom": 8
}
}

View File

@@ -0,0 +1,51 @@
{
"name": "Управління Інвентарем",
"category": "tfc:mechanics",
"icon": "minecraft:chest",
"pages": [
{
"type": "patchouli:text",
"title": "Управління Інвентарем",
"text": "Отже, у вас є кілька $(l:getting_started/pottery#vessel)Посудин$() і ви зробили кілька $(item)Дерев'яних Скринь$(), але у вас все ще більше речей, ніж ви знаєте, що з ними робити. Що далі?$(br2)Це $(thing)Рюкзак$() може подвоїти ваш особистий інвентар на базовому рівні, а подальші оновлення рюкзака збільшують його ще більше!"
},
{
"type": "patchouli:crafting",
"recipe": "tfg:sophisticated_backpacks/shaped/backpack",
"text": "Рюкзаки можуть нести кілька важких предметів, не обтяжуючи вас, а також великі предмети, такі як стоси колод.$(br2)Ви навіть можете оновити його за допомогою $(thing)Покращення створення$() щоб мати з собою скрізь Стіл Створення."
},
{
"type": "patchouli:text",
"title": "Ящики",
"anchor": "crates",
"text": "Для зберігання GregTech має $(item)Ящики$() в яку можна вмістити всі великі речі, які може вмістити рюкзак, а різні яруси можуть вмістити все більше і більше речей.$(br2)Ящики також можуть мати $(thing)Фільтр Предметів$() та $(thing)Фільтр Тегів Предметів$() встановіть їх, якщо хочете створити базову систему сортування.$(br2)$(thing)Предметні Труби$() не тягнуть самі по собі, тому вам знадобиться$(thing)Жолоб$() або $(thing)Лійка$() щоб проштовхнути в них."
},
{
"type": "patchouli:crafting",
"recipe": "gtceu:shaped/wooden_crate",
"recipe2": "gtceu:shaped/bronze_crate"
},
{
"type": "patchouli:text",
"title": "Бочки",
"anchor": "drums",
"text": "Для зберігання рідин GregTech має $(item)Бочки$(). Вони можуть вміщати велику кількість рідини одного типу, а різні яруси вміщують більше, так само як і ящики.$(br2)На відміну від ящиків, бочки зберігають рідину при розбитті, що робить їх ідеальними для переміщення рідин.$(br2)Бочки можуть автоматично виштовхувати рідину з нижньої поверхні, клацнувши правою кнопкою миші на них за допомогою $(thing)Викруткою$()."
},
{
"type": "patchouli:crafting",
"recipe": "gtceu:shaped/bronze_drum",
"text": "Помістіть бочку у решітку для створення, щоб очистити його вміст."
},
{
"type": "patchouli:spotlight",
"item": "gtceu:lv_super_chest,gtceu:lv_super_tank",
"title": "Супер сховище",
"text": "Ви виробляєте товар у промислових масштабах? GregTech's $(thing)Супер Скриня$() та $(thing)Супер Бочка$() може містити безглузду кількість елементів одного типу, і навіть може обнулити будь-яке переповнення."
},
{
"type": "patchouli:spotlight",
"title": "Applied Energistics 2",
"item": "ae2:drive",
"text": "Доступний в кінці $(thing)HV$(), AE2 може забезпечити все, що ви коли-небудь хотіли для зберігання та логістики."
}
]
}

View File

@@ -0,0 +1,40 @@
{
"__comment__": "This file was automatically created by mcresources",
"name": "Вогнетривка глина",
"category": "tfc:mechanics",
"icon": "tfc:fire_clay",
"pages": [
{
"type": "patchouli:text",
"text": "Список застосувань вогнетривкої глини невеликий, але всі вони важливі. Вогнетривка глина - це міцніший варіант глини, який має кращу термостійкість. З неї виготовляють речі, які мають бути дуже гарячими!"
},
{
"type": "patchouli:crafting",
"recipe": "tfc:crafting/fire_clay",
"text": "Вогнетривку глину виготовляють з $(l:tfg_ores/normal_graphite)графітового$() порошку, перетертий в $(l:mechanics/quern)жорнах$(), а також $(l:tfg_ores/surface_kaolin#powder)каолінітового$() порошку"
},
{
"type": "tfc:heat_recipe",
"recipe": "tfc:heating/kaolin_clay",
"text": "Каолінітовий порошок виготовляється шляхом нагрівання $(l:tfg_ores/surface_kaolin)Каолінітової глини$(). Однак процес не ідеальний, і лише 20% глини перетвориться на порошок!"
},
{
"type": "tfc:knapping_recipe",
"anchor": "crucible",
"recipe": "tfc:fire_clay_knapping/crucible",
"text": "$(l:mechanics/crucible)Тигель$() у невипаленому стані виготовляється з вогнетривкої глини."
},
{
"type": "tfc:knapping_recipe",
"anchor": "fire_bricks",
"recipe": "tfc:fire_clay_knapping/brick",
"text": "The $(l:mechanics/blast_furnace)Доменна Піч$() приймає ізоляцію лише вогнетривкою цеглиною."
},
{
"type": "tfc:knapping_recipe",
"recipe": "tfc:fire_clay_knapping/fire_ingot_mold",
"text": "$(thing)Вогнетривких Виливків для Злитків$() є сильнішим типом $(l:getting_started/pottery#mold)Виливків для Злитків$() ймовірність зламання якої становить лише 1 до 100, проти 1 до 10 для звичайних виливків для злитків."
}
],
"read_by_default": true
}

View File

@@ -0,0 +1,82 @@
{
"__comment__": "This file was automatically created by mcresources",
"name": "Склоробство",
"category": "tfc:mechanics",
"icon": "tfc:silica_glass_bottle",
"pages": [
{
"type": "patchouli:text",
"text": "Склоробство - це процес перетворення піску на скло. Для початку необхідно створити $(thing)Партія Скла$(), яких є чотири типи:$(br)$(br) 1. $(thing)Силікат$(), з білого піску.$(br) 2. $(thing)Геморагічний$(), з жовтого, червоного або рожевого піску..$(br) 3. $(thing)Олівін$(), із зеленого або коричневого піску.$(br) 4. $(thing)Вулканічний$(), з чорного піску."
},
{
"type": "patchouli:crafting",
"title": "Силікатна Партія Скла",
"recipe": "tfc:crafting/silica_glass_batch",
"text": "Скляні партії можуть бути виготовлені з використанням одного з вищезгаданих кольорів піску, а також $(l:mechanics/glassworking#lime)Вапно$() і різновид $(l:mechanics/glassworking#potash)Поташу$()."
},
{
"type": "patchouli:smelting",
"anchor": "lime",
"recipe": "tfg:smelting/lime",
"text": "$(thing)Вапно$() є одним з інгредієнтів, необхідних для виготовлення скляної партії. Це порошок, який отримують шляхом $(l:mechanics/heating)опалення$() $(l:mechanics/flux)Флюксу$()."
},
{
"type": "patchouli:smelting",
"anchor": "potash",
"recipe": "tfg:smelting/dried_seaweed_to_soda",
"recipe2": "tfg:smelting/dried_kelp_to_soda",
"text": "Для скляних партій також потрібен тип$(thing)Поташ$() або еквівалент. $(thing)Кальцинована сода$() порошок, виготовлений шляхом нагрівання $(thing)Сушених водоростей$() або $(thing)Kelp$(). Також можна використовувати \n $(l:tfg_ores/normal_saltpeter)Сіль$()."
},
{
"type": "patchouli:text",
"text": "Склоробство виконується, починаючи з партії скла, а потім виконують низку етапів. Ці етапи можуть потребувати певних інструментів:$(br)$(li)A $(l:mechanics/glassworking#blowpipe)Видувна труба$(), для $(thing)Видування$() та $(thing)Розтягування$()$(li) $(l:mechanics/glassworking#paddle)Лопатка$(), для $(thing)Вирівнювання$()$(li)$(l:mechanics/glassworking#jacks)Щипці$(), для $(thing)Затискання$()$(li) $(l:mechanics/glassworking#saw)Алмазну Пилку$(), для $(thing)Спилювання$()",
"title": "Знаряддя праці"
},
{
"type": "tfc:knapping_recipe",
"anchor": "blowpipe",
"recipe": "tfc:clay_knapping/blowpipe",
"text": "Найважливішим інструментом є $(thing)Видувна труба$(). Вона може бути $(thing)висічена$() з глини, а потім обпалити в $(thing)Керамічну Видувну Трубку$()."
},
{
"type": "tfc:anvil_recipe",
"recipe": "tfc:anvil/blowpipe",
"text": "Керамічні видувні трубки крихкі та можуть зламатися під час використання. Більш міцні видувні трубки можуть бути $(l:mechanics/anvils#working)виковані$() з $(thing)Латунного стрежня$() на ковадлі."
},
{
"type": "patchouli:crafting",
"anchor": "paddle",
"recipe": "tfc:crafting/paddle",
"text": "Операцію $(thing)Вирівнювання$() можна виконати за допомогою $(thing)Лопатки$(), яка виготовлена з дерева."
},
{
"type": "tfc:welding_recipe",
"anchor": "jacks",
"recipe": "tfc:welding/jacks",
"text": "Операцію $(thing)Затискання$() можна виконати за допомогою $(thing)Щипців$(), виготовлений шляхом зварювання двох латунних стрижнів між собою."
},
{
"type": "patchouli:crafting",
"anchor": "saw",
"recipe": "tfc:crafting/gem_saw",
"text": "Операцію $(thing)Спилювання$() можна виконати за допомогою $(thing)Алмазної Пилки$(). Алмазна пилка також використовується для розбиття обох $(thing)Скляних Блоків$() та $(thing)Скляних Панелей$() і отримати їх."
},
{
"type": "patchouli:text",
"text": "По-перше, скло на видувній трубі повинно бути нагріте до $(4)$(bold)Блідо-червоного$(). Потім візьміть видувну трубу в $(thing)вільну руку$() і тримати $(item)$(k:key.use)$() для виконання кожного кроку$().$(br)Use $(item)$(k:key.swapOffhand)$() щоб забрати гарячу трубку в твою вільну руку.$(br2)$(bold)Дути$()$(br)Використайте $(thing)Видувну Трубку$() дивлячись прямо перед собою.$(br2)$(bold)Розтягування$()$(br)Використайте $(thing)Видувну Трубку$() дивлячись до низу.",
"title": "Як видути скло"
},
{
"type": "patchouli:text",
"text": "$(bold)Вирівнювання$()$(br)Використайте $(thing)Видувну Трубку$() тримаючи $(l:mechanics/glassworking#paddle)Лопатку$() у вашій головній руці.$(br2)$(bold)Затискання$()$(br)Використайте $(thing)Видувну Трубку$() тримаючи $(l:mechanics/glassworking#jacks)Щипці$() у вашій головній руці.$(br2)$(bold)Спиляти$()$(br)Використайте $(thing)Видувну Трубку$() тримаючи $(l:mechanics/glassworking#saw)Алмазну Пилку$() у вашій головній руці.$(br2)$(bold)Катати$()$(br)Використайте $(thing)Видувну Трубку$() з $(l:mechanics/weaving#wool_cloth)Вовняною тканиною$() у вашій головній руці."
}
],
"read_by_default": true,
"extra_recipe_mappings": {
"tfc:powder/lime": 2,
"tfc:powder/soda_ash": 3,
"tfc:paddle": 7,
"tfc:jacks": 8,
"tfc:gem_saw": 9
}
}

View File

@@ -0,0 +1,433 @@
{
"__comment__": "This file was automatically created by mcresources",
"name": "Скляні вироби",
"category": "tfc:mechanics",
"icon": "minecraft:glass",
"pages": [
{
"type": "patchouli:text",
"text": "Найпростішими виробами зі скла є $(thing)Скляні Панелі$() та $(thing)Скляні Блоки$(). Для того, щоб створити їх, ви повинні почати з $(l:mechanics/glassworking#blowpipe)Видувної Трубки$() з $(thing)Партією Скла$(), а потім виконати $(thing)Лиття$().$(br)$(li)$(bold)Розливний Стіл$() використовуються для створення $(thing)Скляних Панелей$()$(li)$(bold)Розливний Басейн$() використовуються для створення $(thing)Скляних Блоків$()"
},
{
"type": "patchouli:text",
"text": "Скло також може бути $(thing)пофарбоване$() перед заливкою для створення кольорового скла. Колір залежить від типу партії скла, а також від доданих порошків.$(br2)Кожен тип $(thing)Партії Скла$() мають різні природні кольори скла, при створенні. $(thing)Силікатні$() партії скла можуть бути виготовлені в різних кольорах, $(thing)Олівін$(), та $(thing)Вулканічний$() скло може бути виготовлене у відносно невеликій кількості кольорів."
},
{
"type": "patchouli:text",
"text": "$(thing)Скляні Панелі$() виготовляються за допомогою $(thing)Розливного Стола$(). Розливний стіл виготовляється шляхом розміщення до шістнадцяти $(thing)Каолінових Глиняних Блоків$() або $(thing)Латунних Блоків$() на безперервній ділянці.$(br2) 1. Додайте $(l:mechanics/glassworking)Партію Скла$() до $(thing)Видувної Трубки$().$(br) 2. Нагрійте видувну трубу до $(4)$(bold)Блідо-червоного$().$(br) 3. $()$(item)$(k:key.use)$() $(thing)Видувну Трубку$() у верхній частині столу.$(br) 4. Нарешті $(item)$(k:key.use)$() з $(l:mechanics/glassworking#paddle)Лопаткою$() для вирівнювання скла.",
"title": "Розливний стіл"
},
{
"type": "patchouli:multiblock",
"multiblock": {
"mapping": {
"C": "#tfc:glass_pouring_table",
"0": "#tfc:glass_pouring_table"
},
"pattern": [
[
"CCCC",
"CCC0",
"CCCC",
"CCCC"
]
]
},
"text": "Коли скло охолоне, його можна розбити за допомогою $(l:mechanics/glassworking#saw)Алмазної Пилки$() щоб отримати.",
"border": true
},
{
"type": "patchouli:text",
"text": "$(thing)Скляні Блоки$() виготовляються за допомогою $(thing)Розливного Басейна$(). Басейн виготовляється шляхом оточення всіх сторін повітряного блоку, крім верхньої, з усіх боків $(thing)Каолінових Глиняних Блоків$() або $(thing)Латунних Блоків$().$(br2) 1. Додайте $(l:mechanics/glassworking)Партію Скла$() до $(thing)Видувної Трубки$().$(br) 2. Нагрійте видувну трубку до $(4)$(bold)Блідо-червоного$().$(br) 3. $(item)$(k:key.use)$() $(thing)Видувну Трубку$() у верхній частині столу.",
"title": "Розливний басейн"
},
{
"type": "patchouli:multiblock",
"multiblock": {
"mapping": {
"C": "#tfc:glass_basin_blocks",
"0": "#tfc:glass_basin_blocks"
},
"pattern": [
[
" C ",
"C C",
" C "
],
[
" ",
" 0 ",
" "
]
]
},
"text": "Коли скло охолоне, його можна розбити за допомогою $(l:mechanics/glassworking#saw)Алмазної Пилки$() щоб отримати.",
"border": true
},
{
"type": "patchouli:text",
"anchor": "coloring",
"text": "Скло має природний колір в залежності від типу $(l:mechanics/glassworking)Партії Скла$() який був використаний. Інші кольори можна зробити за допомогою $(l:mechanics/bowls)Чаші$().$(br2)Щоб використовувати, помістіть $(l:mechanics/bowls)Чашу$() на землі, потім$(item)$(k:key.use)$() необхідний $(thing)Порошок$(). Перед $(thing)Литтям$(), використайте $(thing)Видувну Трубку$() на чаші, щоб додати порошок до замісу.",
"title": "Фарбування Скла"
},
{
"type": "patchouli:text",
"text": "$(br2)На наступних сторінках показані різні комбінації типів скла та порошкових матеріалів для створення кожного кольору."
},
{
"type": "patchouli:text",
"text": "$(li)$(bold)$(7)Білий$(): Силікатне або Геморагічне скло + $(thing)Кальцинована сода $()$(li)$(bold)$(0)Чорний$(): Будь-яке Скло + $(thing)Графіт$()$(li)$(bold)$(8)Сірий$(): Будь-яке + $(thing)Графіт$() + $(thing)Кальцинована сода$()$(li)$(bold)$(7)Світло-сірий$(): Будь-яке + $(thing)Графіт$() + 2x $(thing)Кальцинована сода$()$(li)$(bold)$(5)Фіолетовий$(): Будь-яке + $(thing)Залізо$() + $(thing)Мідь$()$(li)$(bold)$(#964b00)Коричневий$(): Будь-яке + $(thing)Нікель$()$(li)$(bold)$(3)Блакитний$(): Невулканічне скло + $(thing)Мідь$() + $(thing)Сапфір$()$(li)$(bold)$(2)Зелений$(): Силікатне або Геморагічне скло + $(thing)Залізо$()",
"title": "Кольори барвників"
},
{
"type": "patchouli:text",
"text": "$(li)$(bold)$(a)Лайм$(): Силікатне або Геморагічне скло + $(thing)Залізо$() + $(thing)Кальцинована сода$()$(li)$(bold)$(b)Світло-блакитний$(): Силікатне скло + $(thing)Лазурит$()$(li)$(bold)$(1)Синій$(): Силікатне скло + $(thing)Мідь$()$(li)$(bold)$(4)Червоний$(): Силікатне або Геморагічне скло + $(thing)Олово$()$(li)$(bold)$(6)Жовтий$(): Силікатне або Геморагічне скло + $(thing)Срібло$()$(li)$(bold)$(#ef8e38)Помаранчевий$(): Силікатне скло + $(thing)Пірит$()$(li)$(bold)$(5)Пурпуровий$(): Силікатне або Геморагічне скло + $(thing)Рубін$()$(li)$(bold)$(d)Рожевий$(): Силікатне скло + $(thing)Золото$()$(li)$(bold)$(0)Тонований$(): Несилікатне скло + $(thing)Аметист$()"
},
{
"type": "tfc:table_small",
"strings": [
{
"text": ""
},
{
"text": "C"
},
{
"text": "T"
},
{
"fill": "0xff42f2"
},
{
"fill": "0x8af3ff"
},
{
"fill": "0x526cff"
},
{
"fill": "0xe3e3e3"
},
{
"fill": "0xe69407"
},
{
"fill": "0xc738c9"
},
{
"fill": "0xffe81c"
},
{
"fill": "0x48ff1f"
},
{
"fill": "0xe01414"
},
{
"fill": "0x0c9400"
},
{
"fill": "0x188a9e"
},
{
"fill": "0x7d4f00"
},
{
"fill": "0x6e059c"
},
{
"fill": "0x7d7d7d"
},
{
"fill": "0xbdbdbd"
},
{
"fill": "0x000000"
},
{
"text": "Силікатне"
},
{
"fill": "0x3d42a8"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"text": "Геморагічний"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3eb340"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3d42a8"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"text": "Оливін"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3eb340"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3d42a8"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"text": "Вулканічний"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3eb340"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3d42a8"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0xb33e3e"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
},
{
"fill": "0x3eb340"
}
],
"text": "Наявність кольорів скла. \"С\" - прозоре, \"Т\" - тоноване. Кольори можуть бути виготовлені лише з певних партій скла.",
"title": "Наявність кольорів скла",
"legend": [
{
"text": "Можна виготовити",
"color": "0x3eb340"
},
{
"text": "Не може бути виготовлений",
"color": "0xb33e3e"
},
{
"text": "Стандартний колір",
"color": "0x3d42a8"
}
],
"columns": 18,
"first_column_width": 35,
"column_width": 10,
"row_height": 10,
"left_buffer": 5,
"top_buffer": 15,
"draw_background": true
},
{
"type": "patchouli:empty",
"draw_filler": false
},
{
"type": "tfc:glassworking_recipe",
"anchor": "lamp_glass",
"recipe": "tfc:glassworking/lamp_glass",
"text": "$(thing)Скло лампи$() є необхідним компонентом для створення $(l:mechanics/lamps)Лампи$()."
},
{
"type": "tfc:glassworking_recipe",
"anchor": "jar",
"recipe": "tfc:glassworking/empty_jar",
"text": "$(l:mechanics/jarring)Банки$() також виготовляються з видувного скла, але тільки з силікатного або гематитового."
},
{
"type": "tfc:glassworking_recipe",
"anchor": "glass_bottle",
"recipe": "tfc:glassworking/silica_glass_bottle",
"text": "$(thing)Скляні пляшки$() також можна виготовити. Якість скляної пляшки залежить від типу скла, з якого вона виготовлена."
},
{
"type": "tfc:glassworking_recipe",
"recipe": "tfc:glassworking/lens",
"text": "$(thing)Лінзи$() використовується для виготовлення підзорних труб, компасів та інших речей."
}
],
"read_by_default": true,
"extra_recipe_mappings": {
"tag:tfc:glass_batches": 1,
"tag:c:glass_panes": 2,
"tag:c:glass_blocks": 4
}
}

View File

@@ -0,0 +1,38 @@
{
"name": "Базова автоматизація",
"category": "tfc:mechanics",
"icon": "gtceu:coke_oven",
"pages": [
{
"type": "patchouli:text",
"title": "Базова автоматизація",
"text": "Набридло добувати вугілля у величезних ямах? Як тільки ви отримаєте $(l:mechanics/bloomery)Ковке Залізо$(), ви зможете зробити свій перший мультиблок GregTech, це $(item)Коксова піч$().$(br)Він перетворить колоди на $(thing)Деревинне вугілля$() автоматично, а також вдосконалювати будь-яке $(thing)Вугілля$() в $(thing)Кокс$() який горить вдвічі довше в $(l:mechanics/charcoal_forge)Кузні$().$(br)Ці рецепти утворюють $(thing)Креозот$(), який може використовуватися як паливо для ламп і необхідний для $(l:mechanics/pumps)Create$()."
},
{
"type": "patchouli:spotlight",
"title": "Коксова піч",
"item": "gtceu:coke_oven,gtceu:coke_oven_bricks,gtceu:coke_oven_hatch",
"text": "Використовуйте JEI для попереднього перегляду багатоблоку, подивившись на $(thing)Коксову Піч$() та натиснути $(item)$(k:jei.showUses)$(). Ви можете натиснути на окремі блоки, щоб побачити, що там.$(br2)Зверніть увагу, що центр порожнистий, і до 5 $(thing)Люків Коксових Печей$() можна класти будь-де замість цегли."
},
{
"type": "patchouli:spotlight",
"item": "gtceu:tin_small_item_pipe",
"title": "Предметні Труби",
"text": "Люки автоматично втягують предмети в себе і виштовхують рідини та предмети назовні, тож ви можете поставити $(l:mechanics/crankshaft#crates)Ящики$(), $(l:mechanics/crankshaft#drums)Бочки$(), та $(l:mechanics/barrels)Діжки$() впритул до них, але якщо ви хочете мати більший контроль, вам варто використовувати труби GregTech.$(br2)$(item)Предметні Труби$() не будуть витягнуті з жодного інвентарю, до якого вони прив'язані, тому вам потрібно використовувати $(thing)Жолоб$() або $(thing)Лійка$() витягне з інвентарю і проштовхне в трубу."
},
{
"type": "patchouli:text",
"text": "Різні яруси труб переміщуватимуть різну кількість предметів, але найдешевшим для початку є $(item)Мала Олов'яна Предметна Труба$().$(br2)Предметні трубуи миттєво переміщують предмети, надаючи пріоритет найближчим інвертарям. Ви можете зробити труби односторонніми за допомогою $(thing)ПКМ$() за допомогою $(thing)Гайкового ключа.$() та у вільну руку.$(br2)Ви також можете керувати переміщенням предметів за допомогою $(thing)Фільтру Предметів$(), $(thing)Фільтр Тегів Предметів$(), та $(thing)Обмеженні Предметні Труби$()."
},
{
"type": "patchouli:spotlight",
"item": "gtceu:wood_normal_fluid_pipe,gtceu:bronze_normal_fluid_pipe",
"title": "Рідинні труби",
"text": "$(item)Рідинні Труби$() не дивно, що вони призначені для переміщення рідин. На відміну від труб для предметів, рідинні труби не переміщують рідину миттєво, а \"ковзають\" туди-сюди, тому добре зробити їх односторонніми за допомогою $(thing)ПКМ$() з $(thing)Гайковим ключем$() у вільну руку."
},
{
"type": "patchouli:text",
"text": "Різні види труб можуть вміщати різні речі. $(thing)Дерев'яні труби$() не можуть утримувати гази і згорять, якщо ви спробуєте покласти в них щось гаряче. Інші металеві труби, такі як $(thing)Бронзові$() може працювати з гарячими речовинами, такими як пара та лава, але не з кислотами$(br2)Потримайте клавішу shift над трубою з рідиною, щоб побачити, на що вона здатна."
}
]
}

View File

@@ -0,0 +1,39 @@
{
"name": "Початок роботи з Create",
"category": "tfc:mechanics",
"icon": "create:cogwheel",
"pages": [
{
"type": "patchouli:text",
"title": "Початок роботи з Create",
"text": "У TerraFirmaGreg, власна механічна система енергопостачання TFC була замінена на $(thing)Create$().$(br2)Ви можете створити кілька Create, як тільки отримаєте коване залізо, але по-справжньому розпочати роботу можна лише після того, як отримаєте доступ до $(l:mechanics/steel)Сталі$() та $(thing)Парових Машин$().$(br2)По-перше, вам знадобиться джерело $(thing)Механічної Сили$(), або водяні колеса, або вітряки, або паровий двигун. З них, $(thing)Водяні Колеса$() найпростіші для початку, просто поставте їх у річку!$(br)"
},
{
"type": "patchouli:crafting",
"recipe": "create:crafting/kinetics/water_wheel",
"recipe2": "create:crafting/kinetics/large_water_wheel"
},
{
"type": "tfc:sealed_barrel_recipe",
"recipe": "tfg:barrel/treated_wood_planks",
"text": "Для переміщення механічної енергії вам знадобляться $(thing)Зубчасті колеса$().$(br)Щоб виготовити їх, спочатку покладіть трохи $(l:mechanics/mechanical_power)Креозота$() та Будь-які $(thing)Дерев'яні Дошки$() в $(l:mechanics/barrels)Герметичну Діжку$().$(br)Це дасть вам $(thing)Дерев'яні Дошки, Оброблені Креозотом$()."
},
{
"type": "patchouli:spotlight",
"title": "Оброблений м'якуш",
"item": "gtceu:hp_steam_macerator,gtceu:treated_wood_dust",
"text": "Потім покладіть оброблені дошки в $(thing)Паровий Подрібнювач$(). Це утворить $(thing)Оброблену м'якуш$()."
},
{
"type": "patchouli:spotlight",
"title": "Дерев'яні Дошки, Оброблені Креозотом",
"item": "gtceu:hp_steam_compressor,gtceu:treated_wood_plate",
"text": "Нарешті, поклавши м'якуш в $(thing)Паровий Компресор$() створить $(thing)Оброблену Дерев'яну Дошку$().$(br2)Потім ви можете використовувати їх для створення $(item)Зубчастих Колес$()!"
},
{
"type": "patchouli:crafting",
"recipe": "tfg:create/shapeless/cogwheel",
"recipe2": "tfg:create/shaped/large_cogwheel"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Аметист і Гранат",
"icon": "minecraft:amethyst_shard",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Рідкість: 230$(br)Щільність: 0.25$(br)Тип: Дискова вена$(br)Y: -64 - 26$(br)Розмір: 28$(br)Висота: 8$(br2)Типи каменю: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур, Глинистий сланець, Аргиліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Родючий Аметист"
},
{
"type": "patchouli:multiblock",
"name": "Аметист",
"multiblock": {
"mapping": {
"0": "#forge:ores/amethyst"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 65%$(br)Джерело: Заліза$(br)Формула: (SiO₂)₄Fe"
},
{
"type": "patchouli:multiblock",
"name": "Опал",
"multiblock": {
"mapping": {
"0": "#forge:ores/opal"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 15%$(br)Формула: (SiO₂)"
},
{
"type": "patchouli:multiblock",
"name": "Червоний гранат",
"multiblock": {
"mapping": {
"0": "#forge:ores/red_garnet"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 5%$(br)Джерело: Піроп, Альмандин, Спессартин"
},
{
"type": "patchouli:multiblock",
"name": "Жовтий гранат",
"multiblock": {
"mapping": {
"0": "#forge:ores/yellow_garnet"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 15%$(br)Джерело: Андрадит, Гроссулар, Уваровіт"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Опал і Гранат",
"icon": "gtceu:opal_gem",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Рідкість: 220$(br)Щільність: 0.35$(br)Тип: Дискова вена(br)Y: -64 - 62$(br)Розмір: 26$(br)Висота: 6$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Граніт, Діорит, Габро$(br2)Індикатор: Родючий Аметист"
},
{
"type": "patchouli:multiblock",
"name": "Опал",
"multiblock": {
"mapping": {
"0": "#forge:ores/opal"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 55%$(br)Формула: (SiO₂)"
},
{
"type": "patchouli:multiblock",
"name": "Аметист",
"multiblock": {
"mapping": {
"0": "#forge:ores/amethyst"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 25%$(br)Джерело: Заліза$(br)Формула: (SiO₂)₄Fe"
},
{
"type": "patchouli:multiblock",
"name": "Червоний гранат",
"multiblock": {
"mapping": {
"0": "#forge:ores/red_garnet"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 5%$(br)Source of: Піроп, Алмадін, Спесартін"
},
{
"type": "patchouli:multiblock",
"name": "Жовтий гранат",
"multiblock": {
"mapping": {
"0": "#forge:ores/yellow_garnet"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 15%$(br)Джерело: Andradite, Grossular, Uvarovite"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Золото (Глибоке)",
"icon": "gtceu:rich_raw_gold",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Рідкість: 260$(br)Щільність: 0.45$(br)Тип: Кластерна вена$(br)Y: -64 - 30$(br)Розмір: 32$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Граніт, Діорит, Габро$(br2)Індикатор: Лімоніт, Гематит, Самородне золото"
},
{
"type": "patchouli:multiblock",
"name": "Золото",
"multiblock": {
"mapping": {
"0": "#forge:ores/gold"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 75%$(br)Розплавляється в: Золото$(br)Формула: Au"
},
{
"type": "patchouli:multiblock",
"name": "Жовтий лимоніт",
"multiblock": {
"mapping": {
"0": "#forge:ores/yellow_limonite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Гематит",
"multiblock": {
"mapping": {
"0": "#forge:ores/hematite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 15%$(br)Розплавляється в: Чавун$(br)Формула: Fe₂O₃"
},
{
"type": "patchouli:multiblock",
"name": "Гетит",
"multiblock": {
"mapping": {
"0": "#forge:ores/goethite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂"
}
]
}

View File

@@ -0,0 +1,107 @@
{
"name": "Гематит, Гетит і Рубін",
"icon": "gtceu:rich_raw_hematite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Рідкість: 220$(br)Щільність: 0.35$(br)Тип: Кластерна вена$(br)Y: -64 - 30$(br)Розмір: 40$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит$(br2)Індикатор: Гематит, Лимоніт, Самородне золото"
},
{
"type": "patchouli:multiblock",
"name": "Гематит",
"multiblock": {
"mapping": {
"0": "#forge:ores/hematite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 35%$(br)Розплавляється в: Чугун$(br)Формула: Fe₂O₃"
},
{
"type": "patchouli:multiblock",
"name": "Жовтий лимоніт",
"multiblock": {
"mapping": {
"0": "#forge:ores/yellow_limonite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 15%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Гетит",
"multiblock": {
"mapping": {
"0": "#forge:ores/goethite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 25%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Золото",
"multiblock": {
"mapping": {
"0": "#forge:ores/gold"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 5%$(br)Розплавляється в: Золото$(br)Формула: Au"
},
{
"type": "patchouli:multiblock",
"name": "Рубін",
"multiblock": {
"mapping": {
"0": "#forge:ores/ruby"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 20%$(br)Джерело: Хрому, Алюмінію$(br)Формула: CrAl₂O₃"
}
]
}

View File

@@ -0,0 +1,88 @@
{
"name": "Гетит і Малахіт",
"icon": "gtceu:rich_raw_goethite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Рідкість: 240$(br)Щільність: 0.35$(br)Тип: Кластерна вена$(br)Y: -64 - 30$(br)Розмір: 32$(br2)Типи каменю: Мармур, Вапняк$(br2)Індикатор: Лимоніт, Гематит, Малахіт"
},
{
"type": "patchouli:multiblock",
"name": "Гетит",
"multiblock": {
"mapping": {
"0": "#forge:ores/goethite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 50%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Жовтий лимоніт",
"multiblock": {
"mapping": {
"0": "#forge:ores/yellow_limonite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 15%$(br)Розплавляється в: Чавун $(br)Формула: FeHO₂"
},
{
"type": "patchouli:multiblock",
"name": "Гематит",
"multiblock": {
"mapping": {
"0": "#forge:ores/hematite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 15%$(br)Розплавляється в: Чавун$(br)Формула: Fe₂O₃"
},
{
"type": "patchouli:multiblock",
"name": "Малахіт",
"multiblock": {
"mapping": {
"0": "#forge:ores/malachite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 20%$(br)Розплавляється в: Мідь$(br)Формула: Cu₂CH₂O₅"
}
]
}

View File

@@ -0,0 +1,107 @@
{
"name": "Хроміт і Магнетит",
"icon": "gtceu:rich_raw_chromite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Рідкість: 205$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -64 - 30$(br)Розмір: 340$(br2)Типи каменю: Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Магнетит, Самородне золото, Хроміт, Сапфір"
},
{
"type": "patchouli:multiblock",
"name": "Хроміт",
"multiblock": {
"mapping": {
"0": "#forge:ores/chromite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 60%$(br)Джерело: Хрому$(br)Формула: FeCr₂O₄"
},
{
"type": "patchouli:multiblock",
"name": "Магнетит",
"multiblock": {
"mapping": {
"0": "#forge:ores/magnetite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: Fe₃O₄"
},
{
"type": "patchouli:multiblock",
"name": "Ванадієвий магнетит",
"multiblock": {
"mapping": {
"0": "#forge:ores/vanadium_magnetite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 15%$(br)Джерело: Заліза, Ванадію$(br)Формула: (Fe₃O₄)V"
},
{
"type": "patchouli:multiblock",
"name": "Золото",
"multiblock": {
"mapping": {
"0": "#forge:ores/gold"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 15%$(br)Розплавляється в: Золото$(br)Формула: Au"
},
{
"type": "patchouli:multiblock",
"name": "Сапфір",
"multiblock": {
"mapping": {
"0": "#forge:ores/sapphire"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "Відсоток: 5%$(br)Джерело: Алюмінію$(br)Формула: Al₂O₃"
}
]
}

Some files were not shown because too many files have changed in this diff Show More