Merge remote-tracking branch 'origin/dev' into dev
2
.github/workflows/build.yml
vendored
|
|
@ -347,7 +347,7 @@ jobs:
|
|||
sed -i -e "s/MINECRAFT_VERSION/${MINECRAFT_VERSION}/g" .pakku/docker-overrides/docker-compose.yml
|
||||
|
||||
- name: 📝 Cache Pakku
|
||||
uses: actions/cache@v5.0.1
|
||||
uses: actions/cache@v5.0.2
|
||||
id: cache
|
||||
with:
|
||||
path: build/.cache
|
||||
|
|
|
|||
1
.gitignore
vendored
|
|
@ -17,6 +17,7 @@ package-lock.json
|
|||
node_modules/
|
||||
Modpack-Modern.sln
|
||||
Modpack-Modern.esproj
|
||||
crowdin.yml
|
||||
|
||||
# Pakku
|
||||
build/
|
||||
|
|
|
|||
|
|
@ -21,3 +21,8 @@ The config files shipped with the server pack should be a good starting point fo
|
|||
|
||||
* defaultconfigs/ftbranks/ranks.snbt
|
||||
* Depending on how powerful of a server you're using, you may want to change the amount of force-loaded chunks each player is allowed to have. Note that players on the same team will combine their total allowance, so small numbers can encourage team play.
|
||||
|
||||
* config/ftbbackups2.json
|
||||
* Backup frequency is set with cron time info.
|
||||
* By default for servers this is every morning at 10:15AM: `"backup_cron": "0 15 10 * * ? *"`
|
||||
* If you want it hourly like singleplayer worlds, use `"backup_cron": "0 0 0/1 1/1 * ? *"`
|
||||
|
|
|
|||
33
CHANGELOG.md
|
|
@ -1,15 +1,30 @@
|
|||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
### Changes
|
||||
### Bug fixes
|
||||
### Translation updates
|
||||
- Spanish @NikoNeko17
|
||||
|
||||
## [0.11.17] - 20-01-2026
|
||||
### Important note
|
||||
- Due to a config file error, the automatic hourly backup has not been running since 0.11.15. So before you update make sure to make a copy of your world in case anything goes wrong! This is generally good advice but extra important right now.
|
||||
### Breaking changes
|
||||
- The steam thermal centrifuge now requires a maintenance hatch. It also now requires 480mB steam per tick instead of 64mb, equivalent to how much 8 LV thermal centrifuges would use. It also now only takes 20 seconds instead of 30. It also now actually outputs byproducts like it was supposed to. @Pyritie
|
||||
- Single block steam generators are now more expensive to craft, so there isn't such a huge gap between steam, gas, and combustion generators @TomPlop
|
||||
- The steam thermal centrifuge now requires a maintenance hatch. It also now requires 480mB steam per tick instead of 64mb, equivalent to how much 8 LV thermal centrifuges would use. It also also now only takes 20 seconds instead of 30. It also also also now actually outputs byproducts like it was supposed to. @Pyritie
|
||||
- Single block steam generators are now more expensive to craft, so there isn't such a huge gap between steam, gas, and combustion generators. @TomPlop
|
||||
- A lot of backend code has been cleaned up and refactored, so there may be duplicate, missing, or incorrect recipes. If you find any, please report them in [our github](https://github.com/TerraFirmaGreg-Team/Modpack-Modern/issues)! @Pyritie
|
||||
### Electric Greenhouse
|
||||
- The Electric Greenhouse multiblock has completely changed. It's significantly shorter and slightly narrower too. You can still grow the same things in it, but it no longer has Perfect Overclocking. Instead, it's stronger in LV but starts getting weaker in HV+. @Redeix
|
||||
- There's a new IV variant (Hydroponics Facility) which supports parallel hatches and can do any recipe on any planet. @Redeix
|
||||
- Added a new Pisciculture Fishery to mid HV which, when properly looped, will improve the Electric Greenhouse further than just fertiliser. It also breeds fish! @Redeix
|
||||
- Removed the single-block fishing machines
|
||||
### Performance improvements
|
||||
- Fixed the huge amount of lag from looking at lots of interconnected trees @Mqrius
|
||||
- Fixed tree chopping also stripping nearby trees of all their leaves (note that this will only also apply to earth trees and newly generated Mars trees, old Mars trees will have the old behaviour) @Mqrius
|
||||
- Fixed tree chopping not working on trees that had no leaves @Mqrius
|
||||
- Fixed tree chopping working on player-placed logs (yes, this means you can't place logs to chop down many trees at once any more) @Mqrius
|
||||
- Fixed a huge amount of lag from TFC Ambiental @Mqrius
|
||||
- Fixed a huge amount of lag from TFC Ambiental checking for nearby hot/cold sources @Mqrius
|
||||
- Improved food stacking performance @Mqrius
|
||||
### Changes
|
||||
- Added tree index field guide entries for Earth and Mars (#2638) @Jeuvke
|
||||
- Added drinkable effects field guide entry (#2676) @FlightingFalcon
|
||||
|
|
@ -40,9 +55,17 @@
|
|||
- Vanilla ferns and large ferns now break into straw with a knife, so Beneath start is a bit less painful early on @Pyritie
|
||||
- Added shapeless pressure plate to button recipes (#2740) @Pyritie
|
||||
- Added some Beneath plants to the `#tfg:rubber_plants` tag (#2759) @Pyritie
|
||||
- Cleaned up hanging sign recipes so they don't spam as much (#2733, #2771) @Inceitious
|
||||
- Added recipes to change AE2 glass cables into covered/smart cables, and changed some recipes to require smart cables instead (#2756) @awfulworldkid
|
||||
- Crop, tree tap, and beehive tooltips, and the climate tab, now show the accurate current temperature when in an oxygenated area @Mqrius
|
||||
- Anthracite can now be used as boiler fuel with the same duration as Coke @Pyritie
|
||||
- Added more grain options for soup (#2785) @Pyritie
|
||||
- Added a mechanical mixer recipe for crafting sticky resin (#2693) @JeanRdSz
|
||||
- Framed blocks that have been made "glowing" by right-clicking them with glowstone dust, now only emit a little bit of light @Pyritie
|
||||
### Bug fixes
|
||||
- Fixed not being able to craft Paracetamol or Rad-Away @Pyritie
|
||||
- Fixed the missing dried fruit to yeast starter recipe (#2673) @Mqrius
|
||||
- Fixed crash when disassembling a train with computercraft @Mqrius
|
||||
- Water wheels now spin the correct direction in rivers (#2450) @zehmaria
|
||||
- Water wheels now also work with flowing water from aqueducts, instead of requiring an adjacent source block @zehmaria
|
||||
- Added locometal to the domum ornamentum whitelist (#2651) @thederpysockdude123
|
||||
|
|
@ -59,8 +82,12 @@
|
|||
- Fixed casting of rods and gears for various metals @Pyritie
|
||||
- Fixed a dupe with scraping knives (#2716) @Inceitious
|
||||
- Fixed a rendering issue with the lunchboxes when held @Thomasx0
|
||||
- Fixed the lunchbox eating particles so now they look like the food being eaten @Thomasx0
|
||||
- Fixed the cooling lunchbox not stacking empty cells correctly (#2475) @Thomasx0
|
||||
- Fixed the lunchboxes not removing the "cooling" trait when items were removed with the number keys @Thomasx0
|
||||
- Digger helmet crafting now correctly consumes the cloth hat (#2770) @Inceitious
|
||||
- Fixed an exploit with the schematicannon @Mqrius
|
||||
- Fixed backup frequency config @Mqrius
|
||||
### Translation updates
|
||||
- Chinese (simplified) @jmecn
|
||||
- Russian @Petr211071 + @Nixieeunrare + @Maxiffon
|
||||
|
|
|
|||
|
|
@ -130,12 +130,12 @@
|
|||
"curseForgeHash": 1083459992,
|
||||
"modrinthHash": "b4a0e4937db9c83ec82a6809f8d53ab2b9e7a62c"
|
||||
},
|
||||
"applied_ammo_box-1.0.0.jar": {
|
||||
"jarName": "applied_ammo_box-1.0.0.jar",
|
||||
"applied_ammo_box-1.0.2.jar": {
|
||||
"jarName": "applied_ammo_box-1.0.2.jar",
|
||||
"modId": "applied_ammo_box",
|
||||
"version": "1.0.0",
|
||||
"curseForgeHash": 719209453,
|
||||
"modrinthHash": "3fc67723dc70b544b57ab0d0a34e2be991d285f9"
|
||||
"version": "1.0.2",
|
||||
"curseForgeHash": 2900950740,
|
||||
"modrinthHash": "ab97dbd5bef9a488be8dea88672028963d3c0104"
|
||||
},
|
||||
"architectury-9.2.14-forge.jar": {
|
||||
"jarName": "architectury-9.2.14-forge.jar",
|
||||
|
|
@ -305,12 +305,12 @@
|
|||
"curseForgeHash": 635589968,
|
||||
"modrinthHash": "c65d07748acc57ceb45d53b3964368b84f34d54f"
|
||||
},
|
||||
"colorwheel-forge-1.2.0+mc1.20.1.jar": {
|
||||
"jarName": "colorwheel-forge-1.2.0+mc1.20.1.jar",
|
||||
"colorwheel-forge-1.2.1+mc1.20.1.jar": {
|
||||
"jarName": "colorwheel-forge-1.2.1+mc1.20.1.jar",
|
||||
"modId": "colorwheel",
|
||||
"version": "1.2.0+mc1.20.1",
|
||||
"curseForgeHash": 3577450487,
|
||||
"modrinthHash": "b4caaa01971dd398d4d6112a896eea6db856c971"
|
||||
"version": "1.2.1+mc1.20.1",
|
||||
"curseForgeHash": 4138397164,
|
||||
"modrinthHash": "791578afecd261f0d03669db993b35d14badc1a9"
|
||||
},
|
||||
"colorwheel_patcher-forge-1.0.4+mc1.20.1.jar": {
|
||||
"jarName": "colorwheel_patcher-forge-1.0.4+mc1.20.1.jar",
|
||||
|
|
@ -585,19 +585,19 @@
|
|||
"curseForgeHash": 652681066,
|
||||
"modrinthHash": "b1ec92eeafdc97e88e0baacd5d89f4c1f89a4bbc"
|
||||
},
|
||||
"ExtendedAE-1.20-1.4.9-forge.jar": {
|
||||
"jarName": "ExtendedAE-1.20-1.4.9-forge.jar",
|
||||
"ExtendedAE-1.20-1.4.10-forge.jar": {
|
||||
"jarName": "ExtendedAE-1.20-1.4.10-forge.jar",
|
||||
"modId": "expatternprovider",
|
||||
"version": "1.20-1.4.9-forge",
|
||||
"curseForgeHash": 2620237685,
|
||||
"modrinthHash": "55a8c773659036176142242ded460a4b88ee6fb0"
|
||||
"version": "1.20-1.4.10-forge",
|
||||
"curseForgeHash": 2955081124,
|
||||
"modrinthHash": "267400e92be8b51479158b95a6ce414654c78562"
|
||||
},
|
||||
"ExtremeSoundMuffler-3.49.2-forge-1.20.1.jar": {
|
||||
"jarName": "ExtremeSoundMuffler-3.49.2-forge-1.20.1.jar",
|
||||
"ExtremeSoundMuffler-3.51-forge-1.20.1.jar": {
|
||||
"jarName": "ExtremeSoundMuffler-3.51-forge-1.20.1.jar",
|
||||
"modId": "extremesoundmuffler",
|
||||
"version": "3.48",
|
||||
"curseForgeHash": 382750826,
|
||||
"modrinthHash": "3b73ae534ff7e4f9c65e78c1f868655a23ab90c7"
|
||||
"version": "3.51",
|
||||
"curseForgeHash": 2384074866,
|
||||
"modrinthHash": "025499c74e1e9305fa931b44c3832f43b1925ec7"
|
||||
},
|
||||
"fallingtrees-forge-0.12.7-1.20.jar": {
|
||||
"jarName": "fallingtrees-forge-0.12.7-1.20.jar",
|
||||
|
|
@ -753,12 +753,12 @@
|
|||
"curseForgeHash": 3895274001,
|
||||
"modrinthHash": "6f1e3a25c4a0258c2592fefb837f95a24eb3bfa0"
|
||||
},
|
||||
"fzzy_config-0.7.4+1.20.1+forge.jar": {
|
||||
"jarName": "fzzy_config-0.7.4+1.20.1+forge.jar",
|
||||
"fzzy_config-0.7.5+1.20.1+forge.jar": {
|
||||
"jarName": "fzzy_config-0.7.5+1.20.1+forge.jar",
|
||||
"modId": "fzzy_config",
|
||||
"version": "0.7.4+1.20.1+forge",
|
||||
"curseForgeHash": 4069840182,
|
||||
"modrinthHash": "b0213984f7591c3d1ec4ab5eebd87c605728d451"
|
||||
"version": "0.7.5+1.20.1+forge",
|
||||
"curseForgeHash": 1765843012,
|
||||
"modrinthHash": "7e890f8b527ccb4523fed54a2864549a53f65fed"
|
||||
},
|
||||
"geckolib-forge-1.20.1-4.8.2.jar": {
|
||||
"jarName": "geckolib-forge-1.20.1-4.8.2.jar",
|
||||
|
|
@ -788,12 +788,12 @@
|
|||
"curseForgeHash": 3324262533,
|
||||
"modrinthHash": "aa53625ab5e145c6aa196645335b062b37ae82da"
|
||||
},
|
||||
"greate-0.0.61.jar": {
|
||||
"jarName": "greate-0.0.61.jar",
|
||||
"greate-0.0.62.jar": {
|
||||
"jarName": "greate-0.0.62.jar",
|
||||
"modId": "greate",
|
||||
"version": "0.0.61",
|
||||
"curseForgeHash": 147677561,
|
||||
"modrinthHash": "1ad889dbd2838045a2df194bfc757b9bae57d273"
|
||||
"version": "0.0.62",
|
||||
"curseForgeHash": 4030779299,
|
||||
"modrinthHash": "0e4ffe5e88f97df724172b3061a1691028f45582"
|
||||
},
|
||||
"gtceu-1.20.1-7.4.1.jar": {
|
||||
"jarName": "gtceu-1.20.1-7.4.1.jar",
|
||||
|
|
@ -1031,12 +1031,12 @@
|
|||
"curseForgeHash": 2393054142,
|
||||
"modrinthHash": "fcebe51e3c2ca34793f9b132fa05b5494ffc76a4"
|
||||
},
|
||||
"moonlight-1.20-2.16.21-forge.jar": {
|
||||
"jarName": "moonlight-1.20-2.16.21-forge.jar",
|
||||
"moonlight-1.20-2.16.23-forge.jar": {
|
||||
"jarName": "moonlight-1.20-2.16.23-forge.jar",
|
||||
"modId": "moonlight",
|
||||
"version": "1.20-2.16.21",
|
||||
"curseForgeHash": 831958052,
|
||||
"modrinthHash": "81054a1ec290b7a5263c60d3ab8fa73005b79274"
|
||||
"version": "1.20-2.16.23",
|
||||
"curseForgeHash": 3524849719,
|
||||
"modrinthHash": "c63750ef54ac17d0dc1e58c246c6dac3d8d9ac87"
|
||||
},
|
||||
"morered-1.20.1-4.0.0.4.jar": {
|
||||
"jarName": "morered-1.20.1-4.0.0.4.jar",
|
||||
|
|
@ -1395,12 +1395,12 @@
|
|||
"curseForgeHash": 2679626739,
|
||||
"modrinthHash": "ea725f5bed9662aa22d4ec089a009bd52fb82275"
|
||||
},
|
||||
"TerraFirmaGreg-Core-Modern-0.8.14.jar": {
|
||||
"jarName": "TerraFirmaGreg-Core-Modern-0.8.14.jar",
|
||||
"TerraFirmaGreg-Core-Modern-0.8.17.jar": {
|
||||
"jarName": "TerraFirmaGreg-Core-Modern-0.8.17.jar",
|
||||
"modId": "tfg",
|
||||
"version": "0.8.14",
|
||||
"curseForgeHash": 2511919579,
|
||||
"modrinthHash": "f1b9ac2623f3058a2bcee184a024fa4111181218"
|
||||
"version": "0.8.17",
|
||||
"curseForgeHash": 2296143699,
|
||||
"modrinthHash": "8a92b1d2a0a88eb0d7ffdfcdab93b0fb31e2e312"
|
||||
},
|
||||
"tfc_gurman-1.3.0.jar": {
|
||||
"jarName": "tfc_gurman-1.3.0.jar",
|
||||
|
|
@ -1507,12 +1507,12 @@
|
|||
"curseForgeHash": 2411075624,
|
||||
"modrinthHash": "021052fcfdd3b51ec5c0b3e46974ecdfd641a0c8"
|
||||
},
|
||||
"tfclunchbox-1.20.1-1.0.0.26.jar": {
|
||||
"jarName": "tfclunchbox-1.20.1-1.0.0.26.jar",
|
||||
"tfclunchbox-1.20.1-1.0.0.28.jar": {
|
||||
"jarName": "tfclunchbox-1.20.1-1.0.0.28.jar",
|
||||
"modId": "tfclunchbox",
|
||||
"version": "1.0.0.26",
|
||||
"curseForgeHash": 3150756370,
|
||||
"modrinthHash": "e9ddf2c2ea8a3458c06ef31712543d201a1cb499"
|
||||
"version": "1.0.0.28",
|
||||
"curseForgeHash": 350342431,
|
||||
"modrinthHash": "7894fbb87bc561b7c186ec9f3997118b953659d0"
|
||||
},
|
||||
"tfcscraping-1.0.2.jar": {
|
||||
"jarName": "tfcscraping-1.0.2.jar",
|
||||
|
|
|
|||
|
|
@ -33,7 +33,9 @@
|
|||
// Only run a backup if a player has been online since the last backup
|
||||
"only_if_players_been_online": true,
|
||||
// Additional directories to include in backup
|
||||
"additional_directories": [],
|
||||
"additional_directories": [
|
||||
"xaero/minimap/"
|
||||
],
|
||||
/* Additional files and directories to include in backup.
|
||||
Can specify a file name, path relative to server directory or wildcard file path
|
||||
Examples: (All file paths are relative to server root)
|
||||
|
|
@ -44,7 +46,11 @@
|
|||
*path/ends/with.txt Any files who's path ends with
|
||||
*path/contains* Any files who's path contains
|
||||
*/
|
||||
"additional_files": [],
|
||||
"additional_files": [
|
||||
"/cherishedworlds-favorites.dat",
|
||||
"/emi.json",
|
||||
"/options.txt"
|
||||
],
|
||||
// Display file size in backup message
|
||||
"display_file_size": false,
|
||||
// backup location
|
||||
|
|
|
|||
|
|
@ -11,13 +11,13 @@
|
|||
id: "2583D0B64E51FAC8"
|
||||
linked_quest: "5063FDFFBE3E4855"
|
||||
x: 2.5d
|
||||
y: -7.5d
|
||||
y: -8.5d
|
||||
}
|
||||
{
|
||||
id: "308E11BE764398A1"
|
||||
linked_quest: "7C1FD81C5DCFB74E"
|
||||
x: -8.0d
|
||||
y: -7.5d
|
||||
y: -8.5d
|
||||
}
|
||||
{
|
||||
id: "33D3C2A9337335D2"
|
||||
|
|
@ -42,14 +42,16 @@
|
|||
{
|
||||
id: "513464FBE4A87CB7"
|
||||
linked_quest: "3A2E442E4D84C891"
|
||||
x: 2.5d
|
||||
y: -10.0d
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
x: 0.0d
|
||||
y: -11.0d
|
||||
}
|
||||
{
|
||||
id: "1B29194F9C306CFE"
|
||||
linked_quest: "36B9B5024356C53C"
|
||||
x: 3.5d
|
||||
y: -10.0d
|
||||
x: 0.0d
|
||||
y: -13.0d
|
||||
}
|
||||
]
|
||||
quests: [
|
||||
|
|
@ -353,7 +355,7 @@
|
|||
}]
|
||||
title: "{quests.high_voltage.superconductors.title}"
|
||||
x: -8.0d
|
||||
y: -10.0d
|
||||
y: -11.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["7E755297E9685374"]
|
||||
|
|
@ -374,7 +376,7 @@
|
|||
}]
|
||||
title: "{quests.high_voltage.nichrome_coils.title}"
|
||||
x: -6.5d
|
||||
y: -10.0d
|
||||
y: -11.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -410,7 +412,7 @@
|
|||
}]
|
||||
title: "{quests.high_voltage.vacuum_freezer.title}"
|
||||
x: -5.0d
|
||||
y: -7.5d
|
||||
y: -8.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["124B32A0583A636A"]
|
||||
|
|
@ -475,7 +477,7 @@
|
|||
icon: "gtceu:cleanroom"
|
||||
id: "3568BC9742092FC5"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
size: 1.5d
|
||||
subtitle: "{quests.high_voltage.cleanroom.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
|
|
@ -940,8 +942,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.high_voltage.blue_alloy.title}"
|
||||
x: 0.0d
|
||||
y: -9.0d
|
||||
x: 1.0d
|
||||
y: -7.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -952,8 +954,8 @@
|
|||
description: ["{quests.high_voltage.ev_circuits.desc}"]
|
||||
icon: "gtceu:micro_processor_computer"
|
||||
id: "6A451F43F3D7A671"
|
||||
shape: "square"
|
||||
size: 1.0d
|
||||
shape: "octagon"
|
||||
size: 1.5d
|
||||
subtitle: "{quests.high_voltage.ev_circuits.subtitle}"
|
||||
tasks: [{
|
||||
id: "01FE6BC2780D623B"
|
||||
|
|
@ -962,7 +964,7 @@
|
|||
}]
|
||||
title: "{quests.high_voltage.ev_circuits.title}"
|
||||
x: 0.0d
|
||||
y: -7.5d
|
||||
y: -8.5d
|
||||
}
|
||||
{
|
||||
description: [
|
||||
|
|
@ -997,7 +999,7 @@
|
|||
}]
|
||||
title: "{quests.high_voltage.nichrome.title}"
|
||||
x: -5.0d
|
||||
y: -10.0d
|
||||
y: -11.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1668,11 +1670,11 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.gregtech_energy.reformate_gas.title}"
|
||||
x: 5.0d
|
||||
y: -10.0d
|
||||
x: -1.5d
|
||||
y: -13.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["7CC79617A4965F25"]
|
||||
dependencies: ["6A451F43F3D7A671"]
|
||||
description: [
|
||||
"{quests.high_voltage.pisciculture.desc.1}"
|
||||
""
|
||||
|
|
@ -1692,8 +1694,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.high_voltage.pisciculture.title}"
|
||||
x: 2.0d
|
||||
y: 6.0d
|
||||
x: -2.25d
|
||||
y: -11.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.high_voltage.subtitle}"]
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
dependencies: ["2F7617C0C4B330DE"]
|
||||
description: ["{quests.low_voltage.lv_fluid_regulator.desc}"]
|
||||
id: "47D4545452F05E37"
|
||||
optional: true
|
||||
shape: "square"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.low_voltage.lv_fluid_regulator.subtitle}"
|
||||
|
|
|
|||
|
|
@ -622,21 +622,25 @@
|
|||
}
|
||||
{
|
||||
count: 3L
|
||||
disable_toast: true
|
||||
id: "019C4D427A06DF0E"
|
||||
item: { Count: 3, id: "gtceu:bronze_firebox_casing" }
|
||||
item: "gtceu:bronze_firebox_casing"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "402700D6CCD2BEF1"
|
||||
item: "gtceu:steam_input_hatch"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "7B99996072C53AD9"
|
||||
item: "gtceu:steam_input_bus"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "6E4B41FDD286E184"
|
||||
item: "gtceu:steam_output_bus"
|
||||
type: "item"
|
||||
|
|
@ -992,28 +996,33 @@
|
|||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "4EE63FDD07EC0467"
|
||||
item: "gtceu:steam_input_hatch"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "0C9D5C87DEC212D2"
|
||||
item: "gtceu:steam_input_bus"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "60828361A38F4E1E"
|
||||
item: "gtceu:steam_output_bus"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
count: 8L
|
||||
disable_toast: true
|
||||
id: "10EC49FF899232F6"
|
||||
item: "gtceu:steam_machine_casing"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
count: 8L
|
||||
disable_toast: true
|
||||
id: "27DDD13BE482E8A3"
|
||||
item: "gtceu:bronze_firebox_casing"
|
||||
type: "item"
|
||||
|
|
@ -1565,21 +1574,25 @@
|
|||
}
|
||||
{
|
||||
count: 22L
|
||||
disable_toast: true
|
||||
id: "71D6716A2B985592"
|
||||
item: { Count: 22, id: "gtceu:steam_machine_casing" }
|
||||
item: "gtceu:steam_machine_casing"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "26D9013B4161E463"
|
||||
item: "gtceu:steam_input_hatch"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "7D354B529103D126"
|
||||
item: "gtceu:steam_input_bus"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "63B935735E346133"
|
||||
item: "gtceu:steam_output_bus"
|
||||
type: "item"
|
||||
|
|
@ -1809,36 +1822,42 @@
|
|||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "5CC7BDBF599B405A"
|
||||
item: "gtceu:steam_input_hatch"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "4998CA4B8DDF6E02"
|
||||
item: "gtceu:steam_input_bus"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "31A69C679FC6F99A"
|
||||
item: "gtceu:steam_output_bus"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
count: 12L
|
||||
disable_toast: true
|
||||
id: "709D4C32D2F43ABD"
|
||||
item: "gtceu:steam_machine_casing"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
count: 4L
|
||||
disable_toast: true
|
||||
id: "559F1DA9AF2EC5C3"
|
||||
item: { Count: 4, id: "gtceu:steel_machine_casing" }
|
||||
item: "gtceu:steel_machine_casing"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
count: 8L
|
||||
disable_toast: true
|
||||
id: "769C82179FD4F75B"
|
||||
item: { Count: 8, id: "create:metal_girder" }
|
||||
item: "create:metal_girder"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
|
|
@ -1861,30 +1880,35 @@
|
|||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "5496E814C911D5C1"
|
||||
item: "gtceu:steam_input_hatch"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "40181C28B6560C94"
|
||||
item: "gtceu:steam_output_bus"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "249376D261C69933"
|
||||
item: "gtceu:steam_input_bus"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
count: 8L
|
||||
disable_toast: true
|
||||
id: "790DDB716EAE9769"
|
||||
item: { Count: 8, id: "gtceu:steam_machine_casing" }
|
||||
item: "gtceu:steam_machine_casing"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
count: 8L
|
||||
disable_toast: true
|
||||
id: "266BA05C0A212C6C"
|
||||
item: { Count: 8, id: "gtceu:bronze_firebox_casing" }
|
||||
item: "gtceu:bronze_firebox_casing"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
|
|
@ -1907,36 +1931,42 @@
|
|||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "3BBEAD3334C1E3D0"
|
||||
item: "gtceu:steam_input_hatch"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "6D8C5AA895D6DC15"
|
||||
item: "gtceu:steam_output_bus"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "0D2DC79ED3C74B1F"
|
||||
item: "gtceu:steam_input_bus"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
count: 7L
|
||||
disable_toast: true
|
||||
id: "4BDAA78AC3C92713"
|
||||
item: "gtceu:steam_machine_casing"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
count: 3L
|
||||
disable_toast: true
|
||||
id: "4DFE7CD587BFFAB9"
|
||||
item: { Count: 3, id: "gtceu:bronze_machine_casing" }
|
||||
item: "gtceu:bronze_machine_casing"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
count: 6L
|
||||
disable_toast: true
|
||||
id: "7C5983298F614109"
|
||||
item: { Count: 6, id: "gtceu:steel_frame" }
|
||||
item: "gtceu:steel_frame"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -675,6 +675,7 @@
|
|||
{
|
||||
dependencies: ["4047EE998BC4CD03"]
|
||||
description: ["{quests.tfg_tips.get_milk.desc}"]
|
||||
icon: "minecraft:milk_bucket"
|
||||
id: "3C7F170E065B60E1"
|
||||
subtitle: "{quests.tfg_tips.get_milk.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -684,7 +685,7 @@
|
|||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(only_one(nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"minecraft:milk\"}})item(minecraft:milk_bucket))only_one(nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"firmalife:yak_milk\"}})item(firmalife:bucket/yak_milk))only_one(nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"firmalife:goat_milk\"}})item(firmalife:bucket/goat_milk)))"
|
||||
"ftbfiltersystem:filter": "or(item(minecraft:milk_bucket)item(firmalife:bucket/yak_milk)item(firmalife:bucket/goat_milk)item(tfc_gurman:ox_milk_bucket)item(tfc_gurman:sheep_milk_bucket)item(tfc_gurman:alpaca_milk_bucket))"
|
||||
}
|
||||
}
|
||||
optional_task: true
|
||||
|
|
@ -827,6 +828,7 @@
|
|||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.tfg_tips.brine_something.desc}"]
|
||||
icon: "tfc:bucket/brine"
|
||||
id: "71393B553550EA42"
|
||||
subtitle: "{quests.tfg_tips.brine_something.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -890,6 +892,7 @@
|
|||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.tfg_tips.pickle_something.desc}"]
|
||||
icon: "tfc:bucket/vinegar"
|
||||
id: "060C84862C9BB9CE"
|
||||
subtitle: "{quests.tfg_tips.pickle_something.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -950,6 +953,7 @@
|
|||
dependencies: ["52D944ADA884EFEF"]
|
||||
description: ["{quests.tfg_tips.dry_fruit.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmalife/drying"
|
||||
icon: "firmalife:drying_mat"
|
||||
id: "4417A395801DC4E5"
|
||||
subtitle: "{quests.tfg_tips.dry_fruit.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -995,6 +999,7 @@
|
|||
{
|
||||
dependencies: ["52290DFBF39F0D07"]
|
||||
description: ["{quests.tfg_tips.salt_meat.desc}"]
|
||||
icon: "tfc:powder/salt"
|
||||
id: "01CB939598271EC4"
|
||||
subtitle: "{quests.tfg_tips.salt_meat.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -1042,6 +1047,7 @@
|
|||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.tfg_tips.smoke_meat.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmalife/smoking"
|
||||
icon: "tfc:wool_yarn"
|
||||
id: "1FC019B45383695E"
|
||||
subtitle: "{quests.tfg_tips.smoke_meat.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -1091,6 +1097,7 @@
|
|||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.tfg_tips.cook_meat.desc}"]
|
||||
icon: "firmalife:cured_oven_top"
|
||||
id: "5335969963D0A6CC"
|
||||
subtitle: "{quests.tfg_tips.cook_meat.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -1174,6 +1181,16 @@
|
|||
{
|
||||
dependencies: ["0FCB88A64D3FBF0F"]
|
||||
description: ["{quests.tfg_tips.smoke_cheese.desc}"]
|
||||
icon: {
|
||||
Count: 1
|
||||
ForgeCaps: {
|
||||
"tfc:food": {
|
||||
creationDate: 53316000L
|
||||
traits: [ ]
|
||||
}
|
||||
}
|
||||
id: "ad_astra:cheese"
|
||||
}
|
||||
id: "6FF80B0E333D2F14"
|
||||
subtitle: "{quests.tfg_tips.smoke_cheese.subtitle}"
|
||||
tasks: [
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ waveSpawnDistanceFromShoreMin = 4.0
|
|||
waveSpriteCount = 5
|
||||
#How great should the chance for waves to deposit blocks be? Lower value = higher chance.
|
||||
#Range: > 1
|
||||
waveBlockDepositChance = 1
|
||||
waveBlockDepositChance = 1000
|
||||
#How often the waves should make a sound. Higher value = rarer.
|
||||
#Range: > 0
|
||||
waveBreakingSoundChance = 50
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
files:
|
||||
- source: kubejs/assets/tfc/patchouli_books/field_guide/en_us
|
||||
translation: lang
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.ad_astra.oxygen_distributor": "Breathable Air Distributor",
|
||||
"block.ad_astra.infernal_spire_block": "Infernal Spire",
|
||||
"block.ad_astra.moon_sand": "Lunar Sand",
|
||||
"block.ad_astra.moon_sand": "Gray Sand",
|
||||
"block.ad_astra.moon_stone": "Raw Anorthosite",
|
||||
"block.ad_astra.moon_cobblestone": "Anorthosite Cobble",
|
||||
"block.ad_astra.moon_cobblestone_slab": "Anorthosite Cobble Slab",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.ad_astra.oxygen_distributor": "可呼吸空气分配器",
|
||||
"block.ad_astra.infernal_spire_block": "炼狱尖刺",
|
||||
"block.ad_astra.moon_sand": "月沙",
|
||||
"block.ad_astra.moon_sand": "灰沙",
|
||||
"block.ad_astra.moon_stone": "天然斜长岩",
|
||||
"block.ad_astra.moon_cobblestone": "斜长岩圆石",
|
||||
"block.ad_astra.moon_cobblestone_slab": "斜长岩圆石台阶",
|
||||
|
|
|
|||
11
kubejs/assets/additionalplacements/lang/ru_ru.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"tooltip.additionalplacements.vertical_placement": "Может быть размещена вертикально",
|
||||
"tooltip.additionalplacements.stair_connections.all_connections": "Позволяет вертикально-горизонтальные соединения (относительно места размещения)",
|
||||
"tooltip.additionalplacements.stair_connections.no_mixed_connections": "Позволяет вертикальные соединения (относительно места размещения)",
|
||||
"tooltip.additionalplacements.stair_connections.no_vertical_connections": "Не позволяет вертикальные соединения (относительно места размещения)",
|
||||
"tooltip.additionalplacements.ceiling_placement": "Может быть размещена на потолок",
|
||||
"key.additionalplacements.placement_toggle": "Переключить логика размещения",
|
||||
"msg.additionalplacements.placement_enable": "Дополнительная логика размещения включена",
|
||||
"msg.additionalplacements.placement_disable": "Дополнительная логика размещения выключена"
|
||||
}
|
||||
8
kubejs/assets/ae2insertexportcard/lang/ru_ru.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"itemGroup.ae2insertexportcard": "AE2 Insert Export Card",
|
||||
"item.ae2insertexportcard.insert_card": "Карта импорта",
|
||||
"item.ae2insertexportcard.export_card": "Карта экспорта",
|
||||
"gui.ae2insertexportcard.whitelist": "Белый список",
|
||||
"gui.ae2insertexportcard.blacklist": "Чёрный список"
|
||||
}
|
||||
|
|
@ -1,45 +1,45 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.arthropocolypse.beetle_fragment_block": "Chitin Block",
|
||||
"block.arthropocolypse.beetle_fragment_block_bricks": "Chitin Bricks",
|
||||
"block.arthropocolypse.chiseled_beetle_fragment_block": "Chiseled Chitin Block",
|
||||
"block.arthropocolypse.polished_beetle_fragment_block": "Polished Chitin Block",
|
||||
"block.arthropocolypse.tiled_beetle_fragment_block": "Tiled Chitin Block",
|
||||
"block.arthropocolypse.beetle_fragment_block_stairs": "Chitin Block Stairs",
|
||||
"block.arthropocolypse.beetle_fragment_block_bricks_stairs": "Chitin Bricks Stairs",
|
||||
"block.arthropocolypse.polished_beetle_fragment_block_stairs": "Polished Chitin Stairs",
|
||||
"block.arthropocolypse.tiled_beetle_fragment_block_stairs": "Tiled Chitin Stairs",
|
||||
"block.arthropocolypse.beetle_fragment_block_slab": "Chitin Block Slab",
|
||||
"block.arthropocolypse.beetle_fragment_block_bricks_slab": "Chitin Bricks Slab",
|
||||
"block.arthropocolypse.polished_beetle_fragment_block_slab": "Polished Chitin Slab",
|
||||
"block.arthropocolypse.tiled_beetle_fragment_block_slab": "Tiled Chitin Slab",
|
||||
"block.arthropocolypse.beetle_fragment_block_wall": "Chitin Block Wall",
|
||||
"block.arthropocolypse.beetle_fragment_block_bricks_wall": "Chitin Bricks Wall",
|
||||
"block.arthropocolypse.polished_beetle_fragment_block_wall": "Polished Chitin Wall",
|
||||
"block.arthropocolypse.tiled_beetle_fragment_block_wall": "Tiled Chitin Wall",
|
||||
"entity.arthropocolypse.scarab": "Behemoth Mongolarachne Larva",
|
||||
"entity.arthropocolypse.prairie_grasshopper": "Giant Cimbrophlebia Hopper",
|
||||
"entity.arthropocolypse.field_cricket": "Glisachaemus Salthopper",
|
||||
"entity.arthropocolypse.ice_crawler": "Obsidian Paleophaedon Beetle",
|
||||
"entity.arthropocolypse.behemoth_desert_spider": "Behemoth Mongolarachne Queen",
|
||||
"entity.arthropocolypse.behemoth_desert_scorpion": "Royal Guard Liassoscorpionides",
|
||||
"entity.arthropocolypse.worker_ant": "Worker Formicium Ant",
|
||||
"entity.arthropocolypse.soldier_ant": "Soldier Formicium Ant",
|
||||
"entity.arthropocolypse.stag_beetle": "Horned Protognathinus Beetle",
|
||||
"entity.arthropocolypse.stag_beetle_larva": "Horned Protognathinus Beetle Larva",
|
||||
"entity.arthropocolypse.wharf_roach": "Arostropsis Weevil",
|
||||
"entity.arthropocolypse.platerodrilus": "Bulwark Platerodrilus Beetle",
|
||||
"entity.arthropocolypse.mealworm_beetle": "Manobiomorpha Flea Beetle",
|
||||
"entity.arthropocolypse.mealworm": "Manobiomorpha Flea Beetle Larva",
|
||||
"entity.arthropocolypse.millipede_head": "Assassin Chilognatha Millipede",
|
||||
"item.arthropocolypse.scarab": "Behemoth Mongolarachne Larva",
|
||||
"item.arthropocolypse.field_cricket_egg": "Glisachaemus Salthopper Egg",
|
||||
"item.arthropocolypse.stag_beetle_egg": "Horned Protognathinus Beetle Egg",
|
||||
"item.arthropocolypse.stag_beetle_larva": "Horned Protognathinus Beetle Larva",
|
||||
"item.arthropocolypse.mealworm_egg": "Manobiomorpha Flea Beetle Egg",
|
||||
"item.arthropocolypse.mealworm": "Manobiomorpha Flea Beetle Larva",
|
||||
"item.arthropocolypse.ice_crawler_meat": "Raw Obsidian Paleophaedon Beetle",
|
||||
"item.arthropocolypse.cooked_ice_crawler_meat": "Cooked Obsidian Paleophaedon Beetle",
|
||||
"item.arthropocolypse.energy_bar": "Bug Snacks",
|
||||
"item.arthropocolypse.beetle_fragment": "Chitin Fragment"
|
||||
"block.arthropocolypse.beetle_fragment_block": "Блок хітину",
|
||||
"block.arthropocolypse.beetle_fragment_block_bricks": "Цегла з хітину",
|
||||
"block.arthropocolypse.chiseled_beetle_fragment_block": "Різьблений блок хітину",
|
||||
"block.arthropocolypse.polished_beetle_fragment_block": "Полірований блок хітину",
|
||||
"block.arthropocolypse.tiled_beetle_fragment_block": "Плитковий блок хітину",
|
||||
"block.arthropocolypse.beetle_fragment_block_stairs": "Сходи з хітинового блоку",
|
||||
"block.arthropocolypse.beetle_fragment_block_bricks_stairs": "Сходи з хітинової цегли",
|
||||
"block.arthropocolypse.polished_beetle_fragment_block_stairs": "Сходи з полірованого хітину",
|
||||
"block.arthropocolypse.tiled_beetle_fragment_block_stairs": "Сходи з плиткового хітину",
|
||||
"block.arthropocolypse.beetle_fragment_block_slab": "Плита з хітинового блоку",
|
||||
"block.arthropocolypse.beetle_fragment_block_bricks_slab": "Плита з хітинової цегли",
|
||||
"block.arthropocolypse.polished_beetle_fragment_block_slab": "Плита з полірованого хітину",
|
||||
"block.arthropocolypse.tiled_beetle_fragment_block_slab": "Плита з плиткового хітину",
|
||||
"block.arthropocolypse.beetle_fragment_block_wall": "Стіна з хітинового блоку",
|
||||
"block.arthropocolypse.beetle_fragment_block_bricks_wall": "Стіна з хітинової цегли",
|
||||
"block.arthropocolypse.polished_beetle_fragment_block_wall": "Стіна з полірованого хітину",
|
||||
"block.arthropocolypse.tiled_beetle_fragment_block_wall": "Стіна з плиткового хітину",
|
||||
"entity.arthropocolypse.scarab": "Личинка монгольської арахніди-бегемота",
|
||||
"entity.arthropocolypse.prairie_grasshopper": "Гігантський скімброфлебій-стрибунець",
|
||||
"entity.arthropocolypse.field_cricket": "Глісахемус-сольовий стрибунець",
|
||||
"entity.arthropocolypse.ice_crawler": "Жук обсидіановий палеофедон",
|
||||
"entity.arthropocolypse.behemoth_desert_spider": "Королева монгольської арахніди-бегемота",
|
||||
"entity.arthropocolypse.behemoth_desert_scorpion": "Королівський гвардієць ліасоскорпіонід",
|
||||
"entity.arthropocolypse.worker_ant": "Робочий мурашка форміція",
|
||||
"entity.arthropocolypse.soldier_ant": "Солдат мурашки форміція",
|
||||
"entity.arthropocolypse.stag_beetle": "Рогатий жук протогнатінус",
|
||||
"entity.arthropocolypse.stag_beetle_larva": "Личинка рогатого жука протогнатінуса",
|
||||
"entity.arthropocolypse.wharf_roach": "Довгоносик аростропсіс",
|
||||
"entity.arthropocolypse.platerodrilus": "Жук платеродрилюс бастіон",
|
||||
"entity.arthropocolypse.mealworm_beetle": "Блішиний жук манобіоморфа",
|
||||
"entity.arthropocolypse.mealworm": "Личинка блішиного жука манобіоморфа",
|
||||
"entity.arthropocolypse.millipede_head": "Сороконіжка хілогната вбивця",
|
||||
"item.arthropocolypse.scarab": "Личинка монгольської арахніди-бегемота",
|
||||
"item.arthropocolypse.field_cricket_egg": "Яйце глісахемуса-сольового стрибунця",
|
||||
"item.arthropocolypse.stag_beetle_egg": "Яйце рогатого жука протогнатінуса",
|
||||
"item.arthropocolypse.stag_beetle_larva": "Личинка рогатого жука протогнатінуса",
|
||||
"item.arthropocolypse.mealworm_egg": "Яйце блішиного жука манобіоморфа",
|
||||
"item.arthropocolypse.mealworm": "Личинка блішиного жука манобіоморфа",
|
||||
"item.arthropocolypse.ice_crawler_meat": "Сирий жук обсидіановий палеофедон",
|
||||
"item.arthropocolypse.cooked_ice_crawler_meat": "Приготований жук обсидіановий палеофедон",
|
||||
"item.arthropocolypse.energy_bar": "Комахи смаколики",
|
||||
"item.arthropocolypse.beetle_fragment": "Фрагмент хітину"
|
||||
}
|
||||
126
kubejs/assets/beneath/blockstates/sulfur.json
Normal file
|
|
@ -0,0 +1,126 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{
|
||||
"model": "beneath:block/sulfur0"
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur1"
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur2"
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur3"
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur4"
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur5"
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur6"
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur7"
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur0",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur1",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur2",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur3",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur4",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur5",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur6",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur7",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur0",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur1",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur2",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur3",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur4",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur5",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur6",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur7",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur0",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur1",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur2",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur3",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur4",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur5",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur6",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "beneath:block/sulfur7",
|
||||
"y": 270
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
7
kubejs/assets/beneath/models/block/sulfur4.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "tfc:block/groundcover/guano",
|
||||
"textures": {
|
||||
"0": "beneath:block/sulfur4",
|
||||
"particle": "beneath:block/sulfur4"
|
||||
}
|
||||
}
|
||||
7
kubejs/assets/beneath/models/block/sulfur5.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "tfc:block/groundcover/guano",
|
||||
"textures": {
|
||||
"0": "beneath:block/sulfur5",
|
||||
"particle": "beneath:block/sulfur5"
|
||||
}
|
||||
}
|
||||
7
kubejs/assets/beneath/models/block/sulfur6.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "tfc:block/groundcover/guano",
|
||||
"textures": {
|
||||
"0": "beneath:block/sulfur6",
|
||||
"particle": "beneath:block/sulfur6"
|
||||
}
|
||||
}
|
||||
7
kubejs/assets/beneath/models/block/sulfur7.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "tfc:block/groundcover/guano",
|
||||
"textures": {
|
||||
"0": "beneath:block/sulfur7",
|
||||
"particle": "beneath:block/sulfur7"
|
||||
}
|
||||
}
|
||||
BIN
kubejs/assets/beneath/textures/block/blackstone_sylvite.png
Normal file
|
After Width: | Height: | Size: 614 B |
BIN
kubejs/assets/beneath/textures/block/crop/ghost_pepper0.png
Normal file
|
After Width: | Height: | Size: 168 B |
BIN
kubejs/assets/beneath/textures/block/crop/ghost_pepper1.png
Normal file
|
After Width: | Height: | Size: 241 B |
BIN
kubejs/assets/beneath/textures/block/crop/ghost_pepper2.png
Normal file
|
After Width: | Height: | Size: 273 B |
BIN
kubejs/assets/beneath/textures/block/crop/ghost_pepper3.png
Normal file
|
After Width: | Height: | Size: 298 B |
BIN
kubejs/assets/beneath/textures/block/crop/ghost_pepper4.png
Normal file
|
After Width: | Height: | Size: 389 B |
BIN
kubejs/assets/beneath/textures/block/crop/ghost_pepper5.png
Normal file
|
After Width: | Height: | Size: 476 B |
BIN
kubejs/assets/beneath/textures/block/crop/ghost_pepper6.png
Normal file
|
After Width: | Height: | Size: 492 B |
BIN
kubejs/assets/beneath/textures/block/cursecoal.png
Normal file
|
After Width: | Height: | Size: 702 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 595 B |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 752 B |
BIN
kubejs/assets/beneath/textures/block/sulfur4.png
Normal file
|
After Width: | Height: | Size: 376 B |
BIN
kubejs/assets/beneath/textures/block/sulfur5.png
Normal file
|
After Width: | Height: | Size: 449 B |
BIN
kubejs/assets/beneath/textures/block/sulfur6.png
Normal file
|
After Width: | Height: | Size: 386 B |
BIN
kubejs/assets/beneath/textures/block/sulfur7.png
Normal file
|
After Width: | Height: | Size: 426 B |
BIN
kubejs/assets/beneath/textures/block/unposter/normal.png
Normal file
|
After Width: | Height: | Size: 624 B |
|
After Width: | Height: | Size: 484 B |
BIN
kubejs/assets/beneath/textures/block/unposter/unposter_side.png
Normal file
|
After Width: | Height: | Size: 623 B |
BIN
kubejs/assets/beneath/textures/entity/nether_deer.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
kubejs/assets/beneath/textures/entity/nether_deer_fawn.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
kubejs/assets/beneath/textures/item/cursecoal.png
Normal file
|
After Width: | Height: | Size: 461 B |
|
|
@ -14,6 +14,7 @@
|
|||
"block.betterend.bolux_mushroom": "Колония грибов болюкс",
|
||||
"block.betterend.bolux_mushroom_wild": "Дикорастущая колония грибов болюкс",
|
||||
"block.betterend.bolux_mushroom_dead": "Погибшая колония грибов болюкс",
|
||||
"block.betterend.brimstone": "Фурия",
|
||||
"block.betterend.bushy_grass": "Новотрава",
|
||||
"block.betterend.bulb_moss": "Луковичный мох",
|
||||
"block.betterend.cave_bush": "Карминовая ламелла",
|
||||
|
|
@ -45,14 +46,21 @@
|
|||
"block.betterend.filalux_wings": "Филалюксовые крылья",
|
||||
"block.betterend.flamaea": "Гриб фламея",
|
||||
"block.betterend.flammalix": "Гриб фламмаликс",
|
||||
"block.betterend.flavolite": "Игнимбрит",
|
||||
"block.betterend.flavolite_bricks": "Игнимбритовые кирпичи",
|
||||
"block.betterend.flavolite_pillar": "Игнимбритовая колонна",
|
||||
"block.betterend.flavolite_polished": "Полированный игнимбрит",
|
||||
"block.betterend.flavolite_tiles": "Игнимбритовая плитка",
|
||||
"block.betterend.fracturn": "Фрактюрн",
|
||||
"block.betterend.glacian_hymenophore": "Гласиевый гименофор",
|
||||
"block.betterend.globulagus": "Глобулагус",
|
||||
"block.betterend.hydrothermal_vent": "Термальный источник",
|
||||
"block.betterend.hydralux_small": "Гидралюкс",
|
||||
"block.betterend.hydralux_large": "Гидралюкс",
|
||||
"block.betterend.hydralux_sapling": "Отросток гидралюкса",
|
||||
"block.betterend.inflexia": "Инфлексия",
|
||||
"block.betterend.lacugrove": "Водоросли озёрного мангра",
|
||||
"block.betterend.lacugrove_bark": "Адакит",
|
||||
"block.betterend.lamellarium": "Ламеллариум",
|
||||
"block.betterend.lanceleaf": "Ланцелист",
|
||||
"block.betterend.lanceleaf_small": "Кинжал ланцелиста",
|
||||
|
|
@ -60,6 +68,7 @@
|
|||
"block.betterend.lucernia_leaves": "Люцернивовая ламелла",
|
||||
"block.betterend.lucernia_leaves_fallen": "Маленькая люцернивовая ламелла",
|
||||
"block.betterend.lucernia_outer_leaves": "Люцернивовая гифа",
|
||||
"block.betterend.lucernia_bark": "Жесткий сланец",
|
||||
"block.betterend.lutebus": "Лютебус",
|
||||
"block.betterend.magnula": "Магнула",
|
||||
"block.betterend.nightshade_moss": "Мох нокс",
|
||||
|
|
@ -69,11 +78,24 @@
|
|||
"block.betterend.rubinea": "Рубинея",
|
||||
"block.betterend.ruscus": "Трава руксус",
|
||||
"block.betterend.salteago": "Сальтеаго",
|
||||
"block.betterend.sandy_jadestone": "Лампроит",
|
||||
"block.betterend.sandy_jadestone_bricks": "Лампроитовые кирпичи",
|
||||
"block.betterend.sandy_jadestone_pillar": "Лампроитовая колонна",
|
||||
"block.betterend.sandy_jadestone_polished": "Полированный лампроит",
|
||||
"block.betterend.sandy_jadestone_tiles": "Лампроитовая плитеп",
|
||||
"block.betterend.selagine": "Селагинелла",
|
||||
"block.betterend.shadow_berry": "Нокс-ягода",
|
||||
"block.betterend.shadow_berry_wild": "Дикорастущая нокс-ягода",
|
||||
"block.betterend.shadow_berry_dead": "Погибшая нокс-ягода",
|
||||
"block.betterend.shadow_plant": "Почерневшая пепельная трава",
|
||||
"block.betterend.small_amaranita_mushroom": "Маленький гриб амаранит",
|
||||
"block.betterend.sulphur_crystal": "Серные кристаллы",
|
||||
"block.betterend.sulphuric_rock": "Thermal Vent Deposit",
|
||||
"block.betterend.sulphuric_rock_bricks": "Thermal Vent Deposit Bricks",
|
||||
"block.betterend.sulphuric_rock_pillar": "Thermal Vent Deposit Pillar",
|
||||
"block.betterend.sulphuric_rock_polished": "Polished Thermal Vent Deposit",
|
||||
"block.betterend.sulphuric_rock_tiles": "Thermal Vent Deposit Tiles",
|
||||
"block.betterend.tube_worm": "Трубчатый червь",
|
||||
"block.betterend.twisted_moss": "Закрученный мох",
|
||||
"block.betterend.twisted_umbrella_moss": "Закрученный зонтичный мох",
|
||||
"block.betterend.twisted_umbrella_moss_tall": "Закрученный зонтичный мох",
|
||||
|
|
|
|||
|
|
@ -46,11 +46,11 @@
|
|||
"block.betterend.filalux_wings": "Крила Філалюкса",
|
||||
"block.betterend.flamaea": "Гриб Фламаеа",
|
||||
"block.betterend.flammalix": "Гриб Фламмалікс",
|
||||
"block.betterend.flavolite": "Необроблений леуцитит",
|
||||
"block.betterend.flavolite_bricks": "Леуцититові цеглини",
|
||||
"block.betterend.flavolite_pillar": "Леуцититовий стовп",
|
||||
"block.betterend.flavolite_polished": "Полірований леуцитит",
|
||||
"block.betterend.flavolite_tiles": "Леуцититові плитки",
|
||||
"block.betterend.flavolite": "Необроблений ігнімбрит",
|
||||
"block.betterend.flavolite_bricks": "Ігнімбритові цеглини",
|
||||
"block.betterend.flavolite_pillar": "Ігнімбритовий стовп",
|
||||
"block.betterend.flavolite_polished": "Полірований ігнімбрит",
|
||||
"block.betterend.flavolite_tiles": "Ігнімбритові плитки",
|
||||
"block.betterend.fracturn": "Фрактурн",
|
||||
"block.betterend.glacian_hymenophore": "Гіменофор Ґлаціана",
|
||||
"block.betterend.globulagus": "Глобулагус",
|
||||
|
|
@ -90,11 +90,11 @@
|
|||
"block.betterend.shadow_plant": "Почорнілий яснотрав",
|
||||
"block.betterend.small_amaranita_mushroom": "Малий гриб Амаранита",
|
||||
"block.betterend.sulphur_crystal": "Сірчаний кристал",
|
||||
"block.betterend.sulphuric_rock": "Необроблений ігнімбрит",
|
||||
"block.betterend.sulphuric_rock_bricks": "Ігнімбритові цеглини",
|
||||
"block.betterend.sulphuric_rock_pillar": "Ігнімбритовий стовп",
|
||||
"block.betterend.sulphuric_rock_polished": "Полірований ігнімбрит",
|
||||
"block.betterend.sulphuric_rock_tiles": "Ігнімбритові плитки",
|
||||
"block.betterend.sulphuric_rock": "Поклад термального жерла",
|
||||
"block.betterend.sulphuric_rock_bricks": "Цегла з покладу термального жерла",
|
||||
"block.betterend.sulphuric_rock_pillar": "Стовп з покладу термального жерла",
|
||||
"block.betterend.sulphuric_rock_polished": "Полірований поклад термального жерла",
|
||||
"block.betterend.sulphuric_rock_tiles": "Плитка з покладу термального жерла",
|
||||
"block.betterend.tube_worm": "Трубчастий хробак",
|
||||
"block.betterend.twisted_moss": "Химерний мох",
|
||||
"block.betterend.twisted_umbrella_moss": "Химерний парасольковий мох",
|
||||
|
|
|
|||
116
kubejs/assets/buildinggadgets2/lang/ru_ru.json
Normal file
|
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.buildinggadgets2.render_block": "Служебный блок рендера (НЕ ИСПОЛЬЗОВАТЬ)",
|
||||
"block.buildinggadgets2.template_manager": "Менеджер шаблонов",
|
||||
"buildinggadgets2.book.landing_text": "Строить стало проще! (Даже если Грег опять требует EU.)",
|
||||
"buildinggadgets2.book.name": "Гаджеты для чайников",
|
||||
"buildinggadgets2.buttons.copy": "Копирование",
|
||||
"buildinggadgets2.buttons.load": "Загрузить",
|
||||
"buildinggadgets2.buttons.materials": "Материалы",
|
||||
"buildinggadgets2.buttons.paste": "Вставка",
|
||||
"buildinggadgets2.buttons.render": "Режим рендера",
|
||||
"buildinggadgets2.buttons.save": "Сохранить",
|
||||
"buildinggadgets2.fade": "Затухание",
|
||||
"buildinggadgets2.grow": "Расширение области",
|
||||
"buildinggadgets2.growup": "Расширение вверх",
|
||||
"buildinggadgets2.gui.range": "Рабочий радиус",
|
||||
"buildinggadgets2.keymapping.mode-switch": "Смена режима гаджета",
|
||||
"buildinggadgets2.messages.anchorcleared": "Якорь сброшен",
|
||||
"buildinggadgets2.messages.anchorset": "Якорь установлен: ",
|
||||
"buildinggadgets2.messages.areatoolarge": "Превышен допустимый размер области. Максимум: %d. Текущий: %d",
|
||||
"buildinggadgets2.messages.bindfailed": "Ошибка привязки: недопустимый блок",
|
||||
"buildinggadgets2.messages.bindremoved": "Привязка удалена",
|
||||
"buildinggadgets2.messages.bindsuccess": "Инвентарь привязан к: %s",
|
||||
"buildinggadgets2.messages.copyblocks": "Скопировано блоков: %d",
|
||||
"buildinggadgets2.messages.copycoordsfailed": "Ошибка копирования координат",
|
||||
"buildinggadgets2.messages.cutblocks": "Вырезано блоков: %d",
|
||||
"buildinggadgets2.messages.cutinprogress": "Операция вырезания выполняется",
|
||||
"buildinggadgets2.messages.invalidblock": "Недопустимый блок",
|
||||
"buildinggadgets2.messages.namealreadyexists": "Указанное имя уже используется",
|
||||
"buildinggadgets2.messages.namerequired": "Для редпринта требуется имя",
|
||||
"buildinggadgets2.messages.notenoughenergy": "Недостаточно EU для выполнения операции. Требуется: %d EU. Доступно: %d EU",
|
||||
"buildinggadgets2.messages.outofpower": "Энергия гаджета исчерпана",
|
||||
"buildinggadgets2.messages.overwritecut": "В гаджете уже сохранены данные. Повторное действие перезапишет их",
|
||||
"buildinggadgets2.messages.range_set": "Рабочий радиус установлен: %d",
|
||||
"buildinggadgets2.messages.redprintgivefail": "Не удалось выдать редпринт %s игроку %s",
|
||||
"buildinggadgets2.messages.redprintremovefail": "Ошибка удаления редпринта: %s",
|
||||
"buildinggadgets2.messages.redprintremovesuccess": "Редпринт удалён: %s",
|
||||
"buildinggadgets2.messages.relativepaste": "Относительная вставка: [%s]",
|
||||
"buildinggadgets2.messages.render_set": "Тип рендера установлен: %s",
|
||||
"buildinggadgets2.messages.undofailedunloaded": "Отмена невозможна: чанки не загружены: %s",
|
||||
"buildinggadgets2.modes.build_to_me": "Построение к игроку",
|
||||
"buildinggadgets2.modes.copy": "Режим копирования",
|
||||
"buildinggadgets2.modes.cut": "Режим вырезания",
|
||||
"buildinggadgets2.modes.grid": "Сеточный режим",
|
||||
"buildinggadgets2.modes.horizontal_row": "Горизонтальный ряд",
|
||||
"buildinggadgets2.modes.horizontal_wall": "Горизонтальная стена",
|
||||
"buildinggadgets2.modes.paste": "Режим вставки",
|
||||
"buildinggadgets2.modes.stairs": "Лестничный режим",
|
||||
"buildinggadgets2.modes.surface": "Режим поверхности",
|
||||
"buildinggadgets2.modes.vertical_column": "Вертикальная колонна",
|
||||
"buildinggadgets2.modes.vertical_wall": "Вертикальная стена",
|
||||
"buildinggadgets2.radialmenu.anchor": "Якорь",
|
||||
"buildinggadgets2.radialmenu.bind": "Привязка инвентаря",
|
||||
"buildinggadgets2.radialmenu.connected_area": "Связанная область",
|
||||
"buildinggadgets2.radialmenu.copypastemenu": "Меню параметров",
|
||||
"buildinggadgets2.radialmenu.cut": "Вырезание",
|
||||
"buildinggadgets2.radialmenu.fuzzy": "Нечёткое сопоставление",
|
||||
"buildinggadgets2.radialmenu.materiallist": "Список материалов",
|
||||
"buildinggadgets2.radialmenu.raytracefluids": "Учитывать жидкости",
|
||||
"buildinggadgets2.radialmenu.rotate": "Поворот",
|
||||
"buildinggadgets2.radialmenu.undo": "Отмена операции",
|
||||
"buildinggadgets2.riseup": "Подъём",
|
||||
"buildinggadgets2.screen.absolutecoords": "Абсолютные координаты",
|
||||
"buildinggadgets2.screen.affecttiles": "Обрабатывать блок-сущности",
|
||||
"buildinggadgets2.screen.cancel": "Отмена",
|
||||
"buildinggadgets2.screen.clear": "Очистить",
|
||||
"buildinggadgets2.screen.close": "Закрыть",
|
||||
"buildinggadgets2.screen.confirm": "Подтвердить",
|
||||
"buildinggadgets2.screen.copyheading": "Параметры выделения",
|
||||
"buildinggadgets2.screen.copysubheading": "Абсолютный режим использует координаты блоков",
|
||||
"buildinggadgets2.screen.depth": "Глубина",
|
||||
"buildinggadgets2.screen.destructiontoolarge": "Область разрушения превышает лимит",
|
||||
"buildinggadgets2.screen.down": "Вниз",
|
||||
"buildinggadgets2.screen.end": "Конец",
|
||||
"buildinggadgets2.screen.invalidjson": "Недопустимый JSON",
|
||||
"buildinggadgets2.screen.left": "Влево",
|
||||
"buildinggadgets2.screen.missingasc": "Не хватает (по возр.)",
|
||||
"buildinggadgets2.screen.missingdesc": "Не хватает (по убыв.)",
|
||||
"buildinggadgets2.screen.namefieldtext": "имя?",
|
||||
"buildinggadgets2.screen.paste_replace": "Заменять блоки (дроп отсутствует)",
|
||||
"buildinggadgets2.screen.pasteheading": "Параметры размещения",
|
||||
"buildinggadgets2.screen.placeatop": "Разместить сверху",
|
||||
"buildinggadgets2.screen.relativecoords": "Относительные координаты",
|
||||
"buildinggadgets2.screen.requiredasc": "Требуется (по возр.)",
|
||||
"buildinggadgets2.screen.requireddesc": "Требуется (по убыв.)",
|
||||
"buildinggadgets2.screen.revert": "Сброс",
|
||||
"buildinggadgets2.screen.right": "Вправо",
|
||||
"buildinggadgets2.screen.sortaz": "Сортировать А–Я",
|
||||
"buildinggadgets2.screen.sortza": "Сортировать Я–А",
|
||||
"buildinggadgets2.screen.start": "Начало",
|
||||
"buildinggadgets2.screen.templateplaceholder": "Имя шаблона",
|
||||
"buildinggadgets2.screen.up": "Вверх",
|
||||
"buildinggadgets2.snap": "ЩЁЛК!",
|
||||
"buildinggadgets2.squish": "Сжатие",
|
||||
"buildinggadgets2.templatename": "Имя: %s",
|
||||
"buildinggadgets2.tooltips.blockstate": "Блок: %s",
|
||||
"buildinggadgets2.tooltips.boundto": "Привязано к: %s:%s",
|
||||
"buildinggadgets2.tooltips.energy": "Энергия: %d / %d EU",
|
||||
"buildinggadgets2.tooltips.holdshift": "Удерживайте Shift для технической информации",
|
||||
"buildinggadgets2.tooltips.mode": "Режим: %s",
|
||||
"buildinggadgets2.tooltips.range": "Рабочий радиус: %d",
|
||||
"buildinggadgets2.voidwarning": "ВНИМАНИЕ: удалённые блоки не оставляют дроп",
|
||||
"item.buildinggadgets2.gadget_building": "Строительный гаджет",
|
||||
"item.buildinggadgets2.gadget_copy_paste": "Гаджет копирования и вставки",
|
||||
"item.buildinggadgets2.gadget_cut_paste": "Гаджет вырезания и вставки",
|
||||
"item.buildinggadgets2.gadget_destruction": "Гаджет разрушения",
|
||||
"item.buildinggadgets2.gadget_exchanging": "Гаджет замены",
|
||||
"item.buildinggadgets2.redprint": "Редпринт",
|
||||
"item.buildinggadgets2.template": "Шаблон",
|
||||
"itemGroup.buildinggadgets2": "Строительные гаджеты 2",
|
||||
"key.buildinggadgets2.anchor": "Якорь",
|
||||
"key.buildinggadgets2.category": "Строительные гаджеты 2",
|
||||
"key.buildinggadgets2.range": "Рабочий радиус",
|
||||
"key.buildinggadgets2.settings_menu": "Меню параметров",
|
||||
"key.buildinggadgets2.undo": "Отмена"
|
||||
}
|
||||
9
kubejs/assets/comforts/lang/ru_ru.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"item.comforts.sleeping_bag.auto_use.tooltip.0": "Игрок сразу же укладывается спать.",
|
||||
"item.comforts.sleeping_bag.auto_use.tooltip.1": "Чтобы разместить, используйте в приседе.",
|
||||
"item.comforts.hammock.placement.tooltip": "Требует %s для размещения.",
|
||||
"item.comforts.rope_and_nail.placement.tooltip": "Используется для размещения гамаков.",
|
||||
"item.comforts.hammock.missing_rope": "Чтобы повесить гамак, на другом конце также должны быть верёвка и гвоздь",
|
||||
"item.comforts.hammock.no_space": "Здесь недостаточно места, чтобы разместить гамак"
|
||||
}
|
||||
428
kubejs/assets/framedblocks/lang/ru_ru.json
Normal file
|
|
@ -0,0 +1,428 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.framedblocks.framed_activator_rail_slope": "Рамная наклонная активирующая рельса",
|
||||
"block.framedblocks.framed_adj_double_copycat_panel": "Рамная регулируемая двойная имитационная панель",
|
||||
"block.framedblocks.framed_adj_double_copycat_slab": "Рамная регулируемая двойная имитационная плита",
|
||||
"block.framedblocks.framed_adj_double_panel": "Рамная регулируемая двойная панель",
|
||||
"block.framedblocks.framed_adj_double_slab": "Рамная регулируемая двойная плита",
|
||||
"block.framedblocks.framed_bars": "Рамная решётка",
|
||||
"block.framedblocks.framed_bookshelf": "Рамная книжная полка",
|
||||
"block.framedblocks.framed_bouncy_cube": "Рамный пружинящий куб",
|
||||
"block.framedblocks.framed_button": "Рамная кнопка",
|
||||
"block.framedblocks.framed_centered_panel": "Рамная центрированная панель",
|
||||
"block.framedblocks.framed_centered_slab": "Рамная центрированная плита",
|
||||
"block.framedblocks.framed_chain": "Рамная цепь",
|
||||
"block.framedblocks.framed_checkered_cube": "Рамный клетчатый куб",
|
||||
"block.framedblocks.framed_checkered_cube_segment": "Сегмент рамного клетчатого куба",
|
||||
"block.framedblocks.framed_checkered_panel": "Рамная клетчатая панель",
|
||||
"block.framedblocks.framed_checkered_panel_segment": "Сегмент рамной клетчатой панели",
|
||||
"block.framedblocks.framed_checkered_slab": "Рамная клетчатая плита",
|
||||
"block.framedblocks.framed_checkered_slab_segment": "Сегмент рамной клетчатой плиты",
|
||||
"block.framedblocks.framed_chest": "Рамный сундук",
|
||||
"block.framedblocks.framed_chiseled_bookshelf": "Рамная резная книжная полка",
|
||||
"block.framedblocks.framed_collapsible_block": "Рамный складной блок",
|
||||
"block.framedblocks.framed_collapsible_copycat_block": "Рамный складной имитационный блок",
|
||||
"block.framedblocks.framed_compound_slope_panel": "Рамная составная наклонная панель",
|
||||
"block.framedblocks.framed_compound_slope_slab": "Рамная составная наклонная плита",
|
||||
"block.framedblocks.framed_corner_pillar": "Рамная угловая колонна",
|
||||
"block.framedblocks.framed_corner_slope": "Рамный угловой склон",
|
||||
"block.framedblocks.framed_corner_slope_edge": "Рамный угловой наклонный край",
|
||||
"block.framedblocks.framed_corner_strip": "Рамная угловая полоса",
|
||||
"block.framedblocks.framed_corner_tube": "Рамная угловая труба",
|
||||
"block.framedblocks.framed_cube": "Рамный куб",
|
||||
"block.framedblocks.framed_detector_rail_slope": "Рамная наклонная датчиковая рельса",
|
||||
"block.framedblocks.framed_divided_panel_horizontal": "Рамная разделённая панель (горизонтальная)",
|
||||
"block.framedblocks.framed_divided_panel_vertical": "Рамная разделённая панель (вертикальная)",
|
||||
"block.framedblocks.framed_divided_slab": "Рамная разделённая плита",
|
||||
"block.framedblocks.framed_divided_slope": "Рамный разделённый склон",
|
||||
"block.framedblocks.framed_divided_stairs": "Рамные разделённые ступени",
|
||||
"block.framedblocks.framed_door": "Рамная дверь",
|
||||
"block.framedblocks.framed_double_corner": "Рамный двойной угол",
|
||||
"block.framedblocks.framed_double_half_slope": "Рамный двойной полусклон",
|
||||
"block.framedblocks.framed_double_half_stairs": "Рамные двойные полуступени",
|
||||
"block.framedblocks.framed_double_panel": "Рамная двойная панель",
|
||||
"block.framedblocks.framed_double_prism_corner": "Рамный двойной призматический угол",
|
||||
"block.framedblocks.framed_double_slab": "Рамная двойная плита",
|
||||
"block.framedblocks.framed_double_slope": "Рамный двойной склон",
|
||||
"block.framedblocks.framed_double_slope_panel": "Рамная двойная наклонная панель",
|
||||
"block.framedblocks.framed_double_slope_slab": "Рамная двойная наклонная плита",
|
||||
"block.framedblocks.framed_double_stairs": "Рамные двойные ступени",
|
||||
"block.framedblocks.framed_double_threeway_corner": "Рамный двойной трёхсторонний угол",
|
||||
"block.framedblocks.framed_double_threeway_corner_pillar": "Рамная двойная трёхсторонняя угловая колонна",
|
||||
"block.framedblocks.framed_elev_double_corner_slope_edge": "Рамный повышенный двойной угловой наклонный край",
|
||||
"block.framedblocks.framed_elev_double_inner_corner_slope_edge": "Рамный повышенный двойной внутренний угловой наклонный край",
|
||||
"block.framedblocks.framed_elevated_corner_slope_edge": "Рамный повышенный угловой наклонный край",
|
||||
"block.framedblocks.framed_elevated_double_slope_edge": "Рамный повышенный двойной наклонный край",
|
||||
"block.framedblocks.framed_elevated_double_slope_slab": "Рамная повышенная двойная наклонная плита",
|
||||
"block.framedblocks.framed_elevated_inner_corner_slope_edge": "Рамный повышенный внутренний угловой наклонный край",
|
||||
"block.framedblocks.framed_elevated_inner_double_prism": "Рамная двойная призма",
|
||||
"block.framedblocks.framed_elevated_inner_double_sloped_prism": "Рамная двойная наклонная призма",
|
||||
"block.framedblocks.framed_elevated_inner_prism": "Рамная внутренняя призма",
|
||||
"block.framedblocks.framed_elevated_inner_sloped_prism": "Рамная внутренняя наклонная призма",
|
||||
"block.framedblocks.framed_elevated_pyramid_slab": "Рамная повышенная пирамидальная плита",
|
||||
"block.framedblocks.framed_elevated_slope_edge": "Рамный повышенный наклонный край",
|
||||
"block.framedblocks.framed_elevated_slope_slab": "Рамная повышенная наклонная плита",
|
||||
"block.framedblocks.framed_ext_corner_slope_panel": "Рамная удлинённая угловая наклонная панель",
|
||||
"block.framedblocks.framed_ext_corner_slope_panel_w": "Рамная удлинённая угловая наклонная панель",
|
||||
"block.framedblocks.framed_ext_double_corner_slope_panel": "Рамная удлинённая двойная угловая наклонная панель",
|
||||
"block.framedblocks.framed_ext_double_corner_slope_panel_w": "Рамная удлинённая двойная угловая наклонная панель",
|
||||
"block.framedblocks.framed_ext_inner_corner_slope_panel": "Рамная удлинённая внутренняя угловая наклонная панель",
|
||||
"block.framedblocks.framed_ext_inner_corner_slope_panel_w": "Рамная удлинённая внутренняя угловая наклонная панель",
|
||||
"block.framedblocks.framed_ext_inner_double_corner_slope_panel": "Рамная удлинённая внутренняя двойная угловая наклонная панель",
|
||||
"block.framedblocks.framed_ext_inner_double_corner_slope_panel_w": "Рамная удлинённая внутренняя двойная угловая наклонная панель",
|
||||
"block.framedblocks.framed_extended_double_slope_panel": "Рамная удлинённая двойная наклонная панель",
|
||||
"block.framedblocks.framed_extended_slope_panel": "Рамная удлинённая наклонная панель",
|
||||
"block.framedblocks.framed_fancy_activator_rail": "Рамная декоративная активирующая рельса",
|
||||
"block.framedblocks.framed_fancy_activator_rail_slope": "Рамная декоративная наклонная активирующая рельса",
|
||||
"block.framedblocks.framed_fancy_detector_rail": "Рамная декоративная датчиковая рельса",
|
||||
"block.framedblocks.framed_fancy_detector_rail_slope": "Рамная декоративная наклонная датчиковая рельса",
|
||||
"block.framedblocks.framed_fancy_powered_rail": "Рамная декоративная рельса с питанием",
|
||||
"block.framedblocks.framed_fancy_powered_rail_slope": "Рамная декоративная наклонная рельса с питанием",
|
||||
"block.framedblocks.framed_fancy_rail": "Рамная декоративная рельса",
|
||||
"block.framedblocks.framed_fancy_rail_slope": "Рамная декоративная наклонная рельса",
|
||||
"block.framedblocks.framed_fence": "Рамный забор",
|
||||
"block.framedblocks.framed_fence_gate": "Рамная калитка",
|
||||
"block.framedblocks.framed_flat_double_slope_panel_corner": "Рамный плоский двойной наклонный угловой элемент панели",
|
||||
"block.framedblocks.framed_flat_double_slope_slab_corner": "Рамный плоский двойной наклонный угловой элемент плиты",
|
||||
"block.framedblocks.framed_flat_elev_double_slope_slab_corner": "Рамный плоский повышенный двойной наклонный угловой элемент плиты",
|
||||
"block.framedblocks.framed_flat_elev_inner_double_slope_slab_corner": "Рамный плоский повышенный внутренний двойной наклонный угловой элемент плиты",
|
||||
"block.framedblocks.framed_flat_elev_inner_slope_slab_corner": "Рамный плоский повышенный внутренний наклонный угловой элемент плиты",
|
||||
"block.framedblocks.framed_flat_elev_slope_slab_corner": "Рамный плоский повышенный наклонный угловой элемент плиты",
|
||||
"block.framedblocks.framed_flat_ext_double_slope_panel_corner": "Рамный плоский удлинённый двойной наклонный угловой элемент панели",
|
||||
"block.framedblocks.framed_flat_ext_inner_double_slope_panel_corner": "Рамный плоский удлинённый внутренний двойной наклонный угловой элемент панели",
|
||||
"block.framedblocks.framed_flat_ext_inner_slope_panel_corner": "Рамный плоский удлинённый внутренний наклонный угловой элемент панели",
|
||||
"block.framedblocks.framed_flat_ext_slope_panel_corner": "Рамный плоский удлинённый наклонный угловой элемент панели",
|
||||
"block.framedblocks.framed_flat_inner_slope_panel_corner": "Рамный плоский внутренний наклонный угловой элемент панели",
|
||||
"block.framedblocks.framed_flat_inner_slope_slab_corner": "Рамный плоский внутренний наклонный угловой элемент плиты",
|
||||
"block.framedblocks.framed_flat_inv_double_slope_panel_corner": "Рамный плоский инвертированный двойной наклонный угловой элемент панели",
|
||||
"block.framedblocks.framed_flat_inv_double_slope_slab_corner": "Рамный плоский инвертированный двойной наклонный угловой элемент плиты",
|
||||
"block.framedblocks.framed_flat_slope_panel_corner": "Рамный плоский наклонный угловой элемент панели",
|
||||
"block.framedblocks.framed_flat_slope_slab_corner": "Рамный плоский наклонный угловой элемент плиты",
|
||||
"block.framedblocks.framed_flat_stacked_inner_slope_panel_corner": "Рамный плоский составной внутренний наклонный угловой элемент панели",
|
||||
"block.framedblocks.framed_flat_stacked_inner_slope_slab_corner": "Рамный плоский составной внутренний наклонный угловой элемент плиты",
|
||||
"block.framedblocks.framed_flat_stacked_slope_panel_corner": "Рамный плоский составной наклонный угловой элемент панели",
|
||||
"block.framedblocks.framed_flat_stacked_slope_slab_corner": "Рамный плоский составной наклонный угловой элемент плиты",
|
||||
"block.framedblocks.framed_floor_board": "Рамная напольная доска",
|
||||
"block.framedblocks.framed_flower_pot": "Рамный цветочный горшок",
|
||||
"block.framedblocks.framed_gate": "Рамная решётчатая дверь",
|
||||
"block.framedblocks.framed_glowing_cube": "Рамный светящийся куб",
|
||||
"block.framedblocks.framed_glowing_item_frame": "Рамная светящаяся рамка для предмета",
|
||||
"block.framedblocks.framed_gold_pressure_plate": "Рамная лёгкая нажимная плита",
|
||||
"block.framedblocks.framed_half_pillar": "Рамная полуколонна",
|
||||
"block.framedblocks.framed_half_slope": "Рамный полусклон",
|
||||
"block.framedblocks.framed_half_stairs": "Рамные полуступени",
|
||||
"block.framedblocks.framed_hanging_sign": "Рамная подвесная табличка",
|
||||
"block.framedblocks.framed_horizontal_pane": "Рамная горизонтальная перегородка",
|
||||
"block.framedblocks.framed_inner_corner_slope": "Рамный внутренний угловой склон",
|
||||
"block.framedblocks.framed_inner_corner_slope_edge": "Рамный внутренний угловой наклонный край",
|
||||
"block.framedblocks.framed_inner_prism_corner": "Рамный внутренний призматический угол",
|
||||
"block.framedblocks.framed_inner_threeway_corner": "Рамный внутренний трёхсторонний угол",
|
||||
"block.framedblocks.framed_inner_threeway_corner_slope_edge": "Рамный внутренний трёхсторонний угловой наклонный край",
|
||||
"block.framedblocks.framed_inv_double_corner_slope_panel": "Рамная инвертированная двойная угловая наклонная панель",
|
||||
"block.framedblocks.framed_inv_double_corner_slope_panel_w": "Рамная инвертированная двойная угловая наклонная панель",
|
||||
"block.framedblocks.framed_inv_double_slope_panel": "Рамная инвертированная двойная наклонная панель",
|
||||
"block.framedblocks.framed_inv_double_slope_slab": "Рамная инвертированная двойная наклонная плита",
|
||||
"block.framedblocks.framed_iron_door": "Рамная железная дверь",
|
||||
"block.framedblocks.framed_iron_gate": "Рамная железная решётчатая дверь",
|
||||
"block.framedblocks.framed_iron_pressure_plate": "Рамная тяжёлая нажимная плита",
|
||||
"block.framedblocks.framed_iron_trapdoor": "Рамный железный люк",
|
||||
"block.framedblocks.framed_item_frame": "Рамная рамка для предмета",
|
||||
"block.framedblocks.framed_ladder": "Рамная лестница",
|
||||
"block.framedblocks.framed_lantern": "Рамный фонарь",
|
||||
"block.framedblocks.framed_large_button": "Большая рамная кнопка",
|
||||
"block.framedblocks.framed_large_corner_slope_panel": "Рамная крупная угловая наклонная панель",
|
||||
"block.framedblocks.framed_large_corner_slope_panel_w": "Рамная крупная угловая наклонная панель",
|
||||
"block.framedblocks.framed_large_double_corner_slope_panel": "Рамная крупная двойная угловая наклонная панель",
|
||||
"block.framedblocks.framed_large_double_corner_slope_panel_w": "Рамная крупная двойная угловая наклонная панель",
|
||||
"block.framedblocks.framed_large_inner_corner_slope_panel": "Рамная крупная внутренняя угловая наклонная панель",
|
||||
"block.framedblocks.framed_large_inner_corner_slope_panel_w": "Рамная крупная внутренняя угловая наклонная панель",
|
||||
"block.framedblocks.framed_large_stone_button": "Большая рамная каменная кнопка",
|
||||
"block.framedblocks.framed_lattice_block": "Рамная решётка",
|
||||
"block.framedblocks.framed_lever": "Рамный рычаг",
|
||||
"block.framedblocks.framed_masonry_corner": "Рамный каменный угловой элемент",
|
||||
"block.framedblocks.framed_masonry_corner_segment": "Сегмент рамного каменного углового элемента",
|
||||
"block.framedblocks.framed_mini_cube": "Рамный мини-куб",
|
||||
"block.framedblocks.framed_obsidian_pressure_plate": "Рамная обсидиановая нажимная плита",
|
||||
"block.framedblocks.framed_one_way_window": "Рамное одностороннее окно",
|
||||
"block.framedblocks.framed_pane": "Рамная перегородка",
|
||||
"block.framedblocks.framed_panel": "Рамная панель",
|
||||
"block.framedblocks.framed_pillar": "Рамная колонна",
|
||||
"block.framedblocks.framed_post": "Рамный столб",
|
||||
"block.framedblocks.framed_powered_rail_slope": "Рамная наклонная рельса с питанием",
|
||||
"block.framedblocks.framed_pressure_plate": "Рамная нажимная плита",
|
||||
"block.framedblocks.framed_prism": "Рамная призма",
|
||||
"block.framedblocks.framed_prism_corner": "Рамный призматический угол",
|
||||
"block.framedblocks.framed_pyramid": "Рамная пирамида",
|
||||
"block.framedblocks.framed_pyramid_slab": "Рамная пирамидальная плита",
|
||||
"block.framedblocks.framed_rail_slope": "Рамная наклонная рельса",
|
||||
"block.framedblocks.framed_redstone_block": "Рамный редстоуновый блок",
|
||||
"block.framedblocks.framed_redstone_torch": "Рамный редстоуновый факел",
|
||||
"block.framedblocks.framed_secret_storage": "Рамное секретное хранилище",
|
||||
"block.framedblocks.framed_sign": "Рамная табличка",
|
||||
"block.framedblocks.framed_slab": "Рамная плита",
|
||||
"block.framedblocks.framed_slab_corner": "Рамный угловой элемент плиты",
|
||||
"block.framedblocks.framed_slab_edge": "Рамный краевой элемент плиты",
|
||||
"block.framedblocks.framed_sliced_stairs_panel": "Рамные срезанные ступени (панель)",
|
||||
"block.framedblocks.framed_sliced_stairs_slab": "Рамные срезанные ступени (плита)",
|
||||
"block.framedblocks.framed_slope": "Рамный склон",
|
||||
"block.framedblocks.framed_slope_edge": "Рамный наклонный край",
|
||||
"block.framedblocks.framed_slope_panel": "Рамная наклонная панель",
|
||||
"block.framedblocks.framed_slope_slab": "Рамная наклонная плита",
|
||||
"block.framedblocks.framed_sloped_prism": "Рамная наклонная призма",
|
||||
"block.framedblocks.framed_sloped_stairs": "Рамные наклонные ступени",
|
||||
"block.framedblocks.framed_small_corner_slope_panel": "Рамная малая угловая наклонная панель",
|
||||
"block.framedblocks.framed_small_corner_slope_panel_w": "Рамная малая угловая наклонная панель",
|
||||
"block.framedblocks.framed_small_double_corner_slope_panel": "Рамная малая двойная угловая наклонная панель",
|
||||
"block.framedblocks.framed_small_double_corner_slope_panel_w": "Рамная малая двойная угловая наклонная панель",
|
||||
"block.framedblocks.framed_small_inner_corner_slope_panel": "Рамная малая внутренняя угловая наклонная панель",
|
||||
"block.framedblocks.framed_small_inner_corner_slope_panel_w": "Рамная малая внутренняя угловая наклонная панель",
|
||||
"block.framedblocks.framed_soul_lantern": "Рамный факел душ",
|
||||
"block.framedblocks.framed_soul_torch": "Рамный душевный факел",
|
||||
"block.framedblocks.framed_stacked_corner_slope_edge": "Рамный составной угловой наклонный край",
|
||||
"block.framedblocks.framed_stacked_corner_slope_panel": "Рамная составная угловая наклонная панель",
|
||||
"block.framedblocks.framed_stacked_corner_slope_panel_w": "Рамная составная угловая наклонная панель",
|
||||
"block.framedblocks.framed_stacked_inner_corner_slope_edge": "Рамный составной внутренний угловой наклонный край",
|
||||
"block.framedblocks.framed_stacked_inner_corner_slope_panel": "Рамная составная внутренняя угловая наклонная панель",
|
||||
"block.framedblocks.framed_stacked_inner_corner_slope_panel_w": "Рамная составная внутренняя угловая наклонная панель",
|
||||
"block.framedblocks.framed_stacked_pyramid_slab": "Рамная составная пирамидальная плита",
|
||||
"block.framedblocks.framed_stacked_slope_edge": "Рамный составной наклонный край",
|
||||
"block.framedblocks.framed_stacked_slope_panel": "Рамная составная наклонная панель",
|
||||
"block.framedblocks.framed_stacked_slope_slab": "Рамная составная наклонная плита",
|
||||
"block.framedblocks.framed_stairs": "Рамные ступени",
|
||||
"block.framedblocks.framed_stone_button": "Рамная каменная кнопка",
|
||||
"block.framedblocks.framed_stone_pressure_plate": "Рамная каменная нажимная плита",
|
||||
"block.framedblocks.framed_tank": "Рамный резервуар",
|
||||
"block.framedblocks.framed_target": "Рамная мишень",
|
||||
"block.framedblocks.framed_thick_lattice": "Рамная толстая решётка",
|
||||
"block.framedblocks.framed_threeway_corner": "Рамный трёхсторонний угол",
|
||||
"block.framedblocks.framed_threeway_corner_pillar": "Рамная трёхсторонняя угловая колонна",
|
||||
"block.framedblocks.framed_threeway_corner_slope_edge": "Рамный трёхсторонний угловой наклонный край",
|
||||
"block.framedblocks.framed_torch": "Рамный факел",
|
||||
"block.framedblocks.framed_trapdoor": "Рамный люк",
|
||||
"block.framedblocks.framed_tube": "Рамная труба",
|
||||
"block.framedblocks.framed_upper_pyramid_slab": "Рамная верхняя пирамидальная плита",
|
||||
"block.framedblocks.framed_vertical_divided_stairs": "Рамные вертикальные разделённые ступени",
|
||||
"block.framedblocks.framed_vertical_double_half_slope": "Рамный вертикальный двойной полусклон",
|
||||
"block.framedblocks.framed_vertical_double_half_stairs": "Рамные вертикальные двойные полуступени",
|
||||
"block.framedblocks.framed_vertical_double_stairs": "Рамные вертикальные двойные ступени",
|
||||
"block.framedblocks.framed_vertical_half_slope": "Рамный вертикальный полусклон",
|
||||
"block.framedblocks.framed_vertical_half_stairs": "Рамные вертикальные полуступени",
|
||||
"block.framedblocks.framed_vertical_sliced_stairs": "Рамные вертикальные срезанные ступени",
|
||||
"block.framedblocks.framed_vertical_sloped_double_stairs": "Рамные вертикальные наклонные двойные ступени",
|
||||
"block.framedblocks.framed_vertical_sloped_stairs": "Рамные вертикальные наклонные ступени",
|
||||
"block.framedblocks.framed_vertical_stairs": "Рамные вертикальные ступени",
|
||||
"block.framedblocks.framed_wall": "Рамная стена",
|
||||
"block.framedblocks.framed_wall_board": "Рамная настенная доска",
|
||||
"block.framedblocks.framed_wall_hanging_sign": "Рамная подвесная табличка",
|
||||
"block.framedblocks.framed_wall_sign": "Рамная табличка",
|
||||
"block.framedblocks.framed_waterloggable_gold_pressure_plate": "Рамная лёгкая нажимная плита",
|
||||
"block.framedblocks.framed_waterloggable_iron_pressure_plate": "Рамная тяжёлая нажимная плита",
|
||||
"block.framedblocks.framed_waterloggable_obsidian_pressure_plate": "Рамная обсидиановая нажимная плита",
|
||||
"block.framedblocks.framed_waterloggable_pressure_plate": "Рамная нажимная плита",
|
||||
"block.framedblocks.framed_waterloggable_stone_pressure_plate": "Рамная каменная нажимная плита",
|
||||
"block.framedblocks.framing_saw": "Рамная пила",
|
||||
"block.framedblocks.powered_framing_saw": "Электрическая рамная пила",
|
||||
"config.framedblocks.client.altGhostRenderer": "Использовать альтернативный рендерер предпросмотра размещения",
|
||||
"config.framedblocks.client.camoMessageVerbosity": "Уровень подробности сообщений о недопустимом камуфляже",
|
||||
"config.framedblocks.client.camoRotationMode": "Наложение поворота камуфляжа: режим отображения",
|
||||
"config.framedblocks.client.conTexDisabled": "Отключить поддержку соединённых текстур",
|
||||
"config.framedblocks.client.conTexMode": "Режим соединённых текстур",
|
||||
"config.framedblocks.client.copycatStyleMode": "Наложение стиля имитации: режим отображения",
|
||||
"config.framedblocks.client.detailedCulling": "Подробное отсечение",
|
||||
"config.framedblocks.client.discreteUVSteps": "Использовать дискретные шаги UV",
|
||||
"config.framedblocks.client.fancyHitboxes": "Продвинутые хитбоксы",
|
||||
"config.framedblocks.client.forceAoOnGlowingBlocks": "Принудительно включать ambient occlusion для светящихся рамных блоков",
|
||||
"config.framedblocks.client.ghostRenderOpacity": "Прозрачность предпросмотра размещения",
|
||||
"config.framedblocks.client.itemFrameBackgroundMode": "Фон рамки для предмета: режим отображения",
|
||||
"config.framedblocks.client.maxOverlayMode": "Режим отображения максимального наложения",
|
||||
"config.framedblocks.client.oneWayWindowMode": "Наложение одностороннего окна: режим отображения",
|
||||
"config.framedblocks.client.prismOffsetMode": "Наложение смещения призмы: режим отображения",
|
||||
"config.framedblocks.client.reinforcedMode": "Наложение усиления: режим отображения",
|
||||
"config.framedblocks.client.renderCamoInJade": "Отображать камуфляж в оверлее Jade",
|
||||
"config.framedblocks.client.renderItemModelsWithCamo": "Отображать модели предметов с камуфляжем",
|
||||
"config.framedblocks.client.showAllRecipePermutationsInEmi": "Показывать все перестановки рецептов рамной пилы в EMI",
|
||||
"config.framedblocks.client.showButtonPlateTypeOverlay": "Показывать наложение типа кнопки и нажимной плиты",
|
||||
"config.framedblocks.client.showGhostBlocks": "Показывать призрачные блоки",
|
||||
"config.framedblocks.client.showSpecialCubeTypeOverlay": "Показывать наложение типа специального куба",
|
||||
"config.framedblocks.client.solidFrameMode": "Режим сплошной рамы",
|
||||
"config.framedblocks.client.splitLineMode": "Наложение линии раздела складного блока: режим отображения",
|
||||
"config.framedblocks.client.stateLockMode": "Наложение блокировки состояния: режим отображения",
|
||||
"config.framedblocks.client.toggleWaterlogMode": "Наложение возможности заполнения водой: режим отображения",
|
||||
"config.framedblocks.client.toggleYSlopeMode": "Наложение Y-склона: режим отображения",
|
||||
"config.framedblocks.client.trapdoorTextureRotationMode": "Наложение поворота текстуры люка: режим отображения",
|
||||
"config.framedblocks.devtools.connectionDebug": "Отладка ConnectionPredicate",
|
||||
"config.framedblocks.devtools.doubleBlockPartDebug": "Отладка частей двойных блоков",
|
||||
"config.framedblocks.devtools.occlusionShapeDebug": "Отладка формы затенения",
|
||||
"config.framedblocks.devtools.quadWindingDebug": "Отладка направления квадов",
|
||||
"config.framedblocks.devtools.stateMergerDebug": "Отладка StateMerger",
|
||||
"config.framedblocks.devtools.stateMergerDebugFilter": "Фильтр отладки StateMerger",
|
||||
"config.framedblocks.server.allowBlockEntities": "Разрешить BlockEntities",
|
||||
"config.framedblocks.server.consumeCamoItem": "Потреблять предмет камуфляжа",
|
||||
"config.framedblocks.server.consumption": "Потребление",
|
||||
"config.framedblocks.server.craftingDuration": "Длительность крафта",
|
||||
"config.framedblocks.server.enableIntangibleFeature": "Включить функцию нематериальности",
|
||||
"config.framedblocks.server.energyCapacity": "Ёмкость энергии",
|
||||
"config.framedblocks.server.fireproofBlocks": "Огнеупорные блоки",
|
||||
"config.framedblocks.server.glowstoneLightLevel": "Уровень освещения светящегося камня",
|
||||
"config.framedblocks.server.maxReceive": "Макс. вход",
|
||||
"config.framedblocks.server.oneWayWindowOwnable": "Возможность владения односторонним окном",
|
||||
"config.jade.plugin_framedblocks.framed_block_generic": "Камуфляж FramedBlocks",
|
||||
"config.jade.plugin_framedblocks.framed_item_frame": "Рамная рамка для предмета",
|
||||
"desc.framedblocks.block.fluid_tank.contents": "Содержимое резервуара: %s",
|
||||
"desc.framedblocks.block.fluid_tank.contents.empty": "Пусто",
|
||||
"desc.framedblocks.block.stored_camo": "Камуфляж: %s",
|
||||
"desc.framedblocks.blueprint_block": "Содержащийся блок: %s",
|
||||
"desc.framedblocks.blueprint_camo": "Блок камуфляжа: %s",
|
||||
"desc.framedblocks.blueprint_cant_copy": "[Чертёж Framed] Этот блок сейчас невозможно скопировать!",
|
||||
"desc.framedblocks.blueprint_cant_place_fluid_camo": "[Чертёж Framed] Сейчас невозможно копировать блоки с жидкостным камуфляжем!",
|
||||
"desc.framedblocks.blueprint_false": "ложь",
|
||||
"desc.framedblocks.blueprint_illuminated": "Подсвечено: %s",
|
||||
"desc.framedblocks.blueprint_intangible": "Нематериально: %s",
|
||||
"desc.framedblocks.blueprint_invalid": "Недопустимо",
|
||||
"desc.framedblocks.blueprint_missing_materials": "[Чертёж Framed] Отсутствуют необходимые материалы:",
|
||||
"desc.framedblocks.blueprint_none": "Нет",
|
||||
"desc.framedblocks.blueprint_reinforced": "Усилено: %s",
|
||||
"desc.framedblocks.blueprint_true": "истина",
|
||||
"desc.framedblocks.camo.empty": "Пусто",
|
||||
"desc.framedblocks.slope_slab.place_upside_down": "Удерживайте клавишу приседания, чтобы разместить вверх ногами",
|
||||
"framedblocks.configuration.general": "Общие",
|
||||
"framedblocks.configuration.overlay": "Наложения",
|
||||
"framedblocks.configuration.powered_framing_saw": "Электрическая рамная пила",
|
||||
"framedblocks.configuration.section.framedblocks.devtools.toml": "Настройки инструментов разработчика",
|
||||
"framedblocks.configuration.section.framedblocks.devtools.toml.title": "Конфигурация инструментов разработчика FramedBlocks",
|
||||
"framedblocks.key.categories.framedblocks": "FramedBlocks",
|
||||
"framedblocks.key.update_cull": "Обновить кэш отсечения",
|
||||
"framedblocks.key.wipe_cache": "Очистить кэш моделей",
|
||||
"item.framedblocks.framed_blueprint": "Чертёж Framed",
|
||||
"item.framedblocks.framed_hammer": "Рамный молоток",
|
||||
"item.framedblocks.framed_key": "Рамный ключ",
|
||||
"item.framedblocks.framed_reinforcement": "Рамное упрочнение",
|
||||
"item.framedblocks.framed_screwdriver": "Рамная отвёртка",
|
||||
"item.framedblocks.framed_wrench": "Рамный гаечный ключ",
|
||||
"item.framedblocks.framing_saw_pattern": "Шаблон рамной пилы",
|
||||
"item.framedblocks.phantom_paste": "Фантомная паста",
|
||||
"itemGroup.framed_blocks": "FramedBlocks",
|
||||
"label.framedblocks.jade.camo.double.one": "Камуфляж один: %s",
|
||||
"label.framedblocks.jade.camo.double.two": "Камуфляж два: %s",
|
||||
"label.framedblocks.jade.camo.single": "Камуфляж: %s",
|
||||
"label.framedblocks.source_tooltip.anim_splitter.frames": "Кадры",
|
||||
"label.framedblocks.source_tooltip.anim_splitter.texture": "Текстура",
|
||||
"msg.framedblocks.camo.blacklisted": "Этот блок недопустим в качестве камуфляжа!",
|
||||
"msg.framedblocks.camo.block_entity": "Блоки с BlockEntities нельзя вставлять в рамные блоки!",
|
||||
"msg.framedblocks.camo.non_solid": "Нетегированные неплотные блоки нельзя вставлять в рамные блоки!",
|
||||
"msg.framedblocks.camo_application.camo.most_supported": "Поддерживает большинство предметов, которые можно использовать для нанесения камуфляжа через взаимодействие с блоком",
|
||||
"msg.framedblocks.feature.intangibility.disabled": "Функция нематериальности отключена, поэтому этот предмет бесполезен!",
|
||||
"msg.framedblocks.frame_crafter.fail.camo_present": "Входной предмет не должен иметь камуфляж",
|
||||
"msg.framedblocks.frame_crafter.fail.incorrect_additive_0": "Неверный добавочный ингредиент в первом слоте",
|
||||
"msg.framedblocks.frame_crafter.fail.incorrect_additive_1": "Неверный добавочный ингредиент во втором слоте",
|
||||
"msg.framedblocks.frame_crafter.fail.incorrect_additive_2": "Неверный добавочный ингредиент в третьем слоте",
|
||||
"msg.framedblocks.frame_crafter.fail.insufficient_additive_0": "Недостаточное количество добавочного ингредиента в первом слоте",
|
||||
"msg.framedblocks.frame_crafter.fail.insufficient_additive_1": "Недостаточное количество добавочного ингредиента во втором слоте",
|
||||
"msg.framedblocks.frame_crafter.fail.insufficient_additive_2": "Недостаточное количество добавочного ингредиента в третьем слоте",
|
||||
"msg.framedblocks.frame_crafter.fail.material_lcm": "Слишком мало входных предметов для равномерного преобразования в этот результат",
|
||||
"msg.framedblocks.frame_crafter.fail.material_value": "Недостаточно входного материала",
|
||||
"msg.framedblocks.frame_crafter.fail.missing_additive_0": "Отсутствует добавочный ингредиент в первом слоте",
|
||||
"msg.framedblocks.frame_crafter.fail.missing_additive_1": "Отсутствует добавочный ингредиент во втором слоте",
|
||||
"msg.framedblocks.frame_crafter.fail.missing_additive_2": "Отсутствует добавочный ингредиент в третьем слоте",
|
||||
"msg.framedblocks.frame_crafter.fail.output_size": "Количество результата превышает максимальный размер стака",
|
||||
"msg.framedblocks.frame_crafter.fail.success": "Можно скрафтить",
|
||||
"msg.framedblocks.frame_crafter.fail.unexpected_additive_0": "Неожиданный добавочный ингредиент в первом слоте",
|
||||
"msg.framedblocks.frame_crafter.fail.unexpected_additive_1": "Неожиданный добавочный ингредиент во втором слоте",
|
||||
"msg.framedblocks.frame_crafter.fail.unexpected_additive_2": "Неожиданный добавочный ингредиент в третьем слоте",
|
||||
"msg.framedblocks.framing_saw.search": "Поиск...",
|
||||
"msg.framedblocks.framing_saw.transfer.invalid_recipe": "Недопустимый рецепт",
|
||||
"msg.framedblocks.framing_saw.transfer.not_implemented": "Передача не реализована, предметы не будут перемещены",
|
||||
"msg.framedblocks.lock_state": "Состояние этого блока теперь %s",
|
||||
"msg.framedblocks.lock_state.locked": "заблокировано",
|
||||
"msg.framedblocks.lock_state.unlocked": "разблокировано",
|
||||
"msg.framedblocks.powered_saw.status": "Статус: ",
|
||||
"msg.framedblocks.powered_saw.status.no_match": "Рецепт не соответствует",
|
||||
"msg.framedblocks.powered_saw.status.no_recipe": "Рецепт не выбран",
|
||||
"msg.framedblocks.powered_saw.status.ready": "Готово",
|
||||
"msg.framedblocks.prism_offset.switch": "Ударьте рамным молотком, чтобы переключить смещение",
|
||||
"msg.framedblocks.split_line.switch": "Ударьте рамным ключом, чтобы изменить ориентацию разделяющей линии",
|
||||
"tag.block.framedblocks.group.full": "Полные рамные блоки",
|
||||
"tag.item.c.tools.wrench": "Гаечные ключи",
|
||||
"tag.item.framedblocks.disable_intangible": "Отключить нематериальность",
|
||||
"title.framedblocks.framed_chest": "Рамный сундук",
|
||||
"title.framedblocks.framed_hopper": "Рамная воронка для предметов",
|
||||
"title.framedblocks.framed_secret_storage": "Рамное секретное хранилище",
|
||||
"title.framedblocks.framing_saw": "Рамная пила",
|
||||
"title.framedblocks.powered_framing_saw": "Электрическая рамная пила",
|
||||
"title.framedblocks.powered_saw.target_block": "Цель:",
|
||||
"tooltip.framedblocks.camo_rotation.false": "Выбранный камуфляж нельзя повернуть",
|
||||
"tooltip.framedblocks.camo_rotation.true": "Выбранный камуфляж можно повернуть",
|
||||
"tooltip.framedblocks.copycat_style.set_copycat": "Ударьте рамным молотком, чтобы использовать имитационный стиль",
|
||||
"tooltip.framedblocks.copycat_style.set_standard": "Ударьте рамным молотком, чтобы использовать стандартный стиль",
|
||||
"tooltip.framedblocks.copycat_style.use_copycat": "Выбранный блок использует имитационный стиль",
|
||||
"tooltip.framedblocks.copycat_style.use_standard": "Выбранный блок использует стандартный стиль",
|
||||
"tooltip.framedblocks.frame_bg.set_camo": "Ударьте рамным молотком, чтобы использовать камуфляж в качестве фона",
|
||||
"tooltip.framedblocks.frame_bg.set_leather": "Ударьте рамным молотком, чтобы использовать кожу в качестве фона",
|
||||
"tooltip.framedblocks.frame_bg.use_camo": "Рамная рамка для предмета использует камуфляж в качестве фона",
|
||||
"tooltip.framedblocks.frame_bg.use_leather": "Рамная рамка для предмета использует кожу в качестве фона",
|
||||
"tooltip.framedblocks.framing_saw.have_item_none": "нет",
|
||||
"tooltip.framedblocks.framing_saw.have_x_but_need_y_item": "Есть %s, но нужно %s",
|
||||
"tooltip.framedblocks.framing_saw.have_x_but_need_y_item_count": "Есть %s предмет(ов), но нужно как минимум %s предмет(ов)",
|
||||
"tooltip.framedblocks.framing_saw.have_x_but_need_y_item_multi": "Есть %s, но нужно %s или перечисленные альтернативы",
|
||||
"tooltip.framedblocks.framing_saw.have_x_but_need_y_material_count": "Есть %s материала, но нужно как минимум %s материала",
|
||||
"tooltip.framedblocks.framing_saw.have_x_but_need_y_tag": "Есть %s, но нужно любой %s",
|
||||
"tooltip.framedblocks.framing_saw.loose_additive": "Предмет был скрафчен с добавочными ингредиентами, они будут потеряны",
|
||||
"tooltip.framedblocks.framing_saw.material": "Значение материала: %s",
|
||||
"tooltip.framedblocks.framing_saw.mode.crafting": "Крафт",
|
||||
"tooltip.framedblocks.framing_saw.mode.pattern_encode": "Кодирование шаблона AE2",
|
||||
"tooltip.framedblocks.framing_saw.output_count": "Размер результата: %s, максимум: %s",
|
||||
"tooltip.framedblocks.framing_saw.press_to_show": "Нажмите [%s], чтобы показать все возможные предметы",
|
||||
"tooltip.framedblocks.framing_saw.use_intermediate": "Используйте меньший блок как промежуточный шаг",
|
||||
"tooltip.framedblocks.is_waterloggable.false": "Блок не может быть заполнен водой.",
|
||||
"tooltip.framedblocks.is_waterloggable.true": "Блок может быть заполнен водой.",
|
||||
"tooltip.framedblocks.lock_state": "Состояние %s",
|
||||
"tooltip.framedblocks.make_waterloggable.false": "Ударьте рамным молотком, чтобы сделать блок непроницаемым для воды",
|
||||
"tooltip.framedblocks.make_waterloggable.true": "Ударьте рамным молотком, чтобы сделать блок проницаемым для воды",
|
||||
"tooltip.framedblocks.one_way_window.clear_face": "Ударьте рамным ключом в приседе, чтобы очистить прозрачную сторону",
|
||||
"tooltip.framedblocks.one_way_window.curr_face": "Текущая прозрачная сторона: %s",
|
||||
"tooltip.framedblocks.one_way_window.dir.down": "Вниз",
|
||||
"tooltip.framedblocks.one_way_window.dir.east": "Восток",
|
||||
"tooltip.framedblocks.one_way_window.dir.north": "Север",
|
||||
"tooltip.framedblocks.one_way_window.dir.south": "Юг",
|
||||
"tooltip.framedblocks.one_way_window.dir.up": "Вверх",
|
||||
"tooltip.framedblocks.one_way_window.dir.west": "Запад",
|
||||
"tooltip.framedblocks.one_way_window.face.down": "Вниз",
|
||||
"tooltip.framedblocks.one_way_window.face.east": "Восток",
|
||||
"tooltip.framedblocks.one_way_window.face.none": "Нет",
|
||||
"tooltip.framedblocks.one_way_window.face.north": "Север",
|
||||
"tooltip.framedblocks.one_way_window.face.south": "Юг",
|
||||
"tooltip.framedblocks.one_way_window.face.up": "Вверх",
|
||||
"tooltip.framedblocks.one_way_window.face.west": "Запад",
|
||||
"tooltip.framedblocks.one_way_window.face_abbr.down": "В",
|
||||
"tooltip.framedblocks.one_way_window.face_abbr.east": "В",
|
||||
"tooltip.framedblocks.one_way_window.face_abbr.none": "-",
|
||||
"tooltip.framedblocks.one_way_window.face_abbr.north": "С",
|
||||
"tooltip.framedblocks.one_way_window.face_abbr.south": "Ю",
|
||||
"tooltip.framedblocks.one_way_window.face_abbr.up": "Вв",
|
||||
"tooltip.framedblocks.one_way_window.face_abbr.west": "З",
|
||||
"tooltip.framedblocks.one_way_window.set_face": "Ударьте рамным ключом, чтобы установить прозрачную сторону на %s",
|
||||
"tooltip.framedblocks.powered_saw.energy": "%s / %s FE",
|
||||
"tooltip.framedblocks.powered_saw.status.no_recipe": "Рецепт не выбран; нажмите на целевой слот любым рамным блоком, чтобы выбрать рецепт",
|
||||
"tooltip.framedblocks.prism_offset.false": "Текстура треугольника не смещена.",
|
||||
"tooltip.framedblocks.prism_offset.true": "Текстура треугольника смещена на полблока.",
|
||||
"tooltip.framedblocks.reinforce_state": "Блок %s.",
|
||||
"tooltip.framedblocks.reinforce_state.false": "не усилен",
|
||||
"tooltip.framedblocks.reinforce_state.true": "усилен",
|
||||
"tooltip.framedblocks.split_line.false": "Разделяющая линия деформированной грани идёт по крутой диагонали.",
|
||||
"tooltip.framedblocks.split_line.true": "Разделяющая линия деформированной грани идёт по пологой диагонали.",
|
||||
"tooltip.framedblocks.trapdoor_texture_rotation.false": "Текстура камуфляжа не будет поворачиваться при открытии люка",
|
||||
"tooltip.framedblocks.trapdoor_texture_rotation.toggle": "Ударьте рамным молотком, чтобы переключить поворот текстуры",
|
||||
"tooltip.framedblocks.trapdoor_texture_rotation.true": "Текстура камуфляжа будет поворачиваться при открытии люка",
|
||||
"tooltip.framedblocks.y_slope": "Блок использует %s грани для вертикальных наклонных граней.",
|
||||
"tooltip.framedblocks.y_slope.alt": "Блок использует грань %s для горизонтальных наклонных граней.",
|
||||
"tooltip.framedblocks.y_slope.alt.toggle": "Ударьте рамным ключом, чтобы переключиться на грань %s",
|
||||
"tooltip.framedblocks.y_slope.front": "переднюю",
|
||||
"tooltip.framedblocks.y_slope.horizontal": "горизонтальную",
|
||||
"tooltip.framedblocks.y_slope.side": "правую",
|
||||
"tooltip.framedblocks.y_slope.toggle": "Ударьте рамным ключом, чтобы переключиться на %s грани",
|
||||
"tooltip.framedblocks.y_slope.vertical": "вертикальную",
|
||||
"block.framedblocks.framed_inner_prism": "Рамная внутренняя призма",
|
||||
"block.framedblocks.framed_double_prism": "Рамная двойная призма",
|
||||
"block.framedblocks.framed_inner_sloped_prism": "Рамная внутренняя наклонная призма",
|
||||
"block.framedblocks.framed_double_sloped_prism": "Рамная двойная наклонная призма"
|
||||
}
|
||||
144
kubejs/assets/grapplemod/lang/ru_ru.json
Normal file
|
|
@ -0,0 +1,144 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"item.grapplemod.grapplinghook": "Кошка",
|
||||
"item.grapplemod.hookshot": "Моторизованная кошка",
|
||||
"item.grapplemod.launcheritem": "Посох эндера",
|
||||
"item.grapplemod.longfallboots": "Сапоги долгого падения",
|
||||
"item.grapplemod.wallrunboots": "Ботинки для бега по стенам",
|
||||
"item.grapplemod.enderhook": "Кошка эндера",
|
||||
"item.grapplemod.magnethook": "Магнитная кошка",
|
||||
"item.grapplemod.repeller": "Магнитный силовой щит",
|
||||
"item.grapplemod.doublemotorhook": "Двойная моторизованная кошка",
|
||||
"item.grapplemod.smarthook": "Умная моторизованная кошка",
|
||||
"item.grapplemod.baseupgradeitem": "Базовое улучшения для кошки",
|
||||
"item.grapplemod.doubleupgradeitem": "Улучшение: Двойная кошка",
|
||||
"item.grapplemod.forcefieldupgradeitem": "Улучшение: Кошка с силовым щитом",
|
||||
"item.grapplemod.motorupgradeitem": "Улучшение: Моторизованная кошка",
|
||||
"item.grapplemod.magnetupgradeitem": "Улучшение: Магнитная кошка",
|
||||
"item.grapplemod.ropeupgradeitem": "Улучшение: Верёвка кошки",
|
||||
"item.grapplemod.staffupgradeitem": "Улучшение: Кошка посоха эндера",
|
||||
"item.grapplemod.swingupgradeitem": "Улучшение: Размах кошкой",
|
||||
"item.grapplemod.throwupgradeitem": "Улучшение: Метатель крюков кошки",
|
||||
"item.grapplemod.limitsupgradeitem": "Улучшение: Ограничитель для кошки",
|
||||
"item.grapplemod.rocketupgradeitem": "Улучшение: Ракетная кошка",
|
||||
"block.grapplemod.block_grapple_modifier": "Модификатор кошки",
|
||||
"key.grapplemod.category": "Grappling Hook Mod",
|
||||
"key.motoronoff.desc": "Мотор вкл/выкл",
|
||||
"key.jumpanddetach.desc": "Прыгнуть и отделить",
|
||||
"key.slow.desc": "Замедлиться / Остановить раскачивание",
|
||||
"key.climb.desc": "Взобраться",
|
||||
"key.climbup.desc": "Подняться",
|
||||
"key.climbdown.desc": "Опуститься",
|
||||
"key.leftthrow.desc": "Кинуть левый крюк",
|
||||
"key.rightthrow.desc": "Кинуть правый крюк",
|
||||
"key.boththrow.desc": "Кинуть крюк(и)",
|
||||
"key.enderlaunch.desc": "Запустить крюк эндера",
|
||||
"key.rocket.desc": "Взлететь",
|
||||
"key.slide.desc": "Скользить",
|
||||
"enchantment.grapplemod.wallrunenchantment": "Бег по стенам",
|
||||
"enchantment.grapplemod.doublejumpenchantment": "Двойной прыжок",
|
||||
"enchantment.grapplemod.slidingenchantment": "Скольжение",
|
||||
"tabs.grapplemod.main_tab": "Grappling Hook Mod",
|
||||
"grapplecustomization.maxlen": "Длина веревки",
|
||||
"grapplecustomization.phaserope": "Фазовая веревка",
|
||||
"grapplecustomization.hookgravity": "Гравитация при прицеплении",
|
||||
"grapplecustomization.throwspeed": "Ск-сть броска",
|
||||
"grapplecustomization.reelin": "Присесть, чтобы замотать",
|
||||
"grapplecustomization.verticalthrowangle": "Вертикальный угол броска",
|
||||
"grapplecustomization.motor": "Мотор включен",
|
||||
"grapplecustomization.motormaxspeed": "Максимальная скорость мотора",
|
||||
"grapplecustomization.motoracceleration": "Ускорение мотора",
|
||||
"grapplecustomization.motorwhencrouching": "Мотор, когда удерживается кнопка вкл/выкл",
|
||||
"grapplecustomization.motorwhennotcrouching": "Мотор, когда кнопка вкл/выкл не удерживается",
|
||||
"grapplecustomization.smartmotor": "Умный мотор",
|
||||
"grapplecustomization.motordampener": "Боковой глушитель движения",
|
||||
"grapplecustomization.pullbackwards": "Потяните назад",
|
||||
"grapplecustomization.playermovementmult": "Скорость раскачивания",
|
||||
"grapplecustomization.enderstaff": "Посох эндера",
|
||||
"grapplecustomization.repel": "Силовой щит включен",
|
||||
"grapplecustomization.repelforce": "Сила отталкивания",
|
||||
"grapplecustomization.attract": "Магнит включен",
|
||||
"grapplecustomization.attractradius": "Радиус притяжения",
|
||||
"grapplecustomization.doublehook": "Двойная кошка",
|
||||
"grapplecustomization.smartdoublemotor": "Умный мотор",
|
||||
"grapplecustomization.angle": "Угол",
|
||||
"grapplecustomization.sneakingangle": "Угол в присяди",
|
||||
"grapplecustomization.oneropepull": "Разрешить тянуть одной веревкой",
|
||||
"grapplecustomization.sneakingverticalthrowangle": "Вертикальный угол в присяди",
|
||||
"grapplecustomization.climbkey": "Выделенная клавиша для лазания",
|
||||
"grapplecustomization.sticky": "Липкая верёвка",
|
||||
"grapplecustomization.detachonkeyrelease": "Отсоединить кнопку включения/отпускания",
|
||||
"grapplecustomization.rocket": "Взлёт",
|
||||
"grapplecustomization.rocket_force": "Сила взлёта",
|
||||
"grapplecustomization.rocket_active_time": "Время взлёта (с)",
|
||||
"grapplecustomization.rocket_refuel_ratio": "Соотношение времени восстановления топлива",
|
||||
"grapplecustomization.rocket_vertical_angle": "Вертикальный угол взлёта",
|
||||
"grapplecustomization.maxlen.desc": "Длина веревки",
|
||||
"grapplecustomization.phaserope.desc": "Позволяет веревке проходить через блоки",
|
||||
"grapplecustomization.hookgravity.desc": "Гравитация крюка при броске",
|
||||
"grapplecustomization.throwspeed.desc": "Скорость крюка при броске",
|
||||
"grapplecustomization.reelin.desc": "Прежде чем прикрепить крючок, прсядьте, чтобы остановить движение крюка и медленно намотать его",
|
||||
"grapplecustomization.verticalthrowangle.desc": "Бросает крюк над перекрестием на этот угол",
|
||||
"grapplecustomization.motor.desc": "Тянет игрока к крючку",
|
||||
"grapplecustomization.motormaxspeed.desc": "Максимальная скорость мотора",
|
||||
"grapplecustomization.motoracceleration.desc": "Ускорение мотора",
|
||||
"grapplecustomization.motorwhencrouching.desc": "Двигатель активен, когда кнопка включения/выключения (по умолчанию: shift) удерживается",
|
||||
"grapplecustomization.motorwhennotcrouching.desc": "Двигатель активен, когда кнопка включения/выключения (по умолчанию: shift) не удерживается",
|
||||
"grapplecustomization.smartmotor.desc": "Регулирует скорость мотора так, чтобы игрок двигался к перекрестию (вверх/вниз)",
|
||||
"grapplecustomization.motordampener.desc": "Уменьшает движение перпендикулярно верёвке, так что веревка тянет прямее",
|
||||
"grapplecustomization.pullbackwards.desc": "Мотор тянет, даже если вы направлены в другую сторону",
|
||||
"grapplecustomization.playermovementmult.desc": "Ускорение игрока при использовании клавиш движения во время раскачивания",
|
||||
"grapplecustomization.enderstaff.desc": "Левый клик запускает игрока вперед",
|
||||
"grapplecustomization.repel.desc": "Игрок отталкивается от соседних блоков при размахе",
|
||||
"grapplecustomization.repelforce.desc": "Заставит соседние блоки повлиять на игрока",
|
||||
"grapplecustomization.attract.desc": "Крюк притягивается к соседним блокам при броске",
|
||||
"grapplecustomization.attractradius.desc": "Радиус притяжения",
|
||||
"grapplecustomization.doublehook.desc": "Два крючка брошены одновременно",
|
||||
"grapplecustomization.smartdoublemotor.desc": "Регулирует скорость мотора так, чтобы игрок двигался к перекрестию (влево/вправо) при использовании с мотором",
|
||||
"grapplecustomization.angle.desc": "Угол поворота каждого крючка из центра",
|
||||
"grapplecustomization.sneakingangle.desc": "Угол поворота каждого крючка из центра при сгибании (не включайте \"Присесть, чтобы замотать\", если вы хотите использовать это)",
|
||||
"grapplecustomization.oneropepull.desc": "Когда двигатель включен и подключен только один крючок, активирует двигатель (если отключен, подождите, пока оба крючка не будут прикреплены, прежде чем тянуть)",
|
||||
"grapplecustomization.sneakingverticalthrowangle.desc": "Бросает крюк над перекрестием на этот угол при наклоне",
|
||||
"grapplecustomization.climbkey.desc": "Игнорировать клавиши подняться/опуститься, если не нажата клавиша 'Взобраться'",
|
||||
"grapplecustomization.sticky.desc": "Если веревка огибает блок во время его переброса, прикрепите на повороте",
|
||||
"grapplecustomization.detachonkeyrelease.desc": "Когда эта функция включена, зацепка отключена только при нажатой кнопке / клавише. Вместо того, чтобы снова кликать / нажимать клавишу для отсоединения крючка, отпустите кнопку / клавишу для отсоединения крючка.",
|
||||
"grapplecustomization.rocket.desc": "Продвигает игрока вперед, пока нажата кнопка",
|
||||
"grapplecustomization.rocket_force.desc": "Как быстро взлёт движет игрока",
|
||||
"grapplecustomization.rocket_active_time.desc": "Время, когда взлёт может быть использован, пока он не заправится (топливо автоматически регенерирует, когда оно не используется)",
|
||||
"grapplecustomization.rocket_refuel_ratio.desc": "Соотношение времени, которое взлёт затрачивает на регенерацию топлива, и времени, в течение которого взлёт используется. (например 2.0 означает, что единица топлива, которая расходуется за 1 секунду, потребует 2 секунды для восстановления. Чем меньше, тем лучше. )",
|
||||
"grapplecustomization.rocket_vertical_angle.desc": "Угол наклона, на который прикладывается сила взлёта",
|
||||
"grappletooltip.throw.desc": "- Бросить крюк",
|
||||
"grappletooltip.release.desc": "again - Отпустить",
|
||||
"grappletooltip.double.desc": "Два раза-",
|
||||
"grappletooltip.releaseandthrow.desc": "- Отпустить и брость снова",
|
||||
"grappletooltip.jump.desc": "- Отпустить и прыгнуть (пока в воздухе)",
|
||||
"grappletooltip.slow.desc": "- Прекратить раскачиваться",
|
||||
"grappletooltip.swing.desc": "- Раскачиваться",
|
||||
"grappletooltip.climbup.desc": "- Подняться",
|
||||
"grappletooltip.climbdown.desc": "- Опуститься",
|
||||
"grappletooltip.shiftcontrols.desc": "(Удерживайте Shift, чтобы увидеть элементы управления)",
|
||||
"grappletooltip.controlconfiguration.desc": "(Удерживайте Control, чтобы увидеть полную конфигурацию)",
|
||||
"grappletooltip.enderlaunch.desc": "- Запуск (посох эндера)",
|
||||
"grappletooltip.rocket.desc": "(удерж.) - Взлететь",
|
||||
"grappletooltip.motoron.desc": "- Мотор вкл.",
|
||||
"grappletooltip.motoroff.desc": "- Мотор выкл.",
|
||||
"grappletooltip.throwalt.desc": "- Бросить (альтернативный)",
|
||||
"grappletooltip.throwleft.desc": "- Бросить левый крюк",
|
||||
"grappletooltip.throwright.desc": "- Бросить правый крюк",
|
||||
"grappletooltip.throwhold.desc": "- Бросить кошку (удерживайте, отпустите, чтобы отделить)",
|
||||
"grappletooltip.throwlefthold.desc": "(удерж.) - Бросить левый крюк",
|
||||
"grappletooltip.throwrighthold.desc": "(удерж.) - Бросить правый крюк",
|
||||
"grapplemodifier.close.desc": "Закрыть",
|
||||
"grapplemodifier.reset.desc": "Сбросить",
|
||||
"grapplemodifier.back.desc": "Назад",
|
||||
"grapplemodifier.incompatability.desc": "Несовместимость с другими опциями",
|
||||
"grapplemodifier.limits.desc": "Используйте улучшение лимитов, чтобы разблокировать",
|
||||
"grapplemodifier.locked.desc": "Опция заблокирована из-за файла конфигурации (включите_... > 1)",
|
||||
"grapplemodifier.unlock1.desc": "Категория не разблокирована:",
|
||||
"grapplemodifier.unlock2.desc": "Пожалуйста, щелкните правой кнопкой мыши по этому блоку",
|
||||
"grapplemodifier.unlock3.desc": "с предметом:",
|
||||
"grapplemodifier.unlock4.desc": "чтобы разблокировать",
|
||||
"grapplemodifier.apply.desc": "Щелкните ПКМ с помощью кошки, чтобы применить",
|
||||
"grapplemodifier.helpbutton.desc": "Помощь",
|
||||
"grapplemodifier.help.desc": "Щелкните ПКМ с помощью кошки, чтобы применить.\\nЩелкните ПКМ с во время падения\\n IV алмазные сапоги, чтобы получить сапоги долгого падения.\\nОтремонтируйте кошку кожей на наковальне\\n или почините.\\nУдерживайте Shift при просмотре всплывающей подсказки,\\n чтобы увидеть управление"
|
||||
}
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.bud_indicator": "%s Surface Bud",
|
||||
"block.gtceu.salt_block": "Block of Salt",
|
||||
"block.gtceu.greenhouse": "Greenhouse",
|
||||
"block.tfg.steam_bloomery": "Steam Bloomery",
|
||||
"block.tfg.steam_thermal_centrifuge": "Steam Thermal Centrifuge",
|
||||
|
|
@ -23,9 +24,6 @@
|
|||
"block.gtceu.ulv_super_chest": "Basic Super Chest",
|
||||
"block.gtceu.ulv_hermetic_casing": "Basic Hermetic Casing",
|
||||
"block.gtceu.hv_energy_output_hatch_4a": "§6HV 4A Dynamo Hatch§r",
|
||||
"block.tfg.bioreactor": "Bioreactor",
|
||||
"block.tfg.growth_chamber": "Growth Chamber",
|
||||
"block.tfg.single_itemstack_bus": "Limiting Input Bus",
|
||||
"block.gtceu.red_granite_cobblestone": "Red Granite Cobble",
|
||||
"block.gtceu.mossy_red_granite_cobblestone": "Mossy Red Granite Cobble",
|
||||
"block.gtceu.copper_crate": "Copper Crate",
|
||||
|
|
@ -36,47 +34,11 @@
|
|||
"block.gtceu.bismuth_bronze_drum": "Bismuth Bronze Drum",
|
||||
"block.gtceu.overworld_marker": "Earth",
|
||||
"block.gtceu.the_nether_marker": "The Beneath",
|
||||
"block.tfg.bioreactor": "Bioreactor",
|
||||
"block.tfg.growth_chamber": "Growth Chamber",
|
||||
"block.tfg.single_itemstack_bus": "Limiting Input Bus",
|
||||
"block.tfg.hydroponics_facility": "Hydroponics Facility",
|
||||
"block.tfg.pisciculture_fishery": "Pisciculture Fishery",
|
||||
"gtceu.greenhouse": "Electric Greenhouse",
|
||||
"gtceu.steam_bloomery": "Steam Bloomery",
|
||||
"gtceu.food_oven": "Food Oven",
|
||||
"gtceu.food_processor": "Food Processor",
|
||||
"gtceu.large_solar_panel": "Large Solar Array MK I",
|
||||
"gtceu.large_solar_panel_tier2": "Large Solar Array MK II",
|
||||
"gtceu.large_solar_panel_tier3": "Large Solar Array MK III",
|
||||
"gtceu.gas_pressurizer": "Gas Pressurizer",
|
||||
"gtceu.nuclear_fuel_factory": "Nuclear Fuel Factory",
|
||||
"gtceu.nuclear_turbine": "Nuclear Steam Turbine",
|
||||
"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.ostrum_linear_accelerator": "Ostrum Linear Accelerator",
|
||||
"gtceu.bioreactor": "Bioreactor",
|
||||
"gtceu.growth_chamber": "Growth Chamber",
|
||||
"gtceu.coal_liquefaction_tower": "Liquefaction Tower",
|
||||
"gtceu.smr_generator": "Small Modular Turbine",
|
||||
"gtceu.hydroponics_facility": "Hydroponics Facility",
|
||||
"gtceu.pisciculture_fishery": "Pisciculture Fishery",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_1": "§7Extraterrestrial Vacuum Cleaner§r",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_2": "§7Harvests infinite Regolith Dust depending on the biome its placed in.§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_1": "§7Legally Distinct Spice Crawler§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_2": "§7Harvests infinite Ostrum Dust when placed over an Ostrum deposit.§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_3": "§7Requires drilling fluid to work.§r",
|
||||
"gtceu.tooltip.machine.ostrum_linear_accelerator_1": "§7Higgs Boson not included§r",
|
||||
"gtceu.tooltip.machine.ostrum_linear_accelerator_2": "§7Breaks down Ostrum Dust into its components. Requires various fluids from fission line.§r",
|
||||
"gtceu.tooltip.machine.heat_exchanger_1": "§7Heating up Fluids with other hot Fluids§r",
|
||||
"gtceu.tooltip.machine.heat_exchanger_2": "§7Transfers heat from one fluid to another.§r",
|
||||
"gtceu.tooltip.machine.nuclear_fuel_factory_1": "§7Producing extra spicy Rods§r",
|
||||
"gtceu.tooltip.machine.nuclear_fuel_factory_2": "§7Processes raw radioactive material into fissile fuel.§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_1": "§7Upgrade your Bloomery with the power of Steam!§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_2": "§7Processes Iron-bearing Dusts or Ingots into Raw Iron Blooms.§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_3": "§7Fueling it with Coke or Anthracite will double the output.§r",
|
||||
"gtceu.tooltip.machine.steam_parallel": "§7Can process up to 8 recipes at once, which changes how much Steam is required.§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_1": "§7Smoothie Maker§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_2": "§7Extracts gas and liquids from carbonic solids§r",
|
||||
"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",
|
||||
|
|
@ -130,21 +92,22 @@
|
|||
"item.gtceu.naquadah_credit": "§7262,144 Credits",
|
||||
"item.gtceu.neutronium_credit": "§72,097,152 Credits",
|
||||
"item.gtceu.wood_plate": "Medium Density Fiberboard",
|
||||
"item.gtceu.salt_dust": "Salt",
|
||||
"item.gtceu.small_salt_dust": "Small Pile of Salt",
|
||||
"item.gtceu.tiny_salt_dust": "Tiny Pile of Salt",
|
||||
"item.gtceu.chipped_salt_gem": "Chipped Salt Crystal",
|
||||
"item.gtceu.chipped_rock_salt_gem": "Chipped Rock Salt Crystal",
|
||||
"item.gtceu.flawed_salt_gem": "Flawed Salt Crystal",
|
||||
"item.gtceu.flawed_rock_salt_gem": "Flawed Rock Salt Crystal",
|
||||
"item.gtceu.salt_gem": "Salt Crystal",
|
||||
"item.gtceu.rock_salt_gem": "Rock Salt Crystal",
|
||||
"item.gtceu.exquisite_salt_gem": "Exquisite Salt Crystal",
|
||||
"item.gtceu.exquisite_rock_salt_gem": "Exquisite Rock Salt Crystal",
|
||||
"item.gtceu.flawless_salt_gem": "Flawless Salt Crystal",
|
||||
"item.gtceu.flawless_rock_salt_gem": "Flawless Rock Salt Crystal",
|
||||
"material.gtceu.ice": "Ice Slush",
|
||||
"material.gtceu.damascus_steel": "Swine-steel",
|
||||
"material.gtceu.air": "Earth Air",
|
||||
"material.gtceu.liquid_air": "Liquid Earth Air",
|
||||
"material.gtceu.cooperite": "Cooperite",
|
||||
"material.gtceu.rock_salt": "Sylvite",
|
||||
"material.gtceu.salt": "Halite",
|
||||
"material.gtceu.quartzite": "Quartz",
|
||||
"material.gtceu.armalcolite": "Armalcolite",
|
||||
"material.gtceu.desh": "Desh",
|
||||
"material.gtceu.ostrum": "Ostrum",
|
||||
|
|
@ -152,6 +115,7 @@
|
|||
"material.tfg.etrium": "Etrium",
|
||||
"material.gtceu.tarkianite": "Tarkianite",
|
||||
"material.gtceu.thorium": "Thorianite",
|
||||
"material.gtceu.dimethylbenzene": "Xylene",
|
||||
"material.gtceu.aluminium_silicate": "Aluminium Silicate",
|
||||
"material.gtceu.rocket_alloy_t1": "R-Aluminosteel Rocket Alloy",
|
||||
"material.gtceu.rocket_alloy_t2": "ASM 4914 Titanium Rocket Alloy",
|
||||
|
|
@ -226,6 +190,28 @@
|
|||
"block.gtceu.wire_coil.tooltip_cracking": "§8Cracking Unit, Moon and Ostrum Harvesters:§r",
|
||||
"tooltip.moldraw.shift_view_molecule": "§7§oHold (Shift) for Molecular Structure§r",
|
||||
"tooltip.moldraw.shift_view_alloy": "§7§oHold (Shift) for Alloy Composition§r",
|
||||
"gtceu.greenhouse": "Electric Greenhouse",
|
||||
"gtceu.steam_bloomery": "Steam Bloomery",
|
||||
"gtceu.food_oven": "Food Oven",
|
||||
"gtceu.food_processor": "Food Processor",
|
||||
"gtceu.large_solar_panel": "Large Solar Array MK I",
|
||||
"gtceu.large_solar_panel_tier2": "Large Solar Array MK II",
|
||||
"gtceu.large_solar_panel_tier3": "Large Solar Array MK III",
|
||||
"gtceu.gas_pressurizer": "Gas Pressurizer",
|
||||
"gtceu.nuclear_fuel_factory": "Nuclear Fuel Factory",
|
||||
"gtceu.nuclear_turbine": "Nuclear Steam Turbine",
|
||||
"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.ostrum_linear_accelerator": "Ostrum Linear Accelerator",
|
||||
"gtceu.bioreactor": "Bioreactor",
|
||||
"gtceu.growth_chamber": "Growth Chamber",
|
||||
"gtceu.coal_liquefaction_tower": "Liquefaction Tower",
|
||||
"gtceu.smr_generator": "Small Modular Turbine",
|
||||
"gtceu.hydroponics_facility": "Hydroponics Facility",
|
||||
"gtceu.pisciculture_fishery": "Pisciculture Fishery",
|
||||
"tagprefix.sword_head": "%s Sword Head",
|
||||
"tagprefix.pickaxe_head": "%s Pickaxe Head",
|
||||
"tagprefix.shovel_head": "%s Shovel Head",
|
||||
|
|
@ -261,5 +247,22 @@
|
|||
"tagprefix.marble": "Marble %s Ore",
|
||||
"tagprefix.deepslate": "Migmatite %s Ore",
|
||||
"tagprefix.pyroxenite": "Pyroxenite %s Ore",
|
||||
"tagprefix.dripstone": "Travertine %s Ore"
|
||||
"tagprefix.dripstone": "Travertine %s Ore",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_1": "§7Extraterrestrial Vacuum Cleaner§r",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_2": "§7Harvests infinite Regolith Dust depending on the biome its placed in.§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_1": "§7Legally Distinct Spice Crawler§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_2": "§7Harvests infinite Ostrum Dust when placed over an Ostrum deposit.§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_3": "§7Requires drilling fluid to work.§r",
|
||||
"gtceu.tooltip.machine.ostrum_linear_accelerator_1": "§7Higgs Boson not included§r",
|
||||
"gtceu.tooltip.machine.ostrum_linear_accelerator_2": "§7Breaks down Ostrum Dust into its components. Requires various fluids from fission line.§r",
|
||||
"gtceu.tooltip.machine.heat_exchanger_1": "§7Heating up Fluids with other hot Fluids§r",
|
||||
"gtceu.tooltip.machine.heat_exchanger_2": "§7Transfers heat from one fluid to another.§r",
|
||||
"gtceu.tooltip.machine.nuclear_fuel_factory_1": "§7Producing extra spicy Rods§r",
|
||||
"gtceu.tooltip.machine.nuclear_fuel_factory_2": "§7Processes raw radioactive material into fissile fuel.§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_1": "§7Upgrade your Bloomery with the power of Steam!§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_2": "§7Processes Iron-bearing Dusts or Ingots into Raw Iron Blooms.§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_3": "§7Fueling it with Coke or Anthracite will double the output.§r",
|
||||
"gtceu.tooltip.machine.steam_parallel": "§7Can process up to 8 recipes at once, which changes how much Steam is required.§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_1": "§7Smoothie Maker§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_2": "§7Extracts gas and liquids from carbonic solids§r"
|
||||
}
|
||||
265
kubejs/assets/gtceu/lang/es_es.json
Normal file
|
|
@ -0,0 +1,265 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.bud_indicator": "Brote Superficial de %s",
|
||||
"block.gtceu.greenhouse": "Invernadero",
|
||||
"block.tfg.steam_bloomery": "Ferrería a Vapor",
|
||||
"block.tfg.steam_thermal_centrifuge": "Centrifuradora Térmica a Vapor",
|
||||
"block.tfg.steam_fuser": "Fusor de Vapor",
|
||||
"block.tfg.steam_squasher": "Aplastador de Vapor",
|
||||
"block.tfg.steam_presser": "Prensa de Vapor",
|
||||
"block.gtceu.large_solar_panel": "§9Conjunto Solar Grande Mk I",
|
||||
"block.gtceu.large_solar_panel_tier2": "§bConjunto Solar Grande Mk II",
|
||||
"block.gtceu.large_solar_panel_tier3": "§cConjunto Solar Grande Mk III",
|
||||
"block.gtceu.gas_pressurizer": "Presurizador de Gases",
|
||||
"block.gtceu.nuclear_fuel_factory": "Fábrica de Combustible Nuclear",
|
||||
"block.gtceu.heat_exchanger": "Intercambiador de Calor",
|
||||
"block.gtceu.fission_reactor": "Reactor de Fisión",
|
||||
"block.gtceu.evaporation_tower": "Torre de Evaporación",
|
||||
"block.gtceu.ostrum_harvester": "Recolector de Ostreum",
|
||||
"block.gtceu.moon_dust_harvester": "Recolector de Polvo Lunar",
|
||||
"block.tfg.ostrum_linear_accelerator": "Acelerador Lineal de Ostreum",
|
||||
"block.gtceu.coal_liquefaction_tower": "Torre de Liquefacción",
|
||||
"block.gtceu.ulv_super_tank": "Supertanque Básico",
|
||||
"block.gtceu.ulv_super_chest": "Supercofre Básico",
|
||||
"block.gtceu.ulv_hermetic_casing": "Carcasa Hermética Básica",
|
||||
"block.gtceu.hv_energy_output_hatch_4a": "Escotilla Dinamo §64A HV",
|
||||
"block.tfg.bioreactor": "Bioreactor",
|
||||
"block.tfg.growth_chamber": "Recámara de Crecimiento",
|
||||
"block.tfg.single_itemstack_bus": "Bus de Entrada Limitante",
|
||||
"block.tfg.hydroponics_facility": "Instalación Hidropónica",
|
||||
"block.tfg.pisciculture_fishery": "Pescador de Piscicultura",
|
||||
"block.gtceu.red_granite_cobblestone": "Roca de Granito Rojo",
|
||||
"block.gtceu.mossy_red_granite_cobblestone": "Roca de Granito Rojo Musgosa",
|
||||
"block.gtceu.copper_crate": "Caja de Cobre",
|
||||
"block.gtceu.copper_drum": "Tambor de Cobre",
|
||||
"block.gtceu.black_bronze_crate": "Caja de Bronce Negro",
|
||||
"block.gtceu.black_bronze_drum": "Tambor de Bronce Negro",
|
||||
"block.gtceu.bismuth_bronze_crate": "Caja de Bronce de Bismuto",
|
||||
"block.gtceu.bismuth_bronze_drum": "Tambor de Bronce de Bismuto",
|
||||
"block.gtceu.overworld_marker": "La Tierra",
|
||||
"block.gtceu.the_nether_marker": "El Más Allá",
|
||||
"gtceu.greenhouse": "Invernadero Eléctrico",
|
||||
"gtceu.steam_bloomery": "Ferrería a Vapor",
|
||||
"gtceu.food_oven": "Horno Alimenticio",
|
||||
"gtceu.food_processor": "Procesador Alimenticio",
|
||||
"gtceu.large_solar_panel": "Conjunto Solar Grande MK I",
|
||||
"gtceu.large_solar_panel_tier2": "Conjunto Solar Grande MK II",
|
||||
"gtceu.large_solar_panel_tier3": "Conjunto Solar Grande MK III",
|
||||
"gtceu.gas_pressurizer": "Presurizador de Gases",
|
||||
"gtceu.nuclear_fuel_factory": "Fabrica de Combustible Nuclear",
|
||||
"gtceu.nuclear_turbine": "Turbina de Vapor Nuclear",
|
||||
"gtceu.heat_exchanger": "Intercambiador de Calor",
|
||||
"gtceu.fission_reactor": "Reactor de Fisión",
|
||||
"gtceu.evaporation_tower": "Torre de Evaporación",
|
||||
"gtceu.ostrum_harvester": "Recolector de Ostreum",
|
||||
"gtceu.moon_dust_harvester": "Recolector de Polvo Lunar",
|
||||
"gtceu.ostrum_linear_accelerator": "Acelerador Lineal de Ostreum",
|
||||
"gtceu.bioreactor": "Bioreactor",
|
||||
"gtceu.growth_chamber": "Recamara de Crecimiento",
|
||||
"gtceu.coal_liquefaction_tower": "Torre de Liquefacción",
|
||||
"gtceu.smr_generator": "Turbina Modular Pequeña",
|
||||
"gtceu.hydroponics_facility": "Instalación Hidropónica",
|
||||
"gtceu.pisciculture_fishery": "Pescador de Piscicultura",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_1": "§7Limpiador de Vacío Extraterrestre§r",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_2": "§7Recolecta Polvo de Regolito dependiendo en el bioma en el que se coloca.§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_1": "§7Legally Distinct Spice Crawler§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_2": "§7Recolecta Polvo de Ostreum infinitamente al colocar sobre un depósito de Ostreum.§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_3": "§7Requiere fluído de taladro para funcionar.§r",
|
||||
"gtceu.tooltip.machine.ostrum_linear_accelerator_1": "§7No incluye bosón de Higgs§r",
|
||||
"gtceu.tooltip.machine.ostrum_linear_accelerator_2": "§7Descompone Polvo de Ostreum en sus componentes. Requiere varios fluídos de la línea de fisión.§r",
|
||||
"gtceu.tooltip.machine.heat_exchanger_1": "§7Calentando Fluídos con otros fluídos calientes§r",
|
||||
"gtceu.tooltip.machine.heat_exchanger_2": "§7Transfiere calor de un fluído a otro.§r",
|
||||
"gtceu.tooltip.machine.nuclear_fuel_factory_1": "§7Produciendo varas extra calientes§r",
|
||||
"gtceu.tooltip.machine.nuclear_fuel_factory_2": "§7Produce el material radioactivo crudo en combustible fisionable.§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_1": "§7Mejora tu forja de hierro con el poder del vapor!§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_2": "§7Procesa Polvos o Lingotes ferríferos en flores de hierro.§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_3": "§7Alimentarlo con Coque o Antracita duplicará la salida.§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_4": "§7Puede procesar hasta 8 recetas a la vez, lo que cambia el Vapor requerido.§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_1": "§7Productor de batidos§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_2": "§7Extrae gases y líquidos de solidos carbónicos§r",
|
||||
"item.gtceu.tiny_wood_dust": "Pulpa Diminuta de Madera Suave",
|
||||
"item.gtceu.small_wood_dust": "Pulpa Pequeña de Madera Suave",
|
||||
"item.gtceu.wood_dust": "Pulpa de Madera Suave",
|
||||
"item.gtceu.tiny_hardwood_dust": "Pulpa Diminuta de Madera Dura",
|
||||
"item.gtceu.small_hardwood_dust": "Pulpa Pequeña de Madera Dura",
|
||||
"item.gtceu.hardwood_dust": "Pulpa de Madera Dura",
|
||||
"item.gtceu.tiny_thermochemically_treated_hardwood_dust": "Pulpa Diminuta de Madera Dura Termoquímicamente Tratada",
|
||||
"item.gtceu.small_thermochemically_treated_hardwood_dust": "Pulpa Pequeña de Madera Dura Termoquímicamente Tratada",
|
||||
"item.gtceu.thermochemically_treated_hardwood_dust": "Pulpa de Madera Dura Termoquímicamente Tratada",
|
||||
"item.gtceu.tool.behavior.canoe_creator": "§5Embarcador: §fPuede Crear Canoas",
|
||||
"item.gtceu.deepslate_dust": "Migmatita",
|
||||
"item.gtceu.small_deepslate_dust": "Polvo Pequeño de Migmatita",
|
||||
"item.gtceu.tiny_deepslate_dust": "Polvo Diminuto de Migmatita",
|
||||
"item.gtceu.blackstone_dust": "Piroxenita",
|
||||
"item.gtceu.small_blackstone_dust": "Polvo Pequeño de Piroxenita",
|
||||
"item.gtceu.tiny_blackstone_dust": "Polvo Diminuto de Piroxenita",
|
||||
"item.gtceu.netherrack_dust": "Queratofiro",
|
||||
"item.gtceu.small_netherrack_dust": "Polvo Pequeño de Queratofiro",
|
||||
"item.gtceu.tiny_netherrack_dust": "Polvo Diminuto de Queratofiro",
|
||||
"item.gtceu.iron_ring": "Anillo de Hierro Fundido",
|
||||
"item.gtceu.small_iron_gear": "Engranaje de Hierro Fundido Pequeño",
|
||||
"item.gtceu.iron_gear": "Engranaje de Hierro Fundido",
|
||||
"item.gtceu.iron_plate": "Placa de Hierro Fundido",
|
||||
"item.gtceu.double_iron_plate": "Placa de Hierro Fundido Doble",
|
||||
"item.gtceu.iron_rod": "Vara de Hierro Fundido",
|
||||
"item.gtceu.long_iron_rod": "Vara de Hierro Fundido Larga",
|
||||
"item.gtceu.iron_rotor": "Rotor de Hierro Fundido",
|
||||
"item.gtceu.iron_spring": "Resorte de Hierro Fundido",
|
||||
"item.gtceu.small_iron_spring": "Resorte de Hierro Fundido Pequeño",
|
||||
"item.gtceu.iron_bolt": "Perno de Hierro Fundido",
|
||||
"item.gtceu.iron_screw": "Tornillo de Hierro Fundido",
|
||||
"item.gtceu.iron_turbine_blade": "Hoja de Turbina de Hierro Fundido",
|
||||
"item.gtceu.iron_round": "Ronda de Hierro Fundido",
|
||||
"item.gtceu.iron_single_wire": "Cable 1x de Hierro Fundido",
|
||||
"item.gtceu.iron_double_wire": "Cable 2x de Hierro Fundido",
|
||||
"item.gtceu.iron_quadruple_wire": "Cable 4x de Hierro Fundido",
|
||||
"item.gtceu.iron_octal_wire": "Cable 8x de Hierro Fundido",
|
||||
"item.gtceu.iron_hex_wire": "Cable 16x de Hierro Fundido",
|
||||
"item.gtceu.iron_single_cable": "Cable Aislado 1x de Hierro Fundido",
|
||||
"item.gtceu.iron_double_cable": "Cable Aislado 2x de Hierro Fundido",
|
||||
"item.gtceu.iron_quadruple_cable": "Cable Aislado 4x de Hierro Fundido",
|
||||
"item.gtceu.iron_octal_cable": "Cable Aislado 8x de Hierro Fundido",
|
||||
"item.gtceu.iron_hex_cable": "Cable Aislado 16x de Hierro Fundido",
|
||||
"item.gtceu.ice_bucket": "Cubo de Granizado de Hielo",
|
||||
"item.gtceu.copper_credit": "§71 Créditos",
|
||||
"item.gtceu.cupronickel_credit": "§78 Créditos",
|
||||
"item.gtceu.silver_credit": "§764 Créditos",
|
||||
"item.gtceu.gold_credit": "§7512 Créditos",
|
||||
"item.gtceu.platinum_credit": "§74,096 Créditos",
|
||||
"item.gtceu.osmium_credit": "§732,768 Créditos",
|
||||
"item.gtceu.naquadah_credit": "§7262,144 Créditos",
|
||||
"item.gtceu.neutronium_credit": "§72,097,152 Créditos",
|
||||
"item.gtceu.wood_plate": "Tablero de fibra de densidad media",
|
||||
"item.gtceu.chipped_salt_gem": "Cristal de Sal Quebrado",
|
||||
"item.gtceu.chipped_rock_salt_gem": "Cristal de Sal Gema Quebrado",
|
||||
"item.gtceu.flawed_salt_gem": "Cristal de Sal Defectuoso",
|
||||
"item.gtceu.flawed_rock_salt_gem": "Cristal de Sal Gema Defectuoso",
|
||||
"item.gtceu.salt_gem": "Cristal de Sal",
|
||||
"item.gtceu.rock_salt_gem": "Cristal de Sal Gema",
|
||||
"item.gtceu.exquisite_salt_gem": "Cristal de Sal Exquisito",
|
||||
"item.gtceu.exquisite_rock_salt_gem": "Cristal de Sal Gema Exquisito",
|
||||
"item.gtceu.flawless_salt_gem": "Cristal de Sal Impecable",
|
||||
"item.gtceu.flawless_rock_salt_gem": "Cristal de Sal Gema Impecable",
|
||||
"material.gtceu.ice": "Granizado de Hielo",
|
||||
"material.gtceu.damascus_steel": "Acero Porcino",
|
||||
"material.gtceu.air": "Aire Terrestre",
|
||||
"material.gtceu.liquid_air": "Aire Terrestre Líquido",
|
||||
"material.gtceu.cooperite": "Cooperita",
|
||||
"material.gtceu.armalcolite": "Armalcolita",
|
||||
"material.gtceu.desh": "Desh",
|
||||
"material.gtceu.ostrum": "Ostreum",
|
||||
"material.tfg.calorite": "Calorita",
|
||||
"material.tfg.etrium": "Etrio",
|
||||
"material.gtceu.tarkianite": "Tarkianita",
|
||||
"material.gtceu.thorium": "Torianita",
|
||||
"material.gtceu.aluminium_silicate": "Silicato de Aluminio",
|
||||
"material.gtceu.rocket_alloy_t1": "Aleación de Cohete R-Aluminacero",
|
||||
"material.gtceu.rocket_alloy_t2": "Aleación de Cohete de Titanio ASM 4914",
|
||||
"material.gtceu.rocket_alloy_t3": "Aleación de Cohete de Acero de Tungsteno 45-Ti",
|
||||
"material.gtceu.vitrified_asbestos": "Amianto Vitrificado",
|
||||
"material.gtceu.liquid_carbon_dioxide": "Dióxido de Carbono Líquido",
|
||||
"material.gtceu.hot_debrominated_brine": "Salmuera Desbromada Caliente",
|
||||
"material.gtceu.hydrogen_iodide": "Ioduro de Hidrógeno",
|
||||
"material.gtceu.dense_steam": "Vapor a Alta Presión",
|
||||
"material.gtceu.radioactive_steam": "Vapor Radioactivo",
|
||||
"material.gtceu.radioactive_waste": "Residuo Radioactivo",
|
||||
"material.gtceu.irradiated_steam": "Vapor Irradiado",
|
||||
"material.gtceu.heavy_water": "Agua Densa",
|
||||
"material.gtceu.uranium_waste": "Residuo de Uranio",
|
||||
"material.gtceu.nuclear_waste": "Residuo Nuclear",
|
||||
"material.gtceu.dirty_hexafluorosilicic_acid": "Ácido Hexafluorosilícico Sucio",
|
||||
"material.gtceu.martian_sludge": "Lodo Marciano",
|
||||
"material.gtceu.dioxygen_difluoride": "Difluoruro de Dioxígeno",
|
||||
"material.gtceu.tritiated_water": "Agua Tritiada",
|
||||
"material.gtceu.raw_rich_brine": "Salmuera Rica Sin Procesar",
|
||||
"material.gtceu.hot_iodine_brine": "Salmuera de Iodo Caliente",
|
||||
"material.gtceu.brominated_iodine_vapor": "Vapor de Iodo Bromado",
|
||||
"material.gtceu.basic_bromine_exhaust": "Residuo de Bromo Básico",
|
||||
"material.gtceu.dirty_flibe": "FLiBe Sucio",
|
||||
"material.gtceu.flibe": "FLiBe",
|
||||
"material.gtceu.hot_flibe": "FLiBe Caliente",
|
||||
"material.gtceu.raw_brine": "Salmuera Cruda",
|
||||
"material.gtceu.hot_brine": "Salmuera Caliente",
|
||||
"material.gtceu.hot_chlorinated_brominated_brine": "Salmuera Caliente Clorada y Bromada",
|
||||
"material.gtceu.brominated_chlorine_vapor": "Vapor de Cloro Bromado",
|
||||
"material.gtceu.acidic_bromine_solution": "Solución Acídica de Bromo",
|
||||
"material.gtceu.concentrated_bromine_solution": "Solución de Bromo Concentrada",
|
||||
"material.gtceu.debrominated_brine": "Salmuera Desbromada",
|
||||
"material.gtceu.acidic_bromine_exhaust": "Residuo Ácido de Bromo",
|
||||
"material.gtceu.hot_alkaline_debrominated_brine": "Salmuera Alcalina Desbromada Caliente",
|
||||
"material.gtceu.lithium_carbonate": "Carbonato de Litio",
|
||||
"material.gtceu.lithium_fluoride": "Fluoruro de Litio",
|
||||
"material.gtceu.tetrafluoroberyllate": "Tetrafluoroberiliato",
|
||||
"material.gtceu.thorium_230": "Torio 230",
|
||||
"material.gtceu.thorium_232": "Torio 232",
|
||||
"material.gtceu.tbu-232_pellet": "Pastilla de TBU 232",
|
||||
"material.gtceu.plutonium_pellet": "Pastilla de Plutonio",
|
||||
"material.gtceu.uranium_pellet": "Pastilla de Uranio",
|
||||
"material.gtceu.thorium_pellet": "Pastilla de Torio",
|
||||
"material.gtceu.ostrum_iodide": "Ioduro de Ostreum",
|
||||
"material.gtceu.americium": "Americio 243",
|
||||
"material.gtceu.uranium": "Uraniuo 238",
|
||||
"material.gtceu.plutonium": "Plutonio 239",
|
||||
"material.gtceu.residual_radioactive_concoction": "Mezcla Radiactiva Residual",
|
||||
"material.gtceu.regolith_vapor": "Vapor de Regolito",
|
||||
"material.gtceu.dense_ostrum_vapor": "Vapor de Ostreum Denso",
|
||||
"material.gtceu.lightweight_ostrum_vapor": "Vapor de Ostreum Ligero",
|
||||
"material.gtceu.ostrum_vapor": "Vapor de Ostreum",
|
||||
"metaitem.dust.tooltip.purify": "Deja remojar en agua para obtener polvo limpio",
|
||||
"metaitem.crushed.tooltip.purify": "Deja remojar en agua para obtener la mena purificada",
|
||||
"item.gtceu.tool.behavior.silk_ice": "§dEscultor:§r Recolecta Hielo Compacto",
|
||||
"item.gtceu.tool.butchery_knife.tooltip": "§cCarnicero:§r Carnea animales para recibir más carne",
|
||||
"item.gtceu.tool.tooltip.repair_info": "",
|
||||
"item.gtceu.tool.tooltip.repair_material": "",
|
||||
"gtceu.machine.lp_steam_extractor.tooltip": "§7No extrae fluídos",
|
||||
"gtceu.machine.hp_steam_extractor.tooltip": "§7No extrae fluídos",
|
||||
"gtceu.jei.bedrock_fluid.nether_natural_gas_deposit": "Depósito de Gas Natural del Más Allá",
|
||||
"gtceu.jei.bedrock_fluid.moon_helium": "Depósito de Helio Lunar",
|
||||
"gtceu.jei.bedrock_fluid.moon_helium_3": "Depósito de Helio-3 Lunar",
|
||||
"gtceu.jei.bedrock_fluid.moon_argon": "Depósito de Argón Lunar",
|
||||
"gtceu.jei.bedrock_fluid.semiheavy_ammoniacal_water": "Depósito de Agua Semi-densa Amoníaca Marciano",
|
||||
"gtceu.jei.bedrock_fluid.liquid_carbon_dioxide": "Depósito de Dióxido de Carbono Líquido Marciano",
|
||||
"gtceu.jei.bedrock_fluid.heavy_ammoniacal_water": "Depósito de Agua Densa Amoníaca Marciano",
|
||||
"gtceu.jei.bedrock_fluid.liquid_ice": "Depósito de Hielo Marciano",
|
||||
"gtceu.recipe.category.ingot_molding": "Moldeado de Materiales",
|
||||
"block.gtceu.wire_coil.tooltip_pyro": "§8Horno de Pirólisis, Torre de Liquefacción y Fábrica de Combustible Nuclear:§r",
|
||||
"block.gtceu.wire_coil.tooltip_cracking": "§8Unidad de Cracking, Recolectores Lunar y de Ostreum:§r",
|
||||
"tooltip.moldraw.shift_view_molecule": "§7§oMantén (Shift) para Estructura Molecular§r",
|
||||
"tooltip.moldraw.shift_view_alloy": "§7§oMantén (Shift) para Composición de Aleación§r",
|
||||
"tagprefix.sword_head": "Hoja de Espada de %s",
|
||||
"tagprefix.pickaxe_head": "Cabezal de Pico de %s",
|
||||
"tagprefix.shovel_head": "Hoja de Pala de %s",
|
||||
"tagprefix.axe_head": "Cabezal de Hacha de %s",
|
||||
"tagprefix.hoe_head": "Cabezal de Azada de %s",
|
||||
"tagprefix.scythe_head": "Hoja de Hoz de %s",
|
||||
"tagprefix.file_head": "Cabezal de Lima de %s",
|
||||
"tagprefix.hammer_head": "Cabezal de Martillo de %s",
|
||||
"tagprefix.saw_head": "Cabezal de Sierra de %s",
|
||||
"tagprefix.knife_head": "Hoja de Cuchillo de %s",
|
||||
"tagprefix.butchery_knife_head": "Hoja de Cuchilla de Carnicero de %s",
|
||||
"tagprefix.mining_hammer_head": "Cabezal de Martillo de Minería de %s",
|
||||
"tagprefix.spade_head": "Cabezal de Pala de %s",
|
||||
"tagprefix.double_ingot": "%s Double Ingot",
|
||||
"tagprefix.poor_raw": "%s en Bruto Pobre",
|
||||
"tagprefix.rich_raw": "%s en Bruto Rico",
|
||||
"tagprefix.dusty_raw": "%s en Bruto Polvoriento",
|
||||
"tagprefix.gabbro": "Mineral de %s de Gabro",
|
||||
"tagprefix.shale": "Mineral de %s de Pizarra Oscura",
|
||||
"tagprefix.claystone": "Mineral de %s de Lutita",
|
||||
"tagprefix.limestone": "Mineral de %s de Caliza",
|
||||
"tagprefix.conglomerate": "Mineral de %s de Conglomerado",
|
||||
"tagprefix.dolomite": "Mineral de %s de Dolomita",
|
||||
"tagprefix.chert": "Mineral de %s de Sílex",
|
||||
"tagprefix.chalk": "Mineral de %s de Tiza",
|
||||
"tagprefix.rhyolite": "Mineral de %s de Riolita",
|
||||
"tagprefix.dacite": "Mineral de %s de Dacita",
|
||||
"tagprefix.quartzite": "Mineral de %s de Cuarcita",
|
||||
"tagprefix.slate": "Mineral de %s de Pizarra",
|
||||
"tagprefix.phyllite": "Mineral de %s de Filita",
|
||||
"tagprefix.schist": "Mineral de %s de Esquisto",
|
||||
"tagprefix.gneiss": "Mineral de %s de Gneis",
|
||||
"tagprefix.marble": "Mineral de %s de Mármol",
|
||||
"tagprefix.deepslate": "Mineral de %s de Migmatita",
|
||||
"tagprefix.pyroxenite": "Mineral de %s de Piroxenita",
|
||||
"tagprefix.dripstone": "Mineral de %s de Travertina"
|
||||
}
|
||||
|
|
@ -127,15 +127,10 @@
|
|||
"item.gtceu.neutronium_credit": "§72,097,152 Credits",
|
||||
"item.gtceu.wood_plate": "繊維板",
|
||||
"item.gtceu.chipped_salt_gem": "欠けた塩の結晶",
|
||||
"item.gtceu.chipped_rock_salt_gem": "欠けた岩塩の結晶",
|
||||
"item.gtceu.flawed_salt_gem": "傷のある塩の結晶",
|
||||
"item.gtceu.flawed_rock_salt_gem": "傷のある岩塩の結晶",
|
||||
"item.gtceu.salt_gem": "塩の結晶",
|
||||
"item.gtceu.rock_salt_gem": "岩塩の結晶",
|
||||
"item.gtceu.exquisite_salt_gem": "精巧な塩の結晶",
|
||||
"item.gtceu.exquisite_rock_salt_gem": "精巧な岩塩の結晶",
|
||||
"item.gtceu.flawless_salt_gem": "傷のない塩の結晶",
|
||||
"item.gtceu.flawless_rock_salt_gem": "傷のない岩塩の結晶",
|
||||
"material.gtceu.ice": "氷泥",
|
||||
"material.gtceu.damascus_steel": "豚鋼",
|
||||
"material.gtceu.air": "空気",
|
||||
|
|
|
|||
|
|
@ -36,6 +36,8 @@
|
|||
"block.gtceu.bismuth_bronze_drum": "Бочка из висмутовой бронзы",
|
||||
"block.gtceu.overworld_marker": "Земля",
|
||||
"block.gtceu.the_nether_marker": "Бездна",
|
||||
"block.tfg.hydroponics_facility": "Гидропонная установка",
|
||||
"block.tfg.pisciculture_fishery": "Промышленный рыболов",
|
||||
"gtceu.greenhouse": "Электрическая теплица",
|
||||
"gtceu.steam_bloomery": "Паровой сыродутный горн",
|
||||
"gtceu.food_oven": "Духовка",
|
||||
|
|
@ -56,6 +58,8 @@
|
|||
"gtceu.growth_chamber": "Ростовая камера",
|
||||
"gtceu.coal_liquefaction_tower": "Башня сжижения угля",
|
||||
"gtceu.smr_generator": "Малая модульная турбина",
|
||||
"gtceu.hydroponics_facility": "Гидропонная установка",
|
||||
"gtceu.pisciculture_fishery": "Промышленный рыболов",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_1": "§7Внеземной пылесос§r",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_2": "§7Бесконечно добывает реголитовую пыль в зависимости от биома.§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_1": "§7Юридически обособленный сборщик пряности§r",
|
||||
|
|
@ -127,15 +131,10 @@
|
|||
"item.gtceu.neutronium_credit": "§72,097,152 Credits",
|
||||
"item.gtceu.wood_plate": "МДФ доска",
|
||||
"item.gtceu.chipped_salt_gem": "Соль (Осколок)",
|
||||
"item.gtceu.chipped_rock_salt_gem": "Каменная соль (Осколок)",
|
||||
"item.gtceu.flawed_salt_gem": "Соль (Необработанный)",
|
||||
"item.gtceu.flawed_rock_salt_gem": "Каменная соль (Необработанный)",
|
||||
"item.gtceu.salt_gem": "Соль (Кристалл)",
|
||||
"item.gtceu.rock_salt_gem": "Каменная соль (Кристалл)",
|
||||
"item.gtceu.exquisite_salt_gem": "Соль (Безупречный)",
|
||||
"item.gtceu.exquisite_rock_salt_gem": "Каменная соль (Безупречный)",
|
||||
"item.gtceu.flawless_salt_gem": "Соль (Изысканный)",
|
||||
"item.gtceu.flawless_rock_salt_gem": "Каменная соль (Изысканный)",
|
||||
"item.gtceu.sticky_resin": "Липкая смола",
|
||||
"material.gtceu.ice": "Ледяная слякоть",
|
||||
"material.gtceu.damascus_steel": "Свинячья сталь",
|
||||
|
|
|
|||
|
|
@ -36,6 +36,8 @@
|
|||
"block.gtceu.bismuth_bronze_drum": "Бочка з Вісмутової Бронзи",
|
||||
"block.gtceu.overworld_marker": "Земля",
|
||||
"block.gtceu.the_nether_marker": "Безодня",
|
||||
"block.tfg.hydroponics_facility": "Гідропонічний комплекс",
|
||||
"block.tfg.pisciculture_fishery": "Рибна ферма",
|
||||
"gtceu.greenhouse": "Електрична теплиця",
|
||||
"gtceu.steam_bloomery": "Парова Сиродутна Піч",
|
||||
"gtceu.food_oven": "Духова піч",
|
||||
|
|
@ -56,6 +58,8 @@
|
|||
"gtceu.growth_chamber": "Камера росту",
|
||||
"gtceu.coal_liquefaction_tower": "Вежа зрідження",
|
||||
"gtceu.smr_generator": "Мала модульна турбіна",
|
||||
"gtceu.hydroponics_facility": "Гідропонічний комплекс",
|
||||
"gtceu.pisciculture_fishery": "Рибна ферма",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_1": "§7Позаземний пилосос§r",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_2": "§7Збирає нескінченну кількість реголітового пилу залежно від біома, в якому він розміщений.§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_1": "§7Юридично відмінний пряний повзун§r",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.bud_indicator": "%s 表面芽",
|
||||
"block.gtceu.salt_block": "盐块",
|
||||
"block.gtceu.greenhouse": "温室",
|
||||
"block.tfg.steam_bloomery": "蒸汽锻铁炉",
|
||||
"block.tfg.steam_thermal_centrifuge": "大型蒸汽热力离心机",
|
||||
|
|
@ -23,9 +24,6 @@
|
|||
"block.gtceu.ulv_super_chest": "基础超级箱",
|
||||
"block.gtceu.ulv_hermetic_casing": "基础密封机械方块",
|
||||
"block.gtceu.hv_energy_output_hatch_4a": "§6HV 4A 动力仓§r",
|
||||
"block.tfg.bioreactor": "生物反应器",
|
||||
"block.tfg.growth_chamber": "生长室",
|
||||
"block.tfg.single_itemstack_bus": "限速输入总线",
|
||||
"block.gtceu.red_granite_cobblestone": "红花岗岩圆石",
|
||||
"block.gtceu.mossy_red_granite_cobblestone": "覆苔红花岗岩圆石",
|
||||
"block.gtceu.copper_crate": "铜板条箱",
|
||||
|
|
@ -36,47 +34,11 @@
|
|||
"block.gtceu.bismuth_bronze_drum": "铋青铜桶",
|
||||
"block.gtceu.overworld_marker": "地球",
|
||||
"block.gtceu.the_nether_marker": "幽冥之地",
|
||||
"block.tfg.bioreactor": "生物反应器",
|
||||
"block.tfg.growth_chamber": "生长室",
|
||||
"block.tfg.single_itemstack_bus": "限速输入总线",
|
||||
"block.tfg.hydroponics_facility": "水培设施",
|
||||
"block.tfg.pisciculture_fishery": "水产养殖场",
|
||||
"gtceu.greenhouse": "电力温室",
|
||||
"gtceu.steam_bloomery": "蒸汽锻铁炉",
|
||||
"gtceu.food_oven": "食物烤炉",
|
||||
"gtceu.food_processor": "食物处理机",
|
||||
"gtceu.large_solar_panel": "大型太阳能阵列 MK I",
|
||||
"gtceu.large_solar_panel_tier2": "大型太阳能阵列 MK II",
|
||||
"gtceu.large_solar_panel_tier3": "大型太阳能阵列 MK III",
|
||||
"gtceu.gas_pressurizer": "气体加压器",
|
||||
"gtceu.nuclear_fuel_factory": "核燃料工厂",
|
||||
"gtceu.nuclear_turbine": "核能蒸汽涡轮",
|
||||
"gtceu.heat_exchanger": "热交换器",
|
||||
"gtceu.fission_reactor": "裂变反应堆",
|
||||
"gtceu.evaporation_tower": "蒸发塔",
|
||||
"gtceu.ostrum_harvester": "紫金采集器",
|
||||
"gtceu.moon_dust_harvester": "月壤采集器",
|
||||
"gtceu.ostrum_linear_accelerator": "紫金线性加速器",
|
||||
"gtceu.bioreactor": "生物反应器",
|
||||
"gtceu.growth_chamber": "生长室",
|
||||
"gtceu.coal_liquefaction_tower": "液化塔",
|
||||
"gtceu.smr_generator": "小型模块化涡轮",
|
||||
"gtceu.hydroponics_facility": "水培设施",
|
||||
"gtceu.pisciculture_fishery": "水产养殖场",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_1": "§7地外真空吸尘器§r",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_2": "§7根据所处生物群系无限采集风化土粉尘。§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_1": "§7合法异星香料采集车§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_2": "§7置于紫金矿床上方可无限采集紫金粉。§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_3": "§7需消耗钻井液。§r",
|
||||
"gtceu.tooltip.machine.ostrum_linear_accelerator_1": "§7不含希格斯玻色子§r",
|
||||
"gtceu.tooltip.machine.ostrum_linear_accelerator_2": "§7将紫金矿粉分解为组分原料。需配合裂变产线多种流体。§r",
|
||||
"gtceu.tooltip.machine.heat_exchanger_1": "§7用高温流体加热其他流体§r",
|
||||
"gtceu.tooltip.machine.heat_exchanger_2": "§7实现流体间的热量传递§r",
|
||||
"gtceu.tooltip.machine.nuclear_fuel_factory_1": "§7超劲爆燃料棒制造厂§r",
|
||||
"gtceu.tooltip.machine.nuclear_fuel_factory_2": "§7将原始放射性材料加工成裂变燃料§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_1": "§7用蒸汽动力升级你的锻铁炉!§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_2": "§7将含铁矿粉或锭加工成生铁方坯。§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_3": "§7使用焦煤或无烟煤可倍增产量。§r",
|
||||
"gtceu.tooltip.machine.steam_parallel": "§7支持最多8组配方并行处理,相应调整蒸汽需求。§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_1": "§7奶昔制造机§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_2": "§7从碳质固体中提取燃气和流体§r",
|
||||
"item.gtceu.tiny_wood_dust": "小撮软木浆",
|
||||
"item.gtceu.small_wood_dust": "小堆软木浆",
|
||||
"item.gtceu.wood_dust": "软木浆",
|
||||
|
|
@ -130,21 +92,22 @@
|
|||
"item.gtceu.naquadah_credit": "§7262,144币值",
|
||||
"item.gtceu.neutronium_credit": "§72,097,152币值",
|
||||
"item.gtceu.wood_plate": "中密度纤维板",
|
||||
"item.gtceu.salt_dust": "盐",
|
||||
"item.gtceu.small_salt_dust": "小堆盐",
|
||||
"item.gtceu.tiny_salt_dust": "小撮盐",
|
||||
"item.gtceu.chipped_salt_gem": "破碎的盐晶体",
|
||||
"item.gtceu.chipped_rock_salt_gem": "破碎的岩盐晶体",
|
||||
"item.gtceu.flawed_salt_gem": "有瑕的盐晶体",
|
||||
"item.gtceu.flawed_rock_salt_gem": "有瑕的岩盐晶体",
|
||||
"item.gtceu.salt_gem": "盐晶体",
|
||||
"item.gtceu.rock_salt_gem": "岩盐晶体",
|
||||
"item.gtceu.exquisite_salt_gem": "精致的盐晶体",
|
||||
"item.gtceu.exquisite_rock_salt_gem": "精致的岩盐晶体",
|
||||
"item.gtceu.flawless_salt_gem": "无暇的盐晶体",
|
||||
"item.gtceu.flawless_rock_salt_gem": "无暇的岩盐晶体",
|
||||
"material.gtceu.ice": "冰泥",
|
||||
"material.gtceu.damascus_steel": "猪灵钢",
|
||||
"material.gtceu.air": "地球空气",
|
||||
"material.gtceu.liquid_air": "液态地球空气",
|
||||
"material.gtceu.cooperite": "硫铂矿",
|
||||
"material.gtceu.rock_salt": "钾石盐",
|
||||
"material.gtceu.salt": "岩盐",
|
||||
"material.gtceu.quartzite": "石英",
|
||||
"material.gtceu.armalcolite": "阿姆阿尔柯尔矿",
|
||||
"material.gtceu.desh": "戴斯",
|
||||
"material.gtceu.ostrum": "紫金",
|
||||
|
|
@ -152,6 +115,7 @@
|
|||
"material.tfg.etrium": "埃忒恩",
|
||||
"material.gtceu.tarkianite": "塔基安矿",
|
||||
"material.gtceu.thorium": "方钍石",
|
||||
"material.gtceu.dimethylbenzene": "二甲苯",
|
||||
"material.gtceu.aluminium_silicate": "硅酸铝",
|
||||
"material.gtceu.rocket_alloy_t1": "R型铝钢火箭合金",
|
||||
"material.gtceu.rocket_alloy_t2": "ASM 4914 钛合金火箭合金",
|
||||
|
|
@ -226,6 +190,28 @@
|
|||
"block.gtceu.wire_coil.tooltip_cracking": "§8裂化机,月壤和紫金采集器:§r",
|
||||
"tooltip.moldraw.shift_view_molecule": "§7§o按住(Shift)查看分子结构§r",
|
||||
"tooltip.moldraw.shift_view_alloy": "§7§o按住(Shift)查看合金成分§r",
|
||||
"gtceu.greenhouse": "电力温室",
|
||||
"gtceu.steam_bloomery": "蒸汽锻铁炉",
|
||||
"gtceu.food_oven": "电烤箱",
|
||||
"gtceu.food_processor": "食物处理机",
|
||||
"gtceu.large_solar_panel": "大型太阳能阵列 MK I",
|
||||
"gtceu.large_solar_panel_tier2": "大型太阳能阵列 MK II",
|
||||
"gtceu.large_solar_panel_tier3": "大型太阳能阵列 MK III",
|
||||
"gtceu.gas_pressurizer": "气体加压器",
|
||||
"gtceu.nuclear_fuel_factory": "核燃料工厂",
|
||||
"gtceu.nuclear_turbine": "核能蒸汽涡轮",
|
||||
"gtceu.heat_exchanger": "热交换器",
|
||||
"gtceu.fission_reactor": "裂变反应堆",
|
||||
"gtceu.evaporation_tower": "蒸发塔",
|
||||
"gtceu.ostrum_harvester": "紫金采集器",
|
||||
"gtceu.moon_dust_harvester": "月壤采集器",
|
||||
"gtceu.ostrum_linear_accelerator": "紫金线性加速器",
|
||||
"gtceu.bioreactor": "生物反应器",
|
||||
"gtceu.growth_chamber": "生长室",
|
||||
"gtceu.coal_liquefaction_tower": "液化塔",
|
||||
"gtceu.smr_generator": "小型模块化涡轮",
|
||||
"gtceu.hydroponics_facility": "水培设施",
|
||||
"gtceu.pisciculture_fishery": "水产养殖场",
|
||||
"tagprefix.sword_head": "%s剑身",
|
||||
"tagprefix.pickaxe_head": "%s镐头",
|
||||
"tagprefix.shovel_head": "%s铲头",
|
||||
|
|
@ -261,5 +247,22 @@
|
|||
"tagprefix.marble": "大理岩%s矿石",
|
||||
"tagprefix.deepslate": "混合岩%s矿石",
|
||||
"tagprefix.pyroxenite": "辉石岩%s矿石",
|
||||
"tagprefix.dripstone": "石灰华%s矿石"
|
||||
"tagprefix.dripstone": "石灰华%s矿石",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_1": "§7星际吸尘器§r",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_2": "§7根据所处生物群系,无限采集风化土粉尘。§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_1": "\"§7合法异星香料采集车§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_2": "§7置于紫金矿床上方可无限采集紫金粉。§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_3": "§7需要钻井液才能工作。§r",
|
||||
"gtceu.tooltip.machine.ostrum_linear_accelerator_1": "§7不含希格斯玻色子§r",
|
||||
"gtceu.tooltip.machine.ostrum_linear_accelerator_2": "§7将紫金矿粉分解为组分原料。需配合裂变产线多种流体。§r",
|
||||
"gtceu.tooltip.machine.heat_exchanger_1": "§7用高温流体加热其他流体§r",
|
||||
"gtceu.tooltip.machine.heat_exchanger_2": "§7实现流体间的热量传递§r",
|
||||
"gtceu.tooltip.machine.nuclear_fuel_factory_1": "§7超劲爆燃料棒制造厂§r",
|
||||
"gtceu.tooltip.machine.nuclear_fuel_factory_2": "§7将原始放射性材料加工成裂变燃料§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_1": "§7用蒸汽动力升级你的锻铁炉!§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_2": "§7将含铁矿粉或锭加工成生铁方坯。§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_3": "§7使用焦煤或无烟煤可倍增产量。§r",
|
||||
"gtceu.tooltip.machine.steam_parallel": "§7支持最多8组配方并行处理,相应调整蒸汽需求。§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_1": "§7奶昔制造机§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_2": "§7从碳质固体中提取燃气和流体§r"
|
||||
}
|
||||
|
|
@ -6,5 +6,9 @@
|
|||
"item.immersive_aircraft.enhanced_propeller": "Пропеллер самолёта (Алюминий)",
|
||||
"item.immersive_aircraft.improved_landing_gear": "Шасси (Чёрная сталь)",
|
||||
"item.immersive_aircraft.hull_reinforcement": "Усиление корпуса (Чёрная сталь)",
|
||||
"item.immersive_aircraft.bamboo_hopper": "Воронка (Алюминий)"
|
||||
"item.immersive_aircraft.bamboo_hopper": "Воронка (Алюминий)",
|
||||
"item.immersive_aircraft.gyroscope_dials": "Продвинутый гироскоп",
|
||||
"item.immersive_aircraft.gyroscope_hud": "Электронный гироскоп",
|
||||
"immersive_aircraft.upgrade.dials": "Механичекая приборная панель",
|
||||
"immersive_aircraft.upgrade.hud": "Электронная приборная панель"
|
||||
}
|
||||
|
|
@ -94,10 +94,12 @@
|
|||
"item.minecraft.iron_ingot": "Cast Iron Ingot",
|
||||
"item.minecraft.iron_block": "Cast Iron Block",
|
||||
"item.minecraft.netherite_leggings": "Blue Steel Diving Leggings",
|
||||
"item.minecraft.netherite_boots": "Blue Steel Lavaproof Boots",
|
||||
"item.minecraft.string": "Silk Thread",
|
||||
"item.minecraft.glow_ink_sac": "Glowing Dye",
|
||||
"item.minecraft.nether_brick": "Keratophyre Brick",
|
||||
"item.minecraft.furnace_minecart": "Minecart with Boiler",
|
||||
"item.minecraft.milk_bucket": "Cow Milk Bucket",
|
||||
"material.tfg.dripstone": "Travertine",
|
||||
"death.attack.magic": "%1$s was killed by deadly poison",
|
||||
"death.attack.magic.player": "%1$s was killed by deadly poison whilst trying to escape %2$s"
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@
|
|||
"item.minecraft.glow_ink_sac": "Glowing Dye",
|
||||
"item.minecraft.nether_brick": "Keratophyre Brick",
|
||||
"item.minecraft.furnace_minecart": "Minecart with Boiler",
|
||||
"item.minecraft.milk_bucket": "Cow Milk Bucket",
|
||||
"material.tfg.dripstone": "Travertine",
|
||||
"death.attack.magic": "%1$s was killed by deadly poison",
|
||||
"death.attack.magic.player": "%1$s was killed by deadly poison whilst trying to escape %2$s"
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@
|
|||
"item.minecraft.glow_ink_sac": "荧光染料",
|
||||
"item.minecraft.nether_brick": "角斑岩砖",
|
||||
"item.minecraft.furnace_minecart": "动力矿车",
|
||||
"item.minecraft.milk_bucket": "牛奶桶",
|
||||
"material.tfg.dripstone": "石灰华",
|
||||
"death.attack.magic": "%1$s 被毒死了",
|
||||
"death.attack.magic.player": "%1$s在试图逃离%2$s时被毒死了"
|
||||
|
|
|
|||
54
kubejs/assets/morered/lang/ru_ru.json
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.morered.and_2_gate": "Двухвходовой элемент И",
|
||||
"block.morered.and_gate": "Элемент И",
|
||||
"block.morered.bitwise_and_gate": "Побитовый элемент И",
|
||||
"block.morered.bitwise_diode": "Побитовый диод",
|
||||
"block.morered.bitwise_not_gate": "Побитовый элемент НЕ",
|
||||
"block.morered.bitwise_or_gate": "Побитовый элемент ИЛИ",
|
||||
"block.morered.bitwise_xnor_gate": "Побитовый элемент ИСКЛЮЧАЮЩЕЕ ИЛИ-НЕ",
|
||||
"block.morered.bitwise_xor_gate": "Побитовый элемент ИСКЛЮЧАЮЩЕЕ ИЛИ",
|
||||
"block.morered.black_network_cable": "Чёрный сетевой кабель",
|
||||
"block.morered.blue_network_cable": "Синий сетевой кабель",
|
||||
"block.morered.brown_network_cable": "Коричневый сетевой кабель",
|
||||
"block.morered.bundled_cable_post": "Стойка пучкового кабеля",
|
||||
"block.morered.bundled_cable_relay_plate": "Релейная пластина пучкового кабеля",
|
||||
"block.morered.bundled_network_cable": "Пучковый сетевой кабель",
|
||||
"block.morered.cyan_network_cable": "Бирюзовый сетевой кабель",
|
||||
"block.morered.diode": "Диод",
|
||||
"block.morered.gray_network_cable": "Серый сетевой кабель",
|
||||
"block.morered.green_network_cable": "Зелёный сетевой кабель",
|
||||
"block.morered.hexidecrubrometer": "Шестнадцатеричный монитор",
|
||||
"block.morered.latch": "Триггер",
|
||||
"block.morered.light_blue_network_cable": "Голубой сетевой кабель",
|
||||
"block.morered.light_gray_network_cable": "Светло-серый сетевой кабель",
|
||||
"block.morered.lime_network_cable": "Лаймовый сетевой кабель",
|
||||
"block.morered.magenta_network_cable": "Пурпурный сетевой кабель",
|
||||
"block.morered.multiplexer": "Мультиплексор",
|
||||
"block.morered.nand_2_gate": "Двухвходовой элемент И-НЕ",
|
||||
"block.morered.nand_gate": "Элемент И-НЕ",
|
||||
"block.morered.nor_gate": "Элемент ИЛИ-НЕ",
|
||||
"block.morered.not_gate": "Элемент НЕ",
|
||||
"block.morered.or_gate": "Элемент ИЛИ",
|
||||
"block.morered.orange_network_cable": "Оранжевый сетевой кабель",
|
||||
"block.morered.pink_network_cable": "Розовый сетевой кабель",
|
||||
"block.morered.pulse_gate": "Импульсный элемент",
|
||||
"block.morered.purple_network_cable": "Фиолетовый сетевой кабель",
|
||||
"block.morered.red_alloy_wire": "Провод из красного сплава",
|
||||
"block.morered.red_network_cable": "Красный сетевой кабель",
|
||||
"block.morered.redwire_post": "Стойка красного провода",
|
||||
"block.morered.redwire_post_plate": "Пластина стойки красного провода",
|
||||
"block.morered.redwire_post_relay_plate": "Релейная пластина стойки красного провода",
|
||||
"block.morered.soldering_table": "Паяльный стол",
|
||||
"block.morered.stone_plate": "Каменная пластина",
|
||||
"block.morered.white_network_cable": "Белый сетевой кабель",
|
||||
"block.morered.xnor_gate": "Элемент ИСКЛЮЧАЮЩЕЕ ИЛИ-НЕ",
|
||||
"block.morered.xor_gate": "Элемент ИСКЛЮЧАЮЩЕЕ ИЛИ",
|
||||
"block.morered.yellow_network_cable": "Жёлтый сетевой кабель",
|
||||
"emi.category.morered.soldering": "Пайка",
|
||||
"gui.morered.category.soldering": "Пайка",
|
||||
"item.morered.bundled_cable_spool": "Катушка пучкового кабеля",
|
||||
"item.morered.red_alloy_ingot": "Слиток красного сплава",
|
||||
"item.morered.redwire_spool": "Катушка красного провода",
|
||||
"itemGroup.morered": "More Red"
|
||||
}
|
||||
|
|
@ -2,5 +2,8 @@
|
|||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"entity.sandworm_mod.worm_chain": "沙虫",
|
||||
"entity.sandworm_mod.worm_head_segment": "沙虫头部",
|
||||
"entity.sandworm_mod.worm_segment": "沙虫躯体"
|
||||
"entity.sandworm_mod.worm_segment": "沙虫躯体",
|
||||
"death.attack.worm": "%1$s葬身虫腹",
|
||||
"item.sandworm_mod.sandworm_tooth": "沙虫牙齿",
|
||||
"block.sandworm_mod.thumper": "震击器"
|
||||
}
|
||||
101
kubejs/assets/simplylight/lang/ru_ru.json
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.simplylight.illuminant_block_on": "Освещающий блок (Инвертированный)",
|
||||
"simplylight.redstone": "Редстоун сигналом",
|
||||
"block.simplylight.rodlamp": "Осветительный стержень",
|
||||
"block.simplylight.illuminant_black_block": "Освещающий черный блок",
|
||||
"block.simplylight.illuminant_black_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_black_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_black_block_on": "Освещающий черный блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_black_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_black_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.illuminant_blue_block": "Освещающий синий блок",
|
||||
"block.simplylight.illuminant_blue_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_blue_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_blue_block_on": "Освещающий синий блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_blue_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_blue_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.illuminant_brown_block": "Освещающий коричневый блок",
|
||||
"block.simplylight.illuminant_brown_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_brown_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_brown_block_on": "Освещающий коричневый блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_brown_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_brown_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.illuminant_cyan_block": "Освещающий бирюзовый блок",
|
||||
"block.simplylight.illuminant_cyan_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_cyan_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_cyan_block_on": "Освещающий бирюзовый блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_cyan_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_cyan_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.illuminant_gray_block": "Освещающий серый блок",
|
||||
"block.simplylight.illuminant_gray_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_gray_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_gray_block_on": "Освещающий серый блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_gray_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_gray_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.illuminant_green_block": "Освещающий зелёный блок",
|
||||
"block.simplylight.illuminant_green_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_green_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_green_block_on": "Освещающий зелёный блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_green_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_green_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.illuminant_light_blue_block": "Освещающий голубой блок",
|
||||
"block.simplylight.illuminant_light_blue_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_light_blue_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_light_blue_block_on": "Освещающий голубой блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_light_blue_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_light_blue_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.illuminant_light_gray_block": "Освещающий светло-серый блок",
|
||||
"block.simplylight.illuminant_light_gray_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_light_gray_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_light_gray_block_on": "Освещающий светло-серый блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_light_gray_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_light_gray_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.illuminant_lime_block": "Освещающий лаймовый блок",
|
||||
"block.simplylight.illuminant_lime_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_lime_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_lime_block_on": "Освещающий лаймовый блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_lime_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_lime_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.illuminant_magenta_block": "Освещающий пурпурный блок",
|
||||
"block.simplylight.illuminant_magenta_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_magenta_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_magenta_block_on": "Освещающий пурпурный блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_magenta_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_magenta_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.illuminant_orange_block": "Освещающий оранжевый блок",
|
||||
"block.simplylight.illuminant_orange_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_orange_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_orange_block_on": "Освещающий оранжевый блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_orange_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_orange_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.illuminant_pink_block": "Освещающий розовый блок",
|
||||
"block.simplylight.illuminant_pink_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_pink_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_pink_block_on": "Освещающий розовый блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_pink_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_pink_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.illuminant_purple_block": "Освещающий фиолетовый блок",
|
||||
"block.simplylight.illuminant_purple_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_purple_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_purple_block_on": "Освещающий фиолетовый блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_purple_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_purple_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.illuminant_red_block": "Освещающий красный блок",
|
||||
"block.simplylight.illuminant_red_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_red_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_red_block_on": "Освещающий красный блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_red_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_red_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.illuminant_yellow_block": "Освещающий жёлтый блок",
|
||||
"block.simplylight.illuminant_yellow_block.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_yellow_block.info2": "Активируется %s.",
|
||||
"block.simplylight.illuminant_yellow_block_on": "Освещающий жёлтый блок (Инвертированный)",
|
||||
"block.simplylight.illuminant_yellow_block_on.info": "Простой блок света,",
|
||||
"block.simplylight.illuminant_yellow_block_on.info2": "Деактивируется %s.",
|
||||
"block.simplylight.lamp_post": "Фонарный столб",
|
||||
"block.simplylight.lamp_post.info": "Фонарный столб высотой 3 блока.",
|
||||
"block.simplylight.lamp_post.info2": "Верхний блок излучает свет.",
|
||||
"block.simplylight.rodlamp.info": "Простой светящийся стержень.",
|
||||
"block.simplylight.rodlamp.info2": "Можно размещать в любом направлении."
|
||||
}
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"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.rock_salt_tfc": "Sylvite",
|
||||
"trim_material.tfc.ruby_tfc": "Ruby",
|
||||
"trim_material.tfc.salt_tfc": "salt",
|
||||
"trim_material.tfc.sapphire_tfc": "Sapphire",
|
||||
|
|
|
|||
|
|
@ -24,27 +24,27 @@
|
|||
},
|
||||
{
|
||||
"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), $(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)$()",
|
||||
"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)Halite: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Kyanite: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()$(li)Lapis: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Lazurite: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Lead: $(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)Lepidolite: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Lithium: $(l:tfg_ores/earth_vein_index#deep_scheelite)20%$(/l)$()$(li)Magnesite: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Magnetite: $(l:tfg_ores/earth_vein_index#normal_magnetite)63%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Malachite: $(l:tfg_ores/earth_vein_index#deep_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l)$()$(li)Mica: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)35%$(/l)$()$(li)Monazite: $(l:tfg_ores/earth_vein_index#normal_monazite)31%$(/l)$()$(li)Native Copper: $(l:tfg_ores/earth_vein_index#normal_copper)65%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)30%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Native Gold: $(l:tfg_ores/earth_vein_index#deep_gold)75%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)9%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)5%$(/l)$()",
|
||||
"text": "$(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)$()$(li)Kyanite: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()$(li)Lapis: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Lazurite: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Lead: $(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)Lepidolite: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Lithium: $(l:tfg_ores/earth_vein_index#deep_scheelite)20%$(/l)$()$(li)Magnesite: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Magnetite: $(l:tfg_ores/earth_vein_index#normal_magnetite)63%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Malachite: $(l:tfg_ores/earth_vein_index#deep_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l)$()$(li)Mica: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)35%$(/l)$()$(li)Monazite: $(l:tfg_ores/earth_vein_index#normal_monazite)31%$(/l)$()$(li)Native Copper: $(l:tfg_ores/earth_vein_index#normal_copper)65%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)30%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Native Silver: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)10%$(/l)$()$(li)Neodymium: $(l:tfg_ores/earth_vein_index#normal_monazite)6%$(/l)$()$(li)Nickel: $(l:tfg_ores/earth_vein_index#normal_garnierite)10%$(/l)$()$(li)Oilsands: $(l:tfg_ores/earth_vein_index#normal_oilsands)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_tarkianite)35%$(/l)$()$(li)Olivine: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Opal: $(l:tfg_ores/earth_vein_index#deep_garnet_opal)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/earth_vein_index#normal_garnierite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_lubricant)15%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/earth_vein_index#deep_pitchblende)62%$(/l)$()$(li)Platinum: $(l:tfg_ores/earth_vein_index#deep_sheldonite)7%$(/l)$()$(li)Pollucite: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()$(li)Powellite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)17%$(/l)$()$(li)Pyrite: $(l:tfg_ores/earth_vein_index#normal_sulfur)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)5%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/earth_vein_index#normal_apatite)15%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()",
|
||||
"text": "$(li)Native Gold: $(l:tfg_ores/earth_vein_index#deep_gold)75%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)9%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)5%$(/l)$()$(li)Native Silver: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)10%$(/l)$()$(li)Neodymium: $(l:tfg_ores/earth_vein_index#normal_monazite)6%$(/l)$()$(li)Nickel: $(l:tfg_ores/earth_vein_index#normal_garnierite)10%$(/l)$()$(li)Oilsands: $(l:tfg_ores/earth_vein_index#normal_oilsands)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_tarkianite)35%$(/l)$()$(li)Olivine: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Opal: $(l:tfg_ores/earth_vein_index#deep_garnet_opal)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/earth_vein_index#normal_garnierite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_lubricant)15%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/earth_vein_index#deep_pitchblende)62%$(/l)$()$(li)Platinum: $(l:tfg_ores/earth_vein_index#deep_sheldonite)7%$(/l)$()$(li)Pollucite: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()$(li)Powellite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)17%$(/l)$()$(li)Pyrite: $(l:tfg_ores/earth_vein_index#normal_sulfur)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)5%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/earth_vein_index#normal_apatite)15%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Pyrope: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(li)Quartzite: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/l)$()$(li)Realgar: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Red Garnet: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()$(li)Redstone: $(l:tfg_ores/earth_vein_index#normal_redstone)45%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Ruby: $(l:tfg_ores/earth_vein_index#normal_redstone)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)20%$(/l)$()$(li)Salt: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)10%$(/l)$()$(li)Sapphire: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Scheelite: $(l:tfg_ores/earth_vein_index#deep_scheelite)45%$(/l)$()$(li)Soapstone: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()$(li)Sodalite: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Spessartine: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()",
|
||||
"text": "$(li)Pyrolusite: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Pyrope: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(li)Quartz: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/l)$()$(li)Realgar: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Red Garnet: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()$(li)Redstone: $(l:tfg_ores/earth_vein_index#normal_redstone)45%$(/l)$()$(li)Ruby: $(l:tfg_ores/earth_vein_index#normal_redstone)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)20%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)10%$(/l)$()$(li)Sapphire: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Scheelite: $(l:tfg_ores/earth_vein_index#deep_scheelite)45%$(/l)$()$(li)Soapstone: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()$(li)Sodalite: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Spessartine: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/earth_vein_index#normal_sphalerite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)15%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Sphalerite: $(l:tfg_ores/earth_vein_index#normal_sphalerite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)15%$(/l)$()$(li)Spodumene: $(l:tfg_ores/earth_vein_index#normal_spodumene)35%$(/l)$()$(li)Stibnite: $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)20%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Sulfur: $(l:tfg_ores/earth_vein_index#surface_sphalerite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)9%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)3%$(/l)$()$(li)Talc: $(l:tfg_ores/earth_vein_index#normal_lubricant)20%$(/l)$()$(li)Tantalite: $(l:tfg_ores/earth_vein_index#normal_manganese)12%$(/l)$()$(li)Tarkianite: $(l:tfg_ores/earth_vein_index#normal_tarkianite)35%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)50%$(/l)$()$(li)Thorianite: $(l:tfg_ores/earth_vein_index#normal_beryllium)15%$(/l)$()$(li)Tin: $(l:tfg_ores/earth_vein_index#normal_cassiterite)55%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)35%$(/l)$()$(li)Topaz: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/earth_vein_index#normal_apatite)35%$(/l)$()$(li)Trona: $(l:tfg_ores/earth_vein_index#normal_lubricant)10%$(/l), $(l:tfg_ores/earth_vein_index#normal_tarkianite)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()",
|
||||
"text": "$(li)Spodumene: $(l:tfg_ores/earth_vein_index#normal_spodumene)35%$(/l)$()$(li)Stibnite: $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)20%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Sulfur: $(l:tfg_ores/earth_vein_index#surface_sphalerite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)9%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)3%$(/l)$()$(li)Sylvite: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Talc: $(l:tfg_ores/earth_vein_index#normal_lubricant)20%$(/l)$()$(li)Tantalite: $(l:tfg_ores/earth_vein_index#normal_manganese)12%$(/l)$()$(li)Tarkianite: $(l:tfg_ores/earth_vein_index#normal_tarkianite)35%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)50%$(/l)$()$(li)Thorianite: $(l:tfg_ores/earth_vein_index#normal_beryllium)15%$(/l)$()$(li)Tin: $(l:tfg_ores/earth_vein_index#normal_cassiterite)55%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)35%$(/l)$()$(li)Topaz: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/earth_vein_index#normal_apatite)35%$(/l)$()$(li)Trona: $(l:tfg_ores/earth_vein_index#normal_lubricant)10%$(/l), $(l:tfg_ores/earth_vein_index#normal_tarkianite)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2638,7 +2638,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Quartzite",
|
||||
"name": "Quartz",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/quartzite"
|
||||
|
|
@ -2864,7 +2864,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Rock Salt",
|
||||
"name": "Sylvite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/rock_salt"
|
||||
|
|
@ -2884,7 +2884,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Salt",
|
||||
"name": "Halite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/salt"
|
||||
|
|
@ -3443,7 +3443,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Salt",
|
||||
"name": "Halite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/salt"
|
||||
|
|
@ -3463,7 +3463,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Rock Salt",
|
||||
"name": "Sylvite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/rock_salt"
|
||||
|
|
|
|||
|
|
@ -19,22 +19,22 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Cobaltite: $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Cooperite: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)25%$(/l)$()$(li)Diamond: $(l:tfg_ores/mars_vein_index#mars_graphite)20%$(/l)$()$(li)Electrotine: $(l:tfg_ores/mars_vein_index#mars_gold)20%$(/l)$()$(li)Emerald: $(l:tfg_ores/mars_vein_index#mars_beryllium)50%$(/l)$()$(li)Galena: $(l:tfg_ores/mars_vein_index#mars_galena)40%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)35%$(/l)$()$(li)Garnierite: $(l:tfg_ores/mars_vein_index#mars_nickel)35%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Goethite: $(l:tfg_ores/mars_vein_index#mars_hematite)15%$(/l)$()$(li)Graphite: $(l:tfg_ores/mars_vein_index#mars_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l), $(l:tfg_ores/mars_vein_index#mars_gold)5%$(/l)$()$(li)Grossular: $(l:tfg_ores/mars_vein_index#mars_tantalite)10%$(/l)$()$(li)Gypsum: $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Hematite: $(l:tfg_ores/mars_vein_index#mars_hematite)50%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_coal)30%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)29%$(/l), $(l:tfg_ores/mars_vein_index#mars_sulfur)19%$(/l), $(l:tfg_ores/mars_vein_index#mars_graphite)10%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_almandine)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_apatite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_galena)6%$(/l), $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_quartzite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_stibnite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_tungsten)4%$(/l)$()",
|
||||
"text": "$(li)Cobaltite: $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Cooperite: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)25%$(/l)$()$(li)Diamond: $(l:tfg_ores/mars_vein_index#mars_graphite)20%$(/l)$()$(li)Electrotine: $(l:tfg_ores/mars_vein_index#mars_gold)20%$(/l)$()$(li)Emerald: $(l:tfg_ores/mars_vein_index#mars_beryllium)50%$(/l)$()$(li)Galena: $(l:tfg_ores/mars_vein_index#mars_galena)40%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)35%$(/l)$()$(li)Garnierite: $(l:tfg_ores/mars_vein_index#mars_nickel)35%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Goethite: $(l:tfg_ores/mars_vein_index#mars_hematite)15%$(/l)$()$(li)Graphite: $(l:tfg_ores/mars_vein_index#mars_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l), $(l:tfg_ores/mars_vein_index#mars_gold)5%$(/l)$()$(li)Grossular: $(l:tfg_ores/mars_vein_index#mars_tantalite)10%$(/l)$()$(li)Gypsum: $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Halite: $(l:tfg_ores/mars_vein_index#mars_salt)30%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Lapis: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()$(li)Lazurite: $(l:tfg_ores/mars_vein_index#mars_lapis)35%$(/l)$()$(li)Lead: $(l:tfg_ores/mars_vein_index#mars_galena)33%$(/l)$()$(li)Lepidolite: $(l:tfg_ores/mars_vein_index#mars_salt)15%$(/l)$()$(li)Lithium: $(l:tfg_ores/mars_vein_index#mars_tungsten)19%$(/l)$()$(li)Monazite: $(l:tfg_ores/mars_vein_index#mars_neodynium)29%$(/l)$()$(li)Native Copper: $(l:tfg_ores/mars_vein_index#mars_stibnite)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)19%$(/l)$()$(li)Native Gold: $(l:tfg_ores/mars_vein_index#mars_gold)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_hematite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)5%$(/l)$()$(li)Native Silver: $(l:tfg_ores/mars_vein_index#mars_galena)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Neodymium: $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l)$()$(li)Nickel: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)25%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)23%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/mars_vein_index#deep_mars_pitchblende)52%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)41%$(/l)$()$(li)Platinum: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)15%$(/l)$()",
|
||||
"text": "$(li)Hematite: $(l:tfg_ores/mars_vein_index#mars_hematite)50%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_coal)30%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)29%$(/l), $(l:tfg_ores/mars_vein_index#mars_sulfur)19%$(/l), $(l:tfg_ores/mars_vein_index#mars_graphite)10%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_almandine)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_apatite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_galena)6%$(/l), $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_quartzite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_stibnite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_tungsten)4%$(/l)$()$(li)Lapis: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()$(li)Lazurite: $(l:tfg_ores/mars_vein_index#mars_lapis)35%$(/l)$()$(li)Lead: $(l:tfg_ores/mars_vein_index#mars_galena)33%$(/l)$()$(li)Lepidolite: $(l:tfg_ores/mars_vein_index#mars_salt)15%$(/l)$()$(li)Lithium: $(l:tfg_ores/mars_vein_index#mars_tungsten)19%$(/l)$()$(li)Monazite: $(l:tfg_ores/mars_vein_index#mars_neodynium)29%$(/l)$()$(li)Native Copper: $(l:tfg_ores/mars_vein_index#mars_stibnite)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)19%$(/l)$()$(li)Native Gold: $(l:tfg_ores/mars_vein_index#mars_gold)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_hematite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)5%$(/l)$()$(li)Native Silver: $(l:tfg_ores/mars_vein_index#mars_galena)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Neodymium: $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l)$()$(li)Nickel: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)25%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)23%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/mars_vein_index#deep_mars_pitchblende)52%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)41%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Pyrite: $(l:tfg_ores/mars_vein_index#mars_sulfur)42%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)10%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/mars_vein_index#mars_apatite)14%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/mars_vein_index#mars_tantalite)42%$(/l)$()$(li)Pyrope: $(l:tfg_ores/mars_vein_index#mars_almandine)26%$(/l)$()$(li)Quartzite: $(l:tfg_ores/mars_vein_index#mars_quartzite)41%$(/l)$()$(li)Realgar: $(l:tfg_ores/mars_vein_index#mars_beryllium)15%$(/l)$()$(li)Redstone: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)45%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)4%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/mars_vein_index#mars_salt)20%$(/l)$()$(li)Ruby: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)35%$(/l)$()$(li)Salt: $(l:tfg_ores/mars_vein_index#mars_salt)30%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)10%$(/l)$()$(li)Sapphire: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l)$()$(li)Scheelite: $(l:tfg_ores/mars_vein_index#mars_tungsten)42%$(/l)$()$(li)Soapstone: $(l:tfg_ores/mars_vein_index#mars_lubricant)21%$(/l)$()",
|
||||
"text": "$(li)Platinum: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)15%$(/l)$()$(li)Pyrite: $(l:tfg_ores/mars_vein_index#mars_sulfur)42%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)10%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/mars_vein_index#mars_apatite)14%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/mars_vein_index#mars_tantalite)42%$(/l)$()$(li)Pyrope: $(l:tfg_ores/mars_vein_index#mars_almandine)26%$(/l)$()$(li)Quartz: $(l:tfg_ores/mars_vein_index#mars_quartzite)41%$(/l)$()$(li)Realgar: $(l:tfg_ores/mars_vein_index#mars_beryllium)15%$(/l)$()$(li)Redstone: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)45%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)4%$(/l)$()$(li)Ruby: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)35%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)10%$(/l)$()$(li)Sapphire: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l)$()$(li)Scheelite: $(l:tfg_ores/mars_vein_index#mars_tungsten)42%$(/l)$()$(li)Soapstone: $(l:tfg_ores/mars_vein_index#mars_lubricant)21%$(/l)$()$(li)Sodalite: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Sodalite: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()$(li)Spessartine: $(l:tfg_ores/mars_vein_index#mars_tantalite)10%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/mars_vein_index#mars_sulfur)23%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)17%$(/l)$()$(li)Spodumene: $(l:tfg_ores/mars_vein_index#mars_salt)35%$(/l)$()$(li)Stibnite: $(l:tfg_ores/mars_vein_index#mars_stibnite)19%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)19%$(/l)$()$(li)Sulfur: $(l:tfg_ores/mars_vein_index#mars_sulfur)14%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Talc: $(l:tfg_ores/mars_vein_index#mars_lubricant)21%$(/l)$()$(li)Tantalite: $(l:tfg_ores/mars_vein_index#mars_tantalite)36%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)57%$(/l), $(l:tfg_ores/mars_vein_index#mars_stibnite)47%$(/l)$()$(li)Thorianite: $(l:tfg_ores/mars_vein_index#deep_mars_pitchblende)26%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)29%$(/l)$()$(li)Tin: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)35%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/mars_vein_index#mars_apatite)33%$(/l)$()$(li)Trona: $(l:tfg_ores/mars_vein_index#mars_lubricant)35%$(/l)$()$(li)Tungstate: $(l:tfg_ores/mars_vein_index#mars_tungsten)33%$(/l)$()",
|
||||
"text": "$(li)Spessartine: $(l:tfg_ores/mars_vein_index#mars_tantalite)10%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/mars_vein_index#mars_sulfur)23%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)17%$(/l)$()$(li)Spodumene: $(l:tfg_ores/mars_vein_index#mars_salt)35%$(/l)$()$(li)Stibnite: $(l:tfg_ores/mars_vein_index#mars_stibnite)19%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)19%$(/l)$()$(li)Sulfur: $(l:tfg_ores/mars_vein_index#mars_sulfur)14%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Sylvite: $(l:tfg_ores/mars_vein_index#mars_salt)20%$(/l)$()$(li)Talc: $(l:tfg_ores/mars_vein_index#mars_lubricant)21%$(/l)$()$(li)Tantalite: $(l:tfg_ores/mars_vein_index#mars_tantalite)36%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)57%$(/l), $(l:tfg_ores/mars_vein_index#mars_stibnite)47%$(/l)$()$(li)Thorianite: $(l:tfg_ores/mars_vein_index#deep_mars_pitchblende)26%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)29%$(/l)$()$(li)Tin: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)35%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/mars_vein_index#mars_apatite)33%$(/l)$()$(li)Trona: $(l:tfg_ores/mars_vein_index#mars_lubricant)35%$(/l)$()$(li)Tungstate: $(l:tfg_ores/mars_vein_index#mars_tungsten)33%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1567,7 +1567,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Quartzite",
|
||||
"name": "Quartz",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/quartzite"
|
||||
|
|
@ -1746,7 +1746,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Salt",
|
||||
"name": "Halite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/salt"
|
||||
|
|
@ -1766,7 +1766,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Rock Salt",
|
||||
"name": "Sylvite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/rock_salt"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"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)$()",
|
||||
"text": "$(li)Pyrope: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Quartz: $(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)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)Sylvite: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/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"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -511,7 +511,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Quartzite",
|
||||
"name": "Quartz",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/quartzite"
|
||||
|
|
@ -894,7 +894,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Rock Salt",
|
||||
"name": "Sylvite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/rock_salt"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
},
|
||||
{
|
||||
"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), $(l:tfg_ores/nether_vein_index#nether_cassiterite)9%$(/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)Quartz: $(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)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), $(l:tfg_ores/nether_vein_index#nether_cassiterite)9%$(/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)$()$(li)Sylvite: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -779,7 +779,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Rock Salt",
|
||||
"name": "Sylvite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/rock_salt"
|
||||
|
|
@ -1870,7 +1870,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Quartzite",
|
||||
"name": "Quartz",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/quartzite"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Lepidolite: $(l:tfg_ores/venus_vein_index#venus_manual_salt)5%$(/l)$()$(li)Pyrite: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)15%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/venus_vein_index#venus_manual_salt)10%$(/l)$()$(li)Salt: $(l:tfg_ores/venus_vein_index#venus_manual_salt)80%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)5%$(/l)$()$(li)Spodumene: $(l:tfg_ores/venus_vein_index#venus_manual_salt)5%$(/l)$()$(li)Sulfur: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)80%$(/l)$()",
|
||||
"text": "$(li)Halite: $(l:tfg_ores/venus_vein_index#venus_manual_salt)80%$(/l)$()$(li)Lepidolite: $(l:tfg_ores/venus_vein_index#venus_manual_salt)5%$(/l)$()$(li)Pyrite: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)15%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)5%$(/l)$()$(li)Spodumene: $(l:tfg_ores/venus_vein_index#venus_manual_salt)5%$(/l)$()$(li)Sulfur: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)80%$(/l)$()$(li)Sylvite: $(l:tfg_ores/venus_vein_index#venus_manual_salt)10%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Salt",
|
||||
"name": "Halite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/salt"
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Rock Salt",
|
||||
"name": "Sylvite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/rock_salt"
|
||||
|
|
|
|||
|
|
@ -24,27 +24,27 @@
|
|||
},
|
||||
{
|
||||
"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), $(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)$()",
|
||||
"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)Halite: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Kyanite: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()$(li)Lapis: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Lazurite: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Lead: $(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)Lepidolite: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Lithium: $(l:tfg_ores/earth_vein_index#deep_scheelite)20%$(/l)$()$(li)Magnesite: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Magnetite: $(l:tfg_ores/earth_vein_index#normal_magnetite)63%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Malachite: $(l:tfg_ores/earth_vein_index#deep_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l)$()$(li)Mica: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)35%$(/l)$()$(li)Monazite: $(l:tfg_ores/earth_vein_index#normal_monazite)31%$(/l)$()$(li)Native Copper: $(l:tfg_ores/earth_vein_index#normal_copper)65%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)30%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Native Gold: $(l:tfg_ores/earth_vein_index#deep_gold)75%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)9%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)5%$(/l)$()",
|
||||
"text": "$(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)$()$(li)Kyanite: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()$(li)Lapis: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Lazurite: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Lead: $(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)Lepidolite: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Lithium: $(l:tfg_ores/earth_vein_index#deep_scheelite)20%$(/l)$()$(li)Magnesite: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Magnetite: $(l:tfg_ores/earth_vein_index#normal_magnetite)63%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Malachite: $(l:tfg_ores/earth_vein_index#deep_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l)$()$(li)Mica: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)35%$(/l)$()$(li)Monazite: $(l:tfg_ores/earth_vein_index#normal_monazite)31%$(/l)$()$(li)Native Copper: $(l:tfg_ores/earth_vein_index#normal_copper)65%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)30%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Native Silver: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)10%$(/l)$()$(li)Neodymium: $(l:tfg_ores/earth_vein_index#normal_monazite)6%$(/l)$()$(li)Nickel: $(l:tfg_ores/earth_vein_index#normal_garnierite)10%$(/l)$()$(li)Oilsands: $(l:tfg_ores/earth_vein_index#normal_oilsands)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_tarkianite)35%$(/l)$()$(li)Olivine: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Opal: $(l:tfg_ores/earth_vein_index#deep_garnet_opal)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/earth_vein_index#normal_garnierite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_lubricant)15%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/earth_vein_index#deep_pitchblende)62%$(/l)$()$(li)Platinum: $(l:tfg_ores/earth_vein_index#deep_sheldonite)7%$(/l)$()$(li)Pollucite: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()$(li)Powellite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)17%$(/l)$()$(li)Pyrite: $(l:tfg_ores/earth_vein_index#normal_sulfur)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)5%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/earth_vein_index#normal_apatite)15%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()",
|
||||
"text": "$(li)Native Gold: $(l:tfg_ores/earth_vein_index#deep_gold)75%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)9%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)5%$(/l)$()$(li)Native Silver: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)10%$(/l)$()$(li)Neodymium: $(l:tfg_ores/earth_vein_index#normal_monazite)6%$(/l)$()$(li)Nickel: $(l:tfg_ores/earth_vein_index#normal_garnierite)10%$(/l)$()$(li)Oilsands: $(l:tfg_ores/earth_vein_index#normal_oilsands)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_tarkianite)35%$(/l)$()$(li)Olivine: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Opal: $(l:tfg_ores/earth_vein_index#deep_garnet_opal)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/earth_vein_index#normal_garnierite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_lubricant)15%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/earth_vein_index#deep_pitchblende)62%$(/l)$()$(li)Platinum: $(l:tfg_ores/earth_vein_index#deep_sheldonite)7%$(/l)$()$(li)Pollucite: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()$(li)Powellite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)17%$(/l)$()$(li)Pyrite: $(l:tfg_ores/earth_vein_index#normal_sulfur)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)5%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/earth_vein_index#normal_apatite)15%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Pyrope: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(li)Quartzite: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/l)$()$(li)Realgar: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Red Garnet: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()$(li)Redstone: $(l:tfg_ores/earth_vein_index#normal_redstone)45%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Ruby: $(l:tfg_ores/earth_vein_index#normal_redstone)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)20%$(/l)$()$(li)Salt: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)10%$(/l)$()$(li)Sapphire: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Scheelite: $(l:tfg_ores/earth_vein_index#deep_scheelite)45%$(/l)$()$(li)Soapstone: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()$(li)Sodalite: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Spessartine: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()",
|
||||
"text": "$(li)Pyrolusite: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Pyrope: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(li)Quartz: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/l)$()$(li)Realgar: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Red Garnet: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()$(li)Redstone: $(l:tfg_ores/earth_vein_index#normal_redstone)45%$(/l)$()$(li)Ruby: $(l:tfg_ores/earth_vein_index#normal_redstone)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)20%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)10%$(/l)$()$(li)Sapphire: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Scheelite: $(l:tfg_ores/earth_vein_index#deep_scheelite)45%$(/l)$()$(li)Soapstone: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()$(li)Sodalite: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Spessartine: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/earth_vein_index#normal_sphalerite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)15%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Sphalerite: $(l:tfg_ores/earth_vein_index#normal_sphalerite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)15%$(/l)$()$(li)Spodumene: $(l:tfg_ores/earth_vein_index#normal_spodumene)35%$(/l)$()$(li)Stibnite: $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)20%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Sulfur: $(l:tfg_ores/earth_vein_index#surface_sphalerite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)9%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)3%$(/l)$()$(li)Talc: $(l:tfg_ores/earth_vein_index#normal_lubricant)20%$(/l)$()$(li)Tantalite: $(l:tfg_ores/earth_vein_index#normal_manganese)12%$(/l)$()$(li)Tarkianite: $(l:tfg_ores/earth_vein_index#normal_tarkianite)35%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)50%$(/l)$()$(li)Thorianite: $(l:tfg_ores/earth_vein_index#normal_beryllium)15%$(/l)$()$(li)Tin: $(l:tfg_ores/earth_vein_index#normal_cassiterite)55%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)35%$(/l)$()$(li)Topaz: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/earth_vein_index#normal_apatite)35%$(/l)$()$(li)Trona: $(l:tfg_ores/earth_vein_index#normal_lubricant)10%$(/l), $(l:tfg_ores/earth_vein_index#normal_tarkianite)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()",
|
||||
"text": "$(li)Spodumene: $(l:tfg_ores/earth_vein_index#normal_spodumene)35%$(/l)$()$(li)Stibnite: $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)20%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Sulfur: $(l:tfg_ores/earth_vein_index#surface_sphalerite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)9%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)3%$(/l)$()$(li)Sylvite: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Talc: $(l:tfg_ores/earth_vein_index#normal_lubricant)20%$(/l)$()$(li)Tantalite: $(l:tfg_ores/earth_vein_index#normal_manganese)12%$(/l)$()$(li)Tarkianite: $(l:tfg_ores/earth_vein_index#normal_tarkianite)35%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)50%$(/l)$()$(li)Thorianite: $(l:tfg_ores/earth_vein_index#normal_beryllium)15%$(/l)$()$(li)Tin: $(l:tfg_ores/earth_vein_index#normal_cassiterite)55%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)35%$(/l)$()$(li)Topaz: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/earth_vein_index#normal_apatite)35%$(/l)$()$(li)Trona: $(l:tfg_ores/earth_vein_index#normal_lubricant)10%$(/l), $(l:tfg_ores/earth_vein_index#normal_tarkianite)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2638,7 +2638,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Quartzite",
|
||||
"name": "Quartz",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/quartzite"
|
||||
|
|
@ -2864,7 +2864,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Rock Salt",
|
||||
"name": "Sylvite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/rock_salt"
|
||||
|
|
@ -2884,7 +2884,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Salt",
|
||||
"name": "Halite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/salt"
|
||||
|
|
@ -3443,7 +3443,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Salt",
|
||||
"name": "Halite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/salt"
|
||||
|
|
@ -3463,7 +3463,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Rock Salt",
|
||||
"name": "Sylvite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/rock_salt"
|
||||
|
|
|
|||
|
|
@ -19,22 +19,22 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Cobaltite: $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Cooperite: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)25%$(/l)$()$(li)Diamond: $(l:tfg_ores/mars_vein_index#mars_graphite)20%$(/l)$()$(li)Electrotine: $(l:tfg_ores/mars_vein_index#mars_gold)20%$(/l)$()$(li)Emerald: $(l:tfg_ores/mars_vein_index#mars_beryllium)50%$(/l)$()$(li)Galena: $(l:tfg_ores/mars_vein_index#mars_galena)40%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)35%$(/l)$()$(li)Garnierite: $(l:tfg_ores/mars_vein_index#mars_nickel)35%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Goethite: $(l:tfg_ores/mars_vein_index#mars_hematite)15%$(/l)$()$(li)Graphite: $(l:tfg_ores/mars_vein_index#mars_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l), $(l:tfg_ores/mars_vein_index#mars_gold)5%$(/l)$()$(li)Grossular: $(l:tfg_ores/mars_vein_index#mars_tantalite)10%$(/l)$()$(li)Gypsum: $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Hematite: $(l:tfg_ores/mars_vein_index#mars_hematite)50%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_coal)30%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)29%$(/l), $(l:tfg_ores/mars_vein_index#mars_sulfur)19%$(/l), $(l:tfg_ores/mars_vein_index#mars_graphite)10%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_almandine)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_apatite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_galena)6%$(/l), $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_quartzite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_stibnite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_tungsten)4%$(/l)$()",
|
||||
"text": "$(li)Cobaltite: $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Cooperite: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)25%$(/l)$()$(li)Diamond: $(l:tfg_ores/mars_vein_index#mars_graphite)20%$(/l)$()$(li)Electrotine: $(l:tfg_ores/mars_vein_index#mars_gold)20%$(/l)$()$(li)Emerald: $(l:tfg_ores/mars_vein_index#mars_beryllium)50%$(/l)$()$(li)Galena: $(l:tfg_ores/mars_vein_index#mars_galena)40%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)35%$(/l)$()$(li)Garnierite: $(l:tfg_ores/mars_vein_index#mars_nickel)35%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Goethite: $(l:tfg_ores/mars_vein_index#mars_hematite)15%$(/l)$()$(li)Graphite: $(l:tfg_ores/mars_vein_index#mars_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l), $(l:tfg_ores/mars_vein_index#mars_gold)5%$(/l)$()$(li)Grossular: $(l:tfg_ores/mars_vein_index#mars_tantalite)10%$(/l)$()$(li)Gypsum: $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Halite: $(l:tfg_ores/mars_vein_index#mars_salt)30%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Lapis: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()$(li)Lazurite: $(l:tfg_ores/mars_vein_index#mars_lapis)35%$(/l)$()$(li)Lead: $(l:tfg_ores/mars_vein_index#mars_galena)33%$(/l)$()$(li)Lepidolite: $(l:tfg_ores/mars_vein_index#mars_salt)15%$(/l)$()$(li)Lithium: $(l:tfg_ores/mars_vein_index#mars_tungsten)19%$(/l)$()$(li)Monazite: $(l:tfg_ores/mars_vein_index#mars_neodynium)29%$(/l)$()$(li)Native Copper: $(l:tfg_ores/mars_vein_index#mars_stibnite)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)19%$(/l)$()$(li)Native Gold: $(l:tfg_ores/mars_vein_index#mars_gold)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_hematite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)5%$(/l)$()$(li)Native Silver: $(l:tfg_ores/mars_vein_index#mars_galena)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Neodymium: $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l)$()$(li)Nickel: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)25%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)23%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/mars_vein_index#deep_mars_pitchblende)52%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)41%$(/l)$()$(li)Platinum: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)15%$(/l)$()",
|
||||
"text": "$(li)Hematite: $(l:tfg_ores/mars_vein_index#mars_hematite)50%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_coal)30%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)29%$(/l), $(l:tfg_ores/mars_vein_index#mars_sulfur)19%$(/l), $(l:tfg_ores/mars_vein_index#mars_graphite)10%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_almandine)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_apatite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_galena)6%$(/l), $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_quartzite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_stibnite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_tungsten)4%$(/l)$()$(li)Lapis: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()$(li)Lazurite: $(l:tfg_ores/mars_vein_index#mars_lapis)35%$(/l)$()$(li)Lead: $(l:tfg_ores/mars_vein_index#mars_galena)33%$(/l)$()$(li)Lepidolite: $(l:tfg_ores/mars_vein_index#mars_salt)15%$(/l)$()$(li)Lithium: $(l:tfg_ores/mars_vein_index#mars_tungsten)19%$(/l)$()$(li)Monazite: $(l:tfg_ores/mars_vein_index#mars_neodynium)29%$(/l)$()$(li)Native Copper: $(l:tfg_ores/mars_vein_index#mars_stibnite)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)19%$(/l)$()$(li)Native Gold: $(l:tfg_ores/mars_vein_index#mars_gold)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_hematite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)5%$(/l)$()$(li)Native Silver: $(l:tfg_ores/mars_vein_index#mars_galena)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Neodymium: $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l)$()$(li)Nickel: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)25%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)23%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/mars_vein_index#deep_mars_pitchblende)52%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)41%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Pyrite: $(l:tfg_ores/mars_vein_index#mars_sulfur)42%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)10%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/mars_vein_index#mars_apatite)14%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/mars_vein_index#mars_tantalite)42%$(/l)$()$(li)Pyrope: $(l:tfg_ores/mars_vein_index#mars_almandine)26%$(/l)$()$(li)Quartzite: $(l:tfg_ores/mars_vein_index#mars_quartzite)41%$(/l)$()$(li)Realgar: $(l:tfg_ores/mars_vein_index#mars_beryllium)15%$(/l)$()$(li)Redstone: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)45%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)4%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/mars_vein_index#mars_salt)20%$(/l)$()$(li)Ruby: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)35%$(/l)$()$(li)Salt: $(l:tfg_ores/mars_vein_index#mars_salt)30%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)10%$(/l)$()$(li)Sapphire: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l)$()$(li)Scheelite: $(l:tfg_ores/mars_vein_index#mars_tungsten)42%$(/l)$()$(li)Soapstone: $(l:tfg_ores/mars_vein_index#mars_lubricant)21%$(/l)$()",
|
||||
"text": "$(li)Platinum: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)15%$(/l)$()$(li)Pyrite: $(l:tfg_ores/mars_vein_index#mars_sulfur)42%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)10%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/mars_vein_index#mars_apatite)14%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/mars_vein_index#mars_tantalite)42%$(/l)$()$(li)Pyrope: $(l:tfg_ores/mars_vein_index#mars_almandine)26%$(/l)$()$(li)Quartz: $(l:tfg_ores/mars_vein_index#mars_quartzite)41%$(/l)$()$(li)Realgar: $(l:tfg_ores/mars_vein_index#mars_beryllium)15%$(/l)$()$(li)Redstone: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)45%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)4%$(/l)$()$(li)Ruby: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)35%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)10%$(/l)$()$(li)Sapphire: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l)$()$(li)Scheelite: $(l:tfg_ores/mars_vein_index#mars_tungsten)42%$(/l)$()$(li)Soapstone: $(l:tfg_ores/mars_vein_index#mars_lubricant)21%$(/l)$()$(li)Sodalite: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Sodalite: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()$(li)Spessartine: $(l:tfg_ores/mars_vein_index#mars_tantalite)10%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/mars_vein_index#mars_sulfur)23%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)17%$(/l)$()$(li)Spodumene: $(l:tfg_ores/mars_vein_index#mars_salt)35%$(/l)$()$(li)Stibnite: $(l:tfg_ores/mars_vein_index#mars_stibnite)19%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)19%$(/l)$()$(li)Sulfur: $(l:tfg_ores/mars_vein_index#mars_sulfur)14%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Talc: $(l:tfg_ores/mars_vein_index#mars_lubricant)21%$(/l)$()$(li)Tantalite: $(l:tfg_ores/mars_vein_index#mars_tantalite)36%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)57%$(/l), $(l:tfg_ores/mars_vein_index#mars_stibnite)47%$(/l)$()$(li)Thorianite: $(l:tfg_ores/mars_vein_index#deep_mars_pitchblende)26%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)29%$(/l)$()$(li)Tin: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)35%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/mars_vein_index#mars_apatite)33%$(/l)$()$(li)Trona: $(l:tfg_ores/mars_vein_index#mars_lubricant)35%$(/l)$()$(li)Tungstate: $(l:tfg_ores/mars_vein_index#mars_tungsten)33%$(/l)$()",
|
||||
"text": "$(li)Spessartine: $(l:tfg_ores/mars_vein_index#mars_tantalite)10%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/mars_vein_index#mars_sulfur)23%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)17%$(/l)$()$(li)Spodumene: $(l:tfg_ores/mars_vein_index#mars_salt)35%$(/l)$()$(li)Stibnite: $(l:tfg_ores/mars_vein_index#mars_stibnite)19%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)19%$(/l)$()$(li)Sulfur: $(l:tfg_ores/mars_vein_index#mars_sulfur)14%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Sylvite: $(l:tfg_ores/mars_vein_index#mars_salt)20%$(/l)$()$(li)Talc: $(l:tfg_ores/mars_vein_index#mars_lubricant)21%$(/l)$()$(li)Tantalite: $(l:tfg_ores/mars_vein_index#mars_tantalite)36%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)57%$(/l), $(l:tfg_ores/mars_vein_index#mars_stibnite)47%$(/l)$()$(li)Thorianite: $(l:tfg_ores/mars_vein_index#deep_mars_pitchblende)26%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)29%$(/l)$()$(li)Tin: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)35%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/mars_vein_index#mars_apatite)33%$(/l)$()$(li)Trona: $(l:tfg_ores/mars_vein_index#mars_lubricant)35%$(/l)$()$(li)Tungstate: $(l:tfg_ores/mars_vein_index#mars_tungsten)33%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1567,7 +1567,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Quartzite",
|
||||
"name": "Quartz",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/quartzite"
|
||||
|
|
@ -1746,7 +1746,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Salt",
|
||||
"name": "Halite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/salt"
|
||||
|
|
@ -1766,7 +1766,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Rock Salt",
|
||||
"name": "Sylvite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/rock_salt"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"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)$()",
|
||||
"text": "$(li)Pyrope: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Quartz: $(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)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)Sylvite: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/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"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -511,7 +511,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Quartzite",
|
||||
"name": "Quartz",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/quartzite"
|
||||
|
|
@ -894,7 +894,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Rock Salt",
|
||||
"name": "Sylvite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/rock_salt"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
},
|
||||
{
|
||||
"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), $(l:tfg_ores/nether_vein_index#nether_cassiterite)9%$(/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)Quartz: $(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)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), $(l:tfg_ores/nether_vein_index#nether_cassiterite)9%$(/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)$()$(li)Sylvite: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -779,7 +779,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Rock Salt",
|
||||
"name": "Sylvite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/rock_salt"
|
||||
|
|
@ -1870,7 +1870,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Quartzite",
|
||||
"name": "Quartz",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/quartzite"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Lepidolite: $(l:tfg_ores/venus_vein_index#venus_manual_salt)5%$(/l)$()$(li)Pyrite: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)15%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/venus_vein_index#venus_manual_salt)10%$(/l)$()$(li)Salt: $(l:tfg_ores/venus_vein_index#venus_manual_salt)80%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)5%$(/l)$()$(li)Spodumene: $(l:tfg_ores/venus_vein_index#venus_manual_salt)5%$(/l)$()$(li)Sulfur: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)80%$(/l)$()",
|
||||
"text": "$(li)Halite: $(l:tfg_ores/venus_vein_index#venus_manual_salt)80%$(/l)$()$(li)Lepidolite: $(l:tfg_ores/venus_vein_index#venus_manual_salt)5%$(/l)$()$(li)Pyrite: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)15%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)5%$(/l)$()$(li)Spodumene: $(l:tfg_ores/venus_vein_index#venus_manual_salt)5%$(/l)$()$(li)Sulfur: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)80%$(/l)$()$(li)Sylvite: $(l:tfg_ores/venus_vein_index#venus_manual_salt)10%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Salt",
|
||||
"name": "Halite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/salt"
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Rock Salt",
|
||||
"name": "Sylvite",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/rock_salt"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Pedra-sabão: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()$(li)Pentlandita: $(l:tfg_ores/earth_vein_index#normal_garnierite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_lubricant)15%$(/l)$()$(li)Pirita: $(l:tfg_ores/earth_vein_index#normal_sulfur)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)5%$(/l)$()$(li)Pirocloro: $(l:tfg_ores/earth_vein_index#normal_apatite)15%$(/l)$()$(li)Pirolusita: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Piropo: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(li)Platina: $(l:tfg_ores/earth_vein_index#deep_sheldonite)7%$(/l)$()$(li)Polucita: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()$(li)Powellita: $(l:tfg_ores/earth_vein_index#deep_molybdenum)17%$(/l)$()$(li)Prata Nativa: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)10%$(/l)$()$(li)Quartzito: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/l)$()$(li)Realgar: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Redstone: $(l:tfg_ores/earth_vein_index#normal_redstone)45%$(/l)$()$(li)Rubi: $(l:tfg_ores/earth_vein_index#normal_redstone)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)20%$(/l)$()",
|
||||
"text": "$(li)Pedra-sabão: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()$(li)Pentlandita: $(l:tfg_ores/earth_vein_index#normal_garnierite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_lubricant)15%$(/l)$()$(li)Pirita: $(l:tfg_ores/earth_vein_index#normal_sulfur)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)5%$(/l)$()$(li)Pirocloro: $(l:tfg_ores/earth_vein_index#normal_apatite)15%$(/l)$()$(li)Pirolusita: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Piropo: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(li)Platina: $(l:tfg_ores/earth_vein_index#deep_sheldonite)7%$(/l)$()$(li)Polucita: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()$(li)Powellita: $(l:tfg_ores/earth_vein_index#deep_molybdenum)17%$(/l)$()$(li)Prata Nativa: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)10%$(/l)$()$(li)Quartz: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/l)$()$(li)Realgar: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Redstone: $(l:tfg_ores/earth_vein_index#normal_redstone)45%$(/l)$()$(li)Rubi: $(l:tfg_ores/earth_vein_index#normal_redstone)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)20%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3105,7 +3105,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Quartzito",
|
||||
"name": "Quartz",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/quartzite"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Neodímio: $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l)$()$(li)Níquel: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)25%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)23%$(/l)$()$(li)Ouro Nativo: $(l:tfg_ores/mars_vein_index#mars_gold)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_hematite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)5%$(/l)$()$(li)Pechblenda: $(l:tfg_ores/mars_vein_index#deep_mars_pitchblende)52%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)41%$(/l)$()$(li)Pedra-sabão: $(l:tfg_ores/mars_vein_index#mars_lubricant)21%$(/l)$()$(li)Pentlandita: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Pirita: $(l:tfg_ores/mars_vein_index#mars_sulfur)42%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)10%$(/l)$()$(li)Pirocloro: $(l:tfg_ores/mars_vein_index#mars_apatite)14%$(/l)$()$(li)Pirolusita: $(l:tfg_ores/mars_vein_index#mars_tantalite)42%$(/l)$()$(li)Piropo: $(l:tfg_ores/mars_vein_index#mars_almandine)26%$(/l)$()$(li)Platina: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)15%$(/l)$()$(li)Prata Nativa: $(l:tfg_ores/mars_vein_index#mars_galena)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Quartzito: $(l:tfg_ores/mars_vein_index#mars_quartzite)41%$(/l)$()$(li)Realgar: $(l:tfg_ores/mars_vein_index#mars_beryllium)15%$(/l)$()",
|
||||
"text": "$(li)Neodímio: $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l)$()$(li)Níquel: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)25%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)23%$(/l)$()$(li)Ouro Nativo: $(l:tfg_ores/mars_vein_index#mars_gold)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_hematite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)5%$(/l)$()$(li)Pechblenda: $(l:tfg_ores/mars_vein_index#deep_mars_pitchblende)52%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)41%$(/l)$()$(li)Pedra-sabão: $(l:tfg_ores/mars_vein_index#mars_lubricant)21%$(/l)$()$(li)Pentlandita: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Pirita: $(l:tfg_ores/mars_vein_index#mars_sulfur)42%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)10%$(/l)$()$(li)Pirocloro: $(l:tfg_ores/mars_vein_index#mars_apatite)14%$(/l)$()$(li)Pirolusita: $(l:tfg_ores/mars_vein_index#mars_tantalite)42%$(/l)$()$(li)Piropo: $(l:tfg_ores/mars_vein_index#mars_almandine)26%$(/l)$()$(li)Platina: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)15%$(/l)$()$(li)Prata Nativa: $(l:tfg_ores/mars_vein_index#mars_galena)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Quartz: $(l:tfg_ores/mars_vein_index#mars_quartzite)41%$(/l)$()$(li)Realgar: $(l:tfg_ores/mars_vein_index#mars_beryllium)15%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1751,7 +1751,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Quartzito",
|
||||
"name": "Quartz",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/quartzite"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Pirocloro: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()$(li)Pirolusita: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Piropo: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Platina: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)Powellita: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)Prata Nativa: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)Quartzito: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)Quartzo Certus: $(l:tfg_ores/moon_vein_index#moon_quartz)45%$(/l)$()$(li)Quartzo do Nether: $(l:tfg_ores/moon_vein_index#moon_quartz)30%$(/l)$()$(li)Redstone: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()$(li)Rubi: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()$(li)Safira: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)Safira Verde: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)5%$(/l)$()$(li)Sal-gema: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()",
|
||||
"text": "$(li)Pirocloro: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()$(li)Pirolusita: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Piropo: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Platina: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)Powellita: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)Prata Nativa: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)Quartz: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)Quartzo Certus: $(l:tfg_ores/moon_vein_index#moon_quartz)45%$(/l)$()$(li)Quartzo do Nether: $(l:tfg_ores/moon_vein_index#moon_quartz)30%$(/l)$()$(li)Redstone: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()$(li)Rubi: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()$(li)Safira: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)Safira Verde: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)5%$(/l)$()$(li)Sal-gema: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1839,7 +1839,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Quartzito",
|
||||
"name": "Quartz",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/quartzite"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Pirocloro: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)Pirolusita: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Piropo: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)Platina: $(l:tfg_ores/nether_vein_index#nether_sheldonite)5%$(/l)$()$(li)Polucita: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/l)$()$(li)Powellita: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/l)$()$(li)Prata Nativa: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Quartzito: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)Quartzo do Nether: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)Redstone: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Rubi: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)Safira: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)Safira Verde: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Sal-gema: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/l)$()",
|
||||
"text": "$(li)Pirocloro: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)Pirolusita: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Piropo: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)Platina: $(l:tfg_ores/nether_vein_index#nether_sheldonite)5%$(/l)$()$(li)Polucita: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/l)$()$(li)Powellita: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/l)$()$(li)Prata Nativa: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Quartz: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)Quartzo do Nether: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)Redstone: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Rubi: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)Safira: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)Safira Verde: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Sal-gema: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1912,7 +1912,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Quartzito",
|
||||
"name": "Quartz",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/quartzite"
|
||||
|
|
|
|||
|
|
@ -19,27 +19,27 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Ванадий магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l)$()$(li)Висмут: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)80%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)70%$(/l)$()$(li)Вольфрамат: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()$(li)Вульфенит: $(l:tfg_ores/earth_vein_index#deep_molybdenum)47%$(/l), $(l:tfg_ores/earth_vein_index#deep_pitchblende)12%$(/l)$()$(li)Галена: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Гарниерит: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Гематит: $(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: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)Гипс: $(l:tfg_ores/earth_vein_index#normal_gypsum)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)Глауконитовый песок: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Гранатовый песок: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Гранитовый минеральный песок: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Графит: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Гроссуляр: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()",
|
||||
"text": "$(li)Ванадий магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l)$()$(li)Висмут: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)80%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)70%$(/l)$()$(li)Вольфрамат: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()$(li)Вульфенит: $(l:tfg_ores/earth_vein_index#deep_molybdenum)47%$(/l), $(l:tfg_ores/earth_vein_index#deep_pitchblende)12%$(/l)$()$(li)Галена: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Галит: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)Гарниерит: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Гематит: $(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: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)Гипс: $(l:tfg_ores/earth_vein_index#normal_gypsum)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)Глауконитовый песок: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Гранатовый песок: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Гранитовый минеральный песок: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Графит: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Диатомовый пелит: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()$(li)Жёлтый гранат: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)Жёлтый лимонит: $(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)$()$(li)Зелёный сапфир: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Изумруд: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)Кальцит: $(l:tfg_ores/earth_vein_index#normal_gypsum)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Каменная соль: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Касситерит: $(l:tfg_ores/earth_vein_index#surface_cassiterite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)35%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Касситеритовый песок: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)Кварцит: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/l)$()$(li)Киноварь: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Кобальт: $(l:tfg_ores/earth_vein_index#normal_garnierite)15%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()$(li)Красный гранат: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()",
|
||||
"text": "$(li)Гроссуляр: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Диатомовый пелит: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()$(li)Жёлтый гранат: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)Жёлтый лимонит: $(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)$()$(li)Зелёный сапфир: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Изумруд: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)Кальцит: $(l:tfg_ores/earth_vein_index#normal_gypsum)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Каменная соль: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Касситерит: $(l:tfg_ores/earth_vein_index#surface_cassiterite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)35%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Касситеритовый песок: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)Кварцит: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/l)$()$(li)Киноварь: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Кобальт: $(l:tfg_ores/earth_vein_index#normal_garnierite)15%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Лазурит: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Лазурит 2: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Лепидолит: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Литий: $(l:tfg_ores/earth_vein_index#deep_scheelite)20%$(/l)$()$(li)Магнезит: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)63%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Малахит: $(l:tfg_ores/earth_vein_index#deep_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l)$()$(li)Молибденит: $(l:tfg_ores/earth_vein_index#deep_molybdenum)35%$(/l)$()$(li)Монацит: $(l:tfg_ores/earth_vein_index#normal_monazite)31%$(/l)$()$(li)Мыльный камень: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()$(li)Неодим: $(l:tfg_ores/earth_vein_index#normal_monazite)6%$(/l)$()$(li)Нефтеносный песок: $(l:tfg_ores/earth_vein_index#normal_oilsands)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_tarkianite)35%$(/l)$()$(li)Никель: $(l:tfg_ores/earth_vein_index#normal_garnierite)10%$(/l)$()$(li)Оливин: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()",
|
||||
"text": "$(li)Красный гранат: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()$(li)Лазурит: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Лазурит 2: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Лепидолит: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Литий: $(l:tfg_ores/earth_vein_index#deep_scheelite)20%$(/l)$()$(li)Магнезит: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)63%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Малахит: $(l:tfg_ores/earth_vein_index#deep_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l)$()$(li)Молибденит: $(l:tfg_ores/earth_vein_index#deep_molybdenum)35%$(/l)$()$(li)Монацит: $(l:tfg_ores/earth_vein_index#normal_monazite)31%$(/l)$()$(li)Мыльный камень: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()$(li)Неодим: $(l:tfg_ores/earth_vein_index#normal_monazite)6%$(/l)$()$(li)Нефтеносный песок: $(l:tfg_ores/earth_vein_index#normal_oilsands)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_tarkianite)35%$(/l)$()$(li)Никель: $(l:tfg_ores/earth_vein_index#normal_garnierite)10%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Олово: $(l:tfg_ores/earth_vein_index#normal_cassiterite)55%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)35%$(/l)$()$(li)Опал: $(l:tfg_ores/earth_vein_index#deep_garnet_opal)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l)$()$(li)Пентландит: $(l:tfg_ores/earth_vein_index#normal_garnierite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_lubricant)15%$(/l)$()$(li)Пирит: $(l:tfg_ores/earth_vein_index#normal_sulfur)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)5%$(/l)$()$(li)Пиролюзит: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Пироп: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(li)Пирохлор: $(l:tfg_ores/earth_vein_index#normal_apatite)15%$(/l)$()$(li)Платина: $(l:tfg_ores/earth_vein_index#deep_sheldonite)7%$(/l)$()$(li)Повеллит: $(l:tfg_ores/earth_vein_index#deep_molybdenum)17%$(/l)$()$(li)Поллуцит: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()$(li)Реальгар: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Редстоун: $(l:tfg_ores/earth_vein_index#normal_redstone)45%$(/l)$()$(li)Рубин: $(l:tfg_ores/earth_vein_index#normal_redstone)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)20%$(/l)$()$(li)Самородная Золото: $(l:tfg_ores/earth_vein_index#deep_gold)75%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)9%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)5%$(/l)$()",
|
||||
"text": "$(li)Оливин: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Олово: $(l:tfg_ores/earth_vein_index#normal_cassiterite)55%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)35%$(/l)$()$(li)Опал: $(l:tfg_ores/earth_vein_index#deep_garnet_opal)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l)$()$(li)Пентландит: $(l:tfg_ores/earth_vein_index#normal_garnierite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_lubricant)15%$(/l)$()$(li)Пирит: $(l:tfg_ores/earth_vein_index#normal_sulfur)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)5%$(/l)$()$(li)Пиролюзит: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Пироп: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(li)Пирохлор: $(l:tfg_ores/earth_vein_index#normal_apatite)15%$(/l)$()$(li)Платина: $(l:tfg_ores/earth_vein_index#deep_sheldonite)7%$(/l)$()$(li)Повеллит: $(l:tfg_ores/earth_vein_index#deep_molybdenum)17%$(/l)$()$(li)Поллуцит: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()$(li)Реальгар: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Редстоун: $(l:tfg_ores/earth_vein_index#normal_redstone)45%$(/l)$()$(li)Рубин: $(l:tfg_ores/earth_vein_index#normal_redstone)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)20%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Самородная Медь: $(l:tfg_ores/earth_vein_index#normal_copper)65%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)30%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Самородная Серебро: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)10%$(/l)$()$(li)Сапфир: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Свинец: $(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)Селитра: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)10%$(/l)$()$(li)Сера: $(l:tfg_ores/earth_vein_index#surface_sphalerite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)9%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)3%$(/l)$()$(li)Синий топаз: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)Слюда: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Смектическая глина: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_gypsum)15%$(/l)$()$(li)Содалит: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Соль: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)Спасерит: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Сподумен: $(l:tfg_ores/earth_vein_index#normal_spodumene)35%$(/l)$()$(li)Стибнит: $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)20%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()",
|
||||
"text": "$(li)Самородная Золото: $(l:tfg_ores/earth_vein_index#deep_gold)75%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)9%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)5%$(/l)$()$(li)Самородная Медь: $(l:tfg_ores/earth_vein_index#normal_copper)65%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)30%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Самородная Серебро: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)10%$(/l)$()$(li)Сапфир: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Свинец: $(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)Селитра: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)10%$(/l)$()$(li)Сера: $(l:tfg_ores/earth_vein_index#surface_sphalerite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)9%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)3%$(/l)$()$(li)Синий топаз: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)Слюда: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Смектическая глина: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_gypsum)15%$(/l)$()$(li)Содалит: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Спасерит: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Сподумен: $(l:tfg_ores/earth_vein_index#normal_spodumene)35%$(/l)$()$(li)Стибнит: $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)20%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2899,7 +2899,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Соль",
|
||||
"name": "Галит",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/salt"
|
||||
|
|
@ -2991,7 +2991,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Соль",
|
||||
"name": "Галит",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/salt"
|
||||
|
|
|
|||
|
|
@ -14,22 +14,22 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Алмаз: $(l:tfg_ores/mars_vein_index#mars_graphite)20%$(/l)$()$(li)Альмандин: $(l:tfg_ores/mars_vein_index#mars_almandine)36%$(/l)$()$(li)Апатит: $(l:tfg_ores/mars_vein_index#mars_apatite)47%$(/l)$()$(li)Асбест: $(l:tfg_ores/mars_vein_index#mars_quartzite)17%$(/l)$()$(li)Барит: $(l:tfg_ores/mars_vein_index#mars_quartzite)35%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/mars_vein_index#mars_neodynium)58%$(/l)$()$(li)Бериллий: $(l:tfg_ores/mars_vein_index#mars_beryllium)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/mars_vein_index#mars_gold)20%$(/l)$()$(li)Борнит: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)35%$(/l)$()$(li)Висмут: $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)40%$(/l)$()$(li)Вольфрамат: $(l:tfg_ores/mars_vein_index#mars_tungsten)33%$(/l)$()$(li)Галена: $(l:tfg_ores/mars_vein_index#mars_galena)40%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)35%$(/l)$()$(li)Гарниерит: $(l:tfg_ores/mars_vein_index#mars_nickel)35%$(/l)$()$(li)Гематит: $(l:tfg_ores/mars_vein_index#mars_hematite)50%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_coal)30%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)29%$(/l), $(l:tfg_ores/mars_vein_index#mars_sulfur)19%$(/l), $(l:tfg_ores/mars_vein_index#mars_graphite)10%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_almandine)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_apatite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_galena)6%$(/l), $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_quartzite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_stibnite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_tungsten)4%$(/l)$()",
|
||||
"text": "$(li)Алмаз: $(l:tfg_ores/mars_vein_index#mars_graphite)20%$(/l)$()$(li)Альмандин: $(l:tfg_ores/mars_vein_index#mars_almandine)36%$(/l)$()$(li)Апатит: $(l:tfg_ores/mars_vein_index#mars_apatite)47%$(/l)$()$(li)Асбест: $(l:tfg_ores/mars_vein_index#mars_quartzite)17%$(/l)$()$(li)Барит: $(l:tfg_ores/mars_vein_index#mars_quartzite)35%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/mars_vein_index#mars_neodynium)58%$(/l)$()$(li)Бериллий: $(l:tfg_ores/mars_vein_index#mars_beryllium)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/mars_vein_index#mars_gold)20%$(/l)$()$(li)Борнит: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)35%$(/l)$()$(li)Висмут: $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)40%$(/l)$()$(li)Вольфрамат: $(l:tfg_ores/mars_vein_index#mars_tungsten)33%$(/l)$()$(li)Галена: $(l:tfg_ores/mars_vein_index#mars_galena)40%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)35%$(/l)$()$(li)Галит: $(l:tfg_ores/mars_vein_index#mars_salt)30%$(/l)$()$(li)Гарниерит: $(l:tfg_ores/mars_vein_index#mars_nickel)35%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Гётит: $(l:tfg_ores/mars_vein_index#mars_hematite)15%$(/l)$()$(li)Гипс: $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Глауконитовый песок: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Графит: $(l:tfg_ores/mars_vein_index#mars_graphite)45%$(/l)$()$(li)Гроссуляр: $(l:tfg_ores/mars_vein_index#mars_tantalite)10%$(/l)$()$(li)Жёлтый лимонит: $(l:tfg_ores/mars_vein_index#mars_hematite)30%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)33%$(/l)$()$(li)Зелёный сапфир: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l), $(l:tfg_ores/mars_vein_index#mars_gold)5%$(/l)$()$(li)Изумруд: $(l:tfg_ores/mars_vein_index#mars_beryllium)50%$(/l)$()$(li)Кальцит: $(l:tfg_ores/mars_vein_index#mars_lapis)15%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)5%$(/l)$()$(li)Каменная соль: $(l:tfg_ores/mars_vein_index#mars_salt)20%$(/l)$()$(li)Касситерит: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)55%$(/l)$()$(li)Кварцит: $(l:tfg_ores/mars_vein_index#mars_quartzite)41%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Лазурит: $(l:tfg_ores/mars_vein_index#mars_lapis)35%$(/l)$()",
|
||||
"text": "$(li)Гематит: $(l:tfg_ores/mars_vein_index#mars_hematite)50%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_coal)30%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)29%$(/l), $(l:tfg_ores/mars_vein_index#mars_sulfur)19%$(/l), $(l:tfg_ores/mars_vein_index#mars_graphite)10%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_almandine)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_apatite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_galena)6%$(/l), $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_quartzite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_stibnite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_tungsten)4%$(/l)$()$(li)Гётит: $(l:tfg_ores/mars_vein_index#mars_hematite)15%$(/l)$()$(li)Гипс: $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Глауконитовый песок: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Графит: $(l:tfg_ores/mars_vein_index#mars_graphite)45%$(/l)$()$(li)Гроссуляр: $(l:tfg_ores/mars_vein_index#mars_tantalite)10%$(/l)$()$(li)Жёлтый лимонит: $(l:tfg_ores/mars_vein_index#mars_hematite)30%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)33%$(/l)$()$(li)Зелёный сапфир: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l), $(l:tfg_ores/mars_vein_index#mars_gold)5%$(/l)$()$(li)Изумруд: $(l:tfg_ores/mars_vein_index#mars_beryllium)50%$(/l)$()$(li)Кальцит: $(l:tfg_ores/mars_vein_index#mars_lapis)15%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)5%$(/l)$()$(li)Каменная соль: $(l:tfg_ores/mars_vein_index#mars_salt)20%$(/l)$()$(li)Касситерит: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)55%$(/l)$()$(li)Кварцит: $(l:tfg_ores/mars_vein_index#mars_quartzite)41%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Лазурит 2: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()$(li)Лепидолит: $(l:tfg_ores/mars_vein_index#mars_salt)15%$(/l)$()$(li)Литий: $(l:tfg_ores/mars_vein_index#mars_tungsten)19%$(/l)$()$(li)Монацит: $(l:tfg_ores/mars_vein_index#mars_neodynium)29%$(/l)$()$(li)Мыльный камень: $(l:tfg_ores/mars_vein_index#mars_lubricant)21%$(/l)$()$(li)Неодим: $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l)$()$(li)Никель: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)25%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)23%$(/l)$()$(li)Олово: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)35%$(/l)$()$(li)Пентландит: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Пирит: $(l:tfg_ores/mars_vein_index#mars_sulfur)42%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)10%$(/l)$()$(li)Пиролюзит: $(l:tfg_ores/mars_vein_index#mars_tantalite)42%$(/l)$()$(li)Пироп: $(l:tfg_ores/mars_vein_index#mars_almandine)26%$(/l)$()$(li)Пирохлор: $(l:tfg_ores/mars_vein_index#mars_apatite)14%$(/l)$()$(li)Платина: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)15%$(/l)$()",
|
||||
"text": "$(li)Лазурит: $(l:tfg_ores/mars_vein_index#mars_lapis)35%$(/l)$()$(li)Лазурит 2: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()$(li)Лепидолит: $(l:tfg_ores/mars_vein_index#mars_salt)15%$(/l)$()$(li)Литий: $(l:tfg_ores/mars_vein_index#mars_tungsten)19%$(/l)$()$(li)Монацит: $(l:tfg_ores/mars_vein_index#mars_neodynium)29%$(/l)$()$(li)Мыльный камень: $(l:tfg_ores/mars_vein_index#mars_lubricant)21%$(/l)$()$(li)Неодим: $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l)$()$(li)Никель: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)25%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)23%$(/l)$()$(li)Олово: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)35%$(/l)$()$(li)Пентландит: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Пирит: $(l:tfg_ores/mars_vein_index#mars_sulfur)42%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)10%$(/l)$()$(li)Пиролюзит: $(l:tfg_ores/mars_vein_index#mars_tantalite)42%$(/l)$()$(li)Пироп: $(l:tfg_ores/mars_vein_index#mars_almandine)26%$(/l)$()$(li)Пирохлор: $(l:tfg_ores/mars_vein_index#mars_apatite)14%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Реальгар: $(l:tfg_ores/mars_vein_index#mars_beryllium)15%$(/l)$()$(li)Редстоун: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)45%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)4%$(/l)$()$(li)Рубин: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)35%$(/l)$()$(li)Самородная Золото: $(l:tfg_ores/mars_vein_index#mars_gold)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_hematite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)5%$(/l)$()$(li)Самородная Медь: $(l:tfg_ores/mars_vein_index#mars_stibnite)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)19%$(/l)$()$(li)Самородная Серебро: $(l:tfg_ores/mars_vein_index#mars_galena)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Сапфир: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l)$()$(li)Свинец: $(l:tfg_ores/mars_vein_index#mars_galena)33%$(/l)$()$(li)Селитра: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)10%$(/l)$()$(li)Сера: $(l:tfg_ores/mars_vein_index#mars_sulfur)14%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Содалит: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()$(li)Соль: $(l:tfg_ores/mars_vein_index#mars_salt)30%$(/l)$()$(li)Спасерит: $(l:tfg_ores/mars_vein_index#mars_tantalite)10%$(/l)$()$(li)Сподумен: $(l:tfg_ores/mars_vein_index#mars_salt)35%$(/l)$()",
|
||||
"text": "$(li)Платина: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)15%$(/l)$()$(li)Реальгар: $(l:tfg_ores/mars_vein_index#mars_beryllium)15%$(/l)$()$(li)Редстоун: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)45%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)4%$(/l)$()$(li)Рубин: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)35%$(/l)$()$(li)Самородная Золото: $(l:tfg_ores/mars_vein_index#mars_gold)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_hematite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)5%$(/l)$()$(li)Самородная Медь: $(l:tfg_ores/mars_vein_index#mars_stibnite)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)19%$(/l)$()$(li)Самородная Серебро: $(l:tfg_ores/mars_vein_index#mars_galena)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Сапфир: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l)$()$(li)Свинец: $(l:tfg_ores/mars_vein_index#mars_galena)33%$(/l)$()$(li)Селитра: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)10%$(/l)$()$(li)Сера: $(l:tfg_ores/mars_vein_index#mars_sulfur)14%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Содалит: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()$(li)Спасерит: $(l:tfg_ores/mars_vein_index#mars_tantalite)10%$(/l)$()$(li)Сподумен: $(l:tfg_ores/mars_vein_index#mars_salt)35%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1652,7 +1652,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Соль",
|
||||
"name": "Галит",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/salt"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Каменная соль: $(l:tfg_ores/venus_vein_index#venus_manual_salt)10%$(/l)$()$(li)Лепидолит: $(l:tfg_ores/venus_vein_index#venus_manual_salt)5%$(/l)$()$(li)Пирит: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)15%$(/l)$()$(li)Сера: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)80%$(/l)$()$(li)Соль: $(l:tfg_ores/venus_vein_index#venus_manual_salt)80%$(/l)$()$(li)Сподумен: $(l:tfg_ores/venus_vein_index#venus_manual_salt)5%$(/l)$()$(li)Сфалерит: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)5%$(/l)$()",
|
||||
"text": "$(li)Галит: $(l:tfg_ores/venus_vein_index#venus_manual_salt)80%$(/l)$()$(li)Каменная соль: $(l:tfg_ores/venus_vein_index#venus_manual_salt)10%$(/l)$()$(li)Лепидолит: $(l:tfg_ores/venus_vein_index#venus_manual_salt)5%$(/l)$()$(li)Пирит: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)15%$(/l)$()$(li)Сера: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)80%$(/l)$()$(li)Сподумен: $(l:tfg_ores/venus_vein_index#venus_manual_salt)5%$(/l)$()$(li)Сфалерит: $(l:tfg_ores/venus_vein_index#venus_manual_sulfur)5%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Соль",
|
||||
"name": "Галит",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/salt"
|
||||
|
|
|
|||
|
|
@ -19,27 +19,27 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Ванадієвий магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l)$()$(li)Вісмут: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)80%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)70%$(/l)$()$(li)Вольфрам: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()$(li)Вугілля: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Вульфеніт: $(l:tfg_ores/earth_vein_index#deep_molybdenum)47%$(/l), $(l:tfg_ores/earth_vein_index#deep_pitchblende)12%$(/l)$()$(li)Галена: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Гарнієрит: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Гематит: $(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: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)Гіпс: $(l:tfg_ores/earth_vein_index#normal_gypsum)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)Главконітний пісок: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Гранатовий пісок: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Гранітний мінеральний пісок: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Графіт: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()",
|
||||
"text": "$(li)Ванадієвий магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l)$()$(li)Вісмут: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)80%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)70%$(/l)$()$(li)Вольфрам: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()$(li)Вугілля: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Вульфеніт: $(l:tfg_ores/earth_vein_index#deep_molybdenum)47%$(/l), $(l:tfg_ores/earth_vein_index#deep_pitchblende)12%$(/l)$()$(li)Галена: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Галіт: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)Гарнієрит: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Гематит: $(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: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)Гіпс: $(l:tfg_ores/earth_vein_index#normal_gypsum)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)Главконітний пісок: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Гранатовий пісок: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Гранітний мінеральний пісок: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Гроссуляр: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Діамант: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()$(li)Діатомітн: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()$(li)Електротин: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l)$()$(li)Жовтий гранат: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)Жовтий лимоніт: $(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)$()$(li)Зелений сапфір: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Земля Фуллера: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_gypsum)15%$(/l)$()$(li)Кальцит: $(l:tfg_ores/earth_vein_index#normal_gypsum)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Кам’яна сіль: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Каситерит: $(l:tfg_ores/earth_vein_index#surface_cassiterite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)35%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Каситеритові піски: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)Кварцит: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/l)$()$(li)Кіаніт: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()",
|
||||
"text": "$(li)Графіт: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Гроссуляр: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Діамант: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()$(li)Діатомітн: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()$(li)Електротин: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l)$()$(li)Жовтий гранат: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)Жовтий лимоніт: $(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)$()$(li)Зелений сапфір: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Земля Фуллера: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_gypsum)15%$(/l)$()$(li)Кальцит: $(l:tfg_ores/earth_vein_index#normal_gypsum)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Кам’яна сіль: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Каситерит: $(l:tfg_ores/earth_vein_index#surface_cassiterite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)35%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Каситеритові піски: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)Кварцит: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Кіновар: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Кобальт: $(l:tfg_ores/earth_vein_index#normal_garnierite)15%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()$(li)Лазурит: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Лапіс: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Лепідоліт: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Літій: $(l:tfg_ores/earth_vein_index#deep_scheelite)20%$(/l)$()$(li)Магнезит: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)63%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Малахіт: $(l:tfg_ores/earth_vein_index#deep_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l)$()$(li)Молібденіт: $(l:tfg_ores/earth_vein_index#deep_molybdenum)35%$(/l)$()$(li)Монацит: $(l:tfg_ores/earth_vein_index#normal_monazite)31%$(/l)$()$(li)Нафтові піски: $(l:tfg_ores/earth_vein_index#normal_oilsands)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_tarkianite)35%$(/l)$()$(li)Неодим: $(l:tfg_ores/earth_vein_index#normal_monazite)6%$(/l)$()",
|
||||
"text": "$(li)Кіаніт: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()$(li)Кіновар: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Кобальт: $(l:tfg_ores/earth_vein_index#normal_garnierite)15%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()$(li)Лазурит: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Лапіс: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Лепідоліт: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Літій: $(l:tfg_ores/earth_vein_index#deep_scheelite)20%$(/l)$()$(li)Магнезит: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)63%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Малахіт: $(l:tfg_ores/earth_vein_index#deep_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l)$()$(li)Молібденіт: $(l:tfg_ores/earth_vein_index#deep_molybdenum)35%$(/l)$()$(li)Монацит: $(l:tfg_ores/earth_vein_index#normal_monazite)31%$(/l)$()$(li)Нафтові піски: $(l:tfg_ores/earth_vein_index#normal_oilsands)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_tarkianite)35%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Нікель: $(l:tfg_ores/earth_vein_index#normal_garnierite)10%$(/l)$()$(li)Нітрат калію: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)10%$(/l)$()$(li)Оливін: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Олово: $(l:tfg_ores/earth_vein_index#normal_cassiterite)55%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)35%$(/l)$()$(li)Опал: $(l:tfg_ores/earth_vein_index#deep_garnet_opal)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l)$()$(li)Пентландит: $(l:tfg_ores/earth_vein_index#normal_garnierite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_lubricant)15%$(/l)$()$(li)Пірит: $(l:tfg_ores/earth_vein_index#normal_sulfur)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)5%$(/l)$()$(li)Піролюзит: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Піроп: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(li)Пірохлор: $(l:tfg_ores/earth_vein_index#normal_apatite)15%$(/l)$()$(li)Платина: $(l:tfg_ores/earth_vein_index#deep_sheldonite)7%$(/l)$()$(li)Повеліт: $(l:tfg_ores/earth_vein_index#deep_molybdenum)17%$(/l)$()$(li)Полюцит: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()$(li)Реальгар: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()",
|
||||
"text": "$(li)Неодим: $(l:tfg_ores/earth_vein_index#normal_monazite)6%$(/l)$()$(li)Нікель: $(l:tfg_ores/earth_vein_index#normal_garnierite)10%$(/l)$()$(li)Нітрат калію: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)10%$(/l)$()$(li)Оливін: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Олово: $(l:tfg_ores/earth_vein_index#normal_cassiterite)55%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)35%$(/l)$()$(li)Опал: $(l:tfg_ores/earth_vein_index#deep_garnet_opal)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l)$()$(li)Пентландит: $(l:tfg_ores/earth_vein_index#normal_garnierite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_lubricant)15%$(/l)$()$(li)Пірит: $(l:tfg_ores/earth_vein_index#normal_sulfur)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_sphalerite)5%$(/l)$()$(li)Піролюзит: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)Піроп: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(li)Пірохлор: $(l:tfg_ores/earth_vein_index#normal_apatite)15%$(/l)$()$(li)Платина: $(l:tfg_ores/earth_vein_index#deep_sheldonite)7%$(/l)$()$(li)Повеліт: $(l:tfg_ores/earth_vein_index#deep_molybdenum)17%$(/l)$()$(li)Полюцит: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Редстоун: $(l:tfg_ores/earth_vein_index#normal_redstone)45%$(/l)$()$(li)Рубін: $(l:tfg_ores/earth_vein_index#normal_redstone)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)20%$(/l)$()$(li)Самородна Золото: $(l:tfg_ores/earth_vein_index#deep_gold)75%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)9%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)5%$(/l)$()$(li)Самородна Мідь: $(l:tfg_ores/earth_vein_index#normal_copper)65%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)30%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Самородна Срібла: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)10%$(/l)$()$(li)Сапфір: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Свинець: $(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)Сіль: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)Сірка: $(l:tfg_ores/earth_vein_index#surface_sphalerite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)9%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)3%$(/l)$()$(li)Слюда: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Смарагд: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)Соапостон: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()$(li)Содаліт: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Спесартін: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()",
|
||||
"text": "$(li)Реальгар: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Редстоун: $(l:tfg_ores/earth_vein_index#normal_redstone)45%$(/l)$()$(li)Рубін: $(l:tfg_ores/earth_vein_index#normal_redstone)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)20%$(/l)$()$(li)Самородна Золото: $(l:tfg_ores/earth_vein_index#deep_gold)75%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)55%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)9%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)5%$(/l)$()$(li)Самородна Мідь: $(l:tfg_ores/earth_vein_index#normal_copper)65%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)30%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)Самородна Срібла: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)10%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)10%$(/l)$()$(li)Сапфір: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Свинець: $(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)Сірка: $(l:tfg_ores/earth_vein_index#surface_sphalerite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)9%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)3%$(/l)$()$(li)Слюда: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Смарагд: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)Соапостон: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()$(li)Содаліт: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Спесартін: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2844,7 +2844,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Сіль",
|
||||
"name": "Галіт",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/salt"
|
||||
|
|
@ -2936,7 +2936,7 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:multiblock",
|
||||
"name": "Сіль",
|
||||
"name": "Галіт",
|
||||
"multiblock": {
|
||||
"mapping": {
|
||||
"0": "#forge:ores/salt"
|
||||
|
|
|
|||
|
|
@ -14,22 +14,22 @@
|
|||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Азбест: $(l:tfg_ores/mars_vein_index#mars_quartzite)17%$(/l)$()$(li)Алмандін: $(l:tfg_ores/mars_vein_index#mars_almandine)36%$(/l)$()$(li)Апатит: $(l:tfg_ores/mars_vein_index#mars_apatite)47%$(/l)$()$(li)Барит: $(l:tfg_ores/mars_vein_index#mars_quartzite)35%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/mars_vein_index#mars_neodynium)58%$(/l)$()$(li)Берилій: $(l:tfg_ores/mars_vein_index#mars_beryllium)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/mars_vein_index#mars_gold)20%$(/l)$()$(li)Борніт: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)35%$(/l)$()$(li)Вісмут: $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)40%$(/l)$()$(li)Вольфрам: $(l:tfg_ores/mars_vein_index#mars_tungsten)33%$(/l)$()$(li)Вугілля: $(l:tfg_ores/mars_vein_index#mars_coal)70%$(/l), $(l:tfg_ores/mars_vein_index#mars_graphite)25%$(/l)$()$(li)Галена: $(l:tfg_ores/mars_vein_index#mars_galena)40%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)35%$(/l)$()$(li)Гарнієрит: $(l:tfg_ores/mars_vein_index#mars_nickel)35%$(/l)$()$(li)Гематит: $(l:tfg_ores/mars_vein_index#mars_hematite)50%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_coal)30%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)29%$(/l), $(l:tfg_ores/mars_vein_index#mars_sulfur)19%$(/l), $(l:tfg_ores/mars_vein_index#mars_graphite)10%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_almandine)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_apatite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_galena)6%$(/l), $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_quartzite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_stibnite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_tungsten)4%$(/l)$()",
|
||||
"text": "$(li)Азбест: $(l:tfg_ores/mars_vein_index#mars_quartzite)17%$(/l)$()$(li)Алмандін: $(l:tfg_ores/mars_vein_index#mars_almandine)36%$(/l)$()$(li)Апатит: $(l:tfg_ores/mars_vein_index#mars_apatite)47%$(/l)$()$(li)Барит: $(l:tfg_ores/mars_vein_index#mars_quartzite)35%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/mars_vein_index#mars_neodynium)58%$(/l)$()$(li)Берилій: $(l:tfg_ores/mars_vein_index#mars_beryllium)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/mars_vein_index#mars_gold)20%$(/l)$()$(li)Борніт: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)35%$(/l)$()$(li)Вісмут: $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)40%$(/l)$()$(li)Вольфрам: $(l:tfg_ores/mars_vein_index#mars_tungsten)33%$(/l)$()$(li)Вугілля: $(l:tfg_ores/mars_vein_index#mars_coal)70%$(/l), $(l:tfg_ores/mars_vein_index#mars_graphite)25%$(/l)$()$(li)Галена: $(l:tfg_ores/mars_vein_index#mars_galena)40%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)35%$(/l)$()$(li)Галіт: $(l:tfg_ores/mars_vein_index#mars_salt)30%$(/l)$()$(li)Гарнієрит: $(l:tfg_ores/mars_vein_index#mars_nickel)35%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Гетит: $(l:tfg_ores/mars_vein_index#mars_hematite)15%$(/l)$()$(li)Гіпс: $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Главконітний пісок: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Графіт: $(l:tfg_ores/mars_vein_index#mars_graphite)45%$(/l)$()$(li)Гроссуляр: $(l:tfg_ores/mars_vein_index#mars_tantalite)10%$(/l)$()$(li)Діамант: $(l:tfg_ores/mars_vein_index#mars_graphite)20%$(/l)$()$(li)Електротин: $(l:tfg_ores/mars_vein_index#mars_gold)20%$(/l)$()$(li)Жовтий лимоніт: $(l:tfg_ores/mars_vein_index#mars_hematite)30%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)33%$(/l)$()$(li)Зелений сапфір: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l), $(l:tfg_ores/mars_vein_index#mars_gold)5%$(/l)$()$(li)Кальцит: $(l:tfg_ores/mars_vein_index#mars_lapis)15%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)5%$(/l)$()$(li)Кам’яна сіль: $(l:tfg_ores/mars_vein_index#mars_salt)20%$(/l)$()$(li)Каситерит: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)55%$(/l)$()$(li)Кварцит: $(l:tfg_ores/mars_vein_index#mars_quartzite)41%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()",
|
||||
"text": "$(li)Гематит: $(l:tfg_ores/mars_vein_index#mars_hematite)50%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_coal)30%$(/l), $(l:tfg_ores/mars_vein_index#mars_pitchblende)29%$(/l), $(l:tfg_ores/mars_vein_index#mars_sulfur)19%$(/l), $(l:tfg_ores/mars_vein_index#mars_graphite)10%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_almandine)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_apatite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_galena)6%$(/l), $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)7%$(/l), $(l:tfg_ores/mars_vein_index#mars_quartzite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_stibnite)4%$(/l), $(l:tfg_ores/mars_vein_index#mars_tungsten)4%$(/l)$()$(li)Гетит: $(l:tfg_ores/mars_vein_index#mars_hematite)15%$(/l)$()$(li)Гіпс: $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Главконітний пісок: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Графіт: $(l:tfg_ores/mars_vein_index#mars_graphite)45%$(/l)$()$(li)Гроссуляр: $(l:tfg_ores/mars_vein_index#mars_tantalite)10%$(/l)$()$(li)Діамант: $(l:tfg_ores/mars_vein_index#mars_graphite)20%$(/l)$()$(li)Електротин: $(l:tfg_ores/mars_vein_index#mars_gold)20%$(/l)$()$(li)Жовтий лимоніт: $(l:tfg_ores/mars_vein_index#mars_hematite)30%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)33%$(/l)$()$(li)Зелений сапфір: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l), $(l:tfg_ores/mars_vein_index#mars_gold)5%$(/l)$()$(li)Кальцит: $(l:tfg_ores/mars_vein_index#mars_lapis)15%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)5%$(/l)$()$(li)Кам’яна сіль: $(l:tfg_ores/mars_vein_index#mars_salt)20%$(/l)$()$(li)Каситерит: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)55%$(/l)$()$(li)Кварцит: $(l:tfg_ores/mars_vein_index#mars_quartzite)41%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Лазурит: $(l:tfg_ores/mars_vein_index#mars_lapis)35%$(/l)$()$(li)Лапіс: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()$(li)Лепідоліт: $(l:tfg_ores/mars_vein_index#mars_salt)15%$(/l)$()$(li)Літій: $(l:tfg_ores/mars_vein_index#mars_tungsten)19%$(/l)$()$(li)Монацит: $(l:tfg_ores/mars_vein_index#mars_neodynium)29%$(/l)$()$(li)Неодим: $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l)$()$(li)Нікель: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)25%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)23%$(/l)$()$(li)Нітрат калію: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)10%$(/l)$()$(li)Олово: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)35%$(/l)$()$(li)Пентландит: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Пірит: $(l:tfg_ores/mars_vein_index#mars_sulfur)42%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)10%$(/l)$()$(li)Піролюзит: $(l:tfg_ores/mars_vein_index#mars_tantalite)42%$(/l)$()$(li)Піроп: $(l:tfg_ores/mars_vein_index#mars_almandine)26%$(/l)$()$(li)Пірохлор: $(l:tfg_ores/mars_vein_index#mars_apatite)14%$(/l)$()",
|
||||
"text": "$(li)Кобальтит: $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Лазурит: $(l:tfg_ores/mars_vein_index#mars_lapis)35%$(/l)$()$(li)Лапіс: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()$(li)Лепідоліт: $(l:tfg_ores/mars_vein_index#mars_salt)15%$(/l)$()$(li)Літій: $(l:tfg_ores/mars_vein_index#mars_tungsten)19%$(/l)$()$(li)Монацит: $(l:tfg_ores/mars_vein_index#mars_neodynium)29%$(/l)$()$(li)Неодим: $(l:tfg_ores/mars_vein_index#mars_neodynium)5%$(/l)$()$(li)Нікель: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)25%$(/l), $(l:tfg_ores/mars_vein_index#mars_nickel)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)23%$(/l)$()$(li)Нітрат калію: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)10%$(/l)$()$(li)Олово: $(l:tfg_ores/mars_vein_index#mars_surface_cassiterite)35%$(/l)$()$(li)Пентландит: $(l:tfg_ores/mars_vein_index#mars_lubricant)7%$(/l)$()$(li)Пірит: $(l:tfg_ores/mars_vein_index#mars_sulfur)42%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)10%$(/l)$()$(li)Піролюзит: $(l:tfg_ores/mars_vein_index#mars_tantalite)42%$(/l)$()$(li)Піроп: $(l:tfg_ores/mars_vein_index#mars_almandine)26%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
"Type": "patchouli:text",
|
||||
"text": "$(li)Платина: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)15%$(/l)$()$(li)Реальгар: $(l:tfg_ores/mars_vein_index#mars_beryllium)15%$(/l)$()$(li)Редстоун: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)45%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)4%$(/l)$()$(li)Рубін: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)35%$(/l)$()$(li)Самородна Золото: $(l:tfg_ores/mars_vein_index#mars_gold)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_hematite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)5%$(/l)$()$(li)Самородна Мідь: $(l:tfg_ores/mars_vein_index#mars_stibnite)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)19%$(/l)$()$(li)Самородна Срібла: $(l:tfg_ores/mars_vein_index#mars_galena)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Сапфір: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l)$()$(li)Свинець: $(l:tfg_ores/mars_vein_index#mars_galena)33%$(/l)$()$(li)Сіль: $(l:tfg_ores/mars_vein_index#mars_salt)30%$(/l)$()$(li)Сірка: $(l:tfg_ores/mars_vein_index#mars_sulfur)14%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Смарагд: $(l:tfg_ores/mars_vein_index#mars_beryllium)50%$(/l)$()$(li)Соапостон: $(l:tfg_ores/mars_vein_index#mars_lubricant)21%$(/l)$()$(li)Содаліт: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()",
|
||||
"text": "$(li)Пірохлор: $(l:tfg_ores/mars_vein_index#mars_apatite)14%$(/l)$()$(li)Платина: $(l:tfg_ores/mars_vein_index#deep_mars_sheldonite)15%$(/l)$()$(li)Реальгар: $(l:tfg_ores/mars_vein_index#mars_beryllium)15%$(/l)$()$(li)Редстоун: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)45%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)4%$(/l)$()$(li)Рубін: $(l:tfg_ores/mars_vein_index#deep_mars_chromite)35%$(/l)$()$(li)Самородна Золото: $(l:tfg_ores/mars_vein_index#mars_gold)55%$(/l), $(l:tfg_ores/mars_vein_index#mars_hematite)5%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_hematite)5%$(/l)$()$(li)Самородна Мідь: $(l:tfg_ores/mars_vein_index#mars_stibnite)28%$(/l), $(l:tfg_ores/mars_vein_index#mars_copper)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_tetrahedrite)19%$(/l)$()$(li)Самородна Срібла: $(l:tfg_ores/mars_vein_index#mars_galena)20%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_nickel_galena)11%$(/l)$()$(li)Сапфір: $(l:tfg_ores/mars_vein_index#mars_almandine)15%$(/l)$()$(li)Свинець: $(l:tfg_ores/mars_vein_index#mars_galena)33%$(/l)$()$(li)Сірка: $(l:tfg_ores/mars_vein_index#mars_sulfur)14%$(/l), $(l:tfg_ores/mars_vein_index#mars_surface_bismuthinite)20%$(/l)$()$(li)Смарагд: $(l:tfg_ores/mars_vein_index#mars_beryllium)50%$(/l)$()$(li)Соапостон: $(l:tfg_ores/mars_vein_index#mars_lubricant)21%$(/l)$()$(li)Содаліт: $(l:tfg_ores/mars_vein_index#mars_lapis)25%$(/l)$()",
|
||||
"type": "patchouli:text"
|
||||
},
|
||||
{
|
||||
|
|
|
|||