Merge remote-tracking branch 'origin/dev' into dev

# Conflicts:
#	kubejs/assets/tfg/blockstates/large_nest_box.json
#	kubejs/assets/tfg/blockstates/large_nest_box_warped.json
This commit is contained in:
Redeix 2025-08-23 14:25:33 -05:00
commit e7f1198cf6
315 changed files with 9490 additions and 1602 deletions

2
.github/README.md vendored
View file

@ -56,7 +56,7 @@ This modpack is still a work in progress, and is constantly being updated. In it
Interested in contributing? For detailed setup instructions, coding standards, and guidelines, please read [this](CONTRIBUTING.md).
Want to help translate? Please read [this](../kubejs/README%20IF%20TRANSLATING.md) instead.
Want to help translate? Please read [this](../kubejs/README_IF_TRANSLATING.md) instead.
---

View file

@ -1,8 +1,13 @@
# Changelog
## [Unreleased]
### Changes
### Major changes
- Complete rework of prospector's picks. (#1594) @Redeix
- Removed the mod that was causing placed entities to sometimes not spawn
- Removed energy P2P (#1661) @TomPlop @BlueBoat29
- Removed GT bedrock miners, replaced with a new system for Moon infinites (#1569) @TomPlop
- Buffed Large Solar Panel MK I so now it has a consistent EV-generating recipe, but halved the output of ad astra solar panels on the moon @TomPlop @Pyritie
### Changes
- Rebalance Large Solar Array to make Mk2 circuit 2 viable, and buffed to LSA Mk3 circuit 2 (#1591) @TomPlop
- Added mechanical press recipes to weld weak steels @Pyritie
- Added backpacks, lunchboxes, and vessels to the toolbelt's blacklist @Pyritie
@ -14,18 +19,36 @@
- Refactored locometal recipes to use stonecutters, metal plated locometal is now also much cheaper (#1624) @Pyritie
- Increased the air capacity of space suits by 250% @Pyritie
- Converted custom tooltips to lang strings for translations (#1663) @Redeix
- Fixed grammar on death messages and added some new ones (#1642) @vdegans
- Added IV fridge, and IV-UV aqueous accumulator, food processor, food oven, and gas compressor machines @Pyritie
- Added machine recipes for the wrought iron grill @Pyritie
- Added recipes for redyeing/bleaching shipping containers (#1631) @Pyritie
- Adjusted recipes for ME Interface and Pattern Provider for consistency (#1569) @TomPlop
- Changed the cost of the ME Quantum Tunnel (#1569) @TomPlop
- Alabaster is now renewable via rock breaker @gustovafing
- Added a new ore vein to all dimensions for gypsum, calcite, borax, and fuller's earth @Pyritie
- Added some more moon ore veins for copper, tin, gold, aluminium.. nothing exciting @Pyritie
- Changed the recipe for the infinity construction wand @Pyritie
- Rebalanced the liquid blaze burner fuel recipes to be more in-line with GregTech generation @Pyritie
- Changed the recipes for the circuit boards required for the electron tube and vacuum tube, and phenolic circuit board @TomPlop
### Bug fixes
- Fixed moon mob spawning light levels, so now they need a light level of 0 instead of 11 (#1587) @NINAustinFett
- Fixed wrong output amount of mortaring soybean paste (#1607) @TomPlop
- Fixed duplicate mixer recipes for rose gold and sterling silver @Pyritie
- Added missing rose gold + sterling silver alloy smelter recipes (#1664) @Redeix
- Fixed mechanical mixers requiring an alloy that needed that tier of mixer @Pyritie
- Finally fixed all the issues with upgrading the toolbelt - now you can safely dye and undye, upgrade with and without tools inside it, etc (#368) @Pyritie
- Fixed a dupe with certus quartz @Pyritie
- Moved the golden apple recipe over to the food processor so it respects food expiry data @Pyritie
- Removed some remaining swine-steel crafting recipes @Pyritie
- Added missing hoe/scythe mineable tags from custom crops (#1622) @Pyritie
- Added missing rose gold alloy smelter recipes (#1664) @Redeix
- Fixed some (but not all) model issues with the reflector block (#1664) @Redeix
- Fixed food processor outputs not stacking @gustovafing
- Fixed using the grappling hook on a ladder killing you (#106) @Zippity
- Added more missing food processor recipes (#1632, #1638) @Pyritie
- Fixed a few stuck quests (#1667, #1666) @Wicpar
- Fixed inconsistent quern and macerator recipes for small tfc ores (#1672) @Pyritie
- Fixed recipe conflict with ceramic bricks and create deco colored bricks @Pyritie
## [0.10.9] - 10-08-2025
### Changes

View file

@ -76,7 +76,7 @@
"CrystalResonanceGeneratorRate_comment": "How much energy a crystal resonance generator generates per tick.",
"CrystalResonanceGeneratorRate": 20.0,
"p2pTunnelEnergyTax_comment": "The cost to transport energy through an energy P2P tunnel expressed as a factor of the transported energy.",
"p2pTunnelEnergyTax": 0.025,
"p2pTunnelEnergyTax": 0.999,
"p2pTunnelTransportTax_comment": "The cost to transport items/fluids/etc. through P2P tunnels, expressed in AE energy per equivalent I/O bus operation for the transported object type (i.e. items\u003dper 1 item, fluids\u003dper 125mb).",
"p2pTunnelTransportTax": 0.025
},

View file

@ -57,7 +57,7 @@
[whitelist]
#Whitelist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config
#Entities that CAN be picked up (useWhitelistEntities must be true)
allowedEntities = ["tfc:turkey", "tfc:isopod", "tfc:lobster", "tfc:frog", "tfc:penguin", "tfc:turtle", "tfc:horseshoe_crab", "tfc:crayfish", "tfc:grouse", "tfc:pheasant", "tfc:peafowl", "tfc:rat", "tfc:chicken", "tfc:duck", "tfc:quail", "tfc:rabbit"]
allowedEntities = ["tfc:turkey", "tfc:isopod", "tfc:lobster", "tfc:frog", "tfc:penguin", "tfc:turtle", "tfc:horseshoe_crab", "tfc:crayfish", "tfc:grouse", "tfc:pheasant", "tfc:peafowl", "tfc:rat", "tfc:chicken", "tfc:duck", "tfc:quail", "tfc:rabbit", "tfg:moon_rabbit", "species:birt"]
#Blocks that CAN be picked up (useWhitelistBlocks must be true)
allowedBlocks = ["framedblocks:framed_chest", "tfc:wood/chest/*", "tfc:wood/trapped_chest/*", "afc:wood/chest/*", "afc:wood/trapped_chest/*", "#forge:chests/wooden"]
#Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true)

View file

@ -1,13 +0,0 @@
# FTBQuestOptimizer config file
# If you're a modpack maker, edit defaultconfigs/ftbqoptimizer-server.snbt instead
{
# Enable optimization of quest completion detection
# Default: true
detect_optimization: true
# Number of tick skips for checking player inventories, 0 to disable tick skipping. Experiment and find the best value for you!
# Default: 5
# Range: 0 ~ 100
skip_ticks_amount: 5
}

View file

@ -1233,12 +1233,15 @@
}
{
dependencies: ["378E2294EFD85C65"]
description: ["{quests.ae2.programmed_circuit_card.desc}"]
id: "51B34B3E51B6ECDD"
subtitle: "{quests.ae2.programmed_circuit_card.subtitle}"
tasks: [{
id: "295980339E1FE027"
item: "pccard:card_programmed_circuit"
type: "item"
}]
title: "{quests.ae2.programmed_circuit_card.title}"
x: 1.0d
y: -10.5d
}

View file

@ -525,11 +525,18 @@
id: "42FB276AB16258D9"
size: 1.0d
subtitle: "{quests.high_voltage.fluorine.subtitle}"
tasks: [{
id: "4EF4F33BEB714485"
item: "gtceu:fluorine_bucket"
type: "item"
}]
tasks: [
{
id: "4EF4F33BEB714485"
item: "gtceu:fluorine_bucket"
optional_task: true
type: "item"
}
{
id: "7245625D6C687E3A"
type: "checkmark"
}
]
title: "{quests.high_voltage.fluorine.title}"
x: 1.0d
y: 4.5d
@ -568,14 +575,22 @@
{
dependencies: ["5BACED5AE350EAB1"]
description: ["{quests.high_voltage.nitrobenzene.desc}"]
icon: "gtceu:nitrobenzene_bucket"
id: "56E7A3A0CC690C8A"
shape: "square"
size: 1.0d
tasks: [{
id: "33CF24B0A19D2F25"
item: "gtceu:nitrobenzene_bucket"
type: "item"
}]
tasks: [
{
id: "33CF24B0A19D2F25"
item: "gtceu:nitrobenzene_bucket"
optional_task: true
type: "item"
}
{
id: "70D29F223E0CC5CB"
type: "checkmark"
}
]
title: "{quests.high_voltage.nitrobenzene.title}"
x: -1.0d
y: 9.5d
@ -723,11 +738,18 @@
id: "5BACED5AE350EAB1"
size: 1.0d
subtitle: "{quests.high_voltage.nitric_acid.subtitle}"
tasks: [{
id: "5F8F684990622DE1"
item: "gtceu:nitric_acid_bucket"
type: "item"
}]
tasks: [
{
id: "5F8F684990622DE1"
item: "gtceu:nitric_acid_bucket"
optional_task: true
type: "item"
}
{
id: "24520333587F2436"
type: "checkmark"
}
]
title: "{quests.high_voltage.nitric_acid.title}"
x: 0.0d
y: 9.5d
@ -735,15 +757,23 @@
{
dependencies: ["5BACED5AE350EAB1"]
description: ["{quests.high_voltage.cetane_diesel.desc}"]
icon: "gtceu:cetane_boosted_diesel_bucket"
id: "04F6E968CEEC3D49"
shape: "square"
size: 1.0d
subtitle: "{quests.high_voltage.cetane_diesel.subtitle}"
tasks: [{
id: "51D904AA29256F8D"
item: "gtceu:cetane_boosted_diesel_bucket"
type: "item"
}]
tasks: [
{
id: "51D904AA29256F8D"
item: "gtceu:cetane_boosted_diesel_bucket"
optional_task: true
type: "item"
}
{
id: "6BFCFA5257BE071F"
type: "checkmark"
}
]
title: "{quests.high_voltage.cetane_diesel.title}"
x: 1.0d
y: 9.5d
@ -831,11 +861,18 @@
icon: "gtceu:ammonia_bucket"
id: "4343746E706264E6"
size: 1.0d
tasks: [{
id: "1C3EBA2535471DB6"
item: "gtceu:ammonia_bucket"
type: "item"
}]
tasks: [
{
id: "1C3EBA2535471DB6"
item: "gtceu:ammonia_bucket"
optional_task: true
type: "item"
}
{
id: "6445F5DC9728583A"
type: "checkmark"
}
]
title: "{quests.high_voltage.ammonia.title}"
x: -3.0d
y: 6.0d
@ -973,6 +1010,8 @@
"{@pagebreak}"
"{quests.high_voltage.space_alloy.desc.2}"
]
hide_details_until_startable: false
icon: "gtceu:rocket_alloy_t1_ingot"
id: "56D337E264A4154F"
subtitle: "{quests.high_voltage.space_alloy.subtitle}"
tasks: [
@ -1199,23 +1238,6 @@
x: 0.0d
y: 11.0d
}
{
dependencies: ["14D277A164202FF8"]
description: [
"{quests.high_voltage.bedrock_miner.desc.1}"
"{@pagebreak}"
"{quests.high_voltage.bedrock_miner.desc.2}"
]
id: "2878C147D273F774"
subtitle: "{quests.high_voltage.bedrock_miner.subtitle}"
tasks: [{
id: "55981710612D21D7"
item: "gtceu:mv_bedrock_ore_miner"
type: "item"
}]
x: 2.5d
y: -10.5d
}
{
description: ["{quests.high_voltage.kaolinite_powder.desc}"]
disable_toast: true
@ -1314,6 +1336,221 @@
x: 13.0d
y: 1.5d
}
{
dependencies: ["00A2566109144D7F"]
description: ["{quests.high_voltage.moon_harvester.desc}"]
id: "6A21CCAEB1FDF38E"
shape: "octagon"
size: 2.0d
subtitle: "{quests.high_voltage.moon_harvester.subtitle}"
tasks: [{
id: "445320F445BA829F"
item: "gtceu:moon_dust_harvester"
type: "item"
}]
title: "{quests.high_voltage.moon_harvester.title}"
x: 16.0d
y: -2.0d
}
{
dependencies: ["6A21CCAEB1FDF38E"]
description: ["{quests.high_voltage.regolith_vapor.desc}"]
icon: "gtceu:regolith_vapor_bucket"
id: "578ECB10B30A77C7"
subtitle: "{quests.high_voltage.regolith_vapor.subtitle}"
tasks: [
{
id: "0FF209271DB58067"
item: "gtceu:regolith_vapor_bucket"
optional_task: true
type: "item"
}
{
id: "32E19F49E3A2D54B"
title: "{quests.high_voltage.regolith_vapor.task}"
type: "checkmark"
}
]
title: "{quests.high_voltage.regolith_vapor.title}"
x: 17.5d
y: -2.5d
}
{
dependencies: ["6A21CCAEB1FDF38E"]
description: ["{quests.high_voltage.regolith_dust.desc}"]
id: "0527DF6A8567FED9"
subtitle: "{quests.high_voltage.regolith_dust.subtitle}"
tasks: [
{
id: "567BAEEB6120F6CE"
item: "tfg:certus_regolith_dust"
type: "item"
}
{
id: "5507A8B1561AC3C3"
item: "tfg:cassiterite_regolith_dust"
type: "item"
}
{
id: "13C520F021B2E085"
item: "tfg:bright_regolith_dust"
type: "item"
}
{
id: "3565544FF49B9F50"
item: "tfg:goethe_regolith_dust"
type: "item"
}
]
title: "{quests.high_voltage.regolith_dust.title}"
x: 17.5d
y: -1.5d
}
{
dependencies: [
"0527DF6A8567FED9"
"578ECB10B30A77C7"
]
description: ["{quests.high_voltage.dusty_ores.desc}"]
id: "5807400FD1F0998A"
subtitle: "{quests.high_voltage.dusty_ores.subtitle}"
tasks: [{
id: "131B1D5F37FAC1F3"
item: {
Count: 1
id: "ftbfiltersystem:smart_filter"
tag: {
"ftbfiltersystem:filter": "or(item(gtceu:dusty_raw_goethite)item(gtceu:dusty_raw_cassiterite)item(gtceu:dusty_raw_certus_quartz)item(gtceu:dusty_raw_gold)item(gtceu:dusty_raw_diamond))"
}
}
title: "{quests.high_voltage.dusty_ores.task}"
type: "item"
}]
title: "{quests.high_voltage.dusty_ores.title}"
x: 18.5d
y: -2.0d
}
{
dependencies: ["5807400FD1F0998A"]
description: ["{quests.high_voltage.final_dust.desc}"]
id: "36FE3DDBCB535639"
subtitle: "{quests.high_voltage.final_dust.subtitle}"
tasks: [
{
id: "1ABCC8007A69EF81"
item: {
Count: 1
ForgeCaps: {
"tfc:item_heat": {
heat: 0.0f
ticks: 0L
}
}
id: "gtceu:iron_dust"
}
type: "item"
}
{
id: "3AB1A3B8E6EB4291"
item: {
Count: 1
ForgeCaps: {
"tfc:item_heat": {
heat: 0.0f
ticks: 0L
}
}
id: "gtceu:copper_dust"
}
type: "item"
}
{
id: "1D38FECBB23C3E24"
item: {
Count: 1
ForgeCaps: {
"tfc:item_heat": {
heat: 0.0f
ticks: 0L
}
}
id: "gtceu:tin_dust"
}
type: "item"
}
{
id: "6C9C5498495F330C"
item: "ae2:certus_quartz_dust"
type: "item"
}
{
id: "0AF375FA38D44C32"
item: {
Count: 1
ForgeCaps: {
"tfc:item_heat": {
heat: 0.0f
ticks: 0L
}
}
id: "gtceu:gold_dust"
}
type: "item"
}
{
id: "6896A082D722EECB"
item: "gtceu:diamond_dust"
type: "item"
}
]
title: "{quests.high_voltage.final_dust.title}"
x: 19.5d
y: -2.0d
}
{
dependencies: ["396E85A39FF414CF"]
description: ["{quests.high_voltage.wand.desc}"]
id: "22FD785F84E9D10D"
optional: true
shape: "heart"
subtitle: "{quests.high_voltage.wand.subtitle}"
tasks: [{
id: "525F329DD5F16E1F"
item: {
Count: 1
id: "constructionwand:infinity_wand"
tag: {
wand_options: { }
}
}
type: "item"
}]
title: "{quests.high_voltage.wand.title}"
x: 13.0d
y: -8.0d
}
{
dependencies: ["396E85A39FF414CF"]
description: ["{quests.high_voltage.hypertubes.desc}"]
id: "159A0DAEE55DCAC0"
optional: true
subtitle: "{quests.high_voltage.hypertubes.subtitle}"
tasks: [
{
id: "033B6A5EC2C17485"
item: "create_hypertube:hypertube_entrance"
type: "item"
}
{
id: "2EBA07A9A9B6D1EB"
item: "create_hypertube:hypertube"
type: "item"
}
]
title: "{quests.high_voltage.hypertubes.title}"
x: 11.5d
y: -7.5d
}
]
subtitle: ["{quests.high_voltage.subtitle}"]
title: "{quests.high_voltage}"

View file

@ -308,6 +308,7 @@
}
id: "tfc:kaolin_clay"
}
match_nbt: false
type: "item"
weak_nbt_match: true
}]
@ -630,11 +631,9 @@
id: "5792DDAA82895E67"
subtitle: "{quests.metal_age.red_blu.subtitle}"
tasks: [{
dimension: "minecraft:overworld"
icon: "gtceu:overworld_marker"
id: "720D64916D1E3892"
title: "{quests.stone_age.temperature.task}"
type: "dimension"
id: "63890641DCD6659F"
title: "{quests.tasktype.checkmark}"
type: "checkmark"
}]
title: "{quests.metal_age.red_blu.title}"
x: 24.0d
@ -661,6 +660,7 @@
"5088768AAA28FCBA"
"6D04BAC5B215F90F"
]
dependency_requirement: "one_completed"
description: ["{quests.metal_age.redblu_anvil.desc}"]
id: "56CA2EB7812529C5"
shape: "octagon"
@ -967,7 +967,9 @@
}
id: "tfc:metal/ingot/weak_red_steel"
}
match_nbt: false
type: "item"
weak_nbt_match: true
}
{
id: "2A068958F7451FFB"
@ -981,7 +983,9 @@
}
id: "tfc:metal/ingot/black_steel"
}
match_nbt: false
type: "item"
weak_nbt_match: true
}
]
title: "{quests.metal_age.highcarb_red_steel.title}"
@ -1158,7 +1162,9 @@
}
id: "tfc:metal/ingot/weak_blue_steel"
}
match_nbt: false
type: "item"
weak_nbt_match: true
}
{
id: "2755C292E4E19530"
@ -1172,7 +1178,9 @@
}
id: "tfc:metal/ingot/black_steel"
}
match_nbt: false
type: "item"
weak_nbt_match: true
}
]
title: "{quests.metal_age.highcarb_blu_steel.title}"

View file

@ -409,8 +409,8 @@
type: "item"
}]
title: "{quests.steam_age.crushing_wheel.title}"
x: -19.5d
y: 18.0d
x: -21.5d
y: 10.5d
}
{
dependencies: ["7DB7AB5349218605"]
@ -436,13 +436,13 @@
]
title: "{quests.steam_age.treated_planks.title}"
x: -19.5d
y: 12.0d
y: 10.5d
}
{
dependencies: [
"246D2C5989E3E907"
"233B414B4F189140"
"781C6AD30194CB45"
"3E175E20C91F168B"
]
description: ["{quests.steam_age.electron_tube.desc}"]
id: "033E74BC588E7EAD"
@ -564,8 +564,8 @@
type: "item"
}]
title: "{quests.steam_age.mech_crafter.title}"
x: -19.5d
y: 17.0d
x: -20.5d
y: 12.0d
}
{
dependencies: ["46FA9DD4755A5548"]
@ -828,9 +828,9 @@
}
{
dependencies: [
"033E74BC588E7EAD"
"5917B0D4708BF534"
"6100B3C732E379AA"
"246D2C5989E3E907"
]
description: ["{quests.steam_age.centrifuge.desc}"]
id: "19A1D52A7F550478"
@ -842,8 +842,8 @@
type: "item"
}]
title: "{quests.steam_age.centrifuge.title}"
x: -18.0d
y: 17.0d
x: -20.5d
y: 10.5d
}
{
dependencies: [
@ -1593,7 +1593,7 @@
type: "checkmark"
}]
title: "{quests.steam_age.packager.title}"
x: -22.0d
x: -19.5d
y: 17.0d
}
{

View file

@ -480,8 +480,29 @@
type: "item"
}
{
icon: {
Count: 1
ForgeCaps: {
"tfc:item_heat": {
heat: 0.0f
ticks: 0L
}
}
id: "tfchotornot:tongs/wood"
tag: {
Damage: 0
}
}
id: "45EFF5E3C4FB5D77"
item: "firmalife:peel"
item: {
Count: 1
id: "ftbfiltersystem:smart_filter"
tag: {
"ftbfiltersystem:filter": "ftbfiltersystem:item_tag(tfchotornot:insulating)"
}
}
optional_task: true
title: "Any #tfchotornot:insulating"
type: "item"
}
]

View file

@ -8,7 +8,7 @@
[stone_wand]
#Wand durability
#Range: > 1
durability = 131
durability = 791
#Wand block limit
#Range: > 1
limit = 9
@ -24,7 +24,7 @@
[iron_wand]
#Wand durability
#Range: > 1
durability = 250
durability = 2303
#Wand block limit
#Range: > 1
limit = 27
@ -40,7 +40,7 @@
[diamond_wand]
#Wand durability
#Range: > 1
durability = 1561
durability = 12286
#Wand block limit
#Range: > 1
limit = 128

View file

@ -49,7 +49,7 @@
# Allows users to access their ender chest, as well as admins to manage other players' ender chests.
enderchest: {
# Default: true
enabled: true
enabled: false
}
# Allows users to set a custom hat as their head item by using a command

View file

@ -40,7 +40,7 @@
# Allows users to access their ender chest, as well as admins to manage other players' ender chests.
enderchest: {
# Default: true
enabled: true
enabled: false
}
# Allows users to set a custom hat as their head item by using a command

View file

@ -1,3 +0,0 @@
# Default config file that will be copied to instance's config/ftbqoptimizer.snbt location
{ }

View file

@ -3,7 +3,7 @@
[sniffer]
#Sniffer health [default: 75]
#Range: 1.0 ~ 1024.0
health = 75.0
health = 150.0
#Sniffer armor [default: 3]
#Range: 0.0 ~ 30.0
armor = 3.0
@ -15,7 +15,7 @@
[eater]
#Eater health [default: 100]
#Range: 1.0 ~ 1024.0
health = 200.0
health = 400.0
#Eater attack damage [default: 30]
#Range: 0.0 ~ 1024.0
damage = 30.0
@ -30,7 +30,7 @@
[walker]
#Walker health [default: 200]
#Range: 1.0 ~ 1024.0
health = 400.0
health = 600.0
#Walker armor [default: 5]
#Range: 0.0 ~ 30.0
armor = 14.0
@ -42,28 +42,28 @@
[crusher]
#Crusher health [default: 50]
#Range: 1.0 ~ 1024.0
health = 100.0
health = 200.0
#Crusher attack damage [default: 10]
#Range: 0.0 ~ 1024.0
damage = 10.0
#Crusher armor [default: 20]
#Range: 0.0 ~ 30.0
armor = 25.0
armor = 35.0
#Crusher armor toughness [default: 4]
#Range: 0.0 ~ 20.0
armorToughness = 5.0
armorToughness = 6.0
#Glider Attributes
[glider]
#Glider health [default: 25]
#Range: 1.0 ~ 1024.0
health = 50.0
health = 150.0
#Soarer Attributes
[soarer]
#Soarer health [default: 40]
#Range: 1.0 ~ 1024.0
health = 80.0
health = 250.0
#Soarer attack damage [default: 15]
#Range: 0.0 ~ 1024.0
damage = 25.0
@ -72,5 +72,5 @@
[surfer]
#Surfer health [default: 30]
#Range: 1.0 ~ 1024.0
health = 30.0
health = 150.0

View file

@ -10,7 +10,9 @@
"block.beneath.crackrack": "Кератофір",
"block.beneath.soul_clay": "Брудна Глина",
"block.beneath.wood.fallen_leaves.crimson": "Занепала червона ламела",
"block.beneath.wood.leaves.crimson": "Багряна пластинка",
"block.beneath.wood.fallen_leaves.warped": "Занепала викривлена ламела",
"block.beneath.wood.leaves.warped": "Покручена пластинка",
"item.beneath.cursed_hide": "Лавостійка Шкіра",
"item.beneath.blackstone_brick": "Цегла з Піроксеніту",
"item.beneath.cursecoal": "Антрацит",

View file

@ -72,21 +72,17 @@
"block.betterend.umbrella_moss": "Парасолькоподібний мох",
"block.betterend.umbrella_moss_tall": "Парасолькоподібний мох",
"block.betterend.vaiolush_fern": "Папороть Вайолаш",
"item.betterend.amber_root_product": "Бурштинові паростки",
"item.betterend.amber_root_seeds": "Насіння бурштинових пагонів",
"item.betterend.blossom_berry_product": "Цвіт ягод",
"item.betterend.blossom_berry_seeds": "Цвітіння насінини ягоди",
"item.betterend.bolux_mushroom_cooked": "Приготований гриб Болукс",
"item.betterend.bolux_mushroom_product": "Гриб Болукс",
"item.betterend.bolux_mushroom_seeds": "Спори гриба Болукс",
"item.betterend.cave_pumpkin_chunks": "Шматки Балбкіна",
"item.betterend.cave_pumpkin_product": "Балбкін",
"item.betterend.cave_pumpkin_plant_seeds": "Насіння Балбкіна",
"item.betterend.cave_pumpkin_pie": "Пиріг із Балбкіна",
"item.betterend.chorus_mushroom_cooked": "Приготований гриб Чалмі",
"item.betterend.chorus_mushroom_product": "Гриб Чалмі",
"item.betterend.chorus_mushroom_seeds": "Спори гриба Чалмі",
"item.betterend.shadow_berry_cooked": "Приготована ягода Нокс",
"item.betterend.shadow_berry_product": "Нокс ягода",
"item.betterend.shadow_berry_seeds": "Насіння нокс ягоди"
"item.create.netherite_diving_helmet.tooltip.summary": "Разом з _Blue Steel Backtank_, це може захистити вас від _extreme heat_. Щоб бути ефективними, _Legs and Feet_ повинні бути вкриті _Blue Steel Diving Equipment_, також.",
"item.create.netherite_backtank": "Бактанк із Синьої Сталі",
"item.create.netherite_diving_helmet": "Шолом для Дайвінгу із Синьої Сталі",
"item.create.netherite_diving_boots": "Черевики для Дайвінгу із Синьої Сталі",
"item.create.copper_sheet": "Мідна пластина",
"item.create.brass_sheet": "Латунна пластина",
"item.create.golden_sheet": "Золотий лист",
"item.create.crushed_raw_gold": "Очищена Золота Руда",
"item.create.crushed_raw_copper": "Очищена Мідна Руда",
"item.create.crushed_raw_zinc": "Очищена Цинкова Руда",
"item.create.crushed_raw_silver": "Очищена Срібна Руда",
"item.create.crushed_raw_tin": "Очищена Олов'яна Руда",
"item.create.crushed_raw_lead": "Очищена Свинцева Руда"
}

View file

@ -91,10 +91,10 @@
"item.create.crushed_raw_tin": "Очищена Олов'яна Руда",
"item.create.crushed_raw_lead": "Очищена Свинцева Руда",
"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": "Латунний або металевий корпус можна використовувати для декорування валів."
"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

@ -63,6 +63,7 @@
"block.createdeco.locked_industrial_iron_door": "Зачинені Сталеві Двері",
"block.createdeco.industrial_iron_trapdoor": "Сталевий Лаз",
"block.createdeco.industrial_iron_ladder": "Сталева Драбина",
"block.createdeco.industrial_iron_facade": "Сталевий фасад",
"item.createdeco.iron_coin": "Монета з Кованого Заліза",
"item.createdeco.netherite_coin": "Монета з Синьої Сталі",
"item.createdeco.industrial_iron_coin": "Монета зі Сталі",

View file

@ -1 +1 @@
{"ad_astra:oxygen_loading":{"order":160}}
{"ad_astra:oxygen_loading":{"order":163}}

View file

@ -1 +1 @@
{"ae2:attunement":{"order":157}}
{"ae2:attunement":{"order":160}}

View file

@ -1 +1 @@
{"ae2:condenser":{"order":147}}
{"ae2:condenser":{"order":150}}

View file

@ -1 +1 @@
{"ae2:item_transformation":{"order":136}}
{"ae2:item_transformation":{"order":139}}

View file

@ -1 +1 @@
{"create:draining":{"order":158}}
{"create:draining":{"order":161}}

View file

@ -1 +1 @@
{"create:spout_filling":{"order":159}}
{"create:spout_filling":{"order":162}}

View file

@ -1 +1 @@
{"domum_ornamentum:architects_cutter":{"order":156}}
{"domum_ornamentum:architects_cutter":{"order":159}}

View file

@ -1 +1 @@
{"emi:info":{"order":165}}
{"emi:info":{"order":168}}

View file

@ -1 +1 @@
{"emi:tag":{"order":166}}
{"emi:tag":{"order":169}}

View file

@ -1 +1 @@
{"exposure:photograph_printing":{"order":152}}
{"exposure:photograph_printing":{"order":155}}

View file

@ -1 +1 @@
{"exposure:photograph_stacking":{"order":161}}
{"exposure:photograph_stacking":{"order":164}}

View file

@ -1 +1 @@
{"framedblocks:framing_saw":{"order":155}}
{"framedblocks:framing_saw":{"order":158}}

View file

@ -1 +1 @@
{"greate:automatic_packing":{"order":150}}
{"greate:automatic_packing":{"order":153}}

View file

@ -1 +1 @@
{"greate:automatic_shaped":{"order":148}}
{"greate:automatic_shaped":{"order":151}}

View file

@ -1 +1 @@
{"greate:automatic_shapeless":{"order":149}}
{"greate:automatic_shapeless":{"order":152}}

View file

@ -1 +1 @@
{"greate:block_cutting":{"order":154}}
{"greate:block_cutting":{"order":157}}

View file

@ -1 +1 @@
{"greate:fan_washing":{"order":138}}
{"greate:fan_washing":{"order":141}}

View file

@ -1 +1 @@
{"greate:mixing":{"order":107}}
{"greate:mixing":{"order":108}}

View file

@ -1 +1 @@
{"gtceu:arc_furnace_recycling":{"order":144}}
{"gtceu:arc_furnace_recycling":{"order":147}}

View file

@ -1 +1 @@
{"gtceu:chem_dyes":{"order":142}}
{"gtceu:chem_dyes":{"order":145}}

View file

@ -1 +1 @@
{"gtceu:extractor_recycling":{"order":146}}
{"gtceu:extractor_recycling":{"order":149}}

View file

@ -0,0 +1 @@
{"gtceu:extraterrestrial_ore_fabricator":{"order":124}}

View file

@ -1 +1 @@
{"gtceu:fission_reactor":{"order":124}}
{"gtceu:fission_reactor":{"order":125}}

View file

@ -1 +1 @@
{"gtceu:fusion_reactor":{"order":125}}
{"gtceu:fusion_reactor":{"order":126}}

View file

@ -1 +1 @@
{"gtceu:greenhouse":{"order":126}}
{"gtceu:greenhouse":{"order":127}}

View file

@ -1 +1 @@
{"gtceu:heat_exchanger":{"order":127}}
{"gtceu:heat_exchanger":{"order":128}}

View file

@ -1 +1 @@
{"gtceu:implosion_compressor":{"order":128}}
{"gtceu:implosion_compressor":{"order":129}}

View file

@ -1 +1 @@
{"gtceu:ingot_molding":{"order":143}}
{"gtceu:ingot_molding":{"order":146}}

View file

@ -1 +1 @@
{"gtceu:macerator_recycling":{"order":145}}
{"gtceu:macerator_recycling":{"order":148}}

View file

@ -1 +1 @@
{"gtceu:mixer":{"order":108}}
{"gtceu:mixer":{"order":107}}

View file

@ -0,0 +1 @@
{"gtceu:moon_dust_harvester":{"order":133}}

View file

@ -1 +1 @@
{"gtceu:nether_dome":{"order":129}}
{"gtceu:nether_dome":{"order":130}}

View file

@ -1 +1 @@
{"gtceu:nuclear_fuel_factory":{"order":130}}
{"gtceu:nuclear_fuel_factory":{"order":131}}

View file

@ -1 +1 @@
{"gtceu:ore_bathing":{"order":141}}
{"gtceu:ore_bathing":{"order":144}}

View file

@ -1 +1 @@
{"gtceu:ore_crushing":{"order":139}}
{"gtceu:ore_crushing":{"order":142}}

View file

@ -1 +1 @@
{"gtceu:ore_forging":{"order":140}}
{"gtceu:ore_forging":{"order":143}}

View file

@ -1 +1 @@
{"gtceu:ore_washer":{"order":137}}
{"gtceu:ore_washer":{"order":140}}

View file

@ -0,0 +1 @@
{"gtceu:ostrum_harvester":{"order":132}}

View file

@ -1 +1 @@
{"gtceu:programmed_circuit":{"order":164}}
{"gtceu:programmed_circuit":{"order":167}}

View file

@ -1 +1 @@
{"gtceu:pyrolyse_oven":{"order":131}}
{"gtceu:pyrolyse_oven":{"order":134}}

View file

@ -1 +1 @@
{"gtceu:research_station":{"order":132}}
{"gtceu:research_station":{"order":135}}

View file

@ -1 +1 @@
{"gtceu:steam_bloomery":{"order":133}}
{"gtceu:steam_bloomery":{"order":136}}

View file

@ -1 +1 @@
{"gtceu:vacuum_freezer":{"order":134}}
{"gtceu:vacuum_freezer":{"order":137}}

View file

@ -1 +1 @@
{"gtceu:wire_coating":{"order":135}}
{"gtceu:wire_coating":{"order":138}}

View file

@ -1 +1 @@
{"minecraft:smithing":{"order":151}}
{"minecraft:smithing":{"order":154}}

View file

@ -1 +1 @@
{"minecraft:stonecutting":{"order":153}}
{"minecraft:stonecutting":{"order":156}}

View file

@ -1 +1 @@
{"tacz:attachment_query":{"order":162}}
{"tacz:attachment_query":{"order":165}}

View file

@ -1 +1 @@
{"taczammoquery:ammo_query":{"order":163}}
{"taczammoquery:ammo_query":{"order":166}}

View file

@ -18,5 +18,5 @@
"block.firmalife.treated_wood_greenhouse_door": "Двері теплиці з обробленої воском деревини",
"block.firmalife.treated_wood": "Оброблена воском деревина",
"greenhouse.firmalife.treated_wood": "Оброблена воском деревина",
"item.firmalife.treated_lumber": "Оброблена Воском Деревина"
"item.firmalife.treated_lumber": "Оброблені воском пиломатеріали"
}

View file

@ -13,6 +13,9 @@
"block.gtceu.heat_exchanger": "Heat Exchanger",
"block.gtceu.fission_reactor": "Fission Reactor",
"block.gtceu.evaporation_tower": "Evaporation Tower",
"block.gtceu.ostrum_harvester": "Ostrum Harvester",
"block.gtceu.moon_dust_harvester": "Moon Dust Harvester",
"block.gtceu.extraterrestrial_ore_fabricator": "Extraterrestrial Ore Fabricator",
"block.gtceu.copper_crate": "Copper Crate",
"block.gtceu.copper_drum": "Copper Drum",
"block.gtceu.black_bronze_crate": "Black Bronze Crate",
@ -35,6 +38,9 @@
"gtceu.heat_exchanger": "Heat Exchanger",
"gtceu.fission_reactor": "Fission Reactor",
"gtceu.evaporation_tower": "Evaporation Tower",
"gtceu.ostrum_harvester": "Ostrum Harvester",
"gtceu.moon_dust_harvester": "Moon Dust Harvester",
"gtceu.extraterrestrial_ore_fabricator": "Extraterrestrial Ore Fabricator",
"item.gtceu.tiny_wood_dust": "Tiny Pile of Softwood Pulp",
"item.gtceu.small_wood_dust": "Small Pile of Softwood Pulp",
"item.gtceu.wood_dust": "Softwood Pulp",
@ -84,9 +90,7 @@
"item.gtceu.osmium_credit": "§732,768 Credits",
"item.gtceu.naquadah_credit": "§7262,144 Credits",
"item.gtceu.neutronium_credit": "§72,097,152 Credits",
"item.gtceu.treated_wood_plate": "Treated Medium Density Fiberboard",
"item.gtceu.wood_plate": "Medium Density Fiberboard",
"item.gtceu.treated_wood_dust": "Treated Chipboard Composite",
"material.gtceu.ice": "Ice Slush",
"material.gtceu.damascus_steel": "Swine-steel",
"material.gtceu.cooperite": "Cooperite",
@ -138,6 +142,11 @@
"material.gtceu.plutonium_pellet": "Plutonium Pellet",
"material.gtceu.uranium_pellet": "Uranium Pellet",
"material.gtceu.thorium_pellet": "Thorium Pellet",
"material.gtceu.residual_radioactive_concoction": "Residual Radioactive Concoction",
"material.gtceu.regolith_vapor": "Regolith Vapor",
"material.gtceu.dense_ostrum_vapor": "Dense Ostrum Vapor",
"material.gtceu.lightweight_ostrum_vapor": "Lightweight Ostrum Vapor",
"material.gtceu.ostrum_vapor": "Ostrum Vapor",
"metaitem.dust.tooltip.purify": "Drop in Water to get Clean Dust",
"metaitem.crushed.tooltip.purify": "Drop in Water to get Purified Ore",
"item.gtceu.tool.behavior.silk_ice": "Silk harvests Packed Ice",
@ -167,6 +176,7 @@
"tagprefix.double_ingot": "%s Double Ingot",
"tagprefix.poor_raw": "Poor Raw %s",
"tagprefix.rich_raw": "Rich Raw %s",
"tagprefix.dusty_raw": "Dusty Raw %s",
"tagprefix.gabbro": "Gabbro %s Ore",
"tagprefix.shale": "Shale %s Ore",
"tagprefix.claystone": "Claystone %s Ore",

View file

@ -87,6 +87,8 @@
"item.gtceu.treated_wood_plate": "Оброблена ДВП середньої щільності",
"item.gtceu.wood_plate": "ДВП середньої щільності",
"item.gtceu.treated_wood_dust": "Оброблений композит на основі ДСП",
"item.gtceu.small_treated_wood_dust": "Невелика купа обробленого деревостружкового композиту",
"item.gtceu.tiny_treated_wood_dust": "Маленька купа обробленого деревостружкового композиту",
"material.gtceu.ice": "Крижана каша",
"material.gtceu.damascus_steel": "Свиняча сталь",
"material.gtceu.cooperite": "Куперит",
@ -95,6 +97,7 @@
"material.gtceu.ostrum": "Острум",
"material.gtceu.calorite": "Калорит",
"material.gtceu.etrium": "Етріум",
"material.gtceu.aluminium_silicate": "Алюмосилікат",
"material.gtceu.rocket_alloy_t1": "Алюміносталевий ракетний сплав R-класу",
"material.gtceu.rocket_alloy_t3": "Ракетний сплав вольфрамової сталі 45-Ti",
"material.gtceu.vitrified_asbestos": "Вітрифікований азбест",
@ -154,14 +157,14 @@
"tagprefix.pickaxe_head": "%s Лезо кайла",
"tagprefix.shovel_head": "%s Лезо лопати",
"tagprefix.axe_head": "%s Лезо сокири",
"tagprefix.hoe_head": "%s Лезо мотики",
"tagprefix.hoe_head": "%s Оголів'я мотики",
"tagprefix.scythe_head": "%s Лезо коси",
"tagprefix.file_head": "%s Лезо напилка",
"tagprefix.file_head": "%s Оголів'я напилка",
"tagprefix.hammer_head": "%s Оголів'я молота",
"tagprefix.saw_head": "%s Лезо пили",
"tagprefix.knife_head": "%s Лезо ножа",
"tagprefix.butchery_knife_head": "%s Лезо тесака",
"tagprefix.mining_hammer_head": "%s Лезо скельного молота",
"tagprefix.mining_hammer_head": "%s Оголів'я скельного молота",
"tagprefix.spade_head": "%s Лезо лопати",
"tagprefix.double_ingot": "%s Подвійний злиток",
"tagprefix.poor_raw": "Бідна(е, ий) сира(е, ий) %s",

View file

@ -0,0 +1,8 @@
{
"parent": "item/generated",
"textures": {
"layer0": "gtceu:item/material_sets/dull/dusty_raw_ore",
"layer1": "gtceu:item/material_sets/dull/dusty_raw_ore_secondary",
"layer2": "gtceu:item/material_sets/dull/dusty_raw_ore_overlay"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View file

@ -0,0 +1,87 @@
{
"animation": {
"frametime": 2,
"frames": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
39,
38,
37,
36,
35,
34,
33,
32,
31,
30,
29,
28,
27,
26,
25,
24,
23,
22,
21,
20,
19,
18,
17,
16,
15,
14,
13,
12,
11,
10,
9,
8,
7,
6,
5,
4,
3,
2,
1
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -0,0 +1,87 @@
{
"animation": {
"frametime": 2,
"frames": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
39,
38,
37,
36,
35,
34,
33,
32,
31,
30,
29,
28,
27,
26,
25,
24,
23,
22,
21,
20,
19,
18,
17,
16,
15,
14,
13,
12,
11,
10,
9,
8,
7,
6,
5,
4,
3,
2,
1
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -0,0 +1,87 @@
{
"animation": {
"frametime": 2,
"frames": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
39,
38,
37,
36,
35,
34,
33,
32,
31,
30,
29,
28,
27,
26,
25,
24,
23,
22,
21,
20,
19,
18,
17,
16,
15,
14,
13,
12,
11,
10,
9,
8,
7,
6,
5,
4,
3,
2,
1
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1,5 @@
{
"animation": {
"frametime": 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1,67 @@
{
"animation": {
"frametime": 2,
"frames": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
29,
28,
27,
26,
25,
24,
23,
22,
21,
20,
19,
18,
17,
16,
15,
14,
13,
12,
11,
10,
9,
8,
7,
6,
5,
4,
3,
2,
1
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

View file

@ -0,0 +1,67 @@
{
"animation": {
"frametime": 2,
"frames": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
29,
28,
27,
26,
25,
24,
23,
22,
21,
20,
19,
18,
17,
16,
15,
14,
13,
12,
11,
10,
9,
8,
7,
6,
5,
4,
3,
2,
1
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

View file

@ -45,7 +45,20 @@
"block.minecraft.pearlescent_froglight": "Перламутровий Світлобутон",
"block.minecraft.verdant_froglight": "Зеленіючий Світлобутон",
"block.minecraft.ochre_froglight": "Охристий Світлобутон",
"minecraft:nether_wart_block": "Блок багрового наросту",
"block.minecraft.nether_wart_block": "Блок багрового бородавника",
"block.minecraft.weeping_vines_plant": "Багряна виноградна лоза",
"block.minecraft.weeping_vines": "Багряні лози",
"block.minecraft.red_sand": "Гематитний пісок",
"block.minecraft.red_sandstone": "Гематитний пісковик",
"block.minecraft.red_sandstone_stairs": "Гематитні пісковикові сходи",
"block.minecraft.red_sandstone_slab": "Гематитна пісковикова плита",
"block.minecraft.red_sandstone_wall": "Гематитна пісковикова стіна",
"block.minecraft.chiseled_red_sandstone": "Різьблений гематитний пісковик",
"block.minecraft.smooth_red_sandstone": "Гладкий гематитний пісковик",
"block.minecraft.smooth_red_sandstone_stairs": "Гладкі гематитні пісковикові сходи",
"block.minecraft.smooth_red_sandstone_slab": "Гладка гематитна пісковикова плита",
"block.minecraft.cut_red_sandstone": "Різаний гематитний пісковик",
"block.minecraft.cut_red_sandstone_slab": "Різана гематитна пісковикова плита",
"item.minecraft.iron_nugget": "Самородок чавуну",
"item.minecraft.iron_ingot": "Чавунний злиток",
"item.minecraft.iron_block": "Чавунний блок",

View file

@ -1,67 +1,70 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"block.tfc.fluid.salt_water": "Sea Water",
"block.tfc.cauldron.salt_water": "Sea Water Cauldron",
"fluid.tfc.salt_water": "Sea Water",
"item.tfc.bucket.salt_water": "Sea Water Bucket",
"item.tfc.powder.saltpeter": "Saltpeter Powder",
"item.tfc.powder.sulfur": "Sulfur Powder",
"tfc.jei.raw_hide_knapping": "Raw Hide Knapping",
"metal.tfg.redstone": "Redstone",
"metal.tfg.red_alloy": "Red Alloy",
"metal.tfg.tin_alloy": "Tin Alloy",
"metal.tfg.lead": "Lead",
"metal.tfg.invar": "Invar",
"metal.tfg.potin": "Potin",
"metal.tfg.cobalt": "Cobalt",
"metal.tfg.cobalt_brass": "Cobalt Brass",
"metal.tfg.aluminium_silicate": "Aluminium Silicate",
"trim_material.tfc.almandine_tfc": "Almandine",
"trim_material.tfc.andradite_tfc": "Andradite",
"trim_material.tfc.blue_topaz_tfc": "Blue Topaz",
"trim_material.tfc.cinnabar_tfc": "Cinnabar",
"trim_material.tfc.coal_tfc": "Coal",
"trim_material.tfc.diamond_tfc": "Diamond",
"trim_material.tfc.emerald_tfc": "Emerald",
"trim_material.tfc.green_sapphire_tfc": "Green Sapphire",
"trim_material.tfc.grossular_tfc": "Grossular",
"trim_material.tfc.rutile_tfc": "Rutile",
"trim_material.tfc.lazurite_tfc": "Lazurite",
"trim_material.tfc.pyrope_tfc": "Pyrope",
"trim_material.tfc.rock_salt_tfc": "Rock Salt",
"trim_material.tfc.ruby_tfc": "Ruby",
"trim_material.tfc.salt_tfc": "salt",
"trim_material.tfc.sapphire_tfc": "Sapphire",
"trim_material.tfc.sodalite_tfc": "Sodalite",
"trim_material.tfc.coke_tfc": "Coke",
"trim_material.tfc.spessartine_tfc": "Spessartine",
"trim_material.tfc.topaz_tfc": "Topaz",
"trim_material.tfc.uvarovite_tfc": "Uvarovite",
"trim_material.tfc.nether_quartz_tfc": "Nether Quartz",
"trim_material.tfc.certus_quartz_tfc": "Certus Quartz",
"trim_material.tfc.quartzite_tfc": "Quartzite",
"trim_material.tfc.realgar_tfc": "Realgar",
"trim_material.tfc.malachite_tfc": "Malachite",
"trim_material.tfc.glass_tfc": "Glass",
"trim_material.tfc.olivine_tfc": "Olivine",
"trim_material.tfc.opal_tfc": "Opal",
"trim_material.tfc.amethyst_tfc": "Amethyst",
"trim_material.tfc.lapis_tfc": "Lapis",
"trim_material.tfc.apatite_tfc": "Apatite",
"trim_material.tfc.red_garnet_tfc": "Red Garnet",
"trim_material.tfc.yellow_garnet_tfc": "Yellow Garnet",
"trim_material.tfc.monazite_tfc": "Monazite",
"trim_material.tfc.rose_quartz_tfc": "Rose Quartz",
"trim_material.tfc.fluix_tfc": "Fluix",
"trim_material.tfc.silver_tfc": "Silver",
"trim_material.tfc.sterling_silver_tfc": "Sterling Silver",
"trim_material.tfc.gold_tfc": "Gold",
"trim_material.tfc.rose_gold_tfc": "Rose Gold",
"trim_material.tfc.nickel_tfc": "Nickel",
"trim_material.tfc.platinum_tfc": "Platinum",
"trim_material.tfc.titanium_tfc": "Titanium",
"trim_material.tfc.bismuth_tfc": "Bismuth",
"trim_material.tfc.neutronium_tfc": "Neutronium",
"trim_material.tfc.pyrite_tfc": "Pyrite",
"trim_material.tfc.redx_tfc": "RedX"
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"block.tfc.fluid.salt_water": "Sea Water",
"block.tfc.cauldron.salt_water": "Sea Water Cauldron",
"fluid.tfc.salt_water": "Sea Water",
"block.fluid.tfc.salt_water": "Sea Water",
"fluid.tfc.river_water": "River Water",
"block.fluid.tfc.river_water": "River Water",
"item.tfc.bucket.salt_water": "Sea Water Bucket",
"item.tfc.powder.saltpeter": "Saltpeter Powder",
"item.tfc.powder.sulfur": "Sulfur Powder",
"tfc.jei.raw_hide_knapping": "Raw Hide Knapping",
"metal.tfg.redstone": "Redstone",
"metal.tfg.red_alloy": "Red Alloy",
"metal.tfg.tin_alloy": "Tin Alloy",
"metal.tfg.lead": "Lead",
"metal.tfg.invar": "Invar",
"metal.tfg.potin": "Potin",
"metal.tfg.cobalt": "Cobalt",
"metal.tfg.cobalt_brass": "Cobalt Brass",
"metal.tfg.aluminium_silicate": "Aluminium Silicate",
"trim_material.tfc.almandine_tfc": "Almandine",
"trim_material.tfc.andradite_tfc": "Andradite",
"trim_material.tfc.blue_topaz_tfc": "Blue Topaz",
"trim_material.tfc.cinnabar_tfc": "Cinnabar",
"trim_material.tfc.coal_tfc": "Coal",
"trim_material.tfc.diamond_tfc": "Diamond",
"trim_material.tfc.emerald_tfc": "Emerald",
"trim_material.tfc.green_sapphire_tfc": "Green Sapphire",
"trim_material.tfc.grossular_tfc": "Grossular",
"trim_material.tfc.rutile_tfc": "Rutile",
"trim_material.tfc.lazurite_tfc": "Lazurite",
"trim_material.tfc.pyrope_tfc": "Pyrope",
"trim_material.tfc.rock_salt_tfc": "Rock Salt",
"trim_material.tfc.ruby_tfc": "Ruby",
"trim_material.tfc.salt_tfc": "salt",
"trim_material.tfc.sapphire_tfc": "Sapphire",
"trim_material.tfc.sodalite_tfc": "Sodalite",
"trim_material.tfc.coke_tfc": "Coke",
"trim_material.tfc.spessartine_tfc": "Spessartine",
"trim_material.tfc.topaz_tfc": "Topaz",
"trim_material.tfc.uvarovite_tfc": "Uvarovite",
"trim_material.tfc.nether_quartz_tfc": "Nether Quartz",
"trim_material.tfc.certus_quartz_tfc": "Certus Quartz",
"trim_material.tfc.quartzite_tfc": "Quartzite",
"trim_material.tfc.realgar_tfc": "Realgar",
"trim_material.tfc.malachite_tfc": "Malachite",
"trim_material.tfc.glass_tfc": "Glass",
"trim_material.tfc.olivine_tfc": "Olivine",
"trim_material.tfc.opal_tfc": "Opal",
"trim_material.tfc.amethyst_tfc": "Amethyst",
"trim_material.tfc.lapis_tfc": "Lapis",
"trim_material.tfc.apatite_tfc": "Apatite",
"trim_material.tfc.red_garnet_tfc": "Red Garnet",
"trim_material.tfc.yellow_garnet_tfc": "Yellow Garnet",
"trim_material.tfc.monazite_tfc": "Monazite",
"trim_material.tfc.rose_quartz_tfc": "Rose Quartz",
"trim_material.tfc.fluix_tfc": "Fluix",
"trim_material.tfc.silver_tfc": "Silver",
"trim_material.tfc.sterling_silver_tfc": "Sterling Silver",
"trim_material.tfc.gold_tfc": "Gold",
"trim_material.tfc.rose_gold_tfc": "Rose Gold",
"trim_material.tfc.nickel_tfc": "Nickel",
"trim_material.tfc.platinum_tfc": "Platinum",
"trim_material.tfc.titanium_tfc": "Titanium",
"trim_material.tfc.bismuth_tfc": "Bismuth",
"trim_material.tfc.neutronium_tfc": "Neutronium",
"trim_material.tfc.pyrite_tfc": "Pyrite",
"trim_material.tfc.redx_tfc": "RedX"
}

View file

@ -3,6 +3,9 @@
"block.tfc.fluid.salt_water": "Морська Вода",
"block.tfc.cauldron.salt_water": "Котел з морською водою",
"fluid.tfc.salt_water": "Морська Вода",
"block.fluid.tfc.salt_water": "Морська Вода",
"fluid.tfc.river_water": "Річкова вода",
"block.fluid.tfc.river_water": "Річкова вода",
"item.tfc.bucket.salt_water": "Відро морської води",
"item.tfc.powder.saltpeter": "Порошок Селітри",
"item.tfc.powder.sulfur": "Сірчаний Порошок",
@ -12,6 +15,10 @@
"metal.tfg.tin_alloy": "Олов'яний сплав",
"metal.tfg.lead": "Свинець",
"metal.tfg.invar": "Інвар",
"metal.tfg.potin": "Потин",
"metal.tfg.cobalt": "Кобальт",
"metal.tfg.cobalt_brass": "Кобальтова латунь",
"metal.tfg.aluminium_silicate": "Алюмосилікат",
"trim_material.tfc.almandine_tfc": "Альмандин",
"trim_material.tfc.andradite_tfc": "Андрадіт",
"trim_material.tfc.blue_topaz_tfc": "Синій Топаз",
@ -22,7 +29,7 @@
"trim_material.tfc.green_sapphire_tfc": "Зелений Сапфір",
"trim_material.tfc.grossular_tfc": "Гроссуляр",
"trim_material.tfc.rutile_tfc": "Рутил",
"trim_material.tfc.lazurite_tfc": "Лазурите",
"trim_material.tfc.lazurite_tfc": "Лазурит",
"trim_material.tfc.pyrope_tfc": "Піроп",
"trim_material.tfc.rock_salt_tfc": "Кам'яна Сіль",
"trim_material.tfc.ruby_tfc": "Рубін",
@ -33,7 +40,7 @@
"trim_material.tfc.spessartine_tfc": "Спесартин",
"trim_material.tfc.topaz_tfc": "Топаз",
"trim_material.tfc.uvarovite_tfc": "Уваровіт",
"trim_material.tfc.nether_quartz_tfc": "Кварц Нижнього Світу",
"trim_material.tfc.nether_quartz_tfc": "Незерський кварц",
"trim_material.tfc.certus_quartz_tfc": "Істинний кварц",
"trim_material.tfc.quartzite_tfc": "Кварцит",
"trim_material.tfc.realgar_tfc": "Реальгар",
@ -42,7 +49,7 @@
"trim_material.tfc.olivine_tfc": "Олівін",
"trim_material.tfc.opal_tfc": "Опал",
"trim_material.tfc.amethyst_tfc": "Аметист",
"trim_material.tfc.lapis_tfc": "Лазурит",
"trim_material.tfc.lapis_tfc": "Лапіс",
"trim_material.tfc.apatite_tfc": "Апатит",
"trim_material.tfc.red_garnet_tfc": "Червоний Гранат",
"trim_material.tfc.yellow_garnet_tfc": "Жовтий Гранат",

View file

@ -14,17 +14,17 @@
},
{
"Type": "patchouli:text",
"text": "$(li)Almandine: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/l)$()$(li)Alunite: $(l:tfg_ores/earth_vein_index#normal_saltpeter)15%$(/l)$()$(li)Amethyst: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)65%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)25%$(/l)$()$(li)Apatite: $(l:tfg_ores/earth_vein_index#normal_apatite)50%$(/l)$()$(li)Asbestos: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_quartz)18%$(/l)$()$(li)Barite: $(l:tfg_ores/earth_vein_index#normal_quartz)37%$(/l)$()$(li)Basaltic Mineral Sands: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/earth_vein_index#normal_monazite)62%$(/l)$()$(li)Bauxite: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Bentonite: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)Beryllium: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)Bismuth: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)Borax: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()",
"text": "$(li)Almandine: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/l)$()$(li)Alunite: $(l:tfg_ores/earth_vein_index#normal_saltpeter)15%$(/l)$()$(li)Amethyst: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)65%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)25%$(/l)$()$(li)Apatite: $(l:tfg_ores/earth_vein_index#normal_apatite)50%$(/l)$()$(li)Asbestos: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_quartz)18%$(/l)$()$(li)Barite: $(l:tfg_ores/earth_vein_index#normal_quartz)37%$(/l)$()$(li)Basaltic Mineral Sands: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/earth_vein_index#normal_monazite)62%$(/l)$()$(li)Bauxite: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Bentonite: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)Beryllium: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)Bismuth: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)Borax: $(l:tfg_ores/earth_vein_index#normal_gypsum)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Bornite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Calcite: $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Cassiterite: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Cassiterite Sand: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Chalcopyrite: $(l:tfg_ores/earth_vein_index#surface_copper)61%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)20%$(/l)$()$(li)Chromite: $(l:tfg_ores/earth_vein_index#deep_magnetite)33%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)4%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Coal: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Cobalt: $(l:tfg_ores/earth_vein_index#normal_garnierite)15%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()$(li)Cooperite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)38%$(/l)$()$(li)Diamond: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()$(li)Diatomite: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()",
"text": "$(li)Bornite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Calcite: $(l:tfg_ores/earth_vein_index#normal_gypsum)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Cassiterite: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Cassiterite Sand: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Chalcopyrite: $(l:tfg_ores/earth_vein_index#surface_copper)61%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)20%$(/l)$()$(li)Chromite: $(l:tfg_ores/earth_vein_index#deep_magnetite)33%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)4%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Coal: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Cobalt: $(l:tfg_ores/earth_vein_index#normal_garnierite)15%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()$(li)Cooperite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)38%$(/l)$()$(li)Diamond: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()$(li)Diatomite: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Electrotine: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l)$()$(li)Emerald: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)Fuller's Earth: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Galena: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Garnet Sand: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Garnierite: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Goethite: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)Granitic Mineral Sand: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Gypsum: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)Hematite: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()",
"text": "$(li)Electrotine: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l)$()$(li)Emerald: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)Fuller's Earth: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_gypsum)15%$(/l)$()$(li)Galena: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Garnet Sand: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Garnierite: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Goethite: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)Granitic Mineral Sand: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Gypsum: $(l:tfg_ores/earth_vein_index#normal_gypsum)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)Hematite: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()",
"type": "patchouli:text"
},
{

View file

@ -19,17 +19,17 @@
},
{
"Type": "patchouli:text",
"text": "$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Garnet & Cassiterite Sands$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Garnierite & Cobaltite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Goethite & Malachite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Gold (Deep)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)Gold, Limonite, & Hematite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)Hematite & Limonite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)Hematite, Goethite, & Ruby$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)Lapis, Lazurite, & Sodalite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Limonite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)Magnetite & Vanadium$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)Manganese & Tantalum$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)Mineral Sands$()$()",
"text": "$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Garnet & Cassiterite Sands$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Garnierite & Cobaltite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Goethite & Malachite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Gold (Deep)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)Gold, Limonite, & Hematite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gypsum)Gypsum & Calcite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)Hematite & Limonite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)Hematite, Goethite, & Ruby$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)Lapis, Lazurite, & Sodalite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Limonite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)Magnetite & Vanadium$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)Manganese & Tantalum$()$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)$(l:tfg_ores/earth_vein_index#normal_oilsands)Oilsands$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Opal & Garnet$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)Quartzes$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)Salts & Borax$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)Soapstone, Talc, & Trona$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)Sphalerite & Sulfur$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)Spodumene & Lepidolite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Sulfur & Pyrite$()$()",
"text": "$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)Mineral Sands$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_oilsands)Oilsands$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Opal & Garnet$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)Quartzes$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)Salts & Borax$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)Soapstone, Talc, & Trona$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)Sphalerite & Sulfur$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)Spodumene & Lepidolite$()$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)Tetrahedrite (Normal)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)Tetrahedrite (Surface)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Uraninite & Pitchblende$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Wulfenite & Molybdenite$()$()",
"text": "$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Sulfur & Pyrite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)Tetrahedrite (Normal)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)Tetrahedrite (Surface)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Uraninite & Pitchblende$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Wulfenite & Molybdenite$()$()",
"type": "patchouli:text"
},
{
@ -1587,6 +1587,98 @@
"text": "$(thing)Percentage$(): 25%$(br)$(thing)Used for$(): Macerators, AE2$(br)$(thing)Formula$(): C",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 40$(br)$(thing)Height$(): 9$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Dolomite, Limestone, Shale",
"title": "Gypsum & Calcite",
"type": "patchouli:text",
"anchor": "normal_gypsum"
},
{
"Type": "patchouli:multiblock",
"name": "Gypsum",
"multiblock": {
"mapping": {
"0": "#forge:ores/gypsum"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 35%$(br)$(thing)Used for$(): Alabaster (dyeable) bricks$(br)$(thing)Formula$(): CaS(H₂O)₂O₄",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Calcite",
"multiblock": {
"mapping": {
"0": "#forge:ores/calcite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Calcium$(br)$(thing)Formula$(): CaCO₃",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Borax",
"multiblock": {
"mapping": {
"0": "#forge:ores/borax"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Sodium, Boron$(br)$(thing)Formula$(): Na₂B₄(H₂O)₁₀O₇",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Fuller's Earth",
"multiblock": {
"mapping": {
"0": "#forge:ores/fullers_earth"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgSi₄H(H₂O)₄O₁₁",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:empty",
"draw_filler": true,
"type": "patchouli:empty"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite",

View file

@ -0,0 +1,22 @@
{
"__credits__": "This page was automatically generated by OresToFieldGuide.",
"name": "Mars Ore Index",
"icon": "tfc:ore/normal_hematite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"secret": false,
"pages": [
{
"Type": "patchouli:text",
"text": "This is the $(thing)Ore Index$() for $(thing)Mars$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.",
"title": "Mars Ore Index",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Hematite: $(l:tfg_ores/mars_vein_index#mars_hematite)100%$(/l)$()",
"type": "patchouli:text"
}
],
"sortnum": 6
}

View file

@ -0,0 +1,49 @@
{
"__credits__": "This page was automatically generated by OresToFieldGuide.",
"name": "Mars Vein Index",
"icon": "gtceu:mars_stone_hematite_ore",
"category": "tfc:tfg_ores",
"read_by_default": true,
"secret": false,
"pages": [
{
"Type": "patchouli:text",
"text": "This is the $(thing)Vein Index$() for $(item)Mars$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns in, and more.",
"title": "Mars Vein Index",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)$(l:tfg_ores/mars_vein_index#mars_hematite)(Placeholder Vein)$()$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -16 — 100$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Argillite, Basalt, Chalk, Chert, Claystone, Conglomerate, Dacite, Diorite, Dolomite, Gabbro, Granite, Limestone, Red Granite, Shale, Trachyte",
"title": "(Placeholder Vein)",
"type": "patchouli:text",
"anchor": "mars_hematite"
},
{
"Type": "patchouli:multiblock",
"name": "Hematite",
"multiblock": {
"mapping": {
"0": "#forge:ores/hematite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 100%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃",
"type": "patchouli:multiblock"
}
],
"sortnum": 7
}

View file

@ -14,27 +14,32 @@
},
{
"Type": "patchouli:text",
"text": "$(li)Almandine: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)Aluminium: $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l)$()$(li)Apatite: $(l:tfg_ores/moon_vein_index#moon_apatite)23%$(/l)$()$(li)Armalcolite: $(l:tfg_ores/moon_vein_index#moon_bauxite)21%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Barite: $(l:tfg_ores/moon_vein_index#moon_quartz)5%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/moon_vein_index#moon_monazite)61%$(/l)$()$(li)Bauxite: $(l:tfg_ores/moon_vein_index#moon_bauxite)36%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)Beryllium: $(l:tfg_ores/moon_vein_index#moon_beryllium)31%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/moon_vein_index#moon_topaz)35%$(/l)$()$(li)Bornite: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)15%$(/l)$()$(li)Certus Quartz: $(l:tfg_ores/moon_vein_index#moon_quartz)45%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Chromite: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/moon_vein_index#moon_redstone)19%$(/l)$()",
"text": "$(li)Almandine: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)Aluminium: $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)14%$(/l)$()$(li)Alunite: $(l:tfg_ores/moon_vein_index#moon_gypsum)15%$(/l)$()$(li)Amethyst: $(l:tfg_ores/moon_vein_index#moon_garnet)38%$(/l)$()$(li)Apatite: $(l:tfg_ores/moon_vein_index#moon_apatite)23%$(/l)$()$(li)Armalcolite: $(l:tfg_ores/moon_vein_index#moon_bauxite)21%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Barite: $(l:tfg_ores/moon_vein_index#moon_quartz)5%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/moon_vein_index#moon_monazite)61%$(/l)$()$(li)Bauxite: $(l:tfg_ores/moon_vein_index#moon_bauxite)36%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)20%$(/l)$()$(li)Beryllium: $(l:tfg_ores/moon_vein_index#moon_beryllium)31%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/moon_vein_index#moon_topaz)35%$(/l)$()$(li)Borax: $(l:tfg_ores/moon_vein_index#moon_gypsum)20%$(/l)$()$(li)Bornite: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)15%$(/l)$()$(li)Calcite: $(l:tfg_ores/moon_vein_index#moon_gypsum)25%$(/l)$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Cobalt: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)14%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Cooperite: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_sphalerite)15%$(/l)$()$(li)Diamond: $(l:tfg_ores/moon_vein_index#moon_graphite)36%$(/l)$()$(li)Electrotine: $(l:tfg_ores/moon_vein_index#moon_saltpeter)37%$(/l)$()$(li)Emerald: $(l:tfg_ores/moon_vein_index#moon_beryllium)45%$(/l)$()$(li)Galena: $(l:tfg_ores/moon_vein_index#moon_silver)28%$(/l)$()$(li)Garnierite: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/moon_vein_index#moon_lubricant)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/moon_vein_index#moon_graphite)52%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/moon_vein_index#moon_manganese)37%$(/l)$()$(li)Ilmenite: $(l:tfg_ores/moon_vein_index#moon_bauxite)42%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l)$()",
"text": "$(li)Cassiterite: $(l:tfg_ores/moon_vein_index#moon_cassiterite)41%$(/l)$()$(li)Certus Quartz: $(l:tfg_ores/moon_vein_index#moon_quartz)45%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Chalcopyrite: $(l:tfg_ores/moon_vein_index#moon_cassiterite)35%$(/l)$()$(li)Chromite: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/moon_vein_index#moon_redstone)19%$(/l)$()$(li)Cobalt: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)14%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Cooperite: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_sphalerite)15%$(/l)$()$(li)Diamond: $(l:tfg_ores/moon_vein_index#moon_graphite)36%$(/l)$()$(li)Electrotine: $(l:tfg_ores/moon_vein_index#moon_saltpeter)37%$(/l)$()$(li)Emerald: $(l:tfg_ores/moon_vein_index#moon_beryllium)45%$(/l)$()$(li)Galena: $(l:tfg_ores/moon_vein_index#moon_silver)28%$(/l)$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Kyanite: $(l:tfg_ores/moon_vein_index#moon_mica)33%$(/l)$()$(li)Lead: $(l:tfg_ores/moon_vein_index#moon_silver)23%$(/l)$()$(li)Lithium: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)Magnetite: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l)$()$(li)Mica: $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)33%$(/l)$()$(li)Monazite: $(l:tfg_ores/moon_vein_index#moon_monazite)30%$(/l)$()$(li)Native Gold: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Native Silver: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)Neodymium: $(l:tfg_ores/moon_vein_index#moon_monazite)6%$(/l)$()$(li)Nether Quartz: $(l:tfg_ores/moon_vein_index#moon_quartz)30%$(/l)$()$(li)Nickel: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Olivine: $(l:tfg_ores/moon_vein_index#moon_graphite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_apatite)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_beryllium)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_molybdenum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_redstone)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_silver)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_sapphire)2%$(/l), $(l:tfg_ores/moon_vein_index#moon_monazite)1%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_lubricant)15%$(/l)$()",
"text": "$(li)Garnierite: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/moon_vein_index#moon_lubricant)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/moon_vein_index#moon_graphite)52%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)5%$(/l)$()$(li)Grossular: $(l:tfg_ores/moon_vein_index#moon_manganese)37%$(/l)$()$(li)Gypsum: $(l:tfg_ores/moon_vein_index#moon_gypsum)35%$(/l)$()$(li)Ilmenite: $(l:tfg_ores/moon_vein_index#moon_bauxite)42%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l)$()$(li)Kyanite: $(l:tfg_ores/moon_vein_index#moon_mica)33%$(/l)$()$(li)Lead: $(l:tfg_ores/moon_vein_index#moon_silver)23%$(/l)$()$(li)Lithium: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)Magnetite: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)20%$(/l)$()$(li)Mica: $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)33%$(/l)$()$(li)Monazite: $(l:tfg_ores/moon_vein_index#moon_monazite)30%$(/l)$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Platinum: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)Pollucite: $(l:tfg_ores/moon_vein_index#moon_mica)14%$(/l)$()$(li)Powellite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)Pyrite: $(l:tfg_ores/moon_vein_index#moon_sphalerite)35%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Pyrope: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Quartzite: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)Redstone: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()$(li)Ruby: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/moon_vein_index#moon_saltpeter)29%$(/l)$()$(li)Sapphire: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)Scheelite: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()",
"text": "$(li)Native Copper: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)15%$(/l)$()$(li)Native Gold: $(l:tfg_ores/moon_vein_index#moon_gold)55%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Native Silver: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)Neodymium: $(l:tfg_ores/moon_vein_index#moon_monazite)6%$(/l)$()$(li)Nether Quartz: $(l:tfg_ores/moon_vein_index#moon_quartz)30%$(/l)$()$(li)Nickel: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Olivine: $(l:tfg_ores/moon_vein_index#moon_graphite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_apatite)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_beryllium)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_gypsum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_molybdenum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_redstone)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_silver)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_sapphire)2%$(/l), $(l:tfg_ores/moon_vein_index#moon_monazite)1%$(/l)$()$(li)Opal: $(l:tfg_ores/moon_vein_index#moon_garnet)38%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_lubricant)15%$(/l)$()$(li)Platinum: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)Powellite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)Pyrite: $(l:tfg_ores/moon_vein_index#moon_sphalerite)35%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Soapstone: $(l:tfg_ores/moon_vein_index#moon_lubricant)30%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()$(li)Spessartine: $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/moon_vein_index#moon_sphalerite)50%$(/l)$()$(li)Talc: $(l:tfg_ores/moon_vein_index#moon_lubricant)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()$(li)Tantalite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)12%$(/l)$()$(li)Thorium: $(l:tfg_ores/moon_vein_index#moon_beryllium)0%$(/l)$()$(li)Topaz: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/moon_vein_index#moon_apatite)33%$(/l)$()$(li)Trona: $(l:tfg_ores/moon_vein_index#moon_lubricant)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l)$()$(li)Vanadium Magnetite: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Wulfenite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)44%$(/l)$()",
"text": "$(li)Pyrope: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Quartzite: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)Red Garnet: $(l:tfg_ores/moon_vein_index#moon_garnet)9%$(/l)$()$(li)Redstone: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()$(li)Ruby: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/moon_vein_index#moon_saltpeter)29%$(/l)$()$(li)Sapphire: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)Scheelite: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()$(li)Soapstone: $(l:tfg_ores/moon_vein_index#moon_lubricant)30%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()$(li)Spessartine: $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/moon_vein_index#moon_sphalerite)50%$(/l)$()$(li)Stibnite: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)20%$(/l)$()$(li)Talc: $(l:tfg_ores/moon_vein_index#moon_lubricant)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Tantalite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)12%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)40%$(/l)$()$(li)Thorium: $(l:tfg_ores/moon_vein_index#moon_beryllium)0%$(/l)$()$(li)Tin: $(l:tfg_ores/moon_vein_index#moon_cassiterite)17%$(/l)$()$(li)Topaz: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/moon_vein_index#moon_apatite)33%$(/l)$()$(li)Trona: $(l:tfg_ores/moon_vein_index#moon_lubricant)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l)$()$(li)Vanadium Magnetite: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Wulfenite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)44%$(/l)$()$(li)Yellow Garnet: $(l:tfg_ores/moon_vein_index#moon_garnet)14%$(/l)$()$(li)Zeolite: $(l:tfg_ores/moon_vein_index#moon_cassiterite)5%$(/l)$()",
"type": "patchouli:text"
}
],

View file

@ -14,12 +14,12 @@
},
{
"Type": "patchouli:text",
"text": "$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)Apatite & Pyrochlore$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Bastnasite & Monazite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)Bauxite & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Certus Quartz$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)Chromite & Magnetite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)Cooperite & Bornite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_desh)Desh & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Emerald & Beryllium$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Garnierite & Cobaltite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_manganese)Manganese & Tantalum$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_pyrolusite)Pyrolusite and Cobalt$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)Redstone, Cinnabar, & Ruby$()$()",
"text": "$(li)$(l:tfg_ores/moon_vein_index#moon_garnet)Amethyst, Opal, & Garnet$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)Apatite & Pyrochlore$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Bastnasite & Monazite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)Bauxite & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_cassiterite)Cassiterite & Chalcopyrite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Certus Quartz$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)Chromite & Magnetite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)Cooperite & Bornite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_desh)Desh & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Emerald & Beryllium$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Garnierite & Cobaltite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_gold)Gold & Magnetite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_gypsum)Gypsum & Calcite$()$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_lubricant)Soapstone, Talc, & Trona$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Wulfenite & Molybdenite$()$()",
"text": "$(li)$(l:tfg_ores/moon_vein_index#moon_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_manganese)Manganese & Tantalum$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_pyrolusite)Pyrolusite and Cobalt$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_lubricant)Soapstone, Talc, & Trona$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_tetrahedrite)Tetrahedrite & Chalcocite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Wulfenite & Molybdenite$()$()",
"type": "patchouli:text"
},
{
@ -27,6 +27,98 @@
"draw_filler": true,
"type": "patchouli:empty"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 230$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 10 — 128$(br)$(thing)Size$(): 35$(br)$(thing)Height$(): 7$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Rhyolite",
"title": "Amethyst, Opal, & Garnet",
"type": "patchouli:text",
"anchor": "moon_garnet"
},
{
"Type": "patchouli:multiblock",
"name": "Amethyst",
"multiblock": {
"mapping": {
"0": "#forge:ores/amethyst"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Iron$(br)$(thing)Formula$(): (SiO₂)₄Fe",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Opal",
"multiblock": {
"mapping": {
"0": "#forge:ores/opal"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Silicon, Oxygen$(br)$(thing)Formula$(): (SiO₂)",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Yellow Garnet",
"multiblock": {
"mapping": {
"0": "#forge:ores/yellow_garnet"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 14%$(br)$(thing)Source of$(): Andradite, Grossular, Uvarovite",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Red Garnet",
"multiblock": {
"mapping": {
"0": "#forge:ores/red_garnet"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 9%$(br)$(thing)Source of$(): Pyrope, Almandine, Spessartine",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:empty",
"draw_filler": true,
"type": "patchouli:empty"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 100$(br)$(thing)Size$(): 35$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Diorite, Norite",
@ -278,6 +370,98 @@
"text": "$(thing)Percentage$(): 21%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Formula$(): (Mg,Fe)Ti₂O₅",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 10 — 128$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Granite, Norite",
"title": "Cassiterite & Chalcopyrite",
"type": "patchouli:text",
"anchor": "moon_cassiterite"
},
{
"Type": "patchouli:multiblock",
"name": "Cassiterite",
"multiblock": {
"mapping": {
"0": "#forge:ores/cassiterite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 41%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): SnO₂",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Chalcopyrite",
"multiblock": {
"mapping": {
"0": "#forge:ores/chalcopyrite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): CuFeS₂",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Tin",
"multiblock": {
"mapping": {
"0": "#forge:ores/tin"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 17%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): Sn",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Zeolite",
"multiblock": {
"mapping": {
"0": "#forge:ores/zeolite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Aluminium, Oxygen$(br)$(thing)Formula$(): NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:empty",
"draw_filler": true,
"type": "patchouli:empty"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 230$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 10 — 100$(br)$(thing)Size$(): 60$(br)$(thing)Indicator Max Depth$(): 80$(br2)$(thing)Stone Types$(): Andesite, Anorthosite, Basalt, Dacite, Diorite, Gabbro, Norite, Phonolite, Rhyolite",
@ -875,6 +1059,98 @@
"text": "$(thing)Percentage$(): 14%$(br)$(thing)Smelts into$(): Cobalt$(br)$(thing)Formula$(): Co",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 10 — 80$(br)$(thing)Size$(): 40$(br)$(thing)Height$(): 10$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Basalt, Diorite, Granite",
"title": "Gold & Magnetite",
"type": "patchouli:text",
"anchor": "moon_gold"
},
{
"Type": "patchouli:multiblock",
"name": "Native Gold",
"multiblock": {
"mapping": {
"0": "#forge:ores/gold"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 55%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Bauxite",
"multiblock": {
"mapping": {
"0": "#forge:ores/bauxite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Magnetite",
"multiblock": {
"mapping": {
"0": "#forge:ores/magnetite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₃O₄",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Green Sapphire",
"multiblock": {
"mapping": {
"0": "#forge:ores/green_sapphire"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:empty",
"draw_filler": true,
"type": "patchouli:empty"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 260$(br)$(thing)Density$(): 0.55$(br)$(thing)Type$(): Pipe Vein$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Height$(): 60$(br)$(thing)Radius$(): 12$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basalt, Basalt, Gabbro, Phonolite",
@ -942,6 +1218,113 @@
"text": "$(thing)Percentage$(): 10%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 10 — 100$(br)$(thing)Size$(): 40$(br)$(thing)Height$(): 9$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Anorthosite, Norite, Phonolite",
"title": "Gypsum & Calcite",
"type": "patchouli:text",
"anchor": "moon_gypsum"
},
{
"Type": "patchouli:multiblock",
"name": "Gypsum",
"multiblock": {
"mapping": {
"0": "#forge:ores/gypsum"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 35%$(br)$(thing)Used for$(): Alabaster (dyeable) bricks$(br)$(thing)Formula$(): CaS(H₂O)₂O₄",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Calcite",
"multiblock": {
"mapping": {
"0": "#forge:ores/calcite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Calcium$(br)$(thing)Formula$(): CaCO₃",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Borax",
"multiblock": {
"mapping": {
"0": "#forge:ores/borax"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Sodium, Boron$(br)$(thing)Formula$(): Na₂B₄(H₂O)₁₀O₇",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Alunite",
"multiblock": {
"mapping": {
"0": "#forge:ores/alunite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Potassium, Aluminium$(br)$(thing)Formula$(): KAl₃Si₂H₆O₁₄",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Olivine",
"multiblock": {
"mapping": {
"0": "#forge:ores/olivine"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Size$(): 35$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Diorite, Gabbro, Norite",
@ -1011,10 +1394,10 @@
},
{
"Type": "patchouli:multiblock",
"name": "Pollucite",
"name": "Aluminium",
"multiblock": {
"mapping": {
"0": "#forge:ores/pollucite"
"0": "#forge:ores/aluminium"
},
"pattern": [
[
@ -1026,7 +1409,7 @@
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 14%$(br)$(thing)Source of$(): Caesium, Aluminium$(br)$(thing)Formula$(): Cs₂Al₂Si₄(H₂O)₂O₁₂",
"text": "$(thing)Percentage$(): 14%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al",
"type": "patchouli:multiblock"
},
{
@ -1857,6 +2240,98 @@
"text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)Formula$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 190$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 50 — 128$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Andesite, Dacite, Phonolite, Rhyolite",
"title": "Tetrahedrite & Chalcocite",
"type": "patchouli:text",
"anchor": "moon_tetrahedrite"
},
{
"Type": "patchouli:multiblock",
"name": "Tetrahedrite",
"multiblock": {
"mapping": {
"0": "#forge:ores/tetrahedrite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 40%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₃SbS₃Fe",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Chalcocite",
"multiblock": {
"mapping": {
"0": "#forge:ores/chalcocite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Copper$(br)$(thing)Formula$(): Cu₂S",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Stibnite",
"multiblock": {
"mapping": {
"0": "#forge:ores/stibnite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 20%$(br)$(thing)Smelts into$(): Antimony$(br)$(thing)Formula$(): Sb₂S₃",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Native Copper",
"multiblock": {
"mapping": {
"0": "#forge:ores/copper"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:empty",
"draw_filler": true,
"type": "patchouli:empty"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Size$(): 64$(br)$(thing)Height$(): 25$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Anorthosite, Basalt, Dacite, Diorite, Gabbro, Norite, Phonolite, Rhyolite",

View file

@ -14,42 +14,42 @@
},
{
"Type": "patchouli:text",
"text": "$(li)Almandine: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/l)$()$(li)Alunite: $(l:tfg_ores/nether_vein_index#nether_saltpeter)15%$(/l)$()$(li)Amethyst: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Anthracite: $(l:tfg_ores/nether_vein_index#nether_anthracite)100%$(/l)$()$(li)Apatite: $(l:tfg_ores/nether_vein_index#nether_apatite)50%$(/l)$()$(li)Asbestos: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Barite: $(l:tfg_ores/nether_vein_index#nether_quartz)20%$(/l)$()$(li)Basaltic Mineral Sands: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)35%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/nether_vein_index#nether_monazite)50%$(/l)$()$(li)Bentonite: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)Beryllium: $(l:tfg_ores/nether_vein_index#nether_beryllium)33%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)Bornite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)41%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()$(li)Calcite: $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()",
"text": "$(li)Almandine: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/l)$()$(li)Alunite: $(l:tfg_ores/nether_vein_index#nether_saltpeter)15%$(/l)$()$(li)Amethyst: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Anthracite: $(l:tfg_ores/nether_vein_index#nether_anthracite)100%$(/l)$()$(li)Apatite: $(l:tfg_ores/nether_vein_index#nether_apatite)50%$(/l)$()$(li)Asbestos: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Barite: $(l:tfg_ores/nether_vein_index#nether_quartz)20%$(/l)$()$(li)Basaltic Mineral Sands: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)35%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/nether_vein_index#nether_monazite)50%$(/l)$()$(li)Bentonite: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)Beryllium: $(l:tfg_ores/nether_vein_index#nether_beryllium)33%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)Borax: $(l:tfg_ores/nether_vein_index#nether_gypsum)20%$(/l)$()$(li)Bornite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)41%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Cassiterite: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)Cassiterite Sand: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)35%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Chalcopyrite: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)Chromite: $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)Coal: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)Cobalt: $(l:tfg_ores/nether_vein_index#nether_garnierite)14%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l)$()$(li)Cooperite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)29%$(/l)$()$(li)Diamond: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)Diatomite: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()$(li)Electrotine: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()$(li)Emerald: $(l:tfg_ores/nether_vein_index#nether_beryllium)47%$(/l)$()",
"text": "$(li)Calcite: $(l:tfg_ores/nether_vein_index#nether_gypsum)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)Cassiterite: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)Cassiterite Sand: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)35%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Chalcopyrite: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)Chromite: $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)Coal: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)Cobalt: $(l:tfg_ores/nether_vein_index#nether_garnierite)14%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l)$()$(li)Cooperite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)29%$(/l)$()$(li)Diamond: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)Diatomite: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()$(li)Electrotine: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Fuller's Earth: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Galena: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Garnet Sand: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Garnierite: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/nether_vein_index#nether_lubricant)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_olivine)15%$(/l)$()$(li)Goethite: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Granitic Mineral Sand: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()$(li)Gypsum: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)Hematite: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)Kyanite: $(l:tfg_ores/nether_vein_index#nether_mica)46%$(/l)$()$(li)Lapis: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()",
"text": "$(li)Emerald: $(l:tfg_ores/nether_vein_index#nether_beryllium)47%$(/l)$()$(li)Fuller's Earth: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gypsum)15%$(/l)$()$(li)Galena: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Garnet Sand: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Garnierite: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/nether_vein_index#nether_lubricant)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_olivine)15%$(/l)$()$(li)Goethite: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Granitic Mineral Sand: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()$(li)Gypsum: $(l:tfg_ores/nether_vein_index#nether_gypsum)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)Hematite: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)Kyanite: $(l:tfg_ores/nether_vein_index#nether_mica)46%$(/l)$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Lazurite: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(li)Lead: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Lithium: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)Magnesite: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Magnetite: $(l:tfg_ores/nether_vein_index#nether_magnetite)20%$(/l)$()$(li)Malachite: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)Mica: $(l:tfg_ores/nether_vein_index#nether_mica)33%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)31%$(/l)$()$(li)Monazite: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Naquadah: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)Native Copper: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()$(li)Native Gold: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(li)Native Silver: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Neodymium: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()",
"text": "$(li)Lapis: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Lazurite: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(li)Lead: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Lithium: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)Magnesite: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Magnetite: $(l:tfg_ores/nether_vein_index#nether_magnetite)20%$(/l)$()$(li)Malachite: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)Mica: $(l:tfg_ores/nether_vein_index#nether_mica)33%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)31%$(/l)$()$(li)Monazite: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Naquadah: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)Native Copper: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()$(li)Native Gold: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(li)Native Silver: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Nether Quartz: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)Nickel: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l), $(l:tfg_ores/nether_vein_index#nether_sheldonite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Olivine: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Opal: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Platinum: $(l:tfg_ores/nether_vein_index#nether_sheldonite)5%$(/l)$()$(li)Plutonium: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Pollucite: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/l)$()$(li)Powellite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/l)$()$(li)Pyrite: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Pyrope: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()",
"text": "$(li)Neodymium: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Nether Quartz: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)Nickel: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l), $(l:tfg_ores/nether_vein_index#nether_sheldonite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Olivine: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Opal: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Platinum: $(l:tfg_ores/nether_vein_index#nether_sheldonite)5%$(/l)$()$(li)Plutonium: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Pollucite: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/l)$()$(li)Powellite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/l)$()$(li)Pyrite: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Quartzite: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)Red Garnet: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Redstone: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/l)$()$(li)Ruby: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)Sapphire: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)Scheelite: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)Soapstone: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)Sodalite: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Spessartine: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()$(li)Stibnite: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()$(li)Sulfur: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()",
"text": "$(li)Pyrope: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)Quartzite: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)Red Garnet: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Redstone: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/l)$()$(li)Ruby: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)Sapphire: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)Scheelite: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)Soapstone: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)Sodalite: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Spessartine: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()$(li)Stibnite: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Sylvite: $(l:tfg_ores/nether_vein_index#nether_sylvite)100%$(/l)$()$(li)Talc: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)Tantalite: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)Thorium: $(l:tfg_ores/nether_vein_index#nether_beryllium)0%$(/l)$()$(li)Tin: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)Topaz: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)Trona: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Uraninite: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Vanadium Magnetite: $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l)$()$(li)Wulfenite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)42%$(/l)$()$(li)Yellow Garnet: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()",
"text": "$(li)Sulfur: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()$(li)Sylvite: $(l:tfg_ores/nether_vein_index#nether_sylvite)100%$(/l)$()$(li)Talc: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)Tantalite: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)Thorium: $(l:tfg_ores/nether_vein_index#nether_beryllium)0%$(/l)$()$(li)Tin: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)Topaz: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)Trona: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Uraninite: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Vanadium Magnetite: $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l)$()$(li)Wulfenite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)42%$(/l)$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Yellow Limonite: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()",
"text": "$(li)Yellow Garnet: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()$(li)Yellow Limonite: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()",
"type": "patchouli:text"
}
],

View file

@ -19,12 +19,12 @@
},
{
"Type": "patchouli:text",
"text": "$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)Hematite & Limonite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)Lapis, Lazurite, & Sodalite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)Manganese & Tantalum$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_basaltic_sands)Mineral Sands$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)Naquadah & Plutonium$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)Nether Quartz$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)Soapstone, Talc, & Trona$()$()",
"text": "$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gypsum)Gypsum & Calcite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)Hematite & Limonite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)Lapis, Lazurite, & Sodalite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)Manganese & Tantalum$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_basaltic_sands)Mineral Sands$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)Naquadah & Plutonium$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)Nether Quartz$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)Silver, Galena, & Lead$()$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sulfur)Sulfur & Pyrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sylvite)Sylvite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)Tetrahedrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)Uraninite & Pitchblende$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Wulfenite & Molybdenite$()$()",
"text": "$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)Soapstone, Talc, & Trona$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sulfur)Sulfur & Pyrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sylvite)Sylvite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)Tetrahedrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)Uraninite & Pitchblende$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Wulfenite & Molybdenite$()$()",
"type": "patchouli:text"
},
{
@ -1257,6 +1257,98 @@
"text": "$(thing)Percentage$(): 15%$(br)$(thing)Used for$(): Fuel, Distillation$(br)$(thing)Formula$(): C",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 40$(br)$(thing)Height$(): 9$(br2)$(thing)Stone Types$(): Migmatite, Pyroxenite, Travertine",
"title": "Gypsum & Calcite",
"type": "patchouli:text",
"anchor": "nether_gypsum"
},
{
"Type": "patchouli:multiblock",
"name": "Gypsum",
"multiblock": {
"mapping": {
"0": "#forge:ores/gypsum"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 35%$(br)$(thing)Used for$(): Alabaster (dyeable) bricks$(br)$(thing)Formula$(): CaS(H₂O)₂O₄",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Calcite",
"multiblock": {
"mapping": {
"0": "#forge:ores/calcite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Calcium$(br)$(thing)Formula$(): CaCO₃",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Borax",
"multiblock": {
"mapping": {
"0": "#forge:ores/borax"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Sodium, Boron$(br)$(thing)Formula$(): Na₂B₄(H₂O)₁₀O₇",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Fuller's Earth",
"multiblock": {
"mapping": {
"0": "#forge:ores/fullers_earth"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgSi₄H(H₂O)₄O₁₁",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:empty",
"draw_filler": true,
"type": "patchouli:empty"
},
{
"Type": "patchouli:text",
"text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 35$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine",

View file

@ -19,7 +19,7 @@
},
{
"Type": "patchouli:text",
"text": "$(li)Bentonita: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)Berílio: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)Bismuto: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)Bórax: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()$(li)Bornita: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Calcita: $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Calcocita: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Calcopirita: $(l:tfg_ores/earth_vein_index#surface_copper)61%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)20%$(/l)$()$(li)Carvão: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Cassiterita: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Chumbo: $(l:tfg_ores/earth_vein_index#normal_silver)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)11%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)7%$(/l)$()$(li)Cianita: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()$(li)Cinábrio: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Cobaltita: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()",
"text": "$(li)Bentonita: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)Berílio: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)Bismuto: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)Bórax: $(l:tfg_ores/earth_vein_index#normal_gypsum)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()$(li)Bornita: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Calcita: $(l:tfg_ores/earth_vein_index#normal_gypsum)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Calcocita: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Calcopirita: $(l:tfg_ores/earth_vein_index#surface_copper)61%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)20%$(/l)$()$(li)Carvão: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Cassiterita: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Chumbo: $(l:tfg_ores/earth_vein_index#normal_silver)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)11%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)7%$(/l)$()$(li)Cianita: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()$(li)Cinábrio: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Cobaltita: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()",
"type": "patchouli:text"
},
{
@ -29,7 +29,7 @@
},
{
"Type": "patchouli:text",
"text": "$(li)Fosfato Tricálcico: $(l:tfg_ores/earth_vein_index#normal_apatite)35%$(/l)$()$(li)Galena: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Garnierita: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Gipsita: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)Glossulária: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Goethita: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)Grafite: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Granada Amarela: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)Granada Vermelha: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()$(li)Hematita: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()$(li)Lápis-lazúri: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Lazurita: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Lepidorita: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Limonita Amarela: $(l:tfg_ores/earth_vein_index#normal_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l)$()",
"text": "$(li)Fosfato Tricálcico: $(l:tfg_ores/earth_vein_index#normal_apatite)35%$(/l)$()$(li)Galena: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Garnierita: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Gipsita: $(l:tfg_ores/earth_vein_index#normal_gypsum)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)Glossulária: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Goethita: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)Grafite: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Granada Amarela: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)Granada Vermelha: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()$(li)Hematita: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()$(li)Lápis-lazúri: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Lazurita: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Lepidorita: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Limonita Amarela: $(l:tfg_ores/earth_vein_index#normal_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l)$()",
"type": "patchouli:text"
},
{
@ -44,7 +44,7 @@
},
{
"Type": "patchouli:text",
"text": "$(li)Safira: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Safira Verde: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Sal: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)Sal-gema: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Salitre: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l)$()$(li)Sheelita: $(l:tfg_ores/earth_vein_index#deep_scheelite)45%$(/l)$()$(li)Sodalita: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Talco: $(l:tfg_ores/earth_vein_index#normal_lubricant)20%$(/l)$()$(li)Tantalita: $(l:tfg_ores/earth_vein_index#normal_manganese)12%$(/l)$()$(li)Terra de Fuller: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Tetraedrita: $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)50%$(/l)$()$(li)Topázio: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Topázio Azul: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)Tório: $(l:tfg_ores/earth_vein_index#normal_beryllium)15%$(/l)$()",
"text": "$(li)Safira: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Safira Verde: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Sal: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)Sal-gema: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Salitre: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l)$()$(li)Sheelita: $(l:tfg_ores/earth_vein_index#deep_scheelite)45%$(/l)$()$(li)Sodalita: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Talco: $(l:tfg_ores/earth_vein_index#normal_lubricant)20%$(/l)$()$(li)Tantalita: $(l:tfg_ores/earth_vein_index#normal_manganese)12%$(/l)$()$(li)Terra de Fuller: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_gypsum)15%$(/l)$()$(li)Tetraedrita: $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)50%$(/l)$()$(li)Topázio: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Topázio Azul: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)Tório: $(l:tfg_ores/earth_vein_index#normal_beryllium)15%$(/l)$()",
"type": "patchouli:text"
},
{

View file

@ -19,17 +19,17 @@
},
{
"Type": "patchouli:text",
"text": "$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)Cooperita e Bornita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_magnetite)Cromita e Magnetita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Enxofre e Pirita$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)Esfalerita e Enxofre$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)Esfalerita e Pirita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)Esmeralda e Berílio$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)Espodumena e Lepidolita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Garnierita e Cobaltita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Goethita e Malaquita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Grafite e Diamante$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Granada e Areia Cassiterita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)Hematita e Limonita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)Hematita, Goethita e Rubi$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)Lápis-lazúri, Lazurita e Sodalita$()$()",
"text": "$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)Cooperita e Bornita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_magnetite)Cromita e Magnetita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Enxofre e Pirita$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)Esfalerita e Enxofre$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)Esfalerita e Pirita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)Esmeralda e Berílio$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)Espodumena e Lepidolita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Garnierita e Cobaltita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gypsum)Gipsita e Calcita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Goethita e Malaquita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Grafite e Diamante$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Granada e Areia Cassiterita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)Hematita e Limonita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)Hematita, Goethita e Rubi$()$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Limonita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)Magnetita e Vanádio$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)Manganês e Tântalo$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Opala e Granada$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Ouro (Profundo)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)Ouro, Limonita e Hematita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)Pedra-sabão, Talco e Trona$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)Prata, Galena e Chumbo$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)Quartzos$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Redstone, Cinábrio e Rubi$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)Safira e Almandina$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)Sais e Bórax$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)Salitre e Eletrotina$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)Sheelita e Tungstato$()$()",
"text": "$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)Lápis-lazúri, Lazurita e Sodalita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Limonita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)Magnetita e Vanádio$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)Manganês e Tântalo$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Opala e Granada$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Ouro (Profundo)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)Ouro, Limonita e Hematita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)Pedra-sabão, Talco e Trona$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)Prata, Galena e Chumbo$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)Quartzos$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Redstone, Cinábrio e Rubi$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)Safira e Almandina$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)Sais e Bórax$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)Salitre e Eletrotina$()$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)Tetraedrita (Normal)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)Tetraedrita (Superfície)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)Topázio e Calcocita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Uraninita e Pechblenda$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Wulfenita e Molibdenita$()$()",
"text": "$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)Sheelita e Tungstato$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)Tetraedrita (Normal)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)Tetraedrita (Superfície)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)Topázio e Calcocita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Uraninita e Pechblenda$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Wulfenita e Molibdenita$()$()",
"type": "patchouli:text"
},
{
@ -1656,6 +1656,98 @@
"text": "$(thing)Porcentagem$(): 10%$(br)$(thing)Derrete em$(): Níquel$(br)$(thing)Fórmula$(): Ni",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:text",
"text": "$(thing)Raridade$(): 180$(br)$(thing)Densidade$(): 0.3$(br)$(thing)Tipo$(): Veio em Disco$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Tamanho$(): 40$(br)$(thing)Altura$(): 9$(br)$(thing)Profundidade Máxima do Indicador$(): 20$(br2)$(thing)Tipos de Pedra$(): Argilito, Calcário, Cherte, Conglomerado, Dolomito, Folhelho, Giz",
"title": "Gipsita e Calcita",
"type": "patchouli:text",
"anchor": "normal_gypsum"
},
{
"Type": "patchouli:multiblock",
"name": "Gipsita",
"multiblock": {
"mapping": {
"0": "#forge:ores/gypsum"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Porcentagem$(): 35%$(br)$(thing)Usado para$(): Tijolos de Alabastro (tingíveis)$(br)$(thing)Fórmula$(): CaS(H₂O)₂O₄",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Calcita",
"multiblock": {
"mapping": {
"0": "#forge:ores/calcite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Porcentagem$(): 30%$(br)$(thing)Fonte de$(): Cálcio$(br)$(thing)Fórmula$(): CaCO₃",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Bórax",
"multiblock": {
"mapping": {
"0": "#forge:ores/borax"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Porcentagem$(): 20%$(br)$(thing)Fonte de$(): Sódio, Boro$(br)$(thing)Fórmula$(): Na₂B₄(H₂O)₁₀O₇",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:multiblock",
"name": "Terra de Fuller",
"multiblock": {
"mapping": {
"0": "#forge:ores/fullers_earth"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Porcentagem$(): 15%$(br)$(thing)Fonte de$(): Magnésio$(br)$(thing)Fórmula$(): MgSi₄H(H₂O)₄O₁₁",
"type": "patchouli:multiblock"
},
{
"Type": "patchouli:empty",
"draw_filler": true,
"type": "patchouli:empty"
},
{
"Type": "patchouli:text",
"text": "$(thing)Raridade$(): 240$(br)$(thing)Densidade$(): 0.35$(br)$(thing)Tipo$(): Veio Aglomerado$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Tamanho$(): 32$(br)$(thing)Profundidade Máxima do Indicador$(): 20$(br2)$(thing)Tipos de Pedra$(): Calcário, Mármore",

View file

@ -0,0 +1,22 @@
{
"__credits__": "This page was automatically generated by OresToFieldGuide.",
"name": "Mars Ore Index",
"icon": "tfc:ore/normal_hematite",
"category": "tfc:tfg_ores",
"read_by_default": true,
"secret": false,
"pages": [
{
"Type": "patchouli:text",
"text": "Este é o $(thing)Índice de Minérios$() para $(thing)Mars$(). Todos os minérios estão ordenados alfabeticamente e do veio mais rico para o mais pobre. Você pode clicar neles para saber mais sobre cada veio.",
"title": "Mars Ore Index",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)Hematita: $(l:tfg_ores/mars_vein_index#mars_hematite)100%$(/l)$()",
"type": "patchouli:text"
}
],
"sortnum": 6
}

View file

@ -0,0 +1,49 @@
{
"__credits__": "This page was automatically generated by OresToFieldGuide.",
"name": "Mars Vein Index",
"icon": "gtceu:mars_stone_hematite_ore",
"category": "tfc:tfg_ores",
"read_by_default": true,
"secret": false,
"pages": [
{
"Type": "patchouli:text",
"text": "Este é o $(thing)Índice de Veios$() para $(item)Mars$(). Cada veio contém detalhes sobre sua raridade, densidade, tipo de veio, altura onde é encontrado, tamanhos, tipos de rocha em que aparece e mais.",
"title": "Mars Vein Index",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(li)$(l:tfg_ores/mars_vein_index#mars_hematite)(Placeholder Vein)$()$()",
"type": "patchouli:text"
},
{
"Type": "patchouli:text",
"text": "$(thing)Raridade$(): 210$(br)$(thing)Densidade$(): 0.4$(br)$(thing)Tipo$(): Veio Aglomerado$(br)$(thing)Y$(): -16 — 100$(br)$(thing)Tamanho$(): 40$(br)$(thing)Profundidade Máxima do Indicador$(): 50$(br2)$(thing)Tipos de Pedra$(): Argilita, Argilito, Basalto, Calcário, Cherte, Conglomerado, Dacito, Diorito, Dolomito, Folhelho, Gabro, Giz, Granito, Red Granite, Traquito",
"title": "(Placeholder Vein)",
"type": "patchouli:text",
"anchor": "mars_hematite"
},
{
"Type": "patchouli:multiblock",
"name": "Hematita",
"multiblock": {
"mapping": {
"0": "#forge:ores/hematite"
},
"pattern": [
[
"0"
],
[
" "
]
]
},
"enable_visualize": false,
"text": "$(thing)Porcentagem$(): 100%$(br)$(thing)Derrete em$(): Ferro Fundido$(br)$(thing)Fórmula$(): Fe₂O₃",
"type": "patchouli:multiblock"
}
],
"sortnum": 7
}

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