diff --git a/.github/README.md b/.github/README.md index 6df9ecba8..78fe64d0f 100644 --- a/.github/README.md +++ b/.github/README.md @@ -59,6 +59,10 @@ Interested in contributing? For detailed setup instructions, coding standards, a ![Image Readme](https://github.com/TerraFirmaGreg-Team/.github/blob/main/branding/image_readme.png?raw=true) +### External Credits +- WithersChat from the Monifactory team for the universal circuit textures +- GregTech Community Pack Modern for most of their quest text + [TerraFirmaCraft]: https://www.curseforge.com/minecraft/mc-mods/terrafirmacraft [GregTech Modern]: https://www.curseforge.com/minecraft/mc-mods/gregtechceu-modern diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4b4ce519..68cbbb831 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,13 +20,13 @@ jobs: name: 🖥️ Project Info runs-on: ubuntu-latest outputs: - project_version: ${{ steps.check.outputs.version }} - project_name: ${{ steps.pakku_info.outputs.name }} - project_full_name: ${{ steps.pakku_info.outputs.name }}-${{ steps.check.outputs.version }} + project_version: ${{ steps.check.outputs.project_version }} + project_name: ${{ steps.check.outputs.project_name }} + project_full_name: ${{ steps.check.outputs.project_name }}-${{ steps.check.outputs.project_version }} changelog: ${{ steps.changelog.outputs.description }} diff: ${{ steps.read_diff.outputs.diff }} - exists: ${{ steps.check_tag.outputs.exists }} - make_release: ${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'false' }} + exists: ${{ steps.check.outputs.exists }} + make_release: ${{ steps.check.outputs.make_release }} steps: - name: Checkout @@ -145,7 +145,7 @@ jobs: id: determine_version shell: bash run: | - if [ ${{ env.DEV_ENVIRONMENT }} ]; then + if ${{ env.DEV_ENVIRONMENT == 'true' }}; then echo "version=unreleased" >> $GITHUB_OUTPUT else echo "version=${{ steps.pakku_info.outputs.version }}" >> $GITHUB_OUTPUT @@ -159,16 +159,22 @@ jobs: version: ${{ steps.determine_version.outputs.version }} continue-on-error: true - - name: 🔍 Check if changelog is empty + - name: 🔍 Check id: check shell: bash run: | - if [ ${{ env.DEV_ENVIRONMENT || steps.changelog.outcome == 'failure' }} ]; then - echo "version=build_#${{ github.run_number }}" >> $GITHUB_OUTPUT - echo "status=Unreleased" >> $GITHUB_OUTPUT - else - echo "status=${{ env.RELEASE_TYPE }}" >> $GITHUB_OUTPUT - echo "version=${{ steps.pakku_info.outputs.version }}" >> $GITHUB_OUTPUT + echo "make_release=${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'false' }}" >> $GITHUB_OUTPUT + echo "exists=${{ steps.check_tag.outputs.exists }}" >> $GITHUB_OUTPUT + + echo "project_name=${{ steps.pakku_info.outputs.name }}" >> $GITHUB_OUTPUT + echo "project_version=${{ steps.pakku_info.outputs.version }}" >> $GITHUB_OUTPUT + echo "release_type=${{ env.RELEASE_TYPE }}" >> $GITHUB_OUTPUT + + echo "minecraft_version=${{ steps.pakku_lock_info.outputs.mc_versions }}" >> $GITHUB_OUTPUT + + if ${{ env.DEV_ENVIRONMENT == 'true' && steps.changelog.outcome == 'failure' }}; then + echo "project_version=build_#${{ github.run_number }}" >> $GITHUB_OUTPUT + echo "release_type=Unreleased" >> $GITHUB_OUTPUT fi - name: 📄 Format diff @@ -185,14 +191,14 @@ jobs: uses: WcAServices/markdown-template-action@v1.1.1 with: template: | - 📃 **Name**: ${{ steps.pakku_info.outputs.name }} - 📃 **Release**: `${{ steps.check.outputs.version }}` - 📃 **Release Type**: `${{ steps.check.outputs.status }}` - 📃 **Game Version**: `${{ steps.pakku_lock_info.outputs.mc_versions }}` + 📃 **Name**: ${{ steps.check.outputs.project_name }} + 📃 **Release**: `${{ steps.check.outputs.project_version }}` + 📃 **Release Type**: `${{ steps.check.outputs.release_type }}` + 📃 **Game Version**: `${{ steps.check.outputs.minecraft_version }}` 📃 **Dev Environment**: `${{ env.DEV_ENVIRONMENT }}` - 📃 **Tag Exists**: `${{ steps.check_tag.outputs.exists }}` - 📃 **Make Release**: `${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'false' }}` + 📃 **Tag Exists**: `${{ steps.check.outputs.exists }}` + 📃 **Make Release**: `${{ steps.check.outputs.make_release }}` ${{ steps.changelog.outputs.description }} @@ -359,7 +365,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: 📦 Download artifact - uses: actions/download-artifact@v4.2.1 + uses: actions/download-artifact@v4.3.0 with: merge-multiple: true @@ -433,7 +439,7 @@ jobs: fi - name: 📦 Download artifact - uses: actions/download-artifact@v4.2.1 + uses: actions/download-artifact@v4.3.0 with: merge-multiple: true @@ -483,7 +489,7 @@ jobs: fi - name: 📦 Download artifact - uses: actions/download-artifact@v4.2.1 + uses: actions/download-artifact@v4.3.0 with: merge-multiple: true diff --git a/.pakku/server-overrides/README.md b/.pakku/server-overrides/README.md new file mode 100644 index 000000000..001c73fee --- /dev/null +++ b/.pakku/server-overrides/README.md @@ -0,0 +1,12 @@ +# Running the TerraFirmaGreg Server Pack + +To run the Server Pack: + +1. Install the ServerPack in your server of choice + * Doing it manually or utilizing a third party website should work fine +2. Start the Server Pack + * You can start it by running the "start_server.bat" file + * You should be able to run it using the "BASH" command, assuming your server machine has BASH capabilities + * ``bash start_server.bat`` + * Or just open the batch file if on a windows machine. +3. The batch file will start the server, install forge on it and then boot up your world. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 751418ed5..99e7982b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,44 +2,83 @@ ## [Unreleased] ### Changes -- Fixed kaolin clay not generating in the overworld -- Changed some quests based on feedback -- Added recipes for digger helmet upgrades -- Updated field guide for 0.9 (oosyrag) -- Added speed boost to nanosuit leggings (SverhRazum-Nah) -- Updated max capacity of small vessel and crucible to be multiples of 144 (oosyrag) -- You can no longer use a blowpipe to hold hot ingots, but tongs have been buffed 6x instead -- Added a temporary fix for the ULS-MV millstones/crushing wheels voiding poor raw ores -- Fixed a duping exploit involving metal plated blocks -- Fixed some recipes that were using the wrong wrench tag -- Fixed mining machines not working -- Removed recipes for firmalife sprinklers. Use gt pipes instead, those can go through sprinkler walls now, and put your sprinklers on drums/fluid tanks/barrels -- Buffed the mixer glowstone recipe -- Nerfed kapok growth speed a little -- Added recipes to turn more things into biomass -- Added recipe to turn saplings into sticks -- Changed mud brick recipes to not require mortar any more -- Fixed not being able to pick up spring water or put it in a mixing bowl -- Buffed hot or not insulation items by x3 -- Nerfed rotation speed controller recipe -- Now you can put construction wands on tool racks -- Buffed nether mob loot tables -- The overworld graphite vein now spawns in every stone type -- Granitic/basaltic mineral sand is now usable for iron in primitive age -- Fixed butchery knives missing anvil recipes -- Added recipes to craft GT's marble blocks -- Added assembler recipes for create deco's bricks, and made vanilla bricks consistent (4 instead of 1 per craft) -- Doubled the amount of train tracks you get per craft -- Fixed red alloy/tin alloy double ingots not needing to be heated for anvil recipes -- Long distance item/fluid pipes now need HV -- Kaolin patches now spawn less often in lush cave biomes -- You can no longer pick up regular ice with a saw to prevent moving around water sources, but you can craft packed ice instead if you need to cool off -- Hid the xp bar because xp isn't used for anything -- Fixed visual workbench not working with tfc workbenches -- Removed adjustable chain gearshift and half of create:connected because they let you get around greate's restrictions -- Added recipe for vanilla campfire for people who like smoke particles -- Removed some more duplicate recipes for vanilla items -- Hid some more things in JEI that aren't craftable +- Removed Caelum + TFC Caelum because they were causing crashes for MacOS and other graphics issues, but you can re-add them if you'd like +- Added recipe to separate fertilizer into pure sources, and mix them back together. (Redeix) +- Added recipes to sew hides together and cut them apart. (Redeix) +- Update CarryOn so now it works with all TFC chests +- Overhauled the TFG Ores section in the field guide, and it's now 100% accurate again! +- Large cogwheels are now cheaper +- Added recycling recipes for ceramic molds, large vessels, casting channels and tables +- Fixed issue where the speed buff from Aged Rum was being removed +- Fixed speed of bulk washing +- Lowered SU requirements of some more Create machines +- Reduced how many sticks were being placed in the nether +- Fixed new supports to work correctly + +## [0.9.2] +### Changes +- Fixed mining machines not working. +- Fixed kaolin clay not generating in the overworld. +- Updated field guide for 0.9 (oosyrag). +- Added speed boost to nanosuit leggings (SverhRazum-Nah). +- Updated max capacity of small vessel and crucible to be multiples of 144 (oosyrag). +- Added support for more armor trims from gems (Redeix). +- Added fishing nets (Redeix). +- Added more cloth alternatives (Redeix). +- Fixed milk curdling and olive oil recipes to be consistent with barrels/vats (TomPlop). +- Added universal circuits (from monifactory) for easier ae2 pattern upgrading (TomPlop). +- Added brine and vinegar recipes to GT machines (TomPlop). +- Increased Astikor Carts item size limit (Redeix). +- Changed some quests based on feedback. +- Added recipes for digger helmet upgrades. +- You can no longer use a blowpipe to hold hot ingots, but tongs have been buffed 6x instead. +- You can no longer pick up regular ice with a saw to prevent moving around water sources, but you can craft packed ice instead if you need to cool off. +- Added a temporary fix for the ULS-MV millstones/crushing wheels voiding poor raw ores. +- Added a temporary fix for the mechanical mixer needing a programmed circuit item to work (craft them out of sticks). +- Fixed a duping exploit involving metal plated blocks. +- Fixed some recipes that were using the wrong wrench tag. +- Added an earlier way to get paracetamol (cures gregtech hazards). +- Removed recipes for firmalife sprinklers. Use GT pipes instead, those count as greenhouse walls now, and put your sprinklers on drums/fluid tanks/barrels. +- Buffed the mixer glowstone recipe. +- Nerfed kapok growth speed a little. +- Added recipes to turn more things into biomass. +- Added recipe to turn saplings into sticks. +- Changed mud brick recipes to not require mortar any more. +- Fixed not being able to pick up spring water or put it in a mixing bowl. +- Changed rotation speed controller recipe. +- Now you can put many more things on tool racks. +- Buffed some nether mob loot tables. +- Buffed piglin bartering table. +- Buffed string from cobwebs, TFC shears now work on them too. +- The overworld graphite vein now spawns in every stone type. +- Granitic/basaltic mineral sand is now usable for iron in primitive age. +- Fixed butchery knives missing anvil recipes. +- Added recipes to craft GT's marble blocks. +- Added assembler recipes for create deco's bricks, and made vanilla bricks consistent (4 instead of 1 per craft). +- Doubled the amount of train tracks you get per craft. +- Fixed red alloy/tin alloy double ingots not needing to be heated for anvil recipes. +- Long distance item/fluid pipes now need HV. +- Kaolin patches now spawn less often in lush cave biomes. +- Hid the xp bar because xp isn't used for anything. +- Fixed visual workbench not working with tfc workbenches. +- Removed adjustable chain gearshift and half of create:connected because they let you get around greate's restrictions. +- Added recipe for vanilla campfire for people who like smoke particles. +- Fixed AoE tools in bastion chests not having the AoE property. +- Fixed various decorative glass block/pane recipes to be consistent. +- Bricks and flagstones now use a cutter instead of an assembler. +- Slimeballs now smelt into glue. +- Removed some more duplicate recipes for vanilla items. +- Hid some more things in JEI that aren't craftable. +- Added fishing nets in many tiers for scooping fishies. +- Added nylon string and fabric. +- Added phantom string and fabric, created from phantom membranes--Replacing them in recipes +- Added support for armor trims, fixed some broken textures, added a bunch of materials, and made a helper function. +- Added handcart recipe. +- Allowed more blocks to be used as oven, forge, and bloomery insulation. +- Fixed lang error with treated wood planks recipe. +- Fixed bug with mmc package. +- Added recipe to separate fertilizer into pure sources, and mix them back together. +- Added recipes to sew hides together and cut them apart. ## [0.9.1] - 18.04.2025 ### Changes diff --git a/config/InventoryHUD/curios.json b/config/InventoryHUD/curios.json index 376ffa7f2..0be721b57 100644 --- a/config/InventoryHUD/curios.json +++ b/config/InventoryHUD/curios.json @@ -1 +1,128 @@ -{"clothes_hat":{"x":20,"y":98,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"gtceu_magnet":{"x":0,"y":40,"enabled":false,"halign":"LEFT","valign":"TOP"},"feet":{"x":0,"y":60,"enabled":false,"halign":"LEFT","valign":"TOP"},"hands":{"x":2,"y":80,"enabled":true,"halign":"LEFT","valign":"TOP"},"belt":{"x":2,"y":62,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"ring":{"x":2,"y":117,"enabled":true,"halign":"LEFT","valign":"TOP"},"back":{"x":2,"y":80,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"bracelet":{"x":2,"y":-3,"enabled":true,"halign":"LEFT","valign":"CENTER"},"necklace":{"x":2,"y":146,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"body":{"x":2,"y":126,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_torso":{"x":20,"y":80,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"curio":{"x":2,"y":136,"enabled":true,"halign":"LEFT","valign":"TOP"},"head":{"x":2,"y":98,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"charm":{"x":2,"y":99,"enabled":true,"halign":"LEFT","valign":"TOP"},"adv_pattern_encoder":{"x":0,"y":300,"enabled":false,"halign":"LEFT","valign":"TOP"},"clothes_pants":{"x":20,"y":62,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_socks":{"x":20,"y":44,"enabled":true,"halign":"LEFT","valign":"BOTTOM"}} \ No newline at end of file +{ + "clothes_hat": { + "x": 20, + "y": 98, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "gtceu_magnet": { + "x": 2, + "y": 116, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "hands": { + "x": 2, + "y": 44, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "belt": { + "x": 2, + "y": 62, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "ring": { + "x": 2, + "y": 117, + "enabled": true, + "halign": "LEFT", + "valign": "TOP" + }, + "back": { + "x": 2, + "y": 80, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "bracelet": { + "x": 2, + "y": -3, + "enabled": true, + "halign": "LEFT", + "valign": "CENTER" + }, + "necklace": { + "x": 2, + "y": 146, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "body": { + "x": 2, + "y": 126, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "clothes_torso": { + "x": 20, + "y": 80, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "example": { + "x": 0, + "y": 240, + "enabled": false, + "halign": "LEFT", + "valign": "TOP" + }, + "curio": { + "x": 2, + "y": 136, + "enabled": true, + "halign": "LEFT", + "valign": "TOP" + }, + "head": { + "x": 2, + "y": 98, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "charm": { + "x": 2, + "y": 99, + "enabled": true, + "halign": "LEFT", + "valign": "TOP" + }, + "clothes_pants": { + "x": 20, + "y": 62, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "clothes_socks": { + "x": 20, + "y": 44, + "enabled": true, + "halign": "LEFT", + "valign": "BOTTOM" + }, + "feet": { + "x": 0, + "y": 60, + "enabled": false, + "halign": "LEFT", + "valign": "TOP" + }, + "adv_pattern_encoder": { + "x": 0, + "y": 300, + "enabled": false, + "halign": "LEFT", + "valign": "TOP" + } +} \ No newline at end of file diff --git a/config/carryon-common.toml b/config/carryon-common.toml index 3f35a27b2..d34082042 100644 --- a/config/carryon-common.toml +++ b/config/carryon-common.toml @@ -59,7 +59,7 @@ #Entities that CAN be picked up (useWhitelistEntities must be true) allowedEntities = ["tfc:turkey", "tfc:dog", "tfc:isopod", "tfc:lobster", "tfc:frog", "tfc:penguin", "tfc:turtle", "tfc:horseshoe_crab", "tfc:crayfish", "tfc:grouse", "tfc:pheasant", "tfc:peafowl", "tfc:rat", "tfc:cat", "tfc:chicken", "tfc:duck", "tfc:quail", "tfc:rabbit"] #Blocks that CAN be picked up (useWhitelistBlocks must be true) - allowedBlocks = ["#forge:chests/wooden", "#storagedrawers:drawers"] + allowedBlocks = ["framedblocks:framed_chest", "tfc:wood/chest/*", "tfc:wood/trapped_chest/*", "#forge:chests/wooden"] #Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true) allowedStacking = [] diff --git a/config/createaddition-common.toml b/config/createaddition-common.toml index 7db4bf738..dd18e3100 100644 --- a/config/createaddition-common.toml +++ b/config/createaddition-common.toml @@ -46,7 +46,7 @@ rolling_mill_processing_duration = 400 #Rolling Mill base stress impact. #Range: 0 ~ 1024 - rolling_mill_stress = 0.5 + rolling_mill_stress = 1 #Wires [wires] diff --git a/config/curios-common.toml b/config/curios-common.toml index a671ffb07..51c41a713 100644 --- a/config/curios-common.toml +++ b/config/curios-common.toml @@ -1,5 +1,5 @@ #List of slots to create or modify. #See documentation for syntax: https://docs.illusivesoulworks.com/curios/configuration#slot-configuration # -slots = [] +slots = [ "id=head;add_cosmetic=false", "id=feet;size=0" ] diff --git a/config/ftbquests/quests/chapters/multiblock_dilemma.snbt b/config/ftbquests/quests/chapters/multiblock_dilemma.snbt deleted file mode 100644 index 53dd8fc3c..000000000 --- a/config/ftbquests/quests/chapters/multiblock_dilemma.snbt +++ /dev/null @@ -1,220 +0,0 @@ -{ - default_hide_dependency_lines: false - default_quest_shape: "" - filename: "multiblock_dilemma" - group: "19428C6E7A36D463" - icon: "gtceu:electric_blast_furnace" - id: "41FEC6178ABF1998" - order_index: 2 - quest_links: [ - { - id: "787AC5F1A89ABE41" - linked_quest: "1E9BE8D3F8A602DC" - x: 4.5d - y: 0.0d - } - { - id: "5A1F54545034FC9F" - linked_quest: "3568BC9742092FC5" - x: 6.0d - y: 0.0d - } - { - id: "29EFA88DBC897F46" - linked_quest: "05ADBAE5B6F38956" - x: 7.5d - y: 0.0d - } - { - id: "1C71CBF1424099CE" - linked_quest: "10987A49F647279E" - shape: "rsquare" - x: 9.0d - y: 0.0d - } - { - id: "421BA5ADC26DFB19" - linked_quest: "4AEAC79007790BD8" - shape: "rsquare" - x: 10.5d - y: 0.0d - } - { - id: "27D3C414C3E19143" - linked_quest: "1BE779AF4487E3EB" - shape: "rsquare" - x: 10.5d - y: 1.5d - } - { - id: "7E75AAD105D31F26" - linked_quest: "07906458E1A15683" - shape: "rsquare" - x: 9.0d - y: 1.5d - } - { - id: "321893F87228A360" - linked_quest: "16E7CAC7BC8BFD8E" - shape: "rsquare" - x: 7.5d - y: 1.5d - } - { - id: "7888064372044AD3" - linked_quest: "6DDDE2268B691F74" - shape: "rsquare" - x: 6.0d - y: 1.5d - } - { - id: "5D2C26C1501A2CE1" - linked_quest: "2655B72C9FF3B372" - shape: "rsquare" - x: 4.5d - y: 1.5d - } - { - id: "2637BCFD9681EABF" - linked_quest: "53DC6E32C41C94C3" - x: 3.0d - y: 1.5d - } - { - id: "3003AF60FECF2899" - linked_quest: "33263404ED38C6D2" - shape: "rsquare" - x: 1.5d - y: 1.5d - } - { - id: "7D7392009AC28773" - linked_quest: "1BB40CCF17D00719" - shape: "rsquare" - x: 3.0d - y: 0.0d - } - { - id: "026F45422E5639EB" - linked_quest: "48141DBA683F6B5A" - x: 4.5d - y: 3.0d - } - { - id: "6F23E13DC672A3F5" - linked_quest: "24866E83B280C9AB" - shape: "rsquare" - x: 6.0d - y: 3.0d - } - { - id: "0096F2E970A04203" - linked_quest: "6958029B5514D4EC" - x: 7.5d - y: 3.0d - } - { - id: "0205B65B6C2405A2" - linked_quest: "528CE69DA4358B2E" - x: 9.0d - y: 3.0d - } - { - id: "2206AD45E6B2389C" - linked_quest: "77B7B1EDD19831E0" - x: 10.5d - y: 3.0d - } - { - icon: { - Count: 1 - id: "gtceu:turbine_rotor" - tag: { - GT.PartStats: { - Material: "neutronium" - } - } - } - id: "454772220042D94B" - linked_quest: "188A8C3DD38C2762" - shape: "rsquare" - x: 10.5d - y: 4.5d - } - { - id: "7B3367C356023F61" - linked_quest: "4E9DED9569AA17F5" - x: 9.0d - y: 4.5d - } - { - id: "246855660369CA56" - linked_quest: "0F539EC8D2361791" - shape: "rsquare" - x: 7.5d - y: 4.5d - } - { - id: "278D7192878C56AC" - linked_quest: "189F84D6C76CDC8B" - shape: "rsquare" - x: 6.0d - y: 4.5d - } - { - id: "18F88B89C6DD238E" - linked_quest: "1137D2BA7E03D685" - x: 4.5d - y: 4.5d - } - { - id: "052E542D4D30CC93" - linked_quest: "466AC4DD902115EF" - shape: "rsquare" - x: 3.0d - y: 4.5d - } - { - id: "6DA657FC3F725B0C" - linked_quest: "1AD309112ADD8D8D" - shape: "rsquare" - x: 1.5d - y: 4.5d - } - { - id: "26A69E20AEC61DF1" - linked_quest: "249FA99AADAC3710" - shape: "rsquare" - x: 1.5d - y: 0.0d - } - { - id: "7D67FF93BFAF6A4A" - linked_quest: "328CFD483C26EA44" - shape: "rsquare" - x: 1.5d - y: 6.0d - } - { - id: "1D2DEC9BC14B9F64" - linked_quest: "546CC03435E763CF" - x: 7.5d - y: 6.0d - } - { - id: "0BAD33188878F715" - linked_quest: "24366846FDA52CE3" - x: 9.0d - y: 6.0d - } - { - id: "2B1E630DF1ED5624" - linked_quest: "023FF9633765A0EB" - x: 10.5d - y: 6.0d - } - ] - quests: [ ] - subtitle: ["A handy reference of all the multiblocks"] - title: "Multiblock Dilemma" -} diff --git a/config/ftbquests/quests/chapters/ore_processing.snbt b/config/ftbquests/quests/chapters/ore_processing.snbt index 97ac21185..045f6027a 100644 --- a/config/ftbquests/quests/chapters/ore_processing.snbt +++ b/config/ftbquests/quests/chapters/ore_processing.snbt @@ -14,7 +14,7 @@ id: "gtceu:crushed_iron_ore" } id: "24C1683140DBB5F2" - order_index: 4 + order_index: 3 quest_links: [ ] quests: [ { @@ -585,7 +585,7 @@ type: "checkmark" } ] - title: "{quests.ore_proc.macerator_separator.desc}" + title: "{quests.ore_proc.macerator_separator.title}" x: -1.0d y: 1.0d } diff --git a/config/ftbquests/quests/chapters/progression.snbt b/config/ftbquests/quests/chapters/progression.snbt index cd9b367f9..90759569a 100644 --- a/config/ftbquests/quests/chapters/progression.snbt +++ b/config/ftbquests/quests/chapters/progression.snbt @@ -12,7 +12,7 @@ } } id: "28EBC0FF82EFD94B" - order_index: 3 + order_index: 2 quest_links: [ { id: "77A0335E38D755CA" @@ -20,7 +20,7 @@ shape: "rsquare" size: 0.8d x: 0.0d - y: 1.0d + y: 2.0d } { id: "750818879C23F373" @@ -28,7 +28,7 @@ shape: "rsquare" size: 0.8d x: 1.0d - y: 2.0d + y: 3.0d } { id: "0074100DE2B5BE5A" @@ -36,7 +36,7 @@ shape: "rsquare" size: 0.8d x: 2.0d - y: 0.0d + y: 1.0d } { id: "1C05814535C12FED" @@ -44,7 +44,7 @@ shape: "rsquare" size: 0.75d x: 1.0d - y: 1.0d + y: 2.0d } { id: "513A34184609CA31" @@ -52,7 +52,7 @@ shape: "rsquare" size: 0.75d x: 1.0d - y: 0.0d + y: 1.0d } { id: "22CF428EE30F5B4B" @@ -60,7 +60,7 @@ shape: "rsquare" size: 0.8d x: 2.0d - y: 1.0d + y: 2.0d } { id: "33618A4FD8ED62D7" @@ -68,7 +68,7 @@ shape: "rsquare" size: 0.75d x: 2.0d - y: 2.0d + y: 3.0d } { id: "2B8FBCD290196265" @@ -76,7 +76,7 @@ shape: "rsquare" size: 0.8d x: 2.0d - y: 4.0d + y: 5.0d } { id: "0E8AC841C484408C" @@ -84,7 +84,7 @@ shape: "rsquare" size: 0.8d x: 2.0d - y: -1.0d + y: 0.0d } { id: "6ABFBA6855A6E7E9" @@ -92,7 +92,7 @@ shape: "rsquare" size: 0.8d x: 3.0d - y: 2.0d + y: 3.0d } { id: "629EAE6BC0519572" @@ -100,7 +100,7 @@ shape: "rsquare" size: 0.75d x: 3.0d - y: 3.0d + y: 4.0d } { id: "59568D32C47265ED" @@ -108,7 +108,7 @@ shape: "rsquare" size: 0.75d x: 3.0d - y: 4.0d + y: 5.0d } { id: "42DA2C0B99DB2545" @@ -116,7 +116,7 @@ shape: "rsquare" size: 0.8d x: 3.0d - y: 5.0d + y: 6.0d } { id: "39C4E4082B9B5731" @@ -124,7 +124,7 @@ shape: "rsquare" size: 0.8d x: 4.0d - y: 3.0d + y: 4.0d } { id: "346904314F61ABDB" @@ -132,7 +132,7 @@ shape: "rsquare" size: 0.75d x: 4.0d - y: 4.0d + y: 5.0d } { id: "1C0407D7B45603FC" @@ -140,7 +140,7 @@ shape: "rsquare" size: 0.75d x: 4.0d - y: 5.0d + y: 6.0d } { id: "20BCF31B1430ECFC" @@ -148,7 +148,7 @@ shape: "rsquare" size: 0.8d x: 4.0d - y: 6.0d + y: 7.0d } { id: "384FE989BF9BD89D" @@ -156,7 +156,7 @@ shape: "rsquare" size: 0.8d x: 6.0d - y: 5.0d + y: 6.0d } { id: "3DD1B0AE6630A8E5" @@ -164,7 +164,7 @@ shape: "rsquare" size: 0.8d x: 6.0d - y: 6.0d + y: 7.0d } { id: "519774012E47875A" @@ -172,7 +172,7 @@ shape: "rsquare" size: 0.8d x: 6.0d - y: 7.0d + y: 8.0d } { id: "0B488F9F519FBA61" @@ -180,7 +180,7 @@ shape: "rsquare" size: 0.8d x: 6.0d - y: 8.0d + y: 9.0d } { id: "025C3D8C61A9C011" @@ -188,7 +188,7 @@ shape: "rsquare" size: 0.8d x: 5.0d - y: 4.0d + y: 5.0d } { id: "54F1B023BEC98314" @@ -196,7 +196,7 @@ shape: "rsquare" size: 0.75d x: 5.0d - y: 5.0d + y: 6.0d } { id: "4EABE2BF51A06FC8" @@ -204,7 +204,7 @@ shape: "rsquare" size: 0.75d x: 5.0d - y: 6.0d + y: 7.0d } { id: "607E9492E895927E" @@ -212,95 +212,95 @@ shape: "rsquare" size: 0.8d x: 5.0d - y: 7.0d + y: 8.0d } { id: "709FB8C1561E7BB8" linked_quest: "1646BF9194100E57" - x: -1.0d - y: -5.0d + x: -0.99d + y: -5.12d } { id: "499941B0EDEFBF54" linked_quest: "1C55AE6AD5BDE304" - x: 0.0d - y: -5.0d + x: 0.010000000000000009d + y: -5.12d } { id: "10F2DA9FCC5E3860" linked_quest: "6B08799BCFD01D3D" - x: 1.0d - y: -5.0d + x: 1.01d + y: -5.12d } { id: "72CBEEAD5A41685E" linked_quest: "069FD86133D7D582" - x: 2.0d - y: -5.0d + x: 2.01d + y: -5.12d } { id: "76C69275A82861C8" linked_quest: "7A1E3C3A2D699C5B" - x: 3.0d - y: -5.0d + x: 3.01d + y: -5.12d } { id: "6C144735C40EE615" linked_quest: "2FCBA0D780DBDA9E" - x: 4.0d - y: -5.0d + x: 4.01d + y: -5.12d } { id: "5FDCCB7CE9DACB34" linked_quest: "4C7C0F6A6598BC24" - x: 5.0d - y: -5.0d + x: 5.01d + y: -5.12d } { id: "4ACE1AFCEDC37A05" linked_quest: "6AF3A40BC9CE7122" - x: 6.0d - y: -5.0d + x: 6.01d + y: -5.12d } { id: "1EA07F998161450C" linked_quest: "30A6EDDF25A5E5F8" shape: "rsquare" size: 0.66d - x: 2.0d - y: -4.0d + x: 2.01d + y: -4.12d } { id: "532482B324E31386" linked_quest: "1776FA1F3255731E" shape: "rsquare" size: 0.66d - x: 3.0d - y: -4.0d + x: 3.01d + y: -4.12d } { id: "0F86FC5CD130B2E1" linked_quest: "78277DBC07D3C45C" shape: "rsquare" size: 0.66d - x: 4.0d - y: -4.0d + x: 4.01d + y: -4.12d } { id: "7D227159C48FAB94" linked_quest: "0DC999F79A685194" shape: "rsquare" size: 0.66d - x: 5.0d - y: -4.0d + x: 5.01d + y: -4.12d } { id: "718938D16A6098A7" linked_quest: "35F13B6D60361904" shape: "rsquare" size: 0.66d - x: 6.0d - y: -4.0d + x: 6.01d + y: -4.12d } { id: "713A4F2E798A8BDB" @@ -308,7 +308,73 @@ shape: "rsquare" size: 0.8d x: 2.0d - y: 3.0d + y: 4.0d + } + { + id: "1E40A675803FC0EE" + linked_quest: "033E74BC588E7EAD" + shape: "rsquare" + size: 0.8d + x: 0.0d + y: -1.0d + } + { + id: "086F15BC0794B952" + linked_quest: "3D8174C64DDC268B" + shape: "rsquare" + size: 0.8d + x: 0.0d + y: 1.0d + } + { + id: "3D882E672333DFDB" + linked_quest: "2C35D4E01AEC02AA" + shape: "rsquare" + size: 0.8d + x: 0.0d + y: 0.0d + } + { + id: "54253615E949F3FD" + linked_quest: "48A8E3210B2BAE1C" + size: 0.85d + x: 0.0d + y: -7.6499999999999995d + } + { + id: "6DE3523492F7488F" + linked_quest: "3C173357029AB649" + size: 0.85d + x: 1.0d + y: -7.6499999999999995d + } + { + id: "15C67D0A68F367B8" + linked_quest: "174DA15847665CF8" + size: 0.85d + x: 1.9999999999999998d + y: -7.6499999999999995d + } + { + id: "3FB2B4E7A1EA2511" + linked_quest: "04DE7C58F20B535A" + size: 0.85d + x: 3.0d + y: -7.6499999999999995d + } + { + id: "6DE6915952A42CFE" + linked_quest: "52DAF93E2F3D688A" + size: 0.85d + x: 4.0d + y: -7.6499999999999995d + } + { + id: "51370C0C07149D25" + linked_quest: "56CA2EB7812529C5" + size: 0.85d + x: 5.0d + y: -7.6499999999999995d } ] quests: [ @@ -478,7 +544,7 @@ size: 0.85d title: "&8ULV&r Circuits" x: -1.0d - y: -1.0d + y: 0.0d } { dependencies: [ @@ -501,7 +567,7 @@ size: 0.85d title: "&7LV&r Circuits" x: -1.0d - y: 0.0d + y: 1.0d } { dependencies: [ @@ -521,7 +587,7 @@ size: 0.85d title: "&bMV&r Circuits" x: -1.0d - y: 1.0d + y: 2.0d } { dependencies: [ @@ -541,7 +607,7 @@ size: 0.85d title: "&6HV&r Circuits" x: -1.0d - y: 2.0d + y: 3.0d } { dependencies: [ @@ -560,7 +626,7 @@ size: 0.85d title: "&5EV&r Circuits" x: -1.0d - y: 3.0d + y: 4.0d } { dependencies: [ @@ -581,7 +647,7 @@ size: 0.85d title: "&1IV&r Circuits" x: -1.0d - y: 4.0d + y: 5.0d } { dependencies: [ @@ -606,7 +672,7 @@ size: 0.85d title: "&dLuV&r Circuits" x: -1.0d - y: 5.0d + y: 6.0d } { dependencies: [ @@ -622,7 +688,7 @@ size: 0.85d title: "&cZPM&r Circuits" x: -1.0d - y: 6.0d + y: 7.0d } { dependencies: [ @@ -637,7 +703,7 @@ size: 0.85d title: "&3UV&r Circuits" x: -1.0d - y: 7.0d + y: 8.0d } { dependencies: ["3B49BD004F38E1A2"] @@ -653,7 +719,7 @@ size: 0.85d title: "&4UHV&r Circuits" x: -1.0d - y: 8.0d + y: 9.0d } { dependencies: ["5B2696206205CB2E"] @@ -665,8 +731,8 @@ item: "gtceu:cupronickel_ingot" type: "item" }] - x: -1.0d - y: -4.0d + x: -0.99d + y: -4.12d } { dependencies: [ @@ -681,8 +747,8 @@ item: "gtceu:kanthal_ingot" type: "item" }] - x: 0.0d - y: -4.0d + x: 0.010000000000000009d + y: -4.12d } { dependencies: ["6958029B5514D4EC"] @@ -694,8 +760,8 @@ item: "gtceu:nichrome_ingot" type: "item" }] - x: 1.0d - y: -4.0d + x: 1.01d + y: -4.12d } ] subtitle: ["A step forward is always rewarding"] diff --git a/config/ftbquests/quests/chapters/questsmetallurgy.snbt b/config/ftbquests/quests/chapters/questsmetallurgy.snbt index 4ecf2351a..284f43c5c 100644 --- a/config/ftbquests/quests/chapters/questsmetallurgy.snbt +++ b/config/ftbquests/quests/chapters/questsmetallurgy.snbt @@ -586,7 +586,7 @@ tasks: [ { dimension: "minecraft:the_nether" - icon: "minecraft:netherrack" + icon: "minecraft:deepslate" id: "42372A0532A8AEDC" title: "{quests.metal_age.beneath_kaolin.task}" type: "dimension" @@ -858,7 +858,7 @@ tasks: [ { dimension: "minecraft:the_nether" - icon: "minecraft:netherrack" + icon: "minecraft:deepslate" id: "77162ADDC8732968" title: "{quests.metal_age.beneath_graphite.task}" type: "dimension" @@ -1308,4 +1308,4 @@ ] subtitle: ["{quests.metal_age.subtitle}"] title: "{quests.metal_age}" -} \ No newline at end of file +} diff --git a/config/ftbquests/quests/chapters/questssteam_age.snbt b/config/ftbquests/quests/chapters/questssteam_age.snbt index e6c121a2c..29d5fa410 100644 --- a/config/ftbquests/quests/chapters/questssteam_age.snbt +++ b/config/ftbquests/quests/chapters/questssteam_age.snbt @@ -10,8 +10,8 @@ { id: "39027CF4DC307D33" linked_quest: "5E186CD5E83BFDF0" - x: -27.5d - y: -3.0d + x: -27.0d + y: 2.0d } { id: "0CE64B9914191C56" @@ -31,8 +31,8 @@ linked_quest: "48A8E3210B2BAE1C" shape: "octagon" size: 2.0d - x: -27.5d - y: -5.0d + x: -27.0d + y: 0.0d } ] quests: [ @@ -48,7 +48,7 @@ }] title: "{quests.steam_age.basic_millstone.title}" x: -18.0d - y: -5.0d + y: -2.0d } { dependencies: ["6F1BC99BE641B671"] @@ -66,7 +66,7 @@ }] title: "{quests.steam_age.horse_crank.title}" x: -22.0d - y: -5.0d + y: -2.0d } { dependencies: ["7B045998769930F0"] @@ -80,8 +80,8 @@ type: "item" }] title: "{quests.steam_age.helve_hammer.title}" - x: -20.0d - y: -1.0d + x: -18.0d + y: -4.0d } { dependencies: ["6F1BC99BE641B671"] @@ -109,7 +109,7 @@ ] title: "{quests.steam_age.basic_greate.title}" x: -20.0d - y: -3.0d + y: -4.0d } { dependencies: ["0D0D461AE3A3F7BF"] @@ -131,7 +131,7 @@ ] title: "{quests.steam_age.water_wheel.title}" x: -14.5d - y: -3.0d + y: 0.0d } { dependencies: ["0D0D461AE3A3F7BF"] @@ -153,7 +153,7 @@ ] title: "{quests.steam_age.windmill.title}" x: -14.5d - y: -7.0d + y: -4.0d } { dependencies: ["6E8CEE02CB5B678B"] @@ -168,7 +168,7 @@ }] title: "{quests.steam_age.metal_casing.title}" x: -9.5d - y: -5.0d + y: -2.0d } { dependencies: ["09D913288896A67A"] @@ -181,8 +181,8 @@ type: "item" }] title: "{quests.steam_age.steel_encased_fan.title}" - x: -4.5d - y: -1.0d + x: -5.5d + y: 4.0d } { dependencies: ["09D913288896A67A"] @@ -201,8 +201,8 @@ type: "item" }] title: "{quests.steam_age.steel_pump.title}" - x: -2.5d - y: -3.0d + x: -3.5d + y: 2.0d } { dependencies: ["209958FE2EEA5D72"] @@ -265,7 +265,7 @@ }] title: "{quests.steam_age.mechanical_saw.title}" x: -9.5d - y: -3.0d + y: 0.0d } { dependencies: ["7F14D2A34F480ACA"] @@ -279,7 +279,7 @@ }] title: "{quests.steam_age.mechanical_harvester.title}" x: -9.5d - y: -7.0d + y: -4.0d } { dependencies: ["6E8CEE02CB5B678B"] @@ -307,7 +307,7 @@ ] title: "{quests.steam_age.chute.title}" x: -12.0d - y: -3.0d + y: 0.0d } { dependencies: ["51CBF7378FFAD514"] @@ -324,8 +324,8 @@ type: "item" }] title: "{quests.steam_age.mold_table.title}" - x: -2.5d - y: -1.0d + x: -3.5d + y: 4.0d } { dependencies: ["32046292AA5B0E30"] @@ -352,8 +352,8 @@ } ] title: "{quests.steam_age.steel_greate.title}" - x: -4.5d - y: -3.0d + x: -5.5d + y: 2.0d } { dependencies: ["09D913288896A67A"] @@ -367,8 +367,8 @@ type: "item" }] title: "{quests.steam_age.steel_millstone.title}" - x: -6.5d - y: -3.0d + x: -7.5d + y: 2.0d } { dependencies: ["5917B0D4708BF534"] @@ -617,7 +617,7 @@ }] title: "{quests.steam_age.item_pipes.title}" x: -12.0d - y: -1.0d + y: 2.0d } { dependencies: [ @@ -1038,8 +1038,8 @@ } ] title: "{quests.steam_age.fluid_pipes.title}" - x: -2.5d - y: -5.0d + x: -3.5d + y: 0.0d } { dependencies: ["51CBF7378FFAD514"] @@ -1064,8 +1064,8 @@ type: "item" }] title: "{quests.steam_age.fluid_drums.title}" - x: -0.5d - y: -3.0d + x: -1.5d + y: 2.0d } { dependencies: ["49896161B31DB7B4"] @@ -1122,7 +1122,7 @@ ] title: "{quests.steam_age.create_tools.title}" x: -18.0d - y: -3.0d + y: 0.0d } { dependencies: ["6AA07588374B59AB"] @@ -1234,7 +1234,7 @@ ] title: "{quests.steam_age.poor_paths.title}" x: -23.5d - y: -6.5d + y: -3.5d } { dependencies: ["1059288C22CB56BB"] @@ -1285,7 +1285,7 @@ ] title: "{quests.steam_age.normal_paths.title}" x: -24.0d - y: -5.0d + y: -2.0d } { dependencies: ["1059288C22CB56BB"] @@ -1338,7 +1338,7 @@ ] title: "{quests.steam_age.good_paths.title}" x: -23.5d - y: -3.5d + y: -0.5d } { dependencies: [ @@ -1399,7 +1399,7 @@ }] title: "{quests.metal_age.bronze_goodies.title}" x: -20.0d - y: -5.0d + y: -2.0d } { description: ["{quests.metal_age.wrought_iron_goodies.desc}"] @@ -1423,7 +1423,7 @@ }] title: "{quests.metal_age.wrought_iron_goodies.title}" x: -12.0d - y: -5.0d + y: -2.0d } { description: ["{quests.metal_age.steel_goodies.desc}"] @@ -1446,8 +1446,8 @@ type: "item" }] title: "{quests.metal_age.steel_goodies.title}" - x: -4.5d - y: -5.0d + x: -5.5d + y: 0.0d } { dependencies: ["46FA9DD4755A5548"] @@ -1574,7 +1574,32 @@ ] title: "{quests.metal_age.coke_oven.title}" x: -14.5d - y: -5.0d + y: -2.0d + } + { + dependencies: ["49896161B31DB7B4"] + description: [ + "There is currently a bug with the Mechanical Mixer where some recipes want an actual Programmed Circuit item." + "For the time being, you can craft these out of Sticks." + "" + "This will be fixed whenever we're able to update Greate to the latest version, which requires Create 6, which requires other Create addons to be updated... hopefully that should be soon." + ] + icon: { + Count: 1 + id: "gtceu:programmed_circuit" + tag: { + Configuration: 0 + } + } + id: "6068BC1F6917A69D" + size: 1.0d + tasks: [{ + id: "385A0D77B9B4AA74" + type: "checkmark" + }] + title: "Bug workaround" + x: -5.5d + y: 13.5d } ] subtitle: ["{quests.steam_age.subtitle}"] diff --git a/config/ftbquests/quests/chapters/questsstoneage.snbt b/config/ftbquests/quests/chapters/questsstoneage.snbt index c66c7e6ee..372346e1a 100644 --- a/config/ftbquests/quests/chapters/questsstoneage.snbt +++ b/config/ftbquests/quests/chapters/questsstoneage.snbt @@ -2294,4 +2294,4 @@ ] subtitle: ["{quests.stone_age.subtitle}"] title: "{quests.stone_age}" -} \ No newline at end of file +} diff --git a/config/ftbquests/quests/chapters/queststfc_tips.snbt b/config/ftbquests/quests/chapters/queststfc_tips.snbt index 15e80bfc4..d183306ee 100644 --- a/config/ftbquests/quests/chapters/queststfc_tips.snbt +++ b/config/ftbquests/quests/chapters/queststfc_tips.snbt @@ -9,8 +9,8 @@ quest_links: [{ id: "1AD1F9822B738105" linked_quest: "2E36E5755B2F551C" - x: 4.0d - y: 6.0d + x: 6.0d + y: 5.0d }] quests: [ { @@ -2069,23 +2069,7 @@ subtitle: "{quests.tfg_tips.smoke_meat.subtitle}" tasks: [ { - icon: { - Count: 1 - ForgeCaps: { - "tfc:food": { - creationDate: -9223372036854775808L - traits: [ - "tfc:brined" - "firmalife:smoked" - ] - } - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "tfc:food/beef" - } + icon: "minecraft:beef" id: "6F36FAA8AE1E2987" item: { Count: 1 @@ -2320,10 +2304,7 @@ y: 9.5d } { - dependencies: [ - "2D959136A5FC5F46" - "56CA2EB7812529C5" - ] + dependencies: ["2D959136A5FC5F46"] description: ["{quests.tfg_tips.lamps.desc}"] id: "037CDA933FBE2CBE" subtitle: "{quests.tfg_tips.lamps.subtitle}" @@ -2360,7 +2341,7 @@ ] title: "{quests.tfg_tips.lamps.title}" x: -5.0d - y: 11.0d + y: 11.5d } { dependencies: [ @@ -2395,7 +2376,7 @@ ] title: "{quests.tfg_tips.lava_lamp.title}" x: -5.0d - y: 12.5d + y: 13.0d } { dependencies: ["037CDA933FBE2CBE"] @@ -2416,7 +2397,7 @@ }] title: "{quests.tfg_tips.creosote.title}" x: -6.0d - y: 12.0d + y: 12.5d } { dependencies: ["037CDA933FBE2CBE"] @@ -2437,7 +2418,7 @@ }] title: "{quests.tfg_tips.olive_oil.title}" x: -4.0d - y: 12.0d + y: 12.5d } { dependencies: ["2D959136A5FC5F46"] @@ -2472,7 +2453,7 @@ ] title: "{quests.tfg_tips.glass_blocks.title}" x: -3.0d - y: 11.0d + y: 11.5d } { dependencies: ["150B7C5CD152E1BA"] @@ -3275,8 +3256,8 @@ type: "item" }] title: "{quests.tfg_tips.camera_attachments.title}" - x: -9.5d - y: 4.5d + x: -10.5d + y: 5.0d } { dependencies: ["275C8EA942AB49DD"] @@ -3296,11 +3277,11 @@ type: "item" }] title: "{quests.tfg_tips.filters.title}" - x: -9.5d - y: 5.5d + x: -10.5d + y: 6.0d } { - dependencies: ["4E2C1CAD883EB032"] + dependencies: ["275C8EA942AB49DD"] description: ["{quests.tfg_tips.interplanar_projector.desc}"] id: "3952D56556B35FDB" subtitle: "{quests.tfg_tips.interplanar_projector.subtitle}" @@ -3316,8 +3297,8 @@ type: "item" }] title: "{quests.tfg_tips.interplanar_projector.title}" - x: -9.5d - y: 6.5d + x: -10.5d + y: 7.0d } { dependencies: ["79FA776C414AE8E5"] @@ -3524,7 +3505,7 @@ }] title: "{quests.tfg_tips.tallow.title}" x: -6.5d - y: 11.0d + y: 11.5d } { dependencies: ["150B7C5CD152E1BA"] @@ -4294,9 +4275,9 @@ } { dependencies: ["6C64C20FF5DF972A"] - description: ["{quests.tfg_tips.grapple_upgrade_length.desc}"] + description: ["{quests.tfg_tips.grapple_length.desc}"] id: "105FD1655EEB1921" - subtitle: "{quests.tfg_tips.grapple_upgrade_length.subtitle}" + subtitle: "{quests.tfg_tips.grapple_length.subtitle}" tasks: [ { id: "6BC5AB4D7A479799" @@ -4316,7 +4297,7 @@ type: "item" } ] - title: "{quests.tfg_tips.grapple_upgrade_length.title}" + title: "{quests.tfg_tips.grapple_length.title}" x: -17.0d y: 4.5d } @@ -4342,7 +4323,11 @@ } { dependencies: ["1F93C858F1D02F7C"] - description: ["{quests.tfg_tips.grapple_upgrade_length.desc}"] + description: [ + "{quests.tfg_tips.grapple_upgrades.desc.1}" + "{@pagebreak}" + "{quests.tfg_tips.grapple_upgrades.desc.2}" + ] id: "6C64C20FF5DF972A" subtitle: "{quests.tfg_tips.grapple_upgrades.subtitle}" tasks: [{ @@ -4710,7 +4695,7 @@ type: "item" }] title: "GregTech Storage" - x: 5.0d + x: 6.0d y: 7.0d } { @@ -4727,9 +4712,30 @@ type: "item" }] title: "Tape for Crate" - x: 5.0d + x: 6.0d y: 8.0d } + { + dependencies: ["47409DED94FCC2BC"] + description: ["{quests.tfg_tips.ev_upgrades.desc}"] + id: "20905B37111F2ED9" + subtitle: "{quests.tfg_tips.ev_upgrades.subtitle}" + tasks: [{ + id: "60C5CDB3EBB706E4" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(tfg:ev_aircraft_engine)item(tfg:titanium_plated_airplane_propeller)item(tfg:titanium_landing_gear)item(tfg:titanium_hull_reinforcement))" + } + } + title: "{quests.tfg_tips.ev_upgrades.task}" + type: "item" + }] + title: "{quests.tfg_tips.ev_upgrades.title}" + x: -6.0d + y: -14.0d + } ] subtitle: ["{quests.tfg_tips.subtitle}"] title: "{quests.tfg_tips}" diff --git a/config/ftbquests/quests/data.snbt b/config/ftbquests/quests/data.snbt index 33d92ad39..f00b49de4 100644 --- a/config/ftbquests/quests/data.snbt +++ b/config/ftbquests/quests/data.snbt @@ -6,6 +6,7 @@ default_reward_team: false detection_delay: 20 disable_gui: false + drop_book_on_death: false drop_loot_crates: false emergency_items_cooldown: 300 grid_scale: 0.5d @@ -24,6 +25,7 @@ } pause_game: true progression_mode: "flexible" + show_lock_icons: true title: "TerraFirmaGreg" version: 13 } diff --git a/config/gtceu.yaml b/config/gtceu.yaml index acc5d5331..7cbef731e 100644 --- a/config/gtceu.yaml +++ b/config/gtceu.yaml @@ -40,7 +40,7 @@ recipes: # Whether to make miscellaneous recipes harder. # Default: false - hardMiscRecipes: true + hardMiscRecipes: false # Whether to make Glass related recipes harder. Default: true hardGlassRecipes: true diff --git a/config/inventorysorter-client.toml b/config/inventorysorter-client.toml deleted file mode 100644 index d06cb08bd..000000000 --- a/config/inventorysorter-client.toml +++ /dev/null @@ -1,8 +0,0 @@ - -#Inventory sorter modules -[modules] - #Sorting module - sortingmodule = true - #Wheel move module - wheelmovemodule = true - diff --git a/config/storagedrawers-client.toml b/config/storagedrawers-client.toml deleted file mode 100644 index 52196c767..000000000 --- a/config/storagedrawers-client.toml +++ /dev/null @@ -1,21 +0,0 @@ - -[General] - #Invert the behavior of the shift key for extracting items - invertShift = false - #Invert left and right click action on drawers - invertClick = false - -[Render] - #Distance in blocks before item labels stop rendering - labelRenderDistance = 25.0 - #Distance in blocks before quantity numbers stop rendering - quantityRenderDistance = 10.0 - #Distance in blocks before quantity numbers begin to fade out - quantityFadeDistance = 4.0 - -[Integration] - #Enable extended data display in WAILA if present - enableWaila = true - #Enable extended data display in The One Probe if present - enableTheOneProbe = true - diff --git a/config/storagedrawers-common.toml b/config/storagedrawers-common.toml deleted file mode 100644 index 3dacccf2e..000000000 --- a/config/storagedrawers-common.toml +++ /dev/null @@ -1,36 +0,0 @@ - -[General] - #The number of item stacks held in a basic unit of storage. - #1x1 drawers hold 8 units, 1x2 drawers hold 4 units, 2x2 drawers hold 2 units. - #Half-depth drawers hold half those amounts. - baseStackStorage = 4 - #Controller range defines how far away a drawer can be connected - #on X, Y, or Z planes. The default value of 50 gives the controller a very - #large range, but not beyond the chunk load distance. - #Range: 1 ~ 75 - controllerRange = 50 - enableUI = true - enableSidedInput = true - enableSidedOutput = true - enableItemConversion = true - enableExtraCompactingRules = true - debugTrace = false - #List of rules in format "domain:item1, domain:item2, n". - #Creates a compacting drawer rule to convert 1 of item1 into n of item2. - compactingRules = ["minecraft:clay, minecraft:clay_ball, 4"] - -[StorageUpgrades] - #Storage upgrades multiply storage capacity by the given amount. - #When multiple storage upgrades are used together, their multipliers are added before being applied. - level1Mult = 2 - level2Mult = 4 - level3Mult = 8 - level4Mult = 16 - level5Mult = 32 - -[Integration] - #When true, shows quantity as NxS + R (by stack size) rather than count - wailaStackRemainder = true - #When true, does not show current quantities unless quantify key was used - wailaRespectQuantifyKey = false - diff --git a/config/tfcastikorcarts-common.toml b/config/tfcastikorcarts-common.toml index fbc9f46a5..f202e1249 100644 --- a/config/tfcastikorcarts-common.toml +++ b/config/tfcastikorcarts-common.toml @@ -11,7 +11,7 @@ # # The largest (inclusive) size of an item that is allowed in a supply cart. #Allowed Values: TINY, VERY_SMALL, SMALL, NORMAL, LARGE, VERY_LARGE, HUGE - maxItemSize = "VERY_LARGE" + maxItemSize = "HUGE" # # Can the animal cart pick up players by pushing it into them? canPushIntoPlayers = true diff --git a/config/tfccaelum-common.toml b/config/tfccaelum-common.toml new file mode 100644 index 000000000..f56f08cc2 --- /dev/null +++ b/config/tfccaelum-common.toml @@ -0,0 +1,191 @@ + +[general] + #Enable rainbows + enableRainbow = true + #Enable planets + enablePlanets = true + #Enable monsters spawning on the surface during a blood moon event? Overwrites TFC's config for surface monsters + enableBloodmoonSurfaceMonsters = false + #Enable sun blindness? Looking at the sun for too long will make you blind for a period + enableSunBlindness = false + #Amount of days per real Earth month + #Range: 0.0 ~ 1.7976931348623157E308 + averageDaysPerMonth = 30.436875 + #Synodic period of the moon in days + #Range: 0.0 ~ 1.7976931348623157E308 + moonOrbitalPeriod = 29.530588 + #Moon scale factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + moonScale = 1.0 + #Sun scale factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + sunScale = 0.725 + #Planet scale factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + planetScale = 1.0 + #Planet distance factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + planetDistance = 1.0 + #Planet orbit velocity factor + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + planetOrbit = 1.0 + #Seasonal tilt of Earth + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + earthSeasonalTilt = 23.44 + #Bloodmoon spawn count multiplier + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + bloodmoonSpawnCountMultiplier = 1.0 + #Average inclination to Earth equator for the Moon (in degrees). + #The closer to 0 this value is, the more frequent lunar and solar eclipses will be + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + moonEarthEquatorInclination = 23.43 + #Diameter of Mercury (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercuryDiameter = 4879.0 + #Diameter of Venus (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusDiameter = 12104.0 + #Diameter of Earth (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + earthDiameter = 12742.0 + #Diameter of Mars (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsDiameter = 6792.0 + #Diameter of Jupiter (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterDiameter = 142984.0 + #Diameter of Saturn (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnDiameter = 120536.0 + #Diameter of Uranus (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusDiameter = 51118.0 + #Diameter of Neptune (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneDiameter = 49528.0 + #Diameter of Pluto (km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoDiameter = 2376.0 + #Tropical orbit period for Mercury (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercuryOrbitalPeriod = 87.968 + #Tropical orbit period for Venus (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusOrbitalPeriod = 224.695 + #Tropical orbit period for Earth (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + earthOrbitalPeriod = 365.242 + #Tropical orbit period for Mars (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsOrbitalPeriod = 779.94 + #Tropical orbit period for Jupiter (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterOrbitalPeriod = 4330.595 + #Tropical orbit period for Saturn (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnOrbitalPeriod = 10746.94 + #Tropical orbit period for Uranus (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusOrbitalPeriod = 30588.74 + #Tropical orbit period for Neptune (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneOrbitalPeriod = 59799.9 + #Sidereal orbit period for Pluto (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoOrbitalPeriod = 90560.0 + #Semi major axis for Mercury (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercurySemiMajorAxis = 57.909 + #Semi major axis for Venus (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusSemiMajorAxis = 108.21 + #Semi major axis for Earth (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + earthSemiMajorAxis = 149.598 + #Semi major axis for Mars (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsSemiMajorAxis = 227.956 + #Semi major axis for Jupiter (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterSemiMajorAxis = 778.479 + #Semi major axis for Saturn (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnSemiMajorAxis = 1432.041 + #Semi major axis for Uranus (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusSemiMajorAxis = 2867.043 + #Semi major axis for Neptune (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneSemiMajorAxis = 4514.953 + #Semi major axis for Pluto (10^6 km) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoSemiMajorAxis = 5869.656 + #Synodic period for Mercury (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercurySynodicPeriod = 115.88 + #Synodic period for Venus (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusSynodicPeriod = 583.92 + #Synodic period for Mars (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsSynodicPeriod = 779.94 + #Synodic period for Jupiter (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterSynodicPeriod = 4330.595 + #Synodic period for Saturn (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnSynodicPeriod = 378.09 + #Synodic period for Uranus (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusSynodicPeriod = 369.66 + #Synodic period for Neptune (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneSynodicPeriod = 367.49 + #Synodic period for Pluto (in real Earth days) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoSynodicPeriod = 366.73 + #Ecliptic plane for Mercury (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + mercuryEclipticPlane = 7.004 + #Ecliptic plane for Venus (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + venusEclipticPlane = 3.395 + #Ecliptic plane for Mars (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + marsEclipticPlane = 1.848 + #Ecliptic plane for Jupiter (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + jupiterEclipticPlane = 1.304 + #Ecliptic plane for Saturn (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + saturnEclipticPlane = 2.486 + #Ecliptic plane for Uranus (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + uranusEclipticPlane = 0.77 + #Ecliptic plane for Neptune (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + neptuneEclipticPlane = 1.77 + #Ecliptic plane for Pluto (in degrees) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + plutoEclipticPlane = 17.16 + #Enable auroras + enableAurora = true + #The maximum aurora bands that will be rendered + #Range: 0 ~ 3 + maxBands = 3 + +[debug] + #When enabled, prints debug values to console. + enableDebug = false + #x value factor. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + xFactor = 0.0 + #y value factor. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + yFactor = 0.0 + #z value factor. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + zFactor = 0.0 + #Toggle blend. + enableBlend = false + diff --git a/defaultconfigs/create-server.toml b/defaultconfigs/create-server.toml index e0cb19ac7..a5f58a5e5 100644 --- a/defaultconfigs/create-server.toml +++ b/defaultconfigs/create-server.toml @@ -130,7 +130,7 @@ #. #Game ticks required for a Fan-based processing recipe to take effect. #Range: > 0 - fanProcessingTime = 3200 + fanProcessingTime = 400 #. #Moving Contraptions @@ -249,13 +249,13 @@ [kinetics.stressValues.v2.impact] display_board = 0.0 deployer = 0.25 - mechanical_piston = 0.5 + mechanical_piston = 0.25 millstone = 65535.0 - mechanical_bearing = 1.0 + mechanical_bearing = 0.5 clockwork_bearing = 0.5 cuckoo_clock = 0.125 speedometer = 0.0 - copper_backtank = 0.5 + copper_backtank = 0.25 mechanical_saw = 65535.0 flywheel = 0.0 encased_chain_drive = 0.0 @@ -266,14 +266,14 @@ crushing_wheel = 65535.0 mechanical_mixer = 65535.0 gantry_shaft = 0.0 - rope_pulley = 0.5 + rope_pulley = 0.125 rotation_speed_controller = 0.0 - mechanical_arm = 0.5 - netherite_backtank = 0.5 + mechanical_arm = 0.25 + netherite_backtank = 0.25 andesite_encased_shaft = 65535.0 mechanical_press = 65535.0 large_cogwheel = 65535.0 - mechanical_drill = 0.5 + mechanical_drill = 0.25 andesite_encased_large_cogwheel = 65535.0 brass_encased_large_cogwheel = 65535.0 mysterious_cuckoo_clock = 0.125 @@ -281,8 +281,8 @@ shaft = 65535.0 brass_encased_shaft = 65535.0 gearshift = 0.0 - turntable = 0.5 - sticky_mechanical_piston = 0.5 + turntable = 0.25 + sticky_mechanical_piston = 0.25 sequenced_gearshift = 0.0 weighted_ejector = 0.25 cogwheel = 65535.0 @@ -290,8 +290,8 @@ belt = 65535.0 brass_encased_cogwheel = 65535.0 gearbox = 0.0 - hose_pulley = 0.5 - elevator_pulley = 0.5 + hose_pulley = 0.25 + elevator_pulley = 0.125 mechanical_crafter = 0.125 #. diff --git a/kubejs/assets/ad_astra/lang/en_us.json b/kubejs/assets/ad_astra/lang/en_us.json new file mode 100644 index 000000000..978a38567 --- /dev/null +++ b/kubejs/assets/ad_astra/lang/en_us.json @@ -0,0 +1,28 @@ +{ + "__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.moon_sand": "Moon Sand", + "block.ad_astra.moon_cobblestone": "Anorthosite Cobblestone", + "block.ad_astra.moon_cobblestone_slab": "Anorthosite Cobblestone Slab", + "block.ad_astra.moon_cobblestone_stairs": "Anorthosite Cobblestone Stairs", + "block.ad_astra.moon_pillar": "Anorthosite Pillar", + "block.ad_astra.moon_stone_brick_slab": "Anorthosite Brick Slab", + "block.ad_astra.moon_stone_brick_stairs": "Anorthosite Brick Stairs", + "block.ad_astra.moon_stone_brick_wall": "Anorthosite Brick Wall", + "block.ad_astra.moon_stone_bricks": "Anorthosite Bricks", + "block.ad_astra.moon_stone_slab": "Anorthosite Slab", + "block.ad_astra.moon_stone_stairs": "Anorthosite Stairs", + "block.ad_astra.chiseled_moon_stone_bricks": "Chiseled Anorthosite Bricks", + "block.ad_astra.chiseled_moon_stone_slab": "Chiseled Anorthosite Slab", + "block.ad_astra.chiseled_moon_stone_stairs": "Chiseled Anorthosite Stairs", + "block.ad_astra.cracked_moon_stone_bricks": "Cracked Anorthosite Bricks", + "block.ad_astra.polished_moon_stone": "Polished Anorthosite", + "block.ad_astra.polished_moon_stone_slab": "Polished Anorthosite Slab", + "block.ad_astra.polished_moon_stone_stairs": "Polished Anorthosite Stairs", + "material.ad_astra.desh": "Desh", + "material.ad_astra.ostrum": "Ostrum", + "material.ad_astra.calorite": "Calorite", + "material.ad_astra.etrium": "Etrium", + "tagprefix.anorthosite": "Anorthosite %s Ore", + "tagprefix.basanite": "Basanite %s Ore", + "tagprefix.syenite": "Syenite %s Ore" +} \ No newline at end of file diff --git a/kubejs/assets/beneath/lang/en_us.json b/kubejs/assets/beneath/lang/en_us.json index 7d988d17a..cdeb75e30 100644 --- a/kubejs/assets/beneath/lang/en_us.json +++ b/kubejs/assets/beneath/lang/en_us.json @@ -2,6 +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.beneath.blackstone_pebble": "Loose Pyroxenite", "block.beneath.blackstone_aqueduct": "Pyroxenite Aqueduct", + "block.beneath.loose_blackstone": "Loose Pyroxenite", "block.beneath.ore.nether_cursecoal": "Anthracite Ore", "block.beneath.ore.nether_cursecoal.prospected": "Anthracite", "block.beneath.cursecoal_pile": "Anthracite Pile", diff --git a/kubejs/assets/gtceu/lang/en_us.json b/kubejs/assets/gtceu/lang/en_us.json index cfce3d307..16d32b372 100644 --- a/kubejs/assets/gtceu/lang/en_us.json +++ b/kubejs/assets/gtceu/lang/en_us.json @@ -53,6 +53,7 @@ "item.gtceu.iron_hex_cable": "16x Cast Iron Cable", "item.gtceu.ice_bucket": "Ice Water Bucket", "material.gtceu.ice": "Ice Water", + "material.gtceu.cooperite": "Cooperite", "metaitem.dust.tooltip.purify": "Drop in Water to get Clean Dust", "metaitem.crushed.tooltip.purify": "Drop in Water to get Purified Ore", "item.gtceu.tool.behavior.silk_ice": "Silk Harvests Packed Ice", diff --git a/kubejs/assets/minecraft/atlases/armor_trims.json b/kubejs/assets/minecraft/atlases/armor_trims.json new file mode 100644 index 000000000..e69c5d5f9 --- /dev/null +++ b/kubejs/assets/minecraft/atlases/armor_trims.json @@ -0,0 +1,92 @@ +{ + "sources": [ + { + "type": "paletted_permutations", + "textures": [ + "trims/models/armor/coast", + "trims/models/armor/coast_leggings", + "trims/models/armor/sentry", + "trims/models/armor/sentry_leggings", + "trims/models/armor/dune", + "trims/models/armor/dune_leggings", + "trims/models/armor/wild", + "trims/models/armor/wild_leggings", + "trims/models/armor/ward", + "trims/models/armor/ward_leggings", + "trims/models/armor/eye", + "trims/models/armor/eye_leggings", + "trims/models/armor/vex", + "trims/models/armor/vex_leggings", + "trims/models/armor/tide", + "trims/models/armor/tide_leggings", + "trims/models/armor/snout", + "trims/models/armor/snout_leggings", + "trims/models/armor/rib", + "trims/models/armor/rib_leggings", + "trims/models/armor/spire", + "trims/models/armor/spire_leggings", + "trims/models/armor/wayfinder", + "trims/models/armor/wayfinder_leggings", + "trims/models/armor/shaper", + "trims/models/armor/shaper_leggings", + "trims/models/armor/silence", + "trims/models/armor/silence_leggings", + "trims/models/armor/raiser", + "trims/models/armor/raiser_leggings", + "trims/models/armor/host", + "trims/models/armor/host_leggings" + ], + "palette_key": "trims/color_palettes/trim_palette", + "permutations": { + "almandine_tfc": "tfc:color_palettes/trims/almandine_tfc", + "andradite_tfc": "tfc:color_palettes/trims/andradite_tfc", + "blue_topaz_tfc": "tfc:color_palettes/trims/blue_topaz_tfc", + "cinnabar_tfc": "tfc:color_palettes/trims/cinnabar_tfc", + "coal_tfc": "tfc:color_palettes/trims/coal_tfc", + "diamond_tfc": "tfc:color_palettes/trims/diamond_tfc", + "emerald_tfc": "tfc:color_palettes/trims/emerald_tfc", + "green_sapphire_tfc": "tfc:color_palettes/trims/green_sapphire_tfc", + "grossular_tfc": "tfc:color_palettes/trims/grossular_tfc", + "rutile_tfc": "tfc:color_palettes/trims/rutile_tfc", + "lazurite_tfc": "tfc:color_palettes/trims/lazurite_tfc", + "pyrope_tfc": "tfc:color_palettes/trims/pyrope_tfc", + "rock_salt_tfc": "tfc:color_palettes/trims/rock_salt_tfc", + "ruby_tfc": "tfc:color_palettes/trims/ruby_tfc", + "salt_tfc": "tfc:color_palettes/trims/salt_tfc", + "sapphire_tfc": "tfc:color_palettes/trims/sapphire_tfc", + "sodalite_tfc": "tfc:color_palettes/trims/sodalite_tfc", + "coke_tfc": "tfc:color_palettes/trims/coke_tfc", + "spessartine_tfc": "tfc:color_palettes/trims/spessartine_tfc", + "topaz_tfc": "tfc:color_palettes/trims/topaz_tfc", + "uvarovite_tfc": "tfc:color_palettes/trims/uvarovite_tfc", + "nether_quartz_tfc": "tfc:color_palettes/trims/nether_quartz_tfc", + "certus_quartz_tfc": "tfc:color_palettes/trims/certus_quartz_tfc", + "quartzite_tfc": "tfc:color_palettes/trims/quartzite_tfc", + "realgar_tfc": "tfc:color_palettes/trims/realgar_tfc", + "malachite_tfc": "tfc:color_palettes/trims/malachite_tfc", + "glass_tfc": "tfc:color_palettes/trims/glass_tfc", + "olivine_tfc": "tfc:color_palettes/trims/olivine_tfc", + "opal_tfc": "tfc:color_palettes/trims/opal_tfc", + "amethyst_tfc": "tfc:color_palettes/trims/amethyst_tfc", + "lapis_tfc": "tfc:color_palettes/trims/lapis_tfc", + "apatite_tfc": "tfc:color_palettes/trims/apatite_tfc", + "red_garnet_tfc": "tfc:color_palettes/trims/red_garnet_tfc", + "yellow_garnet_tfc": "tfc:color_palettes/trims/yellow_garnet_tfc", + "monazite_tfc": "tfc:color_palettes/trims/monazite_tfc", + "rose_quartz_tfc": "tfc:color_palettes/trims/rose_quartz_tfc", + "fluix_tfc": "tfc:color_palettes/trims/fluix_tfc", + "silver_tfc": "tfc:color_palettes/trims/silver_tfc", + "sterling_silver_tfc": "tfc:color_palettes/trims/sterling_silver_tfc", + "gold_tfc": "tfc:color_palettes/trims/gold_tfc", + "rose_gold_tfc": "tfc:color_palettes/trims/rose_gold_tfc", + "nickel_tfc": "tfc:color_palettes/trims/nickel_tfc", + "platinum_tfc": "tfc:color_palettes/trims/platinum_tfc", + "titanium_tfc": "tfc:color_palettes/trims/titanium_tfc", + "bismuth_tfc": "tfc:color_palettes/trims/bismuth_tfc", + "neutronium_tfc": "tfc:color_palettes/trims/neutronium_tfc", + "pyrite_tfc": "tfc:color_palettes/trims/pyrite_tfc", + "redx_tfc": "tfc:color_palettes/trims/redx_tfc" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/atlases/blocks.json b/kubejs/assets/minecraft/atlases/blocks.json new file mode 100644 index 000000000..d0a87f124 --- /dev/null +++ b/kubejs/assets/minecraft/atlases/blocks.json @@ -0,0 +1,68 @@ +{ + "sources": [ + { + "type": "paletted_permutations", + "textures": [ + "trims/items/leggings_trim", + "trims/items/chestplate_trim", + "trims/items/helmet_trim", + "trims/items/boots_trim", + "tfc:item/helmet_trim", + "tfc:item/chestplate_trim", + "tfc:item/greaves_trim", + "tfc:item/boots_trim" + ], + "palette_key": "trims/color_palettes/trim_palette", + "permutations": { + "almandine_tfc": "tfc:color_palettes/trims/almandine_tfc", + "andradite_tfc": "tfc:color_palettes/trims/andradite_tfc", + "blue_topaz_tfc": "tfc:color_palettes/trims/blue_topaz_tfc", + "cinnabar_tfc": "tfc:color_palettes/trims/cinnabar_tfc", + "coal_tfc": "tfc:color_palettes/trims/coal_tfc", + "diamond_tfc": "tfc:color_palettes/trims/diamond_tfc", + "emerald_tfc": "tfc:color_palettes/trims/emerald_tfc", + "green_sapphire_tfc": "tfc:color_palettes/trims/green_sapphire_tfc", + "grossular_tfc": "tfc:color_palettes/trims/grossular_tfc", + "rutile_tfc": "tfc:color_palettes/trims/rutile_tfc", + "lazurite_tfc": "tfc:color_palettes/trims/lazurite_tfc", + "pyrope_tfc": "tfc:color_palettes/trims/pyrope_tfc", + "rock_salt_tfc": "tfc:color_palettes/trims/rock_salt_tfc", + "ruby_tfc": "tfc:color_palettes/trims/ruby_tfc", + "salt_tfc": "tfc:color_palettes/trims/salt_tfc", + "sapphire_tfc": "tfc:color_palettes/trims/sapphire_tfc", + "sodalite_tfc": "tfc:color_palettes/trims/sodalite_tfc", + "coke_tfc": "tfc:color_palettes/trims/coke_tfc", + "spessartine_tfc": "tfc:color_palettes/trims/spessartine_tfc", + "topaz_tfc": "tfc:color_palettes/trims/topaz_tfc", + "uvarovite_tfc": "tfc:color_palettes/trims/uvarovite_tfc", + "nether_quartz_tfc": "tfc:color_palettes/trims/nether_quartz_tfc", + "certus_quartz_tfc": "tfc:color_palettes/trims/certus_quartz_tfc", + "quartzite_tfc": "tfc:color_palettes/trims/quartzite_tfc", + "realgar_tfc": "tfc:color_palettes/trims/realgar_tfc", + "malachite_tfc": "tfc:color_palettes/trims/malachite_tfc", + "glass_tfc": "tfc:color_palettes/trims/glass_tfc", + "olivine_tfc": "tfc:color_palettes/trims/olivine_tfc", + "opal_tfc": "tfc:color_palettes/trims/opal_tfc", + "amethyst_tfc": "tfc:color_palettes/trims/amethyst_tfc", + "lapis_tfc": "tfc:color_palettes/trims/lapis_tfc", + "apatite_tfc": "tfc:color_palettes/trims/apatite_tfc", + "red_garnet_tfc": "tfc:color_palettes/trims/red_garnet_tfc", + "yellow_garnet_tfc": "tfc:color_palettes/trims/yellow_garnet_tfc", + "monazite_tfc": "tfc:color_palettes/trims/monazite_tfc", + "rose_quartz_tfc": "tfc:color_palettes/trims/rose_quartz_tfc", + "fluix_tfc": "tfc:color_palettes/trims/fluix_tfc", + "silver_tfc": "tfc:color_palettes/trims/silver_tfc", + "sterling_silver_tfc": "tfc:color_palettes/trims/sterling_silver_tfc", + "gold_tfc": "tfc:color_palettes/trims/gold_tfc", + "rose_gold_tfc": "tfc:color_palettes/trims/rose_gold_tfc", + "nickel_tfc": "tfc:color_palettes/trims/nickel_tfc", + "platinum_tfc": "tfc:color_palettes/trims/platinum_tfc", + "titanium_tfc": "tfc:color_palettes/trims/titanium_tfc", + "bismuth_tfc": "tfc:color_palettes/trims/bismuth_tfc", + "neutronium_tfc": "tfc:color_palettes/trims/neutronium_tfc", + "pyrite_tfc": "tfc:color_palettes/trims/pyrite_tfc", + "redx_tfc": "tfc:color_palettes/trims/redx_tfc" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/lang/en_us.json b/kubejs/assets/minecraft/lang/en_us.json index a274ef417..93e6cc9b5 100644 --- a/kubejs/assets/minecraft/lang/en_us.json +++ b/kubejs/assets/minecraft/lang/en_us.json @@ -39,7 +39,6 @@ "block.minecraft.polished_blackstone_slab": "Polished Pyroxenite Slab", "block.minecraft.polished_blackstone_stairs": "Polished Pyroxenite Stairs", "block.minecraft.polished_blackstone_wall": "Polished Pyroxenite Wall", - "block.beneath.loose_blackstone": "Loose Pyroxenite", "block.minecraft.dripstone_block": "Raw Travertine", "block.minecraft.magma_block": "Pyroxenite Magma", "item.minecraft.iron_nugget": "Cast Iron Nugget", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/beneath/piglins.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/beneath/piglins.json index 5f3ef8818..97cd1a423 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/beneath/piglins.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/beneath/piglins.json @@ -18,11 +18,11 @@ { "type": "patchouli:text", "title": "Trade Results", - "text": "$(li)3-9 String$(li)6-12 Sticks$(li)4-8 Charcoal$(li)5-12 Nether Quartz$(li)1-3 Tin Ingots$(li)1-3 Copper Ingots$(li)1-2 Leather$(li)8-12 Pyroxenite Bricks$(li)8-12 Migmatite Bricks" + "text": "$(li)1 Copper Ingot$(li)1 Tin Ingot$(li)1 Silver Ingot$(li)1 Bronze Ingot$(li)1 Bismuth Bronze Ingot$(li)1 Cast Iron Ingot$(li)1 Zinc Ingot$(li)1 Brass Ingot$(li)1 Bismuth Ingot$(li)1 Nickel Ingot$(li)4-6 Sulfur Powder" }, { "type": "patchouli:text", - "text": "$(li)6-12 Arrows$(li)4-12 Flux$(li)1-2 Raw Graphite$(li)4-8 Sulfur Powder$(li)2-4 Kaolin Clay$(li)4-8 Mangrove Lumber$(li)2-4 Mangrove Logs$(li)2-4 Cooked Venison$(li)8-16 Glow Berries$(li)2-4 Ghost Peppers$(li)2-4 Glowstone Dust" + "text": "$(li)1-2 Leather$(li)6-12 String$(li)6-12 Nether Quartz$(li)12-18 Mangrove Lumber$(li)6-8 Mangrove Logs$(li)4-6 Cooked Venison$(li)4-6 Ghost Peppers$(li)4-6 Gunpowder$(li)4-8 Charcoal$(li)6-12 Arrows$(li)6-12 Flux$(li)8-12 Blackstone Bricks$(li)8-12 Deepslate Bricks$(li)8-16 Sticks" }, { "type": "patchouli:text", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/fire_clay.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/fire_clay.json index b2111550d..7620d1a73 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/fire_clay.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/fire_clay.json @@ -11,12 +11,12 @@ { "type": "patchouli:crafting", "recipe": "tfc:crafting/fire_clay", - "text": "Fire clay is made from $(l:tfg_ores/normal_graphite)graphite$() powder, crushed in a $(l:mechanics/quern)quern$(), as well as $(l:tfg_ores/surface_kaolin#powder)kaolinite$() powder" + "text": "Fire clay is made from $(l:tfg_ores/earth_vein_index#normal_graphite)graphite$() powder, crushed in a $(l:mechanics/quern)quern$(), as well as $(l:tfg_ores/surface_kaolin#powder)kaolinite$() powder" }, { "type": "tfc:heat_recipe", "recipe": "tfc:heating/kaolin_clay", - "text": "Kaolinite powder is made by heating $(l:tfg_ores/surface_kaolin)Kaolin Clay$(). However, the process is not perfect, and only 20% of clay will form powder!" + "text": "Kaolinite powder is made by heating $(l:mechanics/surface_kaolin)Kaolin Clay$(). However, the process is not perfect, and only 20% of clay will form powder!" }, { "type": "tfc:knapping_recipe", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/glassworking.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/glassworking.json index ce4f2ba8c..5477592c8 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/glassworking.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/glassworking.json @@ -25,7 +25,7 @@ "anchor": "potash", "recipe": "tfg:smelting/dried_seaweed_to_soda", "recipe2": "tfg:smelting/dried_kelp_to_soda", - "text": "A type of $(thing)Potash$() or equivalent is also required for glass batches. $(thing)Soda Ash$() can be used, which is a powder made from heating $(thing)Dried Seaweed$() or $(thing)Kelp$(). $(l:tfg_ores/normal_saltpeter)Saltpeter$() can be used as well." + "text": "A type of $(thing)Potash$() or equivalent is also required for glass batches. $(thing)Soda Ash$() can be used, which is a powder made from heating $(thing)Dried Seaweed$() or $(thing)Kelp$(). $(l:tfg_ores/earth_vein_index#normal_saltpeter)Saltpeter$() can be used as well." }, { "type": "patchouli:text", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_kaolin.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/surface_kaolin.json similarity index 98% rename from kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_kaolin.json rename to kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/surface_kaolin.json index fd09d1448..57babae20 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_kaolin.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/surface_kaolin.json @@ -1,7 +1,7 @@ { "name": "Kaolin Clay", "icon": "tfc:kaolin_clay", - "category": "tfc:tfg_ores", + "category": "tfc:mechanics", "read_by_default": true, "pages": [ { diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_garnet_amethyst.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_garnet_amethyst.json deleted file mode 100644 index 7a1c44716..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_garnet_amethyst.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Amethyst & Garnet", - "icon": "minecraft:amethyst_shard", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 230$(br)Density: 0.25$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br)Height: 8$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Amethyst, Red Garnet, Yellow Garnet, Opal Buds" - }, - { - "type": "patchouli:multiblock", - "name": "Amethyst", - "multiblock": - { - "mapping": { "0": "#forge:ores/amethyst" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 65%$(br)Source of: Iron$(br)Formula: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Opal", - "multiblock": - { - "mapping": { "0": "#forge:ores/opal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Formula: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Red Garnet", - "multiblock": - { - "mapping": { "0": "#forge:ores/red_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Source of: Pyrope, Almandine, Spessartine" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Garnet", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Andradite, Grossular, Uvarovite" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_garnet_opal.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_garnet_opal.json deleted file mode 100644 index 4eccfcda8..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_garnet_opal.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Opal & Garnet", - "icon": "gtceu:opal_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.35$(br)Type: Disc Vein$(br)Y: -64 - 62$(br)Size: 26$(br)Height: 6$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Amethyst, Red Garnet, Yellow Garnet, Opal Buds" - }, - { - "type": "patchouli:multiblock", - "name": "Opal", - "multiblock": - { - "mapping": { "0": "#forge:ores/opal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Formula: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Amethyst", - "multiblock": - { - "mapping": { "0": "#forge:ores/amethyst" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Iron$(br)Formula: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Red Garnet", - "multiblock": - { - "mapping": { "0": "#forge:ores/red_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Source of: Pyrope, Almandine, Spessartine" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Garnet", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Andradite, Grossular, Uvarovite" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_gold.json deleted file mode 100644 index bbdeb13b0..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_gold.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Gold (Deep)", - "icon": "gtceu:rich_raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 260$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 32$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Limonite, Hematite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 75%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_hematite.json deleted file mode 100644 index f0c2f745f..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_hematite.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Hematite, Goethite, & Ruby", - "icon": "gtceu:rich_raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Hematite, Limonite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Ruby", - "multiblock": - { - "mapping": { "0": "#forge:ores/ruby" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Chromium, Aluminium$(br)Formula: CrAl₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_limonite.json deleted file mode 100644 index 21cf95097..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_limonite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Goethite & Malachite", - "icon": "gtceu:rich_raw_goethite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 240$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 32$(br2)Stone types: Marble, Limestone$(br2)Indicator: Limonite, Hematite, Malachite" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Malachite", - "multiblock": - { - "mapping": { "0": "#forge:ores/malachite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_magnetite.json deleted file mode 100644 index f47ab03a3..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_magnetite.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Chromite & Magnetite", - "icon": "gtceu:rich_raw_chromite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 205$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 340$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Magnetite, Native Gold, Chromite, Sapphire" - }, - { - "type": "patchouli:multiblock", - "name": "Chromite", - "multiblock": - { - "mapping": { "0": "#forge:ores/chromite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Source of: Chromium$(br)Formula: FeCr₂O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Magnetite", - "multiblock": - { - "mapping": { "0": "#forge:ores/magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Vanadium Magnetite", - "multiblock": - { - "mapping": { "0": "#forge:ores/vanadium_magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Iron, Vanadium$(br)Formula: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Sapphire", - "multiblock": - { - "mapping": { "0": "#forge:ores/sapphire" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_molybdenum.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_molybdenum.json deleted file mode 100644 index e4f7d06db..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_molybdenum.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Wulfenite & Molybdenite", - "icon": "gtceu:rich_raw_wulfenite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 245$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - 10$(br)Size: 26$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Wulfenite, Molybdenite, Molybdenum, Powellite" - }, - { - "type": "patchouli:multiblock", - "name": "Wulfenite", - "multiblock": - { - "mapping": { "0": "#forge:ores/wulfenite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Source of: Lead, Molybdenum$(br)Formula: PbMoO₄$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Molybdenite", - "multiblock": - { - "mapping": { "0": "#forge:ores/molybdenite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Molybdenum$(br)Formula: MoS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Molybdenum", - "multiblock": - { - "mapping": { "0": "#forge:ores/molybdenum" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Molybdenum$(br)Formula: Mo" - }, - { - "type": "patchouli:multiblock", - "name": "Powellite", - "multiblock": - { - "mapping": { "0": "#forge:ores/powellite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Molybdenum$(br)Formula: CaMoO₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_naquadah.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_naquadah.json deleted file mode 100644 index 11b22ddb6..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_naquadah.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Naquadah & Plutonium", - "icon": "gtceu:rich_raw_naquadah", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 310$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - -20$(br)Size: 32$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Naquadah, Plutonium" - }, - { - "type": "patchouli:multiblock", - "name": "Naquadah", - "multiblock": - { - "mapping": { "0": "#forge:ores/naquadah" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 75%$(br)Source of: Stargatium$(br)Formula: Nq" - }, - { - "type": "patchouli:multiblock", - "name": "Plutonium", - "multiblock": - { - "mapping": { "0": "#forge:ores/plutonium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Plutonium$(br)Formula: Pu²³⁹$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_pitchblende.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_pitchblende.json deleted file mode 100644 index 6192eda84..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_pitchblende.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Uraninite & Pitchblende", - "icon": "gtceu:rich_raw_uraninite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - -20$(br)Size: 24$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Pitchblende, Uraninite$(br2)There's no fission reactors in TFG, but Uranium has other uses." - }, - { - "type": "patchouli:multiblock", - "name": "Uraninite", - "multiblock": - { - "mapping": { "0": "#forge:ores/uraninite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Uranium$(br)Formula: UO₂$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Pitchblende", - "multiblock": - { - "mapping": { "0": "#forge:ores/pitchblende" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Uranium$(br)Formula: (UO₂)₃ThPb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_sapphire.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_sapphire.json deleted file mode 100644 index 00dda8fc9..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_sapphire.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "Sapphire & Almandine", - "icon": "gtceu:sapphire_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.35$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br)Height: 8$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Almandine, Pyrope, Sapphire, Green Sapphire$(br2)If you're looking for $(thing)Aluminium$(), find a $(l:tfg_ores/normal_bauxite)Bauxite$() vein instead.$(br)" - }, - { - "type": "patchouli:multiblock", - "name": "Almandine", - "anchor": "almandine", - "multiblock": - { - "mapping": { "0": "#forge:ores/almandine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Iron$(br)Formula: Al₂Fe₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrope", - "anchor": "pyrope", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrope" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium, Magnesium$(br)Formula: Al₂Mg₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Sapphire", - "multiblock": - { - "mapping": { "0": "#forge:ores/sapphire" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Green Sapphire", - "multiblock": - { - "mapping": { "0": "#forge:ores/green_sapphire" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_scheelite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_scheelite.json deleted file mode 100644 index 201a35c86..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_scheelite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Scheelite & Tungstate", - "icon": "gtceu:rich_raw_scheelite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 0$(br)Size: 28$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Scheelite, Tungstate, Lithium" - }, - { - "type": "patchouli:multiblock", - "name": "Scheelite", - "multiblock": - { - "mapping": { "0": "#forge:ores/scheelite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Source of: Tungsten$(br)Formula: Ca(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Tungstate", - "multiblock": - { - "mapping": { "0": "#forge:ores/tungstate" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Tungsten, Lithium$(br)Formula: Li₂(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Lithium", - "multiblock": - { - "mapping": { "0": "#forge:ores/lithium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Lithium$(br)Formula: Li" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_sheldonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_sheldonite.json deleted file mode 100644 index 744e0fc59..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_sheldonite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Sheldonite & Bornite", - "icon": "gtceu:rich_raw_platinum", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 300$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - 0$(br)Size: 30$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Bornite, Cooperite, Platinum, Palladium" - }, - { - "type": "patchouli:multiblock", - "name": "Sheldonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/cooperite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Platinum, Nickel, Palladium$(br)Formula: Pt₃NiSPd" - }, - { - "type": "patchouli:multiblock", - "name": "Platinum", - "multiblock": - { - "mapping": { "0": "#forge:ores/platinum" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Platinum$(br)Formula: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Palladium", - "multiblock": - { - "mapping": { "0": "#forge:ores/palladium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Palladium$(br)Formula: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Bornite", - "multiblock": - { - "mapping": { "0": "#forge:ores/bornite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Smelts into: Copper$(br)Formula: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_topaz.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_topaz.json deleted file mode 100644 index 4ae03b9fc..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/deep_topaz.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Topaz & Chalcocite", - "icon": "gtceu:topaz_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 260$(br)Density: 0.3$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Topaz, Blue Topaz, Chalcocite, Bornite" - }, - { - "type": "patchouli:multiblock", - "name": "Topaz", - "multiblock": - { - "mapping": { "0": "#forge:ores/topaz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium, Fluorine$(br)Formula: Al₂SiFH₂" - }, - { - "type": "patchouli:multiblock", - "name": "Blue Topaz", - "multiblock": - { - "mapping": { "0": "#forge:ores/blue_topaz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Fluorine$(br)Formula: Al₂SiF₂H₂O₆" - }, - { - "type": "patchouli:multiblock", - "name": "Chalcocite", - "multiblock": - { - "mapping": { "0": "#forge:ores/chalcocite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Copper$(br)Formula: Cu₂S" - }, - { - "type": "patchouli:multiblock", - "name": "Bornite", - "multiblock": - { - "mapping": { "0": "#forge:ores/bornite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Smelts into: Copper$(br)Formula: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_ore_index.json new file mode 100644 index 000000000..feb29bd35 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_ore_index.json @@ -0,0 +1,56 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Earth Ore Index", + "icon": "tfc:ore/normal_native_copper", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)Earth$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.", + "title": "Earth Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Almandine: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/l)$()$(li)Aluminium: $(l:tfg_ores/earth_vein_index#normal_bauxite)25%$(/l)$()$(li)Alunite: $(l:tfg_ores/earth_vein_index#normal_saltpeter)15%$(/l)$()$(li)Amethyst: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)65%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)25%$(/l)$()$(li)Apatite: $(l:tfg_ores/earth_vein_index#normal_apatite)50%$(/l)$()$(li)Asbestos: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Barite: $(l:tfg_ores/earth_vein_index#normal_quartz)20%$(/l)$()$(li)Basaltic Mineral Sands: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/earth_vein_index#normal_monazite)50%$(/l)$()$(li)Bauxite: $(l:tfg_ores/earth_vein_index#normal_bauxite)45%$(/l), $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Bentonite: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)Beryllium: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)Bismuth: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Borax: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()$(li)Bornite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Calcite: $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Cassiterite: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Cassiterite Sand: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)Certus Quartz: $(l:tfg_ores/earth_vein_index#normal_quartz)25%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Chalcopyrite: $(l:tfg_ores/earth_vein_index#surface_copper)61%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)20%$(/l)$()$(li)Chromite: $(l:tfg_ores/earth_vein_index#deep_magnetite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)4%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Coal: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Cobalt: $(l:tfg_ores/earth_vein_index#normal_garnierite)15%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()$(li)Diamond: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Diatomite: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()$(li)Electrotine: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l)$()$(li)Emerald: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)Fuller's Earth: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Galena: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Garnet Sand: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Garnierite: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Goethite: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)Granitic Mineral Sand: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Gypsum: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "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)Ilmenite: $(l:tfg_ores/earth_vein_index#normal_bauxite)30%$(/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)5%$(/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)30%$(/l)$()$(li)Molybdenum: $(l:tfg_ores/earth_vein_index#deep_molybdenum)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Monazite: $(l:tfg_ores/earth_vein_index#normal_monazite)25%$(/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)15%$(/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)$()$(li)Neodymium: $(l:tfg_ores/earth_vein_index#normal_monazite)25%$(/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)$()$(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)Palladium: $(l:tfg_ores/earth_vein_index#deep_sheldonite)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)50%$(/l)$()$(li)Platinum: $(l:tfg_ores/earth_vein_index#deep_sheldonite)25%$(/l)$()$(li)Pollucite: $(l:tfg_ores/earth_vein_index#normal_mica)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Powellite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)15%$(/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)$()$(li)Pyrope: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(li)Quartzite: $(l:tfg_ores/earth_vein_index#normal_quartz)54%$(/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)$()$(li)Sapphire: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)5%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Scheelite: $(l:tfg_ores/earth_vein_index#deep_scheelite)45%$(/l)$()$(li)Sheldonite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)25%$(/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)$()$(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)Tetrahedrite: $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)50%$(/l)$()$(li)Thorium: $(l:tfg_ores/earth_vein_index#normal_beryllium)15%$(/l)$()$(li)Tin: $(l:tfg_ores/earth_vein_index#normal_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)40%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(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)$()$(li)Tungstate: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()$(li)Uraninite: $(l:tfg_ores/earth_vein_index#deep_pitchblende)50%$(/l)$()$(li)Vanadium Magnetite: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)15%$(/l)$()$(li)Wulfenite: $(l:tfg_ores/earth_vein_index#deep_molybdenum)40%$(/l)$()$(li)Yellow Garnet: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)Yellow Limonite: $(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)Zeolite: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_vein_index.json new file mode 100644 index 000000000..8ecc4e24f --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_vein_index.json @@ -0,0 +1,3867 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Earth Vein Index", + "icon": "tfc:ore/normal_native_copper/chalk", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(item)Earth$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns in, and more.", + "title": "Earth Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)Amethyst & Garnet$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_apatite)Apatite & Pyrochlore$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_monazite)Bastnasite & Monazite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bauxite)Bauxite & Ilmenite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_olivine)Bentonite & Olivine$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bismuthinite)Bismuth (Normal)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_bismuthinite)Bismuth (Surface)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_cassiterite)Cassiterite (Normal)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_cassiterite)Cassiterite (Surface)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_copper)Chalcopyrite & Realgar$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_magnetite)Chromite & Magnetite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_coal)Coal$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)Cooperite & Bornite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_copper)Copper & Chalcopyrite$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)Emerald & Beryllium$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Garnet & Cassiterite Sands$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Garnierite & Cobaltite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Goethite & Malachite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Gold (Deep)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)Gold, Limonite, & Hematite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)Hematite & Limonite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)Hematite, Goethite, & Ruby$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)Lapis, Lazurite, & Sodalite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Limonite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)Magnetite & Vanadium$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)Manganese & Tantalum$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)Mineral Sands$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_oilsands)Oilsands$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Opal & Garnet$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)Quartzes$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)Salts & Borax$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)Soapstone, Talc, & Trona$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)Sphalerite & Sulfur$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)Spodumene & Lepidolite$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Sulfur & Pyrite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)Tetrahedrite (Normal)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)Tetrahedrite (Surface)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Uraninite & Pitchblende$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Wulfenite & Molybdenite$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 230$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -64 — 26$(br)$(thing)Size$(): 40$(br)$(thing)Height$(): 8$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Dolomite, Gneiss, Limestone, Marble, Phyllite, Quartzite, Schist, Shale, Slate", + "title": "Amethyst & Garnet", + "type": "patchouli:text", + "anchor": "deep_garnet_amethyst" + }, + { + "Type": "patchouli:multiblock", + "name": "Amethyst", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 65%$(br)$(thing)Source of$(): Iron$(br)$(thing)Formula$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Garnet", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Andradite, Grossular, Uvarovite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Opal", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Silicon, Oxygen$(br)$(thing)Formula$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Red Garnet", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Pyrope, Almandine, Spessartine", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 34$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Apatite & Pyrochlore", + "type": "patchouli:text", + "anchor": "normal_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Apatite", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Calcium, Phosphorus, Forestry PTSD$(br)$(thing)Formula$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tricalcium Phosphate", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Calcium, Phosphorus$(br)$(thing)Formula$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrochlore", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Niobium$(br)$(thing)Formula$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 185$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 50$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Granite", + "title": "Bastnasite & Monazite", + "type": "patchouli:text", + "anchor": "normal_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bastnasite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Cerium, Fluorine$(br)$(thing)Formula$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Monazite", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Phosphorous, Rare Earth$(br)$(thing)Formula$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Neodymium", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Neodymium$(br)$(thing)Formula$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 185$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Dolomite, Limestone, Shale", + "title": "Bauxite & Ilmenite", + "type": "patchouli:text", + "anchor": "normal_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bauxite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ilmenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Iron, Titanium$(br)$(thing)Formula$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Aluminium", + "multiblock": { + "mapping": { + "0": "#forge:ores/aluminium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -40 — 30$(br)$(thing)Size$(): 26$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Diorite, Gabbro, Granite, Rhyolite", + "title": "Bentonite & Olivine", + "type": "patchouli:text", + "anchor": "normal_olivine" + }, + { + "Type": "patchouli:multiblock", + "name": "Bentonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bentonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Sodium, Magnesium$(br)$(thing)Formula$(): NaMg₆Si₁₂H₄(H₂O)₅O₃₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Magnesite", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnesite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Olivine", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Glauconite Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Magnesium, Aluminium$(br)$(thing)Formula$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Diorite, Dolomite, Gabbro, Granite, Limestone, Shale", + "title": "Bismuth (Normal)", + "type": "patchouli:text", + "anchor": "normal_bismuthinite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bismuth", + "multiblock": { + "mapping": { + "0": "#forge:ores/bismuth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 80%$(br)$(thing)Melts into$(): Bismuth$(br)$(thing)Formula$(): Bi", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lead", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 11%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): Pb$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sulfur", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 9%$(br)$(thing)Source of$(): Sulfur$(br)$(thing)Formula$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 140$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Diorite, Dolomite, Gabbro, Granite, Limestone, Shale", + "title": "Bismuth (Surface)", + "type": "patchouli:text", + "anchor": "surface_bismuthinite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bismuth", + "multiblock": { + "mapping": { + "0": "#forge:ores/bismuth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 90%$(br)$(thing)Melts into$(): Bismuth$(br)$(thing)Formula$(): Bi", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lead", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 7%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): Pb$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sulfur", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 3%$(br)$(thing)Source of$(): Sulfur$(br)$(thing)Formula$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Granite", + "title": "Cassiterite (Normal)", + "type": "patchouli:text", + "anchor": "normal_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Tin", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 60%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cassiterite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 135$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Granite", + "title": "Cassiterite (Surface)", + "type": "patchouli:text", + "anchor": "surface_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Cassiterite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 60%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tin", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 200$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 20 — 217$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", + "title": "Chalcopyrite & Realgar", + "type": "patchouli:text", + "anchor": "surface_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Chalcopyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 61%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Zeolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/zeolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Aluminium, Oxygen$(br)$(thing)Formula$(): NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Realgar", + "multiblock": { + "mapping": { + "0": "#forge:ores/realgar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Arsenic$(br)$(thing)Formula$(): As₄S₄$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cassiterite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 205$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Size$(): 34$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Dolomite, Limestone, Shale", + "title": "Chromite & Magnetite", + "type": "patchouli:text", + "anchor": "deep_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Chromite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 60%$(br)$(thing)Source of$(): Chromium$(br)$(thing)Formula$(): FeCr₂O₄$(br)$(thing)Hazard$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Vanadium Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Vanadium$(br)$(thing)Formula$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 215$(br)$(thing)Density$(): 0.55$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Size$(): 60$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Dolomite, Limestone, Shale", + "title": "Coal", + "type": "patchouli:text", + "anchor": "normal_coal" + }, + { + "Type": "patchouli:multiblock", + "name": "Coal", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 100%$(br)$(thing)Used for$(): Fuel, Distillation$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 300$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 0$(br)$(thing)Size$(): 30$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Gneiss, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Cooperite & Bornite", + "type": "patchouli:text", + "anchor": "deep_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bornite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sheldonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Platinum, Nickel, Palladium$(br)$(thing)Formula$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Platinum", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Smelts into$(): Platinum$(br)$(thing)Formula$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Palladium", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Palladium$(br)$(thing)Formula$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 85$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", + "title": "Copper & Chalcopyrite", + "type": "patchouli:text", + "anchor": "normal_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Copper", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 65%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Chalcopyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Pipe Vein$(br)$(thing)Y$(): -32 — 50$(br)$(thing)Height$(): 60$(br)$(thing)Radius$(): 10$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", + "title": "Emerald & Beryllium", + "type": "patchouli:text", + "anchor": "normal_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Emerald", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Used for$(): MV components, Item tag filters$(br)$(thing)Formula$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Beryllium", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Beryllium$(br)$(thing)Formula$(): Be$(br)$(thing)Hazard$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Thorium", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Thorium$(br)$(thing)Formula$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 270$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -40 — 64$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Andesite, Basalt, Chalk, Chert, Claystone, Conglomerate, Dacite, Diorite, Dolomite, Gabbro, Gneiss, Granite, Limestone, Marble, Phyllite, Quartzite, Rhyolite, Schist, Shale, Slate", + "title": "Garnet & Cassiterite Sands", + "type": "patchouli:text", + "anchor": "normal_garnet_tin" + }, + { + "Type": "patchouli:multiblock", + "name": "Cassiterite Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Garnet Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnet_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Almandine, Andradite, Grossular, Pyrope, Spessartine, Uvarovite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Asbestos", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium, Lung cancer$(br)$(thing)Formula$(): Mg₃Si₂H₄O₉$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Asbestosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Diatomite", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Aluminium$(br)$(thing)Formula$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 70$(br2)$(thing)Stone Types$(): Diorite, Gabbro$(br2)Can't find it? Gabbro always spawns below $(thing)Basalt$(), and Gabbro dikes in oceans can be useful too!", + "title": "Garnierite & Cobaltite", + "type": "patchouli:text", + "anchor": "normal_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Garnierite", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pentlandite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cobaltite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Cobalt, Arsenic$(br)$(thing)Formula$(): CoAsS$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cobalt", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Smelts into$(): Cobalt$(br)$(thing)Formula$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Nickel", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 240$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Size$(): 32$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Limestone, Marble", + "title": "Goethite & Malachite", + "type": "patchouli:text", + "anchor": "deep_limonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Malachite", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 260$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Size$(): 32$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Diorite, Gabbro, Granite, Rhyolite", + "title": "Gold (Deep)", + "type": "patchouli:text", + "anchor": "deep_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 75%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 40$(br)$(thing)Height$(): 12$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Diorite, Gabbro, Granite, Rhyolite", + "title": "Gold, Limonite, & Hematite", + "type": "patchouli:text", + "anchor": "normal_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 55%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 80$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -64 — -16$(br)$(thing)Size$(): 16$(br)$(thing)Height$(): 6$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Chalk, Chert, Claystone, Conglomerate, Dacite, Diorite, Dolomite, Gabbro, Gneiss, Granite, Limestone, Marble, Phyllite, Quartzite, Rhyolite, Schist, Shale, Slate", + "title": "Graphite & Diamond", + "type": "patchouli:text", + "anchor": "normal_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Graphite", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Used for$(): $(l:mechanics/fire_clay)Fire Clay$(), Graphene$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Coal", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Used for$(): Fuel, Distillation$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Diamond", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Used for$(): Macerators, AE2$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", + "title": "Hematite & Limonite", + "type": "patchouli:text", + "anchor": "normal_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Size$(): 30$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", + "title": "Hematite, Goethite, & Ruby", + "type": "patchouli:text", + "anchor": "deep_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ruby", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Chromium, Aluminium$(br)$(thing)Formula$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 190$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Size$(): 36$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Kyanite, Mica, & Bauxite", + "type": "patchouli:text", + "anchor": "normal_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Kyanite", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Mica", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Potassium, Aluminium, Fluorine$(br)$(thing)Formula$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Bauxite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pollucite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Caesium, Aluminium$(br)$(thing)Formula$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -60 — 10$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Gneiss, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Lapis, Lazurite, & Sodalite", + "type": "patchouli:text", + "anchor": "normal_lapis" + }, + { + "Type": "patchouli:multiblock", + "name": "Lazurite", + "multiblock": { + "mapping": { + "0": "#forge:ores/lazurite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium, Calcium, Sodium$(br)$(thing)Formula$(): Al₆Si₆Ca₈Na₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sodalite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sodalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium, Sodium$(br)$(thing)Formula$(): Al₃Si₃Na₄Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lapis", + "multiblock": { + "mapping": { + "0": "#forge:ores/lapis" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Lazurite, Sodalite, Pyrite, Calcite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Calcite", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Calcium$(br)$(thing)Formula$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 190$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Limestone, Marble", + "title": "Limonite", + "type": "patchouli:text", + "anchor": "normal_limonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Malachite", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 200$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Dolomite, Limestone, Shale", + "title": "Magnetite & Vanadium", + "type": "patchouli:text", + "anchor": "normal_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 63%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Vanadium Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 22%$(br)$(thing)Source of$(): Iron, Vanadium$(br)$(thing)Formula$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 9%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Chromite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 4%$(br)$(thing)Source of$(): Chromium$(br)$(thing)Formula$(): FeCr₂O₄$(br)$(thing)Hazard$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 195$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Chalk, Chert, Claystone, Conglomerate, Dacite, Dolomite, Limestone, Rhyolite, Shale", + "title": "Manganese & Tantalum", + "type": "patchouli:text", + "anchor": "normal_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Grossular", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 37%$(br)$(thing)Source of$(): Calcium, Aluminium$(br)$(thing)Formula$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Spessartine", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Manganese, Aluminium$(br)$(thing)Formula$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrolusite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Manganese$(br)$(thing)Formula$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tantalite", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 12%$(br)$(thing)Source of$(): Manganese, Tantalum$(br)$(thing)Formula$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 48$(br)$(thing)Height$(): 9$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Basalt, Granite", + "title": "Mineral Sands", + "type": "patchouli:text", + "anchor": "normal_basaltic_sands" + }, + { + "Type": "patchouli:multiblock", + "name": "Basaltic Mineral Sands", + "multiblock": { + "mapping": { + "0": "#forge:ores/basaltic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Granitic Mineral Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/granitic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Fuller's Earth", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Gypsum", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Used for$(): Alabaster (dyeable) bricks$(br)$(thing)Formula$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 185$(br)$(thing)Density$(): 0.2$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 70$(br)$(thing)Size$(): 55$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Dolomite, Limestone, Shale", + "title": "Oilsands", + "type": "patchouli:text", + "anchor": "normal_oilsands" + }, + { + "Type": "patchouli:multiblock", + "name": "Oilsands", + "multiblock": { + "mapping": { + "0": "#forge:ores/oilsands" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 100%$(br)$(thing)Source of$(): Freedom \uD83D\uDEE2\uD83E\uDD85\uD83D\uDDFD", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -64 — 62$(br)$(thing)Size$(): 26$(br)$(thing)Height$(): 6$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Diorite, Gabbro, Granite, Rhyolite", + "title": "Opal & Garnet", + "type": "patchouli:text", + "anchor": "deep_garnet_opal" + }, + { + "Type": "patchouli:multiblock", + "name": "Opal", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 55%$(br)$(thing)Source of$(): Silicon, Oxygen$(br)$(thing)Formula$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Amethyst", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Iron$(br)$(thing)Formula$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Garnet", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Andradite, Grossular, Uvarovite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Red Garnet", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Pyrope, Almandine, Spessartine", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 150$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 40$(br2)$(thing)Stone Types$(): Gneiss, Quartzite, Schist, Shale", + "title": "Quartzes", + "type": "patchouli:text", + "anchor": "normal_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Quartzite", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 54%$(br)$(thing)Used for$(): LV components$(br)$(thing)Formula$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Certus Quartz", + "multiblock": { + "mapping": { + "0": "#forge:ores/certus_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Used for$(): Applied Energistics 2$(br)$(thing)Formula$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Barite", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Barium$(br)$(thing)Formula$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Granite$(br2)Can't find it? Granite always spawns below $(thing)Rhyolite$(), and looking in oceans can be useful too!", + "title": "Redstone, Cinnabar, & Ruby", + "type": "patchouli:text", + "anchor": "normal_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Redstone", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Melts into$(): Redstone$(br)$(thing)Formula$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ruby", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Chromium, Aluminium$(br)$(thing)Formula$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cinnabar", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Mercury$(br)$(thing)Formula$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Saltpeter & Electrotine", + "type": "patchouli:text", + "anchor": "normal_saltpeter" + }, + { + "Type": "patchouli:multiblock", + "name": "Saltpeter", + "multiblock": { + "mapping": { + "0": "#forge:ores/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Potassium, Nitrogen$(br)$(thing)Formula$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Diatomite", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Iron, Aluminium$(br)$(thing)Formula$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Electrotine", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Gold, Silver, Redstone$(br)$(thing)Formula$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Alunite", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Potassium, Aluminium$(br)$(thing)Formula$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 175$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 30 — 70$(br)$(thing)Size$(): 40$(br)$(thing)Height$(): 4$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Claystone, Limestone, Shale", + "title": "Salts & Borax", + "type": "patchouli:text", + "anchor": "normal_salt" + }, + { + "Type": "patchouli:multiblock", + "name": "Rock Salt", + "multiblock": { + "mapping": { + "0": "#forge:ores/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Potassium, Chlorine$(br)$(thing)Formula$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Salt", + "multiblock": { + "mapping": { + "0": "#forge:ores/salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Sodium, Chlorine$(br)$(thing)Formula$(): NaCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lepidolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/lepidolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Potassium, Lithium, Aluminium, Fluorine$(br)$(thing)Formula$(): KLi₃Al₄F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Borax", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Sodium, Boron$(br)$(thing)Formula$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -64 — 26$(br)$(thing)Size$(): 28$(br)$(thing)Height$(): 8$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", + "title": "Sapphire & Almandine", + "type": "patchouli:text", + "anchor": "deep_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Almandine", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Aluminium, Iron$(br)$(thing)Formula$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrope", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 27%$(br)$(thing)Source of$(): Aluminium, Magnesium$(br)$(thing)Formula$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Green Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 0$(br)$(thing)Size$(): 20$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Granite", + "title": "Scheelite & Tungstate", + "type": "patchouli:text", + "anchor": "deep_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Scheelite", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Source of$(): Tungsten$(br)$(thing)Formula$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tungstate", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Tungsten, Lithium$(br)$(thing)Formula$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lithium", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Lithium$(br)$(thing)Formula$(): Li", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Gneiss, Granite", + "title": "Silver, Galena, & Lead", + "type": "patchouli:text", + "anchor": "normal_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Lead", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 55%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): Pb$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Galena", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): PbS$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Silver", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Silver$(br)$(thing)Formula$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 190$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -40 — 56$(br)$(thing)Size$(): 36$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Granite", + "title": "Soapstone, Talc, & Trona", + "type": "patchouli:text", + "anchor": "normal_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Soapstone", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Glauconite Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium, Aluminium$(br)$(thing)Formula$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Talc", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pentlandite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Trona", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Source of$(): Sodium$(br)$(thing)Formula$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Gneiss, Marble, Phyllite, Quartzite, Rhyolite, Schist, Slate", + "title": "Sphalerite & Pyrite", + "type": "patchouli:text", + "anchor": "normal_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Sphalerite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Melts into$(): Zinc$(br)$(thing)Formula$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sulfur", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Sulfur$(br)$(thing)Formula$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 145$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Gneiss, Marble, Phyllite, Quartzite, Rhyolite, Schist, Slate", + "title": "Sphalerite & Sulfur", + "type": "patchouli:text", + "anchor": "surface_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Sulfur", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 55%$(br)$(thing)Source of$(): Sulfur$(br)$(thing)Formula$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sphalerite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Melts into$(): Zinc$(br)$(thing)Formula$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.375$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 20 — 60$(br)$(thing)Size$(): 35$(br)$(thing)Height$(): 6$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Spodumene & Lepidolite", + "type": "patchouli:text", + "anchor": "normal_spodumene" + }, + { + "Type": "patchouli:multiblock", + "name": "Spodumene", + "multiblock": { + "mapping": { + "0": "#forge:ores/spodumene" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Lithium, Aluminium$(br)$(thing)Formula$(): LiAlSi₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Salt", + "multiblock": { + "mapping": { + "0": "#forge:ores/salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Sodium, Chlorine$(br)$(thing)Formula$(): NaCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Rock Salt", + "multiblock": { + "mapping": { + "0": "#forge:ores/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Potassium, Chlorine$(br)$(thing)Formula$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lepidolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/lepidolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Potassium, Lithium, Aluminium, Fluorine$(br)$(thing)Formula$(): KLi₃Al₄F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 165$(br)$(thing)Density$(): 0.2$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Size$(): 45$(br)$(thing)Indicator Max Depth$(): 40$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", + "title": "Sulfur & Pyrite", + "type": "patchouli:text", + "anchor": "normal_sulfur" + }, + { + "Type": "patchouli:multiblock", + "name": "Sulfur", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Sulfur$(br)$(thing)Formula$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sphalerite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Zinc$(br)$(thing)Formula$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Gneiss, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Tetrahedrite (Normal)", + "type": "patchouli:text", + "anchor": "normal_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Tetrahedrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Copper", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Stibnite", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Smelts into$(): Antimony$(br)$(thing)Formula$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 140$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Gneiss, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Tetrahedrite (Surface)", + "type": "patchouli:text", + "anchor": "surface_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Tetrahedrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 60%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Copper", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Stibnite", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Smelts into$(): Antimony$(br)$(thing)Formula$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 260$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -64 — 26$(br)$(thing)Size$(): 28$(br)$(thing)Height$(): 7$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Gneiss, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Topaz & Chalcocite", + "type": "patchouli:text", + "anchor": "deep_topaz" + }, + { + "Type": "patchouli:multiblock", + "name": "Blue Topaz", + "multiblock": { + "mapping": { + "0": "#forge:ores/blue_topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium, Fluorine$(br)$(thing)Formula$(): Al₂SiF₂H₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Topaz", + "multiblock": { + "mapping": { + "0": "#forge:ores/topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium, Fluorine$(br)$(thing)Formula$(): Al₂SiFH₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Chalcocite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Copper$(br)$(thing)Formula$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Bornite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — -20$(br)$(thing)Size$(): 24$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Marble, Phyllite, Quartzite, Schist, Slate", + "title": "Uraninite & Pitchblende", + "type": "patchouli:text", + "anchor": "deep_pitchblende" + }, + { + "Type": "patchouli:multiblock", + "name": "Pitchblende", + "multiblock": { + "mapping": { + "0": "#forge:ores/pitchblende" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Uranium, Thorium, Lead$(br)$(thing)Formula$(): (UO₂)₃ThPb$(br)$(thing)Hazard$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Uraninite", + "multiblock": { + "mapping": { + "0": "#forge:ores/uraninite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Uranium$(br)$(thing)Formula$(): UO₂$(br)$(thing)Hazard$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 245$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -64 — 10$(br)$(thing)Size$(): 26$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Diorite, Gabbro, Granite, Rhyolite", + "title": "Wulfenite & Molybdenite", + "type": "patchouli:text", + "anchor": "deep_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Wulfenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Lead, Molybdenum$(br)$(thing)Formula$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Molybdenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Molybdenum", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Powellite", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/hazards.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/hazards.json index c96eab0f8..72ee80fd1 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/hazards.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/hazards.json @@ -1,84 +1,89 @@ { - "name": "Hazardous Materials", - "icon": "gtceu:raw_plutonium", - "category": "tfc:tfg_ores", - "priority": true, - "sortnum": 1, - "read_by_default": true, - "pages": [ - { - "type": "patchouli:spotlight", - "title": "Hazardous Materials", - "item": "gtceu:raw_plutonium", - "text": "Some ores and dusts are hazardous and can cause negative effects or even kill you if they are carried in your inventory.$(br2)Certain equipment such as $(thing)masks$(), $(thing)gloves$(), and $(thing)hazardous material suits$() later on can be used to conter these effects" - }, - { "type": "patchouli:crafting", "title": "Face Mask", "recipe": "gtceu:shaped/face_mask" }, - { - "type": "patchouli:spotlight", - "item": "gtceu:rubber_gloves", - "title": "Rubber gloves", - "link_recipes": true, - "text": "Rubber gloves can be made from $(l:mechanics/leather_making)leather$()." - }, - { - "type": "tfc:knapping_recipe", - "recipe": "tfchotornot:leather_knapping/mittens", - "text": "First knap the leather into mittens." - }, - { - "type": "tfc:sealed_barrel_recipe", - "recipe": "tfg:sealed_barrel/prepared_leather_gloves", - "text": "Mittens are then soaked in $(thing)Vinegar$(), a mixture of fruit and alcohol." - }, - { - "type": "patchouli:spotlight", - "item": "tfg:latex_soaked_gloves", - "text": "Prepared leather gloves are then heated in a $(thing)vat$() with $(thing)Vulcanized Latex$(), a mixture of latex and wood ash." - }, - { - "type": "patchouli:spotlight", - "item": "gtceu:rubber_gloves", - "text": "Finally, the latex-soaked gloves are heated in an $(l:firmalife/oven)Oven$()." - }, - { - "type": "patchouli:spotlight", - "title": "Rocks", - "item": { "tag": "tfc:rock_knapping" }, - "text": "The easiest way to prevent hazardous items from entering your inventory is to not pick them up at all.$(br)Filling your inventory with $(thing)Rocks$(), for example, will let you pick and choose which items you want to pick up, letting you deal with the hazardous ones all at once later." - }, - { - "type": "patchouli:spotlight", - "title": "Containers", - "text": "Hazardous materials only deal damage while they are in your $(thing)inventory$(), but that doesn't apply to other containers!$(br)Hazardous materials will not deal damage while they are in another container such as a $(l:tfg_tips/inventory_management)Backpack$() or $(l:getting_started/pottery#vessel)Vessel$(). $(thing)Right-clicking$() while holding a vessel will allow direct transfer of it's contents to and from containers", - "item": "sophisticatedbackpacks:backpack,tfc:ceramic/vessel,tfc:ceramic/large_vessel" - }, - { - "type": "patchouli:spotlight", - "title": "Spring Water", - "item": "tfc:bucket/spring_water", - "text": "Standing in $(thing)Spring Water$() will provide a slow $(thing)Regeneration$() effect." - }, - { - "type": "patchouli:spotlight", - "title": "Aged Alcohol", - "text": "$(thing)Aged Alcohol$() will give potion buffs, some of which you might find useful.$(br2)You can drink them with a $(l:getting_started/pottery#jug)Jug$() or $(l:waterflasks/recipes)Flask$().", - "item": "tfcagedalcohol:bucket/aged_beer,tfcagedalcohol:bucket/aged_cider,tfcagedalcohol:bucket/aged_rum,tfcagedalcohol:bucket/aged_sake,tfcagedalcohol:bucket/aged_vodka,tfcagedalcohol:bucket/aged_whiskey,tfcagedalcohol:bucket/aged_corn_whiskey,tfcagedalcohol:bucket/aged_rye_whiskey" - }, - { - "type": "patchouli:text", - "text": "Aged Beer: Absorption II (20:00)$(br2)Aged Cider: Speed (5:20)$(br2)Aged Rum: Speed II (2:40)$(br2)Aged Sake: Resistance (5:20)$(br2)Aged Vodka: Resistance II (2:40)$(br2)Aged Corn Whiskey: Haste (5:20)$(br2)Aged Rye Whiskey: Haste (5:20)$(br2)Aged Whiskey: Haste II (2:40)" - }, - { - "type": "patchouli:spotlight", - "item": { "tag": "tfc:foods" }, - "title": "Nutrition", - "text": "Eating better foods with more $(l:getting_started/food_and_water#nutrients)nutrition$() will raise your maximum HP by a significant amount.$(br2)$(l:mechanics/pot#soup)Soups$(), $(l:mechanics/sandwiches)Sandwiches$(), and $(l:mechanics/salad)Salads$() are great for this." - }, - { - "type": "patchouli:spotlight", - "title": "Bed", - "item": { "tag": "minecraft:beds" }, - "text": "If all else fails, bringing along a bed to respawn is a good idea.$(br2)If you don't have access to $(thing)Wool$() or $(thing)String$(), you can also make a $(l:getting_started/a_place_to_sleep)Thatch Bed$()." - } - ] + "name": "Hazardous Materials", + "icon": "createdeco:decal_skull", + "category": "tfc:tfg_ores", + "priority": true, + "sortnum": 1, + "read_by_default": true, + "pages": [ + { + "type": "patchouli:spotlight", + "title": "Hazardous Materials", + "item": "gtceu:cobaltite_dust", + "text": "Some ores and dusts are hazardous and can cause negative effects or even kill you if they are carried in your inventory.$(br2)Certain equipment such as $(thing)masks$(), $(thing)gloves$(), and $(thing)hazardous material suits$() later on can be used to counter these effects." + }, + { + "type": "patchouli:crafting", + "title": "Face Mask", + "recipe": "gtceu:shaped/face_mask", + "text": "The $(thing)Face Mask$() provides protection from any $(item)Inhalation$() hazards, such as Arsenicosis." + }, + { + "type": "patchouli:spotlight", + "item": "gtceu:rubber_gloves", + "title": "Rubber gloves", + "link_recipes": true, + "text": "Rubber gloves can either be made from $(l:mechanics/leather_making)Leather$() and $(l:arborfirmacraft/making_rubber)Latex$(), or out of Rubber Sheets. They provide protection from any $(item)Skin Contact$() hazards, such as Berylliosis." + }, + { + "type": "tfc:knapping_recipe", + "recipe": "tfchotornot:leather_knapping/mittens", + "text": "First, knap the leather into mittens." + }, + { + "type": "tfc:sealed_barrel_recipe", + "recipe": "tfg:sealed_barrel/prepared_leather_gloves", + "text": "Mittens are then soaked in $(thing)Vinegar$(), a mixture of fruit and alcohol." + }, + { + "type": "patchouli:spotlight", + "item": "tfg:latex_soaked_gloves", + "text": "Prepared leather gloves are then heated in a $(thing)vat$() with $(thing)Vulcanized Latex$(), a mixture of latex and wood ash." + }, + { + "type": "patchouli:spotlight", + "item": "gtceu:rubber_gloves", + "text": "Finally, the latex-soaked gloves are heated in an $(l:firmalife/oven)Oven$()." + }, + { + "type": "patchouli:spotlight", + "title": "Rocks", + "item": { "tag": "tfc:rock_knapping" }, + "text": "The easiest way to prevent hazardous items from entering your inventory is to not pick them up at all.$(br)Filling your inventory with $(thing)Rocks$(), for example, will let you pick and choose which items you want to pick up, letting you deal with the hazardous ones all at once later." + }, + { + "type": "patchouli:spotlight", + "title": "Containers", + "text": "Hazardous materials only deal damage while they are in your $(thing)inventory$(), but that doesn't apply to other containers!$(br)Hazardous materials will not deal damage while they are in another container such as a $(l:tfg_tips/inventory_management)Backpack$() or $(l:getting_started/pottery#vessel)Vessel$(). $(thing)Right-clicking$() while holding a vessel will allow direct transfer of it's contents to and from containers", + "item": "sophisticatedbackpacks:backpack,tfc:ceramic/vessel,tfc:ceramic/large_vessel" + }, + { + "type": "patchouli:spotlight", + "title": "Spring Water", + "item": "tfc:bucket/spring_water", + "text": "Standing in $(thing)Spring Water$() will provide a slow $(thing)Regeneration$() effect." + }, + { + "type": "patchouli:spotlight", + "title": "Aged Alcohol", + "text": "$(thing)Aged Alcohol$() will give potion buffs, some of which you might find useful.$(br2)You can drink them with a $(l:getting_started/pottery#jug)Jug$() or $(l:waterflasks/recipes)Flask$().", + "item": "tfcagedalcohol:bucket/aged_beer,tfcagedalcohol:bucket/aged_cider,tfcagedalcohol:bucket/aged_rum,tfcagedalcohol:bucket/aged_sake,tfcagedalcohol:bucket/aged_vodka,tfcagedalcohol:bucket/aged_whiskey,tfcagedalcohol:bucket/aged_corn_whiskey,tfcagedalcohol:bucket/aged_rye_whiskey" + }, + { + "type": "patchouli:text", + "text": "Aged Beer: Absorption II (20:00)$(br2)Aged Cider: Speed (5:20)$(br2)Aged Rum: Speed II (2:40)$(br2)Aged Sake: Resistance (5:20)$(br2)Aged Vodka: Resistance II (2:40)$(br2)Aged Corn Whiskey: Haste (5:20)$(br2)Aged Rye Whiskey: Haste (5:20)$(br2)Aged Whiskey: Haste II (2:40)" + }, + { + "type": "patchouli:spotlight", + "item": { "tag": "tfc:foods" }, + "title": "Nutrition", + "text": "Eating better foods with more $(l:getting_started/food_and_water#nutrients)nutrition$() will raise your maximum HP by a significant amount.$(br2)$(l:mechanics/pot#soup)Soups$(), $(l:mechanics/sandwiches)Sandwiches$(), and $(l:mechanics/salad)Salads$() are great for this." + }, + { + "type": "patchouli:spotlight", + "title": "Bed", + "item": { "tag": "minecraft:beds" }, + "text": "If all else fails, bringing along a bed to respawn is a good idea.$(br2)If you don't have access to $(thing)Wool$() or $(thing)String$(), you can also make a $(l:getting_started/a_place_to_sleep)Thatch Bed$()." + } + ] } diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/index.json deleted file mode 100644 index 8e49cff9b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/index.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Ore Index", - "icon": "minecraft:diamond_pickaxe", - "category": "tfc:tfg_ores", - "priority": true, - "sortnum": 2, - "read_by_default": true, - "pages": - [ - { - "type": "patchouli:text", - "text": "This is a list of every ore in the world, sorted alphabetically, and then by richest to poorest vein type.$(br2)Almandine: $(l:tfg_ores/deep_sapphire)35%$()$(br)Aluminium: $(l:tfg_ores/normal_bauxite)25%$()$(br)Alunite: $(l:tfg_ores/normal_saltpeter)15%$()$(br)Amethyst: $(l:tfg_ores/deep_garnet_amethyst)65%$(), $(l:tfg_ores/deep_garnet_opal)25%$()$(br)Apatite: $(l:tfg_ores/normal_apatite)50%$()$(br)Asbestos: $(l:tfg_ores/normal_garnet_tin)25%$()$(br)Barite: $(l:tfg_ores/normal_quartz)15%$()$(br)Basaltic Mineral Sand: $(l:tfg_ores/normal_basaltic_sands)35%$()$(br)Bastnasite: $(l:tfg_ores/normal_monazite)50%$()" - }, - { - "type": "patchouli:text", - "text": "Bauxite: $(l:tfg_ores/normal_bauxite)45%$(), $(l:tfg_ores/normal_mica)25%$()$(br)Bentonite: $(l:tfg_ores/normal_olivine)35%$()$(br)Beryllium: $(l:tfg_ores/normal_beryllium)35%$()$(br)Bismuth: $(l:tfg_ores/surface_bismuth)90%$(), $(l:tfg_ores/normal_bismuth)80%$()$(br)Blue Topaz: $(l:tfg_ores/deep_topaz)35%$()$(br)Borax: $(l:tfg_ores/normal_salt)15%$()$(br)Bornite: $(l:tfg_ores/deep_sheldonite)35%$(), $(l:tfg_ores/deep_topaz)15%$()$(br)Calcite: $(l:tfg_ores/normal_lapis)15%$()$(br)Cassiterite: $(l:tfg_ores/surface_cassiterite)60%$(), $(l:tfg_ores/normal_cassiterite)40%$(), $(l:tfg_ores/surface_copper)5%$()$(br)Cassiterite Sand: $(l:tfg_ores/normal_garnet_tin)35%$()$(br)Certus Quartz: $(l:tfg_ores/normal_quartz)30%$()$(br)Chalcocite: $(l:tfg_ores/deep_topaz)25%$()$(br)Chalcopyrite: $(l:tfg_ores/surface_copper)55%$(), $(l:tfg_ores/normal_copper)20%$()$(br)Chromite: $(l:tfg_ores/deep_magnetite)60%$()$(br)Cinnabar: $(l:tfg_ores/normal_redstone)20%$()$(br)Coal: $(l:tfg_ores/normal_coal)100%$(), $(l:tfg_ores/normal_graphite)30%$()$(br)Cobalt: $(l:tfg_ores/normal_garnierite)15%$()" - }, - { - "type": "patchouli:text", - "text": "Cobaltite: $(l:tfg_ores/normal_garnierite)20%$()$(br)Copper: $(l:tfg_ores/normal_copper)65%$(), $(l:tfg_ores/normal_tetrahedrite)30%$(), $(l:tfg_ores/surface_tetrahedrite)20%$()$(br)Diamond: $(l:tfg_ores/normal_graphite)25%$()$(br)Diatomite: $(l:tfg_ores/normal_saltpeter)25%$(), $(l:tfg_ores/normal_garnet_tin)15%$()$(br)Electrotine: $(l:tfg_ores/normal_saltpeter)25%$()$(br)Emerald: $(l:tfg_ores/normal_beryllium)50%$()$(br)Fuller's Earth: $(l:tfg_ores/normal_basaltic_sands)25%$()$(br)Galena: $(l:tfg_ores/normal_silver)30%$()$(br)Garnet Sand: $(l:tfg_ores/normal_garnet_tin)25%$()$(br)Garnierite: $(l:tfg_ores/normal_garnierite)30%$()$(br)Glauconite Sand: $(l:tfg_ores/normal_lubricant)25%$(), $(l:tfg_ores/normal_olivine)15%$()$(br)Goethite: $(l:tfg_ores/deep_limonite)50%$(), $(l:tfg_ores/deep_hematite)25%$(), $(l:tfg_ores/normal_hematite)15%$(), $(l:tfg_ores/normal_limonite)15%$(), $(l:tfg_ores/normal_gold)5%$(), $(l:tfg_ores/deep_gold)5%$()$(br)Gold: $(l:tfg_ores/deep_gold)75%$(), $(l:tfg_ores/normal_gold)55%$(), $(l:tfg_ores/deep_magnetite)15%$(), $(l:tfg_ores/normal_magnetite)10%$(), $(l:tfg_ores/deep_hematite)5%$(), $(l:tfg_ores/normal_hematite)5%$()$(br)Granitic Mineral Sand: $(l:tfg_ores/normal_basaltic_sands)25%$()$(br)Graphite: $(l:tfg_ores/normal_graphite)45%$()$(br)Green Sapphire: $(l:tfg_ores/deep_sapphire)15%$()" - }, - { - "type": "patchouli:text", - "text": "Grossular: $(l:tfg_ores/normal_manganese)30%$()$(br)Gypsum: $(l:tfg_ores/normal_basaltic_sands)15%$()$(br)Hematite: $(l:tfg_ores/normal_hematite)50%$(), $(l:tfg_ores/deep_hematite)35%$(), $(l:tfg_ores/normal_gold)20%$(), $(l:tfg_ores/normal_limonite)20%$(), $(l:tfg_ores/deep_gold)15%$(), $(l:tfg_ores/deep_limonite)15%$()$(br)Ilmenite: $(l:tfg_ores/normal_bauxite)30%$()$(br)Iron: $(l:tfg_ores/normal_copper)5%$()$(br)Kaolinite: $(l:tfg_ores/surface_kaolin)20%$()$(br)Kyanite: $(l:tfg_ores/normal_mica)35%$()$(br)Lapis: $(l:tfg_ores/normal_lapis)25%$()$(br)Lazurite: $(l:tfg_ores/normal_lapis)35%$()$(br)Lead: $(l:tfg_ores/normal_silver)55%$(), $(l:tfg_ores/normal_bismuth)11%$(), $(l:tfg_ores/surface_bismuth)7%$()$(br)Lepidolite: $(l:tfg_ores/normal_salt)15%$(), $(l:tfg_ores/normal_spodumene)15%$()$(br)Lithium: $(l:tfg_ores/deep_scheelite)20%$()$(br)Magnesite: $(l:tfg_ores/normal_olivine)25%$()$(br)Magnetite: $(l:tfg_ores/normal_magnetite)65%$(), $(l:tfg_ores/deep_magnetite)5%$()$(br)Malachite: $(l:tfg_ores/deep_limonite)20%$(), $(l:tfg_ores/normal_limonite)15%$()$(br)Mica: $(l:tfg_ores/normal_mica)25%$()" - }, - { - "type": "patchouli:text", - "text": "Molybdenite: $(l:tfg_ores/deep_molybdenum)30%$()$(br)Molybdenum: $(l:tfg_ores/deep_molybdenum)15%$()$(br)Monazite: $(l:tfg_ores/normal_monazite)25%$()$(br)Naquadah: $(l:tfg_ores/deep_naquadah)75%$()$(br)Neodymium: $(l:tfg_ores/normal_monazite)25%$()$(br)Nether Quartz: $(l:tfg_ores/normal_quartz)10%$()$(br)Nickel: $(l:tfg_ores/normal_garnierite)10%$()$(br)Oilsands: $(l:tfg_ores/normal_oilsands)100%$()$(br)Olivine: $(l:tfg_ores/normal_olivine)25%$()$(br)Opal: $(l:tfg_ores/deep_garnet_opal)55%$(), $(l:tfg_ores/deep_garnet_amethyst)15%$()$(br)Palladium: $(l:tfg_ores/deep_sheldonite)15%$()$(br)Pentlandite: $(l:tfg_ores/normal_garnierite)25%$(), $(l:tfg_ores/normal_lubricant)15%$()$(br)Pitchblende: $(l:tfg_ores/deep_pitchblende)50%$()$(br)Platinum: $(l:tfg_ores/deep_sheldonite)25%$()$(br)Plutonium: $(l:tfg_ores/deep_naquadah)25%$()$(br)Pollucite: $(l:tfg_ores/normal_mica)15%$()$(br)Powellite: $(l:tfg_ores/deep_molybdenum)15%$()" - }, - { - "type": "patchouli:text", - "text": "Pyrite: $(l:tfg_ores/normal_sulfur)35%$(), $(l:tfg_ores/normal_sphalerite)25%$(), $(l:tfg_ores/normal_copper)10%$(), $(l:tfg_ores/surface_sphalerite)5%$()$(br)Pyrochlore: $(l:tfg_ores/normal_apatite)15%$()$(br)Pyrolusite: $(l:tfg_ores/normal_manganese)20%$()$(br)Pyrope: $(l:tfg_ores/deep_sapphire)25%$()$(br)Quartzite: $(l:tfg_ores/normal_quartz)45%$()$(br)Realgar: $(l:tfg_ores/surface_copper)15%$()$(br)Red Garnet: $(l:tfg_ores/deep_garnet_amethyst)5%$(), $(l:tfg_ores/deep_garnet_opal)5%$()$(br)Redstone: $(l:tfg_ores/normal_redstone)45%$()$(br)Rock Salt: $(l:tfg_ores/normal_salt)40%$(), $(l:tfg_ores/normal_spodumene)20%$()$(br)Ruby: $(l:tfg_ores/normal_redstone)35%$(), $(l:tfg_ores/deep_hematite)20%$()$(br)Salt: $(l:tfg_ores/normal_salt)30%$(), $(l:tfg_ores/normal_spodumene)30%$()$(br)Saltpeter: $(l:tfg_ores/normal_saltpeter)35%$()$(br)Sapphire: $(l:tfg_ores/deep_sapphire)15%$(), $(l:tfg_ores/deep_magnetite)5%$()$(br)Scheelite: $(l:tfg_ores/deep_scheelite)45%$()$(br)Sheldonite: $(l:tfg_ores/deep_sheldonite)25%$()$(br)Silver: $(l:tfg_ores/normal_silver)15%$()$(br)Soapstone: $(l:tfg_ores/normal_lubricant)30%$()" - }, - { - "type": "patchouli:text", - "text": "Sodalite: $(l:tfg_ores/normal_lapis)25%$()$(br)Spessartine: $(l:tfg_ores/normal_manganese)20%$()$(br)Sphalerite: $(l:tfg_ores/normal_sphalerite)40%$(), $(l:tfg_ores/surface_sphalerite)40%$(), $(l:tfg_ores/normal_sulfur)15%$()$(br)Spodumene: $(l:tfg_ores/normal_spodumene)35%$()$(br)Stibnite: $(l:tfg_ores/normal_tetrahedrite)20%$(), $(l:tfg_ores/surface_tetrahedrite)20%$()$(br)Sulfur: $(l:tfg_ores/surface_sphalerite)55%$(), $(l:tfg_ores/normal_sulfur)50%$(), $(l:tfg_ores/normal_sphalerite)35%$(), $(l:tfg_ores/normal_bismuth)9%$(), $(l:tfg_ores/surface_bismuth)3%$()$(br)Talc: $(l:tfg_ores/normal_lubricant)20%$()$(br)Tantalite: $(l:tfg_ores/normal_manganese)10%$()$(br)Tetrahedrite: $(l:tfg_ores/surface_tetrahedrite)60%$(), $(l:tfg_ores/normal_tetrahedrite)50%$()$(br)Thorium: $(l:tfg_ores/normal_beryllium)15%$()$(br)Tin: $(l:tfg_ores/normal_cassiterite)60%$(), $(l:tfg_ores/surface_cassiterite)40%$()$(br)Topaz: $(l:tfg_ores/deep_topaz)25%$()$(br)Tricalcium Phosphate: $(l:tfg_ores/normal_apatite)35%$()$(br)Trona: $(l:tfg_ores/normal_lubricant)10%$()$(br)Tungstate: $(l:tfg_ores/deep_scheelite)35%$()$(br)Uraninite: $(l:tfg_ores/deep_pitchblende)50%$()$(br)Vanadium Magnetite: $(l:tfg_ores/normal_magnetite)25%$(), $(l:tfg_ores/deep_magnetite)15%$()" - }, - { - "type": "patchouli:text", - "text": "Wulfenite: $(l:tfg_ores/deep_molybdenum)40%$()$(br)Yellow Garnet: $(l:tfg_ores/deep_garnet_amethyst)5%$(), $(l:tfg_ores/deep_garnet_opal)5%$()$(br)Yellow Limonite: $(l:tfg_ores/normal_limonite)50%$(), $(l:tfg_ores/normal_hematite)30%$(), $(l:tfg_ores/normal_gold)20%$(), $(l:tfg_ores/deep_limonite)15%$(), $(l:tfg_ores/deep_hematite)15%$(), $(l:tfg_ores/deep_gold)5%$()$(br)Zeolite: $(l:tfg_ores/surface_copper)15%$()" - } - ] -} - diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_ore_index.json new file mode 100644 index 000000000..769aae501 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_ore_index.json @@ -0,0 +1,56 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "The Beneath Ore Index", + "icon": "minecraft:quartz", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)The Beneath$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.", + "title": "The Beneath Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Almandine: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/l)$()$(li)Aluminium: $(l:tfg_ores/nether_vein_index#nether_bauxite)25%$(/l)$()$(li)Alunite: $(l:tfg_ores/nether_vein_index#nether_saltpeter)15%$(/l)$()$(li)Amethyst: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Apatite: $(l:tfg_ores/nether_vein_index#nether_apatite)50%$(/l)$()$(li)Asbestos: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Barite: $(l:tfg_ores/nether_vein_index#nether_quartz)20%$(/l)$()$(li)Basaltic Mineral Sands: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)35%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/nether_vein_index#nether_monazite)50%$(/l)$()$(li)Bauxite: $(l:tfg_ores/nether_vein_index#nether_bauxite)45%$(/l), $(l:tfg_ores/nether_vein_index#nether_mica)25%$(/l)$()$(li)Bentonite: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)Beryllium: $(l:tfg_ores/nether_vein_index#nether_beryllium)35%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)Bornite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Calcite: $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)Cassiterite: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)Cassiterite Sand: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)35%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Chalcopyrite: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)Chromite: $(l:tfg_ores/nether_vein_index#nether_magnetite)60%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)Coal: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)Cobalt: $(l:tfg_ores/nether_vein_index#nether_garnierite)15%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/nether_vein_index#nether_garnierite)20%$(/l)$()$(li)Diamond: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)Diatomite: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()$(li)Electrotine: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()$(li)Emerald: $(l:tfg_ores/nether_vein_index#nether_beryllium)50%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Fuller's Earth: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Galena: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Garnet Sand: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Garnierite: $(l:tfg_ores/nether_vein_index#nether_garnierite)30%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/nether_vein_index#nether_lubricant)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_olivine)15%$(/l)$()$(li)Goethite: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Granitic Mineral Sand: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()$(li)Gypsum: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)Hematite: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)Ilmenite: $(l:tfg_ores/nether_vein_index#nether_bauxite)30%$(/l)$()$(li)Kyanite: $(l:tfg_ores/nether_vein_index#nether_mica)35%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Lapis: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Lazurite: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(li)Lead: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Lithium: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)Magnesite: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Magnetite: $(l:tfg_ores/nether_vein_index#nether_magnetite)5%$(/l)$()$(li)Malachite: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)Mica: $(l:tfg_ores/nether_vein_index#nether_mica)25%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)30%$(/l)$()$(li)Molybdenum: $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Monazite: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Naquadah: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)Native Copper: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()$(li)Native Gold: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Native Silver: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Neodymium: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Nether Quartz: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)Nickel: $(l:tfg_ores/nether_vein_index#nether_garnierite)10%$(/l)$()$(li)Olivine: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Opal: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Palladium: $(l:tfg_ores/nether_vein_index#nether_sheldonite)15%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/nether_vein_index#nether_garnierite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Platinum: $(l:tfg_ores/nether_vein_index#nether_sheldonite)25%$(/l)$()$(li)Plutonium: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Pollucite: $(l:tfg_ores/nether_vein_index#nether_mica)15%$(/l)$()$(li)Powellite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Pyrite: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Pyrochlore: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Pyrope: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(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)Ruby: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)Sapphire: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)5%$(/l)$()$(li)Scheelite: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)Sheldonite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)25%$(/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)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(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)Talc: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)Tantalite: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)Thorium: $(l:tfg_ores/nether_vein_index#nether_beryllium)15%$(/l)$()$(li)Tin: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)Topaz: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)Trona: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Uraninite: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Vanadium Magnetite: $(l:tfg_ores/nether_vein_index#nether_magnetite)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Wulfenite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)40%$(/l)$()$(li)Yellow Garnet: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()$(li)Yellow Limonite: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_vein_index.json new file mode 100644 index 000000000..b36eb6e6b --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_vein_index.json @@ -0,0 +1,2799 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "The Beneath Vein Index", + "icon": "gtceu:pyroxenite_nether_quartz_ore", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(item)The Beneath$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns in, and more.", + "title": "The Beneath Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)Amethyst, Opal, & Garnet$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_apatite)Apatite & Pyrochlore$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_monazite)Bastnasite & Monazite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_bauxite)Bauxite & Ilmenite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_olivine)Bentonite & Olivine$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_cassiterite)Cassiterite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_magnetite)Chromite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sheldonite)Cooperite & Bornite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_copper)Copper & Chalcopyrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_beryllium)Emerald & Beryllium$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnet_tin)Garnet & Cassiterite Sands$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnierite)Garnierite & Cobaltite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_goethite)Goethite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gold)Gold & Hematite$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)Hematite & Limonite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)Lapis, Lazurite, & Sodalite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)Manganese & Tantalum$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_basaltic_sands)Mineral Sands$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)Naquadah & Plutonium$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)Nether Quartz$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)Soapstone, Talc, & Trona$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sulfur)Sulfur & Pyrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)Tetrahedrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)Uraninite & Pitchblende$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Wulfenite & Molybdenite$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 230$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 45$(br)$(thing)Height$(): 8$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Amethyst, Opal, & Garnet", + "type": "patchouli:text", + "anchor": "nether_garnet" + }, + { + "Type": "patchouli:multiblock", + "name": "Amethyst", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Iron$(br)$(thing)Formula$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Opal", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Silicon, Oxygen$(br)$(thing)Formula$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Garnet", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 14%$(br)$(thing)Source of$(): Andradite, Grossular, Uvarovite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Red Garnet", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 9%$(br)$(thing)Source of$(): Pyrope, Almandine, Spessartine", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 48 — 128$(br)$(thing)Size$(): 39$(br2)$(thing)Stone Types$(): Gneiss, Schist", + "title": "Apatite & Pyrochlore", + "type": "patchouli:text", + "anchor": "nether_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Apatite", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Calcium, Phosphorus, Forestry PTSD$(br)$(thing)Formula$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tricalcium Phosphate", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Calcium, Phosphorus$(br)$(thing)Formula$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrochlore", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Niobium$(br)$(thing)Formula$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 185$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Bastnasite & Monazite", + "type": "patchouli:text", + "anchor": "nether_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bastnasite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Cerium, Fluorine$(br)$(thing)Formula$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Monazite", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Phosphorous, Rare Earth$(br)$(thing)Formula$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Neodymium", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Neodymium$(br)$(thing)Formula$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 185$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Bauxite & Ilmenite", + "type": "patchouli:text", + "anchor": "nether_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bauxite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ilmenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Iron, Titanium$(br)$(thing)Formula$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Aluminium", + "multiblock": { + "mapping": { + "0": "#forge:ores/aluminium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Size$(): 31$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Bentonite & Olivine", + "type": "patchouli:text", + "anchor": "nether_olivine" + }, + { + "Type": "patchouli:multiblock", + "name": "Bentonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bentonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Sodium, Magnesium$(br)$(thing)Formula$(): NaMg₆Si₁₂H₄(H₂O)₅O₃₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Magnesite", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnesite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Olivine", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Glauconite Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Magnesium, Aluminium$(br)$(thing)Formula$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Cassiterite", + "type": "patchouli:text", + "anchor": "nether_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Tin", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 60%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cassiterite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 205$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 39$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Chromite", + "type": "patchouli:text", + "anchor": "nether_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Chromite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 60%$(br)$(thing)Source of$(): Chromium$(br)$(thing)Formula$(): FeCr₂O₄$(br)$(thing)Hazard$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Vanadium Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Vanadium$(br)$(thing)Formula$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 35$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Cooperite & Bornite", + "type": "patchouli:text", + "anchor": "nether_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bornite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sheldonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Platinum, Nickel, Palladium$(br)$(thing)Formula$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Platinum", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Smelts into$(): Platinum$(br)$(thing)Formula$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Palladium", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Palladium$(br)$(thing)Formula$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Copper & Chalcopyrite", + "type": "patchouli:text", + "anchor": "nether_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Copper", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 65%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Chalcopyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Pipe Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Height$(): 60$(br)$(thing)Radius$(): 12$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Emerald & Beryllium", + "type": "patchouli:text", + "anchor": "nether_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Emerald", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Used for$(): MV components, Item tag filters$(br)$(thing)Formula$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Beryllium", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Beryllium$(br)$(thing)Formula$(): Be$(br)$(thing)Hazard$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Thorium", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Thorium$(br)$(thing)Formula$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 270$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Migmatite, Pyroxenite, Schist, Travertine", + "title": "Garnet & Cassiterite Sands", + "type": "patchouli:text", + "anchor": "nether_garnet_tin" + }, + { + "Type": "patchouli:multiblock", + "name": "Cassiterite Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Garnet Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnet_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Almandine, Andradite, Grossular, Pyrope, Spessartine, Uvarovite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Asbestos", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium, Lung cancer$(br)$(thing)Formula$(): Mg₃Si₂H₄O₉$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Asbestosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Diatomite", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Aluminium$(br)$(thing)Formula$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 16 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Pyroxenite", + "title": "Garnierite & Cobaltite", + "type": "patchouli:text", + "anchor": "nether_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Garnierite", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pentlandite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cobaltite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Cobalt, Arsenic$(br)$(thing)Formula$(): CoAsS$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cobalt", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Smelts into$(): Cobalt$(br)$(thing)Formula$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Nickel", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 240$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 37$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Goethite", + "type": "patchouli:text", + "anchor": "nether_goethite" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Malachite", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 260$(br)$(thing)Density$(): 0.55$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 37$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Gold & Hematite", + "type": "patchouli:text", + "anchor": "nether_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 75%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 120$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Pipe Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Height$(): 60$(br)$(thing)Radius$(): 12$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Graphite & Diamond", + "type": "patchouli:text", + "anchor": "nether_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Graphite", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Used for$(): $(l:mechanics/fire_clay)Fire Clay$(), Graphene$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Diamond", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Used for$(): Macerators, AE2$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Coal", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Used for$(): Fuel, Distillation$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 35$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Hematite & Limonite", + "type": "patchouli:text", + "anchor": "nether_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Goethite", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ruby", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Chromium, Aluminium$(br)$(thing)Formula$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Limonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 41$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Kyanite, Mica, & Bauxite", + "type": "patchouli:text", + "anchor": "nether_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Kyanite", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Mica", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Potassium, Aluminium, Fluorine$(br)$(thing)Formula$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Bauxite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pollucite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Caesium, Aluminium$(br)$(thing)Formula$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 40$(br2)$(thing)Stone Types$(): Migmatite, Pyroxenite, Travertine", + "title": "Lapis, Lazurite, & Sodalite", + "type": "patchouli:text", + "anchor": "nether_lapis" + }, + { + "Type": "patchouli:multiblock", + "name": "Lazurite", + "multiblock": { + "mapping": { + "0": "#forge:ores/lazurite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium, Calcium, Sodium$(br)$(thing)Formula$(): Al₆Si₆Ca₈Na₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sodalite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sodalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium, Sodium$(br)$(thing)Formula$(): Al₃Si₃Na₄Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lapis", + "multiblock": { + "mapping": { + "0": "#forge:ores/lapis" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Lazurite, Sodalite, Pyrite, Calcite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Calcite", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Calcium$(br)$(thing)Formula$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 195$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Manganese & Tantalum", + "type": "patchouli:text", + "anchor": "nether_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Grossular", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 37%$(br)$(thing)Source of$(): Calcium, Aluminium$(br)$(thing)Formula$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Spessartine", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Manganese, Aluminium$(br)$(thing)Formula$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrolusite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Manganese$(br)$(thing)Formula$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tantalite", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 12%$(br)$(thing)Source of$(): Manganese, Tantalum$(br)$(thing)Formula$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 48 — 128$(br)$(thing)Size$(): 48$(br)$(thing)Height$(): 9$(br2)$(thing)Stone Types$(): Basalt, Granite", + "title": "Mineral Sands", + "type": "patchouli:text", + "anchor": "nether_basaltic_sands" + }, + { + "Type": "patchouli:multiblock", + "name": "Basaltic Mineral Sands", + "multiblock": { + "mapping": { + "0": "#forge:ores/basaltic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Granitic Mineral Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/granitic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Fuller's Earth", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Gypsum", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Used for$(): Alabaster (dyeable) bricks$(br)$(thing)Formula$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 38$(br)$(thing)Size$(): 32$(br2)$(thing)Stone Types$(): Basalt, Pyroxenite", + "title": "Naquadah & Plutonium", + "type": "patchouli:text", + "anchor": "nether_naquadah" + }, + { + "Type": "patchouli:multiblock", + "name": "Naquadah", + "multiblock": { + "mapping": { + "0": "#forge:ores/naquadah" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 75%$(br)$(thing)Source of$(): Naquadah, Tritanium$(br)$(thing)Formula$(): Nq", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Plutonium", + "multiblock": { + "mapping": { + "0": "#forge:ores/plutonium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Plutonium$(br)$(thing)Formula$(): Pu²³⁹$(br)$(thing)Hazard$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 150$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Basalt, Diorite, Gabbro, Granite, Migmatite, Pyroxenite, Travertine", + "title": "Nether Quartz", + "type": "patchouli:text", + "anchor": "nether_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Nether Quartz", + "multiblock": { + "mapping": { + "0": "#forge:ores/nether_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 54%$(br)$(thing)Used for$(): Applied Energistics 2$(br)$(thing)Formula$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Quartzite", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Used for$(): LV components$(br)$(thing)Formula$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Barite", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Barium$(br)$(thing)Formula$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Granite, Pyroxenite", + "title": "Redstone, Cinnabar, & Ruby", + "type": "patchouli:text", + "anchor": "nether_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Redstone", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Melts into$(): Redstone$(br)$(thing)Formula$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ruby", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Chromium, Aluminium$(br)$(thing)Formula$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cinnabar", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Mercury$(br)$(thing)Formula$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 50$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Saltpeter & Electrotine", + "type": "patchouli:text", + "anchor": "nether_saltpeter" + }, + { + "Type": "patchouli:multiblock", + "name": "Saltpeter", + "multiblock": { + "mapping": { + "0": "#forge:ores/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Potassium, Nitrogen$(br)$(thing)Formula$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Diatomite", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Iron, Aluminium$(br)$(thing)Formula$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Electrotine", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Gold, Silver, Redstone$(br)$(thing)Formula$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Alunite", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Potassium, Aluminium$(br)$(thing)Formula$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 33$(br)$(thing)Height$(): 8$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Sapphire & Almandine", + "type": "patchouli:text", + "anchor": "nether_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Almandine", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Aluminium, Iron$(br)$(thing)Formula$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrope", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 27%$(br)$(thing)Source of$(): Aluminium, Magnesium$(br)$(thing)Formula$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Green Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 25$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Scheelite & Tungstate", + "type": "patchouli:text", + "anchor": "nether_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Scheelite", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Source of$(): Tungsten$(br)$(thing)Formula$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tungstate", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Tungsten, Lithium$(br)$(thing)Formula$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lithium", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Lithium$(br)$(thing)Formula$(): Li", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 160$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Gneiss, Granite, Pyroxenite", + "title": "Silver, Galena, & Lead", + "type": "patchouli:text", + "anchor": "nether_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Silver", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Silver$(br)$(thing)Formula$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lead", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): Pb$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Galena", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): PbS$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 41$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Soapstone, Talc, & Trona", + "type": "patchouli:text", + "anchor": "nether_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Soapstone", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Glauconite Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium, Aluminium$(br)$(thing)Formula$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Talc", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pentlandite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Trona", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Source of$(): Sodium$(br)$(thing)Formula$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Sphalerite & Pyrite", + "type": "patchouli:text", + "anchor": "nether_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Sphalerite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Melts into$(): Zinc$(br)$(thing)Formula$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sulfur", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Sulfur$(br)$(thing)Formula$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 165$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 50$(br2)$(thing)Stone Types$(): Basalt, Diorite, Pyroxenite, Schist", + "title": "Sulfur & Pyrite", + "type": "patchouli:text", + "anchor": "nether_sulfur" + }, + { + "Type": "patchouli:multiblock", + "name": "Sulfur", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Sulfur$(br)$(thing)Formula$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sphalerite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Zinc$(br)$(thing)Formula$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 45$(br2)$(thing)Stone Types$(): Gneiss, Migmatite, Pyroxenite, Schist, Travertine", + "title": "Tetrahedrite", + "type": "patchouli:text", + "anchor": "nether_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Tetrahedrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Copper", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Stibnite", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Smelts into$(): Antimony$(br)$(thing)Formula$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 33$(br)$(thing)Height$(): 7$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", + "title": "Topaz & Chalcocite", + "type": "patchouli:text", + "anchor": "nether_topaz" + }, + { + "Type": "patchouli:multiblock", + "name": "Blue Topaz", + "multiblock": { + "mapping": { + "0": "#forge:ores/blue_topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium, Fluorine$(br)$(thing)Formula$(): Al₂SiF₂H₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Topaz", + "multiblock": { + "mapping": { + "0": "#forge:ores/topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium, Fluorine$(br)$(thing)Formula$(): Al₂SiFH₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Chalcocite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Copper$(br)$(thing)Formula$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Bornite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.55$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 29$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Uraninite & Pitchblende", + "type": "patchouli:text", + "anchor": "nether_pitchblende" + }, + { + "Type": "patchouli:multiblock", + "name": "Pitchblende", + "multiblock": { + "mapping": { + "0": "#forge:ores/pitchblende" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Uranium, Thorium, Lead$(br)$(thing)Formula$(): (UO₂)₃ThPb$(br)$(thing)Hazard$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Uraninite", + "multiblock": { + "mapping": { + "0": "#forge:ores/uraninite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Uranium$(br)$(thing)Formula$(): UO₂$(br)$(thing)Hazard$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 245$(br)$(thing)Density$(): 0.55$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 31$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Gneiss, Granite, Pyroxenite, Schist", + "title": "Wulfenite & Molybdenite", + "type": "patchouli:text", + "anchor": "nether_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Wulfenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Lead, Molybdenum$(br)$(thing)Formula$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Molybdenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Molybdenum", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Powellite", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_apatite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_apatite.json deleted file mode 100644 index 2c1e4a081..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_apatite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Apatite & Pyrochlore", - "icon": "gtceu:raw_apatite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 34$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Apatite, Tricalcium Phosphate, Pyrochlore" - }, - { - "type": "patchouli:multiblock", - "name": "Apatite", - "multiblock": - { - "mapping": { "0": "#forge:ores/apatite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Calcium, Phosphorus, Forestry PTSD$(br)Formula: Ca₅(PO₄)₃Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Tricalcium Phosphate", - "multiblock": - { - "mapping": { "0": "#forge:ores/tricalcium_phosphate" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Calcium, Phosphorus$(br)Formula: Ca₃(PO₄)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrochlore", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrochlore" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Niobium$(br)Formula: Ca₂Nb₂O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_basaltic_sands.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_basaltic_sands.json deleted file mode 100644 index ed966f2c6..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_basaltic_sands.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Mineral Sands", - "icon": "gtceu:raw_basaltic_mineral_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 160$(br)Density: 0.3$(br)Type: Disc Vein$(br)Y: -32 - 60$(br)Size: 48$(br)Height: 9$(br2)Stone types: Granite, Basalt$(br2)Indicator: Basaltic & Granitic Mineral Sand, Fuller's Earth, Gypsum" - }, - { - "type": "patchouli:multiblock", - "name": "Basaltic Mineral Sand", - "multiblock": - { - "mapping": { "0": "#forge:ores/basaltic_mineral_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Smelts into: Cast Iron$(br)Formula: (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Granitic Mineral Sand", - "multiblock": - { - "mapping": { "0": "#forge:ores/granitic_mineral_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Cast Iron$(br)Formula: (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))" - }, - { - "type": "patchouli:multiblock", - "name": "Fuller's Earth", - "multiblock": - { - "mapping": { "0": "#forge:ores/fullers_earth" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: MgSi₄H(H₂O)₄O₁₁" - }, - { - "type": "patchouli:multiblock", - "name": "Gypsum", - "multiblock": - { - "mapping": { "0": "#forge:ores/gypsum" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Used for: Alabaster (dyeable) bricks$(br)Formula: CaS(H₂O)₂O₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_bauxite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_bauxite.json deleted file mode 100644 index 47906ed69..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_bauxite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Bauxite & Ilmenite", - "icon": "gtceu:raw_bauxite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 185$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bauxite, Ilmenite, Aluminium, Rutile" - }, - { - "type": "patchouli:multiblock", - "name": "Bauxite", - "multiblock": - { - "mapping": { "0": "#forge:ores/bauxite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Aluminium", - "multiblock": - { - "mapping": { "0": "#forge:ores/aluminium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium$(br)Formula: Al" - }, - { - "type": "patchouli:multiblock", - "name": "Ilmenite", - "multiblock": - { - "mapping": { "0": "#forge:ores/ilmenite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Titanium$(br)Formula: FeTiO₃" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_beryllium.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_beryllium.json deleted file mode 100644 index f2bbc297c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_beryllium.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Emerald & Beryllium", - "icon": "minecraft:emerald", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.35$(br)Type: Pipe Vein$(br)Y: -32 - 50$(br)Height: 60$(br)Radius: 10$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Beryllium, Emerald, Thorium" - }, - { - "type": "patchouli:multiblock", - "name": "Beryllium", - "multiblock": - { - "mapping": { "0": "#forge:ores/beryllium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Used for: Ender Pearls$(br)Formula: Be$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Emerald", - "multiblock": - { - "mapping": { "0": "#forge:ores/emerald" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Used for: MV components, Item tag filters$(br)Formula: Be₃Al₂Si₆O₁₈" - }, - { - "type": "patchouli:multiblock", - "name": "Thorium", - "multiblock": - { - "mapping": { "0": "#forge:ores/thorium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Used for: Nothing!$(br)Formula: Th" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_bismuth.json deleted file mode 100644 index 051c7bba5..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_bismuth.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Bismuth (Normal)", - "icon": "gtceu:raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bismuthinite$(br2)Only used for Bismuth Bronze." - }, - { - "type": "patchouli:multiblock", - "name": "Bismuth", - "multiblock": - { - "mapping": { "0": "#forge:ores/bismuth" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 80%$(br)Melts into: Bismuth$(br)Formula: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 9%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Lead", - "multiblock": - { - "mapping": { "0": "#forge:ores/lead" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 11%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_cassiterite.json deleted file mode 100644 index cbbbe8087..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_cassiterite.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cassiterite (Normal)", - "icon": "gtceu:raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Cassiterite" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Tin", - "multiblock": - { - "mapping": { "0": "#forge:ores/tin" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Melts into: Tin$(br)Formula: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_coal.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_coal.json deleted file mode 100644 index 881eb7e2c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_coal.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "Coal", - "icon": "minecraft:coal", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 215$(br)Density: 0.55$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 60$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Coal" - }, - { - "type": "patchouli:multiblock", - "name": "Coal", - "multiblock": - { - "mapping": { "0": "#forge:ores/coal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 100%$(br)Used for: Forge fuel, Distillation$(br)Formula: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_copper.json deleted file mode 100644 index 304c7e04f..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_copper.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Copper & Chalcopyrite", - "icon": "minecraft:raw_copper", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Native Copper" - }, - { - "type": "patchouli:multiblock", - "name": "Copper", - "multiblock": - { - "mapping": { "0": "#forge:ores/copper" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 65%$(br)Melts into: Copper$(br)Formula: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Chalcopyrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/chalcopyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Iron", - "multiblock": - { - "mapping": { "0": "#forge:ores/iron" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_garnet_tin.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_garnet_tin.json deleted file mode 100644 index f644bc4cb..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_garnet_tin.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Garnet & Cassiterite Sands", - "icon": "gtceu:raw_garnet_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 360$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 64$(br)Size: 40$(br2)Stone types: All$(br2)Indicator: Cassiterite" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite Sand", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Garnet Sand", - "multiblock": - { - "mapping": { "0": "#forge:ores/garnet_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Almandine, Andradite, Grossular, Pyrope, Spessartine, Uvarovite" - }, - { - "type": "patchouli:multiblock", - "name": "Asbestos", - "multiblock": - { - "mapping": { "0": "#forge:ores/asbestos" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium, Lung cancer$(br)Formula: Mg₃Si₂H₄O₉$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Diatomite", - "multiblock": - { - "mapping": { "0": "#forge:ores/diatomite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Iron, Aluminium$(br)Formula: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_garnierite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_garnierite.json deleted file mode 100644 index eea947011..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_garnierite.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Garnierite & Cobaltite", - "icon": "gtceu:raw_garnierite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Gabbro$(br2)Indicator: Garnierite" - }, - { - "type": "patchouli:multiblock", - "name": "Garnierite", - "multiblock": - { - "mapping": { "0": "#forge:ores/garnierite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Melts into: Nickel$(br)Formula: NiO" - }, - { - "type": "patchouli:multiblock", - "name": "Nickel", - "multiblock": - { - "mapping": { "0": "#forge:ores/nickel" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Melts into: Nickel$(br)Formula: Ni" - }, - { - "type": "patchouli:multiblock", - "name": "Cobaltite", - "multiblock": - { - "mapping": { "0": "#forge:ores/cobaltite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Cobalt, Arsenic$(br)Formula: CoAsS$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Pentlandite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pentlandite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Nickel$(br)Formula: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Cobalt", - "multiblock": - { - "mapping": { "0": "#forge:ores/cobalt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Smelts into: Cobalt$(br)Formula: Co" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_gold.json deleted file mode 100644 index 86014608c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_gold.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Gold, Limonite, & Hematite", - "icon": "minecraft:raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Disc Vein$(br)Y: -32 - 60$(br)Size: 40$(br)Height: 12$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Limonite, Hematite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_graphite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_graphite.json deleted file mode 100644 index 0c50e503c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_graphite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Graphite & Diamond", - "icon": "minecraft:diamond", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 175$(br)Density: 0.35$(br)Type: Pipe Vein$(br)Y: -64 - 100$(br)Height: 60$(br)Radius: 12$(br2)Stone types: Gabbro$(br2)Indicator: Diamond, Graphite, Coal$(br2)Can't find it? Gabbro always spawns below $(thing)Basalt$(), and Gabbro dikes in oceans can be useful too!" - }, - { - "type": "patchouli:multiblock", - "name": "Graphite", - "multiblock": - { - "mapping": { "0": "#forge:ores/graphite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Used for: $(l:mechanics/fire_clay)Fire Clay$(), Graphene$(br)Formula: C" - }, - { - "type": "patchouli:multiblock", - "name": "Diamond", - "multiblock": - { - "mapping": { "0": "#forge:ores/diamond" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Used for: Macerators, AE2$(br)Formula: C" - }, - { - "type": "patchouli:multiblock", - "name": "Coal", - "multiblock": - { - "mapping": { "0": "#forge:ores/coal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Used for: Forge fuel, Distillation$(br)Formula: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_hematite.json deleted file mode 100644 index 94d6e0285..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_hematite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Hematite & Limonite", - "icon": "gtceu:raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 210$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Hematite, Limonite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Gold$(br)Formula: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_lapis.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_lapis.json deleted file mode 100644 index c206a6786..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_lapis.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Lapis, Lazurite, & Sodalite", - "icon": "minecraft:lapis_lazuli", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -60 - 10$(br)Size: 50$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Lazurite, Sodalite, Lapis, Calcite$(br2)Mostly used for fluid filters." - }, - { - "type": "patchouli:multiblock", - "name": "Lazurite", - "multiblock": - { - "mapping": { "0": "#forge:ores/lazurite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Calcium, Sodium$(br)Formula: Al₆Si₆Ca₈Na₈" - }, - { - "type": "patchouli:multiblock", - "name": "Sodalite", - "multiblock": - { - "mapping": { "0": "#forge:ores/sodalite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium, Sodium$(br)Formula: Al₃Si₃Na₄Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Calcite", - "multiblock": - { - "mapping": { "0": "#forge:ores/calcite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Calcium$(br)Formula: CaCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Lapis", - "multiblock": - { - "mapping": { "0": "#forge:ores/lapis" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Lazurite, Sodalite, Pyrite, Calcite" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_limonite.json deleted file mode 100644 index 9ef074f35..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_limonite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Limonite", - "icon": "gtceu:raw_yellow_limonite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 190$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Marble, Limestone$(br2)Indicator: Limonite, Hematite, Malachite" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Malachite", - "multiblock": - { - "mapping": { "0": "#forge:ores/malachite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Copper$(br)Formula: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_lubricant.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_lubricant.json deleted file mode 100644 index ba387d560..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_lubricant.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Soapstone, Talc, & Trona", - "icon": "gtceu:raw_soapstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 190$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 56$(br)Size: 36$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Soapstone, Talc, Glauconite Sand, Pentlandite, Trona" - }, - { - "type": "patchouli:multiblock", - "name": "Soapstone", - "multiblock": - { - "mapping": { "0": "#forge:ores/soapstone" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Magnesium$(br)Formula: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Talc", - "multiblock": - { - "mapping": { "0": "#forge:ores/talc" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Magnesium$(br)Formula: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Glauconite Sand", - "multiblock": - { - "mapping": { "0": "#forge:ores/glauconite_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium, Aluminium$(br)Formula: KMg₂Al₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pentlandite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pentlandite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Smelts into: Nickel$(br)Formula: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Trona", - "multiblock": - { - "mapping": { "0": "#forge:ores/trona" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Formula: Na₃C₂H(H₂O)₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_magnetite.json deleted file mode 100644 index a4590d621..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_magnetite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Magnetite & Vanadium", - "icon": "gtceu:raw_magnetite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 200$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Magnetite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Magnetite", - "multiblock": - { - "mapping": { "0": "#forge:ores/magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 65%$(br)Melts into: Cast Iron$(br)Formula: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Vanadium Magnetite", - "multiblock": - { - "mapping": { "0": "#forge:ores/vanadium_magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Iron, Vanadium$(br)Formula: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Melts into: Gold$(br)Formula: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_manganese.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_manganese.json deleted file mode 100644 index 09181fb78..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_manganese.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Manganese & Tantalum", - "icon": "gtceu:raw_grossular", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 195$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Grossular, Spessartine, Pyrolusite, Tantalite" - }, - { - "type": "patchouli:multiblock", - "name": "Grossular", - "multiblock": - { - "mapping": { "0": "#forge:ores/grossular" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Calcium, Aluminium$(br)Formula: Ca₃Al₂Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Spessartine", - "multiblock": - { - "mapping": { "0": "#forge:ores/spessartine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Manganese, Aluminium$(br)Formula: Al₂Mn₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrolusite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrolusite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Smelts into: Manganese$(br)Formula: MnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Tantalite", - "multiblock": - { - "mapping": { "0": "#forge:ores/tantalite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Source of: Manganese, Tantalum$(br)Formula: MnTa₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_mica.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_mica.json deleted file mode 100644 index 9b8bcc739..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_mica.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Kyanite, Mica, & Bauxite", - "icon": "gtceu:raw_mica", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 190$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 36$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Kyanite, Mica, Bauxite, Pollucite" - }, - { - "type": "patchouli:multiblock", - "name": "Kyanite", - "multiblock": - { - "mapping": { "0": "#forge:ores/kyanite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium$(br)Formula: Al₂SiO₅" - }, - { - "type": "patchouli:multiblock", - "name": "Mica", - "multiblock": - { - "mapping": { "0": "#forge:ores/mica" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Potassium, Aluminium, Fluorine$(br)Formula: KAl₃Si₃F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Bauxite", - "multiblock": - { - "mapping": { "0": "#forge:ores/bauxite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Pollucite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pollucite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Cs₂Al₂Si₄(H₂O)₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_monazite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_monazite.json deleted file mode 100644 index a60f17681..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_monazite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Bastnasite & Monazite", - "icon": "gtceu:monazite_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 185$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -32 - 50$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Bastnasite, Monazite, Neodymium" - }, - { - "type": "patchouli:multiblock", - "name": "Bastnasite", - "multiblock": - { - "mapping": { "0": "#forge:ores/bastnasite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Cerium, Fluorine$(br)Formula: CeCFO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Monazite", - "multiblock": - { - "mapping": { "0": "#forge:ores/monazite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Phosphorous, Rare Earth$(br)Formula: ?(PO₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Neodymium", - "multiblock": - { - "mapping": { "0": "#forge:ores/neodymium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Formula: Nd" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_oilsands.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_oilsands.json deleted file mode 100644 index d2347422b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_oilsands.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "Oilsands", - "icon": "gtceu:raw_oilsands", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 185$(br)Density: 0.20$(br)Type: Cluster Vein$(br)Y: 0 - 70$(br)Size: 55$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Oilsands$(br2)Used as an early combustion fuel." - }, - { - "type": "patchouli:multiblock", - "name": "Oilsands", - "multiblock": - { - "mapping": { "0": "#forge:ores/oilsands" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 100%$(br)Source of: Freedom 🛢🦅🗽" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_olivine.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_olivine.json deleted file mode 100644 index f9066eb7e..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_olivine.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Bentonite & Olivine", - "icon": "gtceu:olivine_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 30$(br)Size: 26$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Bentonite, Magnesite, Olivine, Glauconite Sand" - }, - { - "type": "patchouli:multiblock", - "name": "Bentonite", - "multiblock": - { - "mapping": { "0": "#forge:ores/bentonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Magnesium$(br)Formula: NaMg₆Si₁₂H₄(H₂O)₅O₃₆" - }, - { - "type": "patchouli:multiblock", - "name": "Magnesite", - "multiblock": - { - "mapping": { "0": "#forge:ores/magnesite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: MgCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Olivine", - "multiblock": - { - "mapping": { "0": "#forge:ores/olivine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: Mg₂Fe(SiO₂)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Glauconite Sand", - "multiblock": - { - "mapping": { "0": "#forge:ores/glauconite_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Magnesium, Aluminium$(br)Formula: KMg₂Al₄H₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_quartz.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_quartz.json deleted file mode 100644 index 144c7687c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_quartz.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Quartzes", - "icon": "minecraft:quartz", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 150$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 100$(br)Size: 40$(br2)Stone types: Shale, Quartzite, Schist, Gneiss$(br2)Indicator: Certus Quartz, Nether Quartz, and Quartzite Buds" - }, - { - "type": "patchouli:multiblock", - "name": "Quartzite", - "multiblock": - { - "mapping": { "0": "#forge:ores/quartzite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Formula: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Certus Quartz", - "multiblock": - { - "mapping": { "0": "#forge:ores/certus_quartz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Used for: Applied Energistics 2$(br)Formula: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Nether Quartz", - "multiblock": - { - "mapping": { "0": "#forge:ores/nether_quartz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Used for: Applied Energistics 2$(br)Formula: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Barite", - "multiblock": - { - "mapping": { "0": "#forge:ores/barite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Barium$(br)Formula: BaSO₂" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_redstone.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_redstone.json deleted file mode 100644 index 7e7b90dcd..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_redstone.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Redstone, Cinnabar, & Ruby", - "icon": "minecraft:redstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 160$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 100$(br)Size: 40$(br2)Stone types: Granite$(br2)Indicator: Redstone, Ruby, Cinnabar$(br2)Can't find it? Try looking in oceans, the Redstone glows!" - }, - { - "type": "patchouli:multiblock", - "name": "Redstone", - "multiblock": - { - "mapping": { "0": "#forge:ores/redstone" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Melts into: Redstone$(br)Formula: Si(FeS₂)₅(CrAl₂O₃)Hg₃" - }, - { - "type": "patchouli:multiblock", - "name": "Ruby", - "multiblock": - { - "mapping": { "0": "#forge:ores/ruby" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Chromium$(br)Formula: CrAl₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Cinnabar", - "multiblock": - { - "mapping": { "0": "#forge:ores/cinnabar" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Mercury$(br)Formula: HgS$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_salt.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_salt.json deleted file mode 100644 index db640427b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_salt.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Salts & Borax", - "icon": "tfc:powder/salt", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 175$(br)Density: 0.4$(br)Type: Disc Vein$(br)Y: 30 - 70$(br)Size: 40$(br)Height: 4$(br2)Stone types: Shale, Claystone, Limestone$(br2)Indicator: Salt lick, Rock salt, Lepidolite, Borax" - }, - { - "type": "patchouli:multiblock", - "name": "Rock Salt", - "multiblock": - { - "mapping": { "0": "#forge:ores/rock_salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Source of: Potassium, Chlorine$(br)Formula: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Salt", - "multiblock": - { - "mapping": { "0": "#forge:ores/salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: High blood pressure$(br)Formula: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Lepidolite", - "multiblock": - { - "mapping": { "0": "#forge:ores/lepidolite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Potassium, Lithium, Aluminium, Fluorine$(br)Formula: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Borax", - "multiblock": - { - "mapping": { "0": "#forge:ores/borax" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Boron$(br)Formula: Na₂B₄(H₂O)₁₀O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_saltpeter.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_saltpeter.json deleted file mode 100644 index 4776bbf74..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_saltpeter.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Saltpeter & Electrotine", - "icon": "gtceu:raw_saltpeter", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 210$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Saltpeter, Diatomite, Electrotine, Alunite" - }, - { - "type": "patchouli:multiblock", - "name": "Saltpeter", - "multiblock": - { - "mapping": { "0": "#forge:ores/saltpeter" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Potassium$(br)Formula: KNO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Diatomite", - "multiblock": - { - "mapping": { "0": "#forge:ores/diatomite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Iron, Aluminium$(br)Formula: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - }, - { - "type": "patchouli:multiblock", - "name": "Electrotine", - "multiblock": - { - "mapping": { "0": "#forge:ores/electrotine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Gold, Silver, Redstone$(br)Formula: (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)" - }, - { - "type": "patchouli:multiblock", - "name": "Alunite", - "multiblock": - { - "mapping": { "0": "#forge:ores/alunite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Potassium, Aluminium$(br)Formula: KAl₃Si₂H₆O₁₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_silver.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_silver.json deleted file mode 100644 index 0beca1f10..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_silver.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Silver, Galena, & Lead", - "icon": "gtceu:raw_silver", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 160$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Gneiss$(br2)Indicator: Native Silver" - }, - { - "type": "patchouli:multiblock", - "name": "Galena", - "multiblock": - { - "mapping": { "0": "#forge:ores/galena" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Smelts into: Lead$(br)Formula: PbS$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Silver", - "multiblock": - { - "mapping": { "0": "#forge:ores/silver" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Silver$(br)Formula: Ag" - }, - { - "type": "patchouli:multiblock", - "name": "Lead", - "multiblock": - { - "mapping": { "0": "#forge:ores/lead" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_sphalerite.json deleted file mode 100644 index 0b52d9932..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_sphalerite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Sphalerite & Pyrite", - "icon": "gtceu:raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Sphalerite" - }, - { - "type": "patchouli:multiblock", - "name": "Sphalerite", - "multiblock": - { - "mapping": { "0": "#forge:ores/sphalerite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Zinc$(br)Formula: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_spodumene.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_spodumene.json deleted file mode 100644 index 15179ab4d..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_spodumene.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Spodumene & Lepidolite", - "icon": "gtceu:raw_spodumene", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.375$(br)Type: Disc Vein$(br)Y: 20 - 60$(br)Size: 35$(br)Height: 6$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Salt lick, Rock salt, Lepidolite, Spodumene" - }, - { - "type": "patchouli:multiblock", - "name": "Rock Salt", - "multiblock": - { - "mapping": { "0": "#forge:ores/rock_salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Potassium, Chlorine$(br)Formula: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Salt", - "multiblock": - { - "mapping": { "0": "#forge:ores/salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: High blood pressure$(br)Formula: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Lepidolite", - "multiblock": - { - "mapping": { "0": "#forge:ores/lepidolite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Potassium, Lithium, Aluminium, Fluorine$(br)Formula: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Spodumene", - "multiblock": - { - "mapping": { "0": "#forge:ores/spodumene" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Lithium, Aluminium$(br)Formula: LiAlSi₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_sulfur.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_sulfur.json deleted file mode 100644 index 827392484..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_sulfur.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Sulfur & Pyrite", - "icon": "gtceu:raw_sulfur", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 165$(br)Density: 0.2$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 45$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Sulfur, Pyrite, Sphalerite" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Sphalerite", - "multiblock": - { - "mapping": { "0": "#forge:ores/sphalerite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Zinc$(br)Formula: ZnS" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_tetrahedrite.json deleted file mode 100644 index a525b3be4..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/normal_tetrahedrite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Tetrahedrite (Normal)", - "icon": "gtceu:raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Tetrahedrite, Native Copper" - }, - { - "type": "patchouli:multiblock", - "name": "Tetrahedrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/tetrahedrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Copper$(br)Formula: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Native Copper", - "multiblock": - { - "mapping": { "0": "#forge:ores/copper" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Melts into: Copper$(br)Formula: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Stibnite", - "multiblock": - { - "mapping": { "0": "#forge:ores/stibnite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Smelts into: Antimony$(br)Formula: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/ore_basics.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/ore_basics.json index c3ddc1f80..0e6c5c688 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/ore_basics.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/ore_basics.json @@ -1,43 +1,43 @@ { - "name": "Mining in TFG", - "icon": "gtceu:pyrite_dust", - "category": "tfc:tfg_ores", - "priority": true, - "sortnum": 0, - "pages": [ - { - "type": "patchouli:text", - "text": "You will need a $(thing)pickaxe$() or $(thing)mining hammer$() to mine ores.$(br2)A regular $(thing)hammer$() can also break stone type blocks quickly, but will not result in dropped ores. It can still be useful for $(l:getting_started/primitive_anvils#raw_rock)extracting$() stone blocks however." - }, - { - "type": "patchouli:crafting", - "recipe": "gtceu:shaped/pickaxe_copper", - "recipe2": "gtceu:shaped/mining_hammer_copper" - }, - { - "type": "patchouli:spotlight", - "title": "Pickaxe", - "text": "Breaking an ore block with a pickaxe will yield $(thing)raw ores$() (poor, normal, or rich), as well as some stone dust. These are not worth much mB each and you will need multiple to make a single ingot, however some other minerals are only useable in this state, such as $(thing)coal$().", - "item": { "tag": "minecraft:pickaxes" } - }, - { - "type": "patchouli:spotlight", - "title": "Mining Hammer", - "text": "These are basically a pickaxe with a 3x3 range, and will yield $(thing)raw ores$() as well. Also good for clearing stone after you've hammered the ores out!$(br2)Holding $(thing)sneak$() will only break a single block at a time.", - "item": { "tag": "forge:tools/mining_hammers" } - }, - { - "type": "patchouli:spotlight", - "title": "Basic ore processing", - "anchor": "processing", - "item": "gtceu:crushed_copper_ore", - "text": "Processing ores will result in much greater amounts of usable metal. The first step is to use a $(l:mechanics/quern)Quern$() to crush the raw ore. This step can be automated in the future with improved machines such as the $(thing)Millstone$(), $(thing)Crushing Wheel$(), $(thing)Macerator$(), and $(thing)Forge Hammer$()." - }, - { - "type": "patchouli:crafting", - "title": "Purifying dust", - "recipe": "gtceu:shapeless/crushed_ore_to_dust_copper", - "text": "To make your crushed ores melt into even more mB, first place them in a crafting grid along with a $(thing)Hammer$(). This will produce $(thing)Impure Dust$(). To purify the dust, throw it in water or $(item)$(k:key.use)$() a $(thing)Cauldron$() filled with water." - } - ] + "name": "Mining in TFG", + "icon": "minecraft:diamond_pickaxe", + "category": "tfc:tfg_ores", + "priority": true, + "sortnum": 0, + "pages": [ + { + "type": "patchouli:text", + "text": "You will need a $(thing)pickaxe$() or $(thing)mining hammer$() to mine ores.$(br2)A regular $(thing)hammer$() can also break stone type blocks quickly, but will not result in dropped ores. It can still be useful for $(l:getting_started/primitive_anvils#raw_rock)extracting$() stone blocks however." + }, + { + "type": "patchouli:crafting", + "recipe": "gtceu:shaped/pickaxe_copper", + "recipe2": "gtceu:shaped/mining_hammer_copper" + }, + { + "type": "patchouli:spotlight", + "title": "Pickaxe", + "text": "Breaking an ore block with a pickaxe will yield $(thing)raw ores$() (poor, normal, or rich), as well as some stone dust. These are not worth much mB each and you will need multiple to make a single ingot, however some other minerals are only useable in this state, such as $(thing)coal$().", + "item": { "tag": "minecraft:pickaxes" } + }, + { + "type": "patchouli:spotlight", + "title": "Mining Hammer", + "text": "These are basically a pickaxe with a 3x3 range, and will yield $(thing)raw ores$() as well. Also good for clearing stone after you've hammered the ores out!$(br2)Holding $(thing)sneak$() will only break a single block at a time.", + "item": { "tag": "forge:tools/mining_hammers" } + }, + { + "type": "patchouli:spotlight", + "title": "Basic ore processing", + "anchor": "processing", + "item": "gtceu:crushed_copper_ore", + "text": "Processing ores will result in much greater amounts of usable metal. The first step is to use a $(l:mechanics/quern)Quern$() to crush the raw ore. This step can be automated in the future with improved machines such as the $(thing)Millstone$(), $(thing)Crushing Wheel$(), $(thing)Macerator$(), and $(thing)Forge Hammer$()." + }, + { + "type": "patchouli:crafting", + "title": "Purifying dust", + "recipe": "gtceu:shapeless/crushed_ore_to_dust_copper", + "text": "To make your crushed ores melt into even more mB, first place them in a crafting grid along with a $(thing)Hammer$(). This will produce $(thing)Impure Dust$(). To purify the dust, throw it in water or $(item)$(k:key.use)$() a $(thing)Cauldron$() filled with water." + } + ] } diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_bismuth.json deleted file mode 100644 index 2be98e09e..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_bismuth.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Bismuth (Surface)", - "icon": "gtceu:poor_raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bismuthinite$(br)Only used for Bismuth Bronze." - }, - { - "type": "patchouli:multiblock", - "name": "Bismuth", - "multiblock": - { - "mapping": { "0": "#forge:ores/bismuth" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 90%$(br)Melts into: Bismuth$(br)Formula: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 3%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Lead", - "multiblock": - { - "mapping": { "0": "#forge:ores/lead" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 7%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_cassiterite.json deleted file mode 100644 index 1578a4734..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_cassiterite.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cassiterite (Surface)", - "icon": "gtceu:poor_raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 135$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Cassiterite" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Tin", - "multiblock": - { - "mapping": { "0": "#forge:ores/tin" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Tin$(br)Formula: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_copper.json deleted file mode 100644 index b1b80768a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_copper.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "Chalcopyrite & Realgar", - "icon": "gtceu:raw_chalcopyrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 30 - 210$(br)Size: 50$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Native Copper, Cassiterite, Realgar" - }, - { - "type": "patchouli:multiblock", - "name": "Chalcopyrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/chalcopyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Melts into: Copper$(br)Formula: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Zeolite", - "multiblock": - { - "mapping": { "0": "#forge:ores/zeolite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium, Oxygen$(br)Formula: NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Realgar", - "multiblock": - { - "mapping": { "0": "#forge:ores/realgar" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Arsenic$(br)Formula: As₄S₄$(br)Hazardous: Yes" - }, - { - "type": "patchouli:text", - "text": "If you're having trouble finding Realgar, another source of Arsenic is $(l:tfg_ores/normal_garnierite)Cobaltite$(), although it will require an $(thing)Electric Blast Furnace$() to process." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_sphalerite.json deleted file mode 100644 index dd3306166..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_sphalerite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Sphalerite & Sulfur", - "icon": "gtceu:poor_raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 145$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Sphalerite" - }, - { - "type": "patchouli:multiblock", - "name": "Sphalerite", - "multiblock": - { - "mapping": { "0": "#forge:ores/sphalerite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Zinc$(br)Formula: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_tetrahedrite.json deleted file mode 100644 index 2b7cbd0e3..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/surface_tetrahedrite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Tetrahedrite (Surface)", - "icon": "gtceu:poor_raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Tetrahedrite, Native Copper" - }, - { - "type": "patchouli:multiblock", - "name": "Tetrahedrite", - "multiblock": - { - "mapping": { "0": "#forge:ores/tetrahedrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Melts into: Copper$(br)Formula: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Native Copper", - "multiblock": - { - "mapping": { "0": "#forge:ores/copper" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Stibnite", - "multiblock": - { - "mapping": { "0": "#forge:ores/stibnite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Smelts into: Antimony$(br)Formula: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/mechanics/fire_clay.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/mechanics/fire_clay.json index 714e36bd9..781bb6423 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/mechanics/fire_clay.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/mechanics/fire_clay.json @@ -11,12 +11,12 @@ { "type": "patchouli:crafting", "recipe": "tfc:crafting/fire_clay", - "text": "Fire clay is made from $(l:tfg_ores/normal_graphite)graphite$() powder, crushed in a $(l:mechanics/quern)quern$(), as well as $(l:tfg_ores/surface_kaolin#powder)kaolinite$() powder" + "text": "Fire clay is made from $(l:tfg_ores/earth_vein_index#normal_graphite)graphite$() powder, crushed in a $(l:mechanics/quern)quern$(), as well as $(l:tfg_ores/surface_kaolin#powder)kaolinite$() powder" }, { "type": "tfc:heat_recipe", "recipe": "tfc:heating/kaolin_clay", - "text": "Kaolinite powder is made by heating $(l:tfg_ores/surface_kaolin)Kaolin Clay$(). However, the process is not perfect, and only 20% of clay will form powder!" + "text": "Kaolinite powder is made by heating $(l:mechanics/surface_kaolin)Kaolin Clay$(). However, the process is not perfect, and only 20% of clay will form powder!" }, { "type": "tfc:knapping_recipe", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_garnet_amethyst.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_garnet_amethyst.json deleted file mode 100644 index 71feddb74..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_garnet_amethyst.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Amethyst & Garnet", - "icon": "minecraft:amethyst_shard", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 230$(br)Density: 0.25$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br)Height: 8$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Amethyst Bud" - }, - { - "type": "patchouli:multiblock", - "name": "Amethyst", - "multiblock": { - "mapping": { - "0": "#forge:ores/amethyst" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 65%$(br)Source of: Iron$(br)Formula: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Opal", - "multiblock": { - "mapping": { - "0": "#forge:ores/opal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Formula: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Red Garnet", - "multiblock": { - "mapping": { - "0": "#forge:ores/red_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Source of: Pyrope, Almandine, Spessartine" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Garnet", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Andradite, Grossular, Uvarovite" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_garnet_opal.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_garnet_opal.json deleted file mode 100644 index da9ffd5fe..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_garnet_opal.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Opal & Garnet", - "icon": "gtceu:opal_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.35$(br)Type: Disc Vein$(br)Y: -64 - 62$(br)Size: 26$(br)Height: 6$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Amethyst Bud" - }, - { - "type": "patchouli:multiblock", - "name": "Opal", - "multiblock": { - "mapping": { - "0": "#forge:ores/opal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Formula: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Amethyst", - "multiblock": { - "mapping": { - "0": "#forge:ores/amethyst" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Iron$(br)Formula: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Red Garnet", - "multiblock": { - "mapping": { - "0": "#forge:ores/red_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Source of: Pyrope, Almandine, Spessartine" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Garnet", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Andradite, Grossular, Uvarovite" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_gold.json deleted file mode 100644 index f50509c80..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_gold.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Gold (Deep)", - "icon": "gtceu:rich_raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 260$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 32$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Limonite, Hematite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 75%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_hematite.json deleted file mode 100644 index e7cbb4150..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_hematite.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Hematite, Goethite, & Ruby", - "icon": "gtceu:rich_raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Hematite, Limonite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Ruby", - "multiblock": { - "mapping": { - "0": "#forge:ores/ruby" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Chromium, Aluminium$(br)Formula: CrAl₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_limonite.json deleted file mode 100644 index 3ebb4facd..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_limonite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Goethite & Malachite", - "icon": "gtceu:rich_raw_goethite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 240$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 32$(br2)Stone types: Marble, Limestone$(br2)Indicator: Limonite, Hematite, Malachite" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Malachite", - "multiblock": { - "mapping": { - "0": "#forge:ores/malachite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_magnetite.json deleted file mode 100644 index c5b62293e..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_magnetite.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Chromite & Magnetite", - "icon": "gtceu:rich_raw_chromite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 205$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - 30$(br)Size: 340$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Magnetite, Native Gold, Chromite, Sapphire" - }, - { - "type": "patchouli:multiblock", - "name": "Chromite", - "multiblock": { - "mapping": { - "0": "#forge:ores/chromite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Source of: Chromium$(br)Formula: FeCr₂O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Magnetite", - "multiblock": { - "mapping": { - "0": "#forge:ores/magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Vanadium Magnetite", - "multiblock": { - "mapping": { - "0": "#forge:ores/vanadium_magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Iron, Vanadium$(br)Formula: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Sapphire", - "multiblock": { - "mapping": { - "0": "#forge:ores/sapphire" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_molybdenum.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_molybdenum.json deleted file mode 100644 index 4ef974430..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_molybdenum.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Wulfenite & Molybdenite", - "icon": "gtceu:rich_raw_wulfenite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 245$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - 10$(br)Size: 26$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Wulfenite, Molybdenite, Molybdenum, Powellite" - }, - { - "type": "patchouli:multiblock", - "name": "Wulfenite", - "multiblock": { - "mapping": { - "0": "#forge:ores/wulfenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Source of: Lead, Molybdenum$(br)Formula: PbMoO₄$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Molybdenite", - "multiblock": { - "mapping": { - "0": "#forge:ores/molybdenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Molybdenum$(br)Formula: MoS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Molybdenum", - "multiblock": { - "mapping": { - "0": "#forge:ores/molybdenum" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Molybdenum$(br)Formula: Mo" - }, - { - "type": "patchouli:multiblock", - "name": "Powellite", - "multiblock": { - "mapping": { - "0": "#forge:ores/powellite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Molybdenum$(br)Formula: CaMoO₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_naquadah.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_naquadah.json deleted file mode 100644 index e23b9ae43..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_naquadah.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Naquadah & Plutonium", - "icon": "gtceu:rich_raw_naquadah", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 310$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - -20$(br)Size: 32$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Naquadah, Plutonium" - }, - { - "type": "patchouli:multiblock", - "name": "Naquadah", - "multiblock": { - "mapping": { - "0": "#forge:ores/naquadah" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 75%$(br)Source of: Stargatium$(br)Formula: Nq" - }, - { - "type": "patchouli:multiblock", - "name": "Plutonium", - "multiblock": { - "mapping": { - "0": "#forge:ores/plutonium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Plutonium$(br)Formula: Pu²³⁹$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_pitchblende.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_pitchblende.json deleted file mode 100644 index 4797f5974..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_pitchblende.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Uraninite & Pitchblende", - "icon": "gtceu:rich_raw_uraninite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.45$(br)Type: Cluster Vein$(br)Y: -64 - -20$(br)Size: 24$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Pitchblende, Uraninite$(br2)There's no fission reactors in TFG, but Uranium has other uses." - }, - { - "type": "patchouli:multiblock", - "name": "Uraninite", - "multiblock": { - "mapping": { - "0": "#forge:ores/uraninite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Uranium$(br)Formula: UO₂$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Pitchblende", - "multiblock": { - "mapping": { - "0": "#forge:ores/pitchblende" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Uranium$(br)Formula: (UO₂)₃ThPb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_sapphire.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_sapphire.json deleted file mode 100644 index d5328d3eb..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_sapphire.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "name": "Sapphire & Almandine", - "icon": "gtceu:sapphire_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.35$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br)Height: 8$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Almandine, Pyrope, Sapphire, Green Sapphire$(br2)If you're looking for $(thing)Aluminium$(), find a $(l:tfg_ores/normal_bauxite)Bauxite$() vein instead.$(br)" - }, - { - "type": "patchouli:multiblock", - "name": "Almandine", - "anchor": "almandine", - "multiblock": { - "mapping": { - "0": "#forge:ores/almandine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Iron$(br)Formula: Al₂Fe₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrope", - "anchor": "pyrope", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrope" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium, Magnesium$(br)Formula: Al₂Mg₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Sapphire", - "multiblock": { - "mapping": { - "0": "#forge:ores/sapphire" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Green Sapphire", - "multiblock": { - "mapping": { - "0": "#forge:ores/green_sapphire" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_scheelite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_scheelite.json deleted file mode 100644 index 5b3c021b2..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_scheelite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Scheelite & Tungstate", - "icon": "gtceu:rich_raw_scheelite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.35$(br)Type: Cluster Vein$(br)Y: -64 - 0$(br)Size: 28$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Scheelite, Tungstate, Lithium" - }, - { - "type": "patchouli:multiblock", - "name": "Scheelite", - "multiblock": { - "mapping": { - "0": "#forge:ores/cooperite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Source of: Tungsten$(br)Formula: Ca(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Tungstate", - "multiblock": { - "mapping": { - "0": "#forge:ores/tungstate" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Tungsten, Lithium$(br)Formula: Li₂(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Lithium", - "multiblock": { - "mapping": { - "0": "#forge:ores/lithium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Lithium$(br)Formula: Li" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_sheldonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_sheldonite.json deleted file mode 100644 index 773c8da7a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_sheldonite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Sheldonite & Bornite", - "icon": "gtceu:rich_raw_platinum", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 300$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -64 - 0$(br)Size: 30$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Bornite, Cooperite, Platinum, Palladium" - }, - { - "type": "patchouli:multiblock", - "name": "Sheldonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/cooperite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Platinum, Nickel, Palladium$(br)Formula: Pt₃NiSPd" - }, - { - "type": "patchouli:multiblock", - "name": "Platinum", - "multiblock": { - "mapping": { - "0": "#forge:ores/platinum" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Platinum$(br)Formula: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Palladium", - "multiblock": { - "mapping": { - "0": "#forge:ores/palladium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Palladium$(br)Formula: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Bornite", - "multiblock": { - "mapping": { - "0": "#forge:ores/bornite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Smelts into: Copper$(br)Formula: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_topaz.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_topaz.json deleted file mode 100644 index b146d8dac..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/deep_topaz.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Topaz & Chalcocite", - "icon": "gtceu:topaz_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 260$(br)Density: 0.3$(br)Type: Disc Vein$(br)Y: -64 - 26$(br)Size: 28$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Topaz, Blue Topaz, Chalcocite, Bornite" - }, - { - "type": "patchouli:multiblock", - "name": "Topaz", - "multiblock": { - "mapping": { - "0": "#forge:ores/topaz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium, Fluorine$(br)Formula: Al₂SiFH₂" - }, - { - "type": "patchouli:multiblock", - "name": "Blue Topaz", - "multiblock": { - "mapping": { - "0": "#forge:ores/blue_topaz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Fluorine$(br)Formula: Al₂SiF₂H₂O₆" - }, - { - "type": "patchouli:multiblock", - "name": "Chalcocite", - "multiblock": { - "mapping": { - "0": "#forge:ores/chalcocite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Copper$(br)Formula: Cu₂S" - }, - { - "type": "patchouli:multiblock", - "name": "Bornite", - "multiblock": { - "mapping": { - "0": "#forge:ores/bornite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Smelts into: Copper$(br)Formula: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/hazards.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/hazards.json deleted file mode 100644 index f8caece51..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/hazards.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "name": "Dealing with Hazards", - "icon": "gtceu:hazmat_headpiece", - "category": "tfc:tfg_ores", - "priority": true, - "sortnum": 1, - "pages": [ - { - "type": "patchouli:text", - "text": "Some ores are hazardous! Having them in your inventory will deal continuous poison damage.$(br2)There's a full $(thing)hazmat suit$(), but that's all the way in $(thing)MV$(), so what can you do instead?$(br2)Here's some tips until TFG is able to update to a newer version of a GregTech that provides its own primitive protection equipment." - }, - { - "type": "patchouli:text", - "text": "Later, if you want to move hazardous materials around, you can take them out of small vessels and into chests and machines by $(thing)Right-clicking$() on the vessel. This way, it will never enter your inventory!$(br2)Lastly, if you don't enjoy hazards, you can turn them off in the GregTech options." - }, - { - "type": "patchouli:spotlight", - "title": "Rocks", - "item": { - "tag": "tfc:rock_knapping" - }, - "text": "The easiest way to prevent hazardous items from entering your inventory is to not pick them up at all.$(br)Filling your inventory with $(thing)Rocks$(), for example, will let you pick and choose which items you want to pick up, letting you deal with the hazardous ones all at once later." - }, - { - "type": "patchouli:spotlight", - "title": "Containers", - "text": "As mentioned, the hazardous materials only deal damage while they are in your $(thing)inventory$(), but that doesn't apply to other containers!$(br)Hazardous materials will not deal damage while they are in another container such as a $(l:mechanics/crankshaft)Backpack$() or $(l:getting_started/pottery#vessel)Vessel$().", - "item": "sophisticatedbackpacks:backpack,tfc:ceramic/vessel,tfc:ceramic/large_vessel" - }, - { - "type": "patchouli:spotlight", - "title": "Armor", - "text": "Better armor will reduce the damage taken from hazardous materials.", - "item": { - "tag": "minecraft:trimmable_armor" - } - }, - { - "type": "patchouli:spotlight", - "title": "Spring Water", - "item": "tfc:bucket/spring_water", - "text": "Standing in $(thing)Spring Water$() will provide a slow $(thing)Regeneration$() effect." - }, - { - "type": "patchouli:spotlight", - "title": "Aged Alcohol", - "text": "$(thing)Aged Alcohol$() will give potion buffs, some of which you might find useful.$(br2)You can drink them with a $(l:getting_started/pottery#jug)Jug$() or $(l:waterflasks/recipes)Flask$().", - "item": "tfcagedalcohol:bucket/aged_beer,tfcagedalcohol:bucket/aged_cider,tfcagedalcohol:bucket/aged_rum,tfcagedalcohol:bucket/aged_sake,tfcagedalcohol:bucket/aged_vodka,tfcagedalcohol:bucket/aged_whiskey,tfcagedalcohol:bucket/aged_corn_whiskey,tfcagedalcohol:bucket/aged_rye_whiskey" - }, - { - "type": "patchouli:text", - "text": "Aged Beer: Absorption II (20:00)$(br2)Aged Cider: Speed (5:20)$(br2)Aged Rum: Speed II (2:40)$(br2)Aged Sake: Resistance (5:20)$(br2)Aged Vodka: Resistance II (2:40)$(br2)Aged Corn Whiskey: Haste (5:20)$(br2)Aged Rye Whiskey: Haste (5:20)$(br2)Aged Whiskey: Haste II (2:40)" - }, - { - "type": "patchouli:spotlight", - "item": { - "tag": "tfc:foods" - }, - "title": "Nutrition", - "text": "Eating better foods with more $(l:getting_started/food_and_water#nutrients)nutrition$() will raise your maximum HP by a significant amount.$(br2)$(l:mechanics/pot#soup)Soups$(), $(l:mechanics/sandwiches)Sandwiches$(), and $(l:mechanics/salad)Salads$() are great for this." - }, - { - "type": "patchouli:spotlight", - "title": "Bed", - "item": { - "tag": "minecraft:beds" - }, - "text": "If all else fails, bringing along a bed to respawn is a good idea.$(br2)If you don't have access to $(thing)Wool$() or $(thing)String$(), you can also make a $(l:getting_started/a_place_to_sleep)Thatch Bed$()." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/index.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/index.json deleted file mode 100644 index f66c39d8c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/index.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "Ore Index", - "icon": "minecraft:diamond_pickaxe", - "category": "tfc:tfg_ores", - "priority": true, - "sortnum": 2, - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "This is a list of every ore in the world, sorted alphabetically, and then by richest to poorest vein type.$(br2)Almandine: $(l:tfg_ores/deep_sapphire)35%$()$(br)Aluminium: $(l:tfg_ores/normal_bauxite)25%$()$(br)Alunite: $(l:tfg_ores/normal_saltpeter)15%$()$(br)Amethyst: $(l:tfg_ores/deep_garnet_amethyst)65%$(), $(l:tfg_ores/deep_garnet_opal)25%$()$(br)Apatite: $(l:tfg_ores/normal_apatite)50%$()$(br)Asbestos: $(l:tfg_ores/normal_garnet_tin)25%$()$(br)Barite: $(l:tfg_ores/normal_quartz)15%$()$(br)Basaltic Mineral Sand: $(l:tfg_ores/normal_basaltic_sands)35%$()$(br)Bastnasite: $(l:tfg_ores/normal_monazite)50%$()" - }, - { - "type": "patchouli:text", - "text": "Bauxite: $(l:tfg_ores/normal_bauxite)45%$(), $(l:tfg_ores/normal_mica)25%$()$(br)Bentonite: $(l:tfg_ores/normal_olivine)35%$()$(br)Beryllium: $(l:tfg_ores/normal_beryllium)35%$()$(br)Bismuth: $(l:tfg_ores/surface_bismuth)90%$(), $(l:tfg_ores/normal_bismuth)80%$()$(br)Blue Topaz: $(l:tfg_ores/deep_topaz)35%$()$(br)Borax: $(l:tfg_ores/normal_salt)15%$()$(br)Bornite: $(l:tfg_ores/deep_sheldonite)35%$(), $(l:tfg_ores/deep_topaz)15%$()$(br)Calcite: $(l:tfg_ores/normal_lapis)15%$()$(br)Cassiterite: $(l:tfg_ores/surface_cassiterite)60%$(), $(l:tfg_ores/normal_cassiterite)40%$(), $(l:tfg_ores/surface_copper)5%$()$(br)Cassiterite Sand: $(l:tfg_ores/normal_garnet_tin)35%$()$(br)Certus Quartz: $(l:tfg_ores/normal_quartz)30%$()$(br)Chalcocite: $(l:tfg_ores/deep_topaz)25%$()$(br)Chalcopyrite: $(l:tfg_ores/surface_copper)55%$(), $(l:tfg_ores/normal_copper)20%$()$(br)Chromite: $(l:tfg_ores/deep_magnetite)60%$()$(br)Cinnabar: $(l:tfg_ores/normal_redstone)20%$()$(br)Coal: $(l:tfg_ores/normal_coal)100%$(), $(l:tfg_ores/normal_graphite)30%$()$(br)Cobalt: $(l:tfg_ores/normal_garnierite)15%$()" - }, - { - "type": "patchouli:text", - "text": "Cobaltite: $(l:tfg_ores/normal_garnierite)20%$()$(br)Copper: $(l:tfg_ores/normal_copper)65%$(), $(l:tfg_ores/normal_tetrahedrite)30%$(), $(l:tfg_ores/surface_tetrahedrite)20%$()$(br)Diamond: $(l:tfg_ores/normal_graphite)25%$()$(br)Diatomite: $(l:tfg_ores/normal_saltpeter)25%$(), $(l:tfg_ores/normal_garnet_tin)15%$()$(br)Electrotine: $(l:tfg_ores/normal_saltpeter)25%$()$(br)Emerald: $(l:tfg_ores/normal_beryllium)50%$()$(br)Fuller's Earth: $(l:tfg_ores/normal_basaltic_sands)25%$()$(br)Galena: $(l:tfg_ores/normal_silver)30%$()$(br)Garnet Sand: $(l:tfg_ores/normal_garnet_tin)25%$()$(br)Garnierite: $(l:tfg_ores/normal_garnierite)30%$()$(br)Glauconite Sand: $(l:tfg_ores/normal_lubricant)25%$(), $(l:tfg_ores/normal_olivine)15%$()$(br)Goethite: $(l:tfg_ores/deep_limonite)50%$(), $(l:tfg_ores/deep_hematite)25%$(), $(l:tfg_ores/normal_hematite)15%$(), $(l:tfg_ores/normal_limonite)15%$(), $(l:tfg_ores/normal_gold)5%$(), $(l:tfg_ores/deep_gold)5%$()$(br)Gold: $(l:tfg_ores/deep_gold)75%$(), $(l:tfg_ores/normal_gold)55%$(), $(l:tfg_ores/deep_magnetite)15%$(), $(l:tfg_ores/normal_magnetite)10%$(), $(l:tfg_ores/deep_hematite)5%$(), $(l:tfg_ores/normal_hematite)5%$()$(br)Granitic Mineral Sand: $(l:tfg_ores/normal_basaltic_sands)25%$()$(br)Graphite: $(l:tfg_ores/normal_graphite)45%$()$(br)Green Sapphire: $(l:tfg_ores/deep_sapphire)15%$()" - }, - { - "type": "patchouli:text", - "text": "Grossular: $(l:tfg_ores/normal_manganese)30%$()$(br)Gypsum: $(l:tfg_ores/normal_basaltic_sands)15%$()$(br)Hematite: $(l:tfg_ores/normal_hematite)50%$(), $(l:tfg_ores/deep_hematite)35%$(), $(l:tfg_ores/normal_gold)20%$(), $(l:tfg_ores/normal_limonite)20%$(), $(l:tfg_ores/deep_gold)15%$(), $(l:tfg_ores/deep_limonite)15%$()$(br)Ilmenite: $(l:tfg_ores/normal_bauxite)30%$()$(br)Iron: $(l:tfg_ores/normal_copper)5%$()$(br)Kaolinite: $(l:tfg_ores/surface_kaolin)20%$()$(br)Kyanite: $(l:tfg_ores/normal_mica)35%$()$(br)Lapis: $(l:tfg_ores/normal_lapis)25%$()$(br)Lazurite: $(l:tfg_ores/normal_lapis)35%$()$(br)Lead: $(l:tfg_ores/normal_silver)55%$(), $(l:tfg_ores/normal_bismuth)11%$(), $(l:tfg_ores/surface_bismuth)7%$()$(br)Lepidolite: $(l:tfg_ores/normal_salt)15%$(), $(l:tfg_ores/normal_spodumene)15%$()$(br)Lithium: $(l:tfg_ores/deep_scheelite)20%$()$(br)Magnesite: $(l:tfg_ores/normal_olivine)25%$()$(br)Magnetite: $(l:tfg_ores/normal_magnetite)65%$(), $(l:tfg_ores/deep_magnetite)5%$()$(br)Malachite: $(l:tfg_ores/deep_limonite)20%$(), $(l:tfg_ores/normal_limonite)15%$()$(br)Mica: $(l:tfg_ores/normal_mica)25%$()" - }, - { - "type": "patchouli:text", - "text": "Molybdenite: $(l:tfg_ores/deep_molybdenum)30%$()$(br)Molybdenum: $(l:tfg_ores/deep_molybdenum)15%$()$(br)Monazite: $(l:tfg_ores/normal_monazite)25%$()$(br)Naquadah: $(l:tfg_ores/deep_naquadah)75%$()$(br)Neodymium: $(l:tfg_ores/normal_monazite)25%$()$(br)Nether Quartz: $(l:tfg_ores/normal_quartz)10%$()$(br)Nickel: $(l:tfg_ores/normal_garnierite)10%$()$(br)Oilsands: $(l:tfg_ores/normal_oilsands)100%$()$(br)Olivine: $(l:tfg_ores/normal_olivine)25%$()$(br)Opal: $(l:tfg_ores/deep_garnet_opal)55%$(), $(l:tfg_ores/deep_garnet_amethyst)15%$()$(br)Palladium: $(l:tfg_ores/deep_sheldonite)15%$()$(br)Pentlandite: $(l:tfg_ores/normal_garnierite)25%$(), $(l:tfg_ores/normal_lubricant)15%$()$(br)Pitchblende: $(l:tfg_ores/deep_pitchblende)50%$()$(br)Platinum: $(l:tfg_ores/deep_sheldonite)25%$()$(br)Plutonium: $(l:tfg_ores/deep_naquadah)25%$()$(br)Pollucite: $(l:tfg_ores/normal_mica)15%$()$(br)Powellite: $(l:tfg_ores/deep_molybdenum)15%$()" - }, - { - "type": "patchouli:text", - "text": "Pyrite: $(l:tfg_ores/normal_sulfur)35%$(), $(l:tfg_ores/normal_sphalerite)25%$(), $(l:tfg_ores/normal_copper)10%$(), $(l:tfg_ores/surface_sphalerite)5%$()$(br)Pyrochlore: $(l:tfg_ores/normal_apatite)15%$()$(br)Pyrolusite: $(l:tfg_ores/normal_manganese)20%$()$(br)Pyrope: $(l:tfg_ores/deep_sapphire)25%$()$(br)Quartzite: $(l:tfg_ores/normal_quartz)45%$()$(br)Realgar: $(l:tfg_ores/surface_copper)15%$()$(br)Red Garnet: $(l:tfg_ores/deep_garnet_amethyst)5%$(), $(l:tfg_ores/deep_garnet_opal)5%$()$(br)Redstone: $(l:tfg_ores/normal_redstone)45%$()$(br)Rock Salt: $(l:tfg_ores/normal_salt)40%$(), $(l:tfg_ores/normal_spodumene)20%$()$(br)Ruby: $(l:tfg_ores/normal_redstone)35%$(), $(l:tfg_ores/deep_hematite)20%$()$(br)Salt: $(l:tfg_ores/normal_salt)30%$(), $(l:tfg_ores/normal_spodumene)30%$()$(br)Saltpeter: $(l:tfg_ores/normal_saltpeter)35%$()$(br)Sapphire: $(l:tfg_ores/deep_sapphire)15%$(), $(l:tfg_ores/deep_magnetite)5%$()$(br)Scheelite: $(l:tfg_ores/deep_scheelite)45%$()$(br)Sheldonite: $(l:tfg_ores/deep_sheldonite)25%$()$(br)Silver: $(l:tfg_ores/normal_silver)15%$()$(br)Soapstone: $(l:tfg_ores/normal_lubricant)30%$()" - }, - { - "type": "patchouli:text", - "text": "Sodalite: $(l:tfg_ores/normal_lapis)25%$()$(br)Spessartine: $(l:tfg_ores/normal_manganese)20%$()$(br)Sphalerite: $(l:tfg_ores/normal_sphalerite)40%$(), $(l:tfg_ores/surface_sphalerite)40%$(), $(l:tfg_ores/normal_sulfur)15%$()$(br)Spodumene: $(l:tfg_ores/normal_spodumene)35%$()$(br)Stibnite: $(l:tfg_ores/normal_tetrahedrite)20%$(), $(l:tfg_ores/surface_tetrahedrite)20%$()$(br)Sulfur: $(l:tfg_ores/surface_sphalerite)55%$(), $(l:tfg_ores/normal_sulfur)50%$(), $(l:tfg_ores/normal_sphalerite)35%$(), $(l:tfg_ores/normal_bismuth)9%$(), $(l:tfg_ores/surface_bismuth)3%$()$(br)Talc: $(l:tfg_ores/normal_lubricant)20%$()$(br)Tantalite: $(l:tfg_ores/normal_manganese)10%$()$(br)Tetrahedrite: $(l:tfg_ores/surface_tetrahedrite)60%$(), $(l:tfg_ores/normal_tetrahedrite)50%$()$(br)Thorium: $(l:tfg_ores/normal_beryllium)15%$()$(br)Tin: $(l:tfg_ores/normal_cassiterite)60%$(), $(l:tfg_ores/surface_cassiterite)40%$()$(br)Topaz: $(l:tfg_ores/deep_topaz)25%$()$(br)Tricalcium Phosphate: $(l:tfg_ores/normal_apatite)35%$()$(br)Trona: $(l:tfg_ores/normal_lubricant)10%$()$(br)Tungstate: $(l:tfg_ores/deep_scheelite)35%$()$(br)Uraninite: $(l:tfg_ores/deep_pitchblende)50%$()$(br)Vanadium Magnetite: $(l:tfg_ores/normal_magnetite)25%$(), $(l:tfg_ores/deep_magnetite)15%$()" - }, - { - "type": "patchouli:text", - "text": "Wulfenite: $(l:tfg_ores/deep_molybdenum)40%$()$(br)Yellow Garnet: $(l:tfg_ores/deep_garnet_amethyst)5%$(), $(l:tfg_ores/deep_garnet_opal)5%$()$(br)Yellow Limonite: $(l:tfg_ores/normal_limonite)50%$(), $(l:tfg_ores/normal_hematite)30%$(), $(l:tfg_ores/normal_gold)20%$(), $(l:tfg_ores/deep_limonite)15%$(), $(l:tfg_ores/deep_hematite)15%$(), $(l:tfg_ores/deep_gold)5%$()$(br)Zeolite: $(l:tfg_ores/surface_copper)15%$()" - } - ] -} - diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_apatite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_apatite.json deleted file mode 100644 index ae29f6b7a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_apatite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Apatite & Pyrochlore", - "icon": "gtceu:raw_apatite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 220$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 34$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Apatite, Tricalcium Phosphate, Pyrochlore" - }, - { - "type": "patchouli:multiblock", - "name": "Apatite", - "multiblock": { - "mapping": { - "0": "#forge:ores/apatite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Calcium, Phosphorus, Forestry PTSD$(br)Formula: Ca₅(PO₄)₃Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Tricalcium Phosphate", - "multiblock": { - "mapping": { - "0": "#forge:ores/tricalcium_phosphate" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Calcium, Phosphorus$(br)Formula: Ca₃(PO₄)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrochlore", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrochlore" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Niobium$(br)Formula: Ca₂Nb₂O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_basaltic_sands.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_basaltic_sands.json deleted file mode 100644 index c40fc7801..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_basaltic_sands.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Mineral Sands", - "icon": "gtceu:raw_basaltic_mineral_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 160$(br)Density: 0.3$(br)Type: Disc Vein$(br)Y: -32 - 60$(br)Size: 48$(br)Height: 9$(br2)Stone types: Granite, Basalt$(br2)Indicator: Basaltic & Granitic Mineral Sand, Fuller's Earth, Gypsum" - }, - { - "type": "patchouli:multiblock", - "name": "Basaltic Mineral Sand", - "multiblock": { - "mapping": { - "0": "#forge:ores/basaltic_mineral_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Smelts into: Cast Iron$(br)Formula: (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Granitic Mineral Sand", - "multiblock": { - "mapping": { - "0": "#forge:ores/granitic_mineral_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Cast Iron$(br)Formula: (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))" - }, - { - "type": "patchouli:multiblock", - "name": "Fuller's Earth", - "multiblock": { - "mapping": { - "0": "#forge:ores/fullers_earth" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: MgSi₄H(H₂O)₄O₁₁" - }, - { - "type": "patchouli:multiblock", - "name": "Gypsum", - "multiblock": { - "mapping": { - "0": "#forge:ores/gypsum" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Used for: Alabaster (dyeable) bricks$(br)Formula: CaS(H₂O)₂O₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_bauxite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_bauxite.json deleted file mode 100644 index 95df4f78c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_bauxite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Bauxite & Ilmenite", - "icon": "gtceu:raw_bauxite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 185$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bauxite, Ilmenite, Aluminium" - }, - { - "type": "patchouli:multiblock", - "name": "Bauxite", - "multiblock": { - "mapping": { - "0": "#forge:ores/bauxite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Aluminium", - "multiblock": { - "mapping": { - "0": "#forge:ores/aluminium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium$(br)Formula: Al" - }, - { - "type": "patchouli:multiblock", - "name": "Ilmenite", - "multiblock": { - "mapping": { - "0": "#forge:ores/ilmenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Titanium$(br)Formula: FeTiO₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_beryllium.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_beryllium.json deleted file mode 100644 index 196f19c23..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_beryllium.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Emerald & Beryllium", - "icon": "minecraft:emerald", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.35$(br)Type: Pipe Vein$(br)Y: -32 - 50$(br)Height: 60$(br)Radius: 10$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Beryllium, Emerald, Thorium" - }, - { - "type": "patchouli:multiblock", - "name": "Beryllium", - "multiblock": { - "mapping": { - "0": "#forge:ores/beryllium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Used for: Ender Pearls$(br)Formula: Be$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Emerald", - "multiblock": { - "mapping": { - "0": "#forge:ores/emerald" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Used for: MV components, Item tag filters$(br)Formula: Be₃Al₂Si₆O₁₈" - }, - { - "type": "patchouli:multiblock", - "name": "Thorium", - "multiblock": { - "mapping": { - "0": "#forge:ores/thorium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Used for: Nothing!$(br)Formula: Th" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_bismuth.json deleted file mode 100644 index 513802e51..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_bismuth.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Bismuth (Normal)", - "icon": "gtceu:raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bismuthinite$(br2)Only used for Bismuth Bronze." - }, - { - "type": "patchouli:multiblock", - "name": "Bismuth", - "multiblock": { - "mapping": { - "0": "#forge:ores/bismuth" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 80%$(br)Melts into: Bismuth$(br)Formula: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 9%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Lead", - "multiblock": { - "mapping": { - "0": "#forge:ores/lead" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 11%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_cassiterite.json deleted file mode 100644 index f6eac1048..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_cassiterite.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Cassiterite (Normal)", - "icon": "gtceu:raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Cassiterite" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Tin", - "multiblock": { - "mapping": { - "0": "#forge:ores/tin" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Melts into: Tin$(br)Formula: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_coal.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_coal.json deleted file mode 100644 index ca04d421f..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_coal.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "Coal", - "icon": "minecraft:coal", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 215$(br)Density: 0.55$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 60$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Coal" - }, - { - "type": "patchouli:multiblock", - "name": "Coal", - "multiblock": { - "mapping": { - "0": "#forge:ores/coal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 100%$(br)Used for: Forge fuel, Distillation$(br)Formula: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_copper.json deleted file mode 100644 index 865e2ce3c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_copper.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Copper & Chalcopyrite", - "icon": "minecraft:raw_copper", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Native Copper" - }, - { - "type": "patchouli:multiblock", - "name": "Copper", - "multiblock": { - "mapping": { - "0": "#forge:ores/copper" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 65%$(br)Melts into: Copper$(br)Formula: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Chalcopyrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/chalcopyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Iron", - "multiblock": { - "mapping": { - "0": "#forge:ores/iron" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_garnet_tin.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_garnet_tin.json deleted file mode 100644 index 11a96ff6c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_garnet_tin.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Garnet & Cassiterite Sands", - "icon": "gtceu:raw_garnet_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 360$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 64$(br)Size: 40$(br2)Stone types: All$(br2)Indicator: Cassiterite" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite Sand", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Garnet Sand", - "multiblock": { - "mapping": { - "0": "#forge:ores/garnet_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Almandine, Andradite, Grossular, Pyrope, Spessartine, Uvarovite" - }, - { - "type": "patchouli:multiblock", - "name": "Asbestos", - "multiblock": { - "mapping": { - "0": "#forge:ores/asbestos" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium, Lung cancer$(br)Formula: Mg₃Si₂H₄O₉$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Diatomite", - "multiblock": { - "mapping": { - "0": "#forge:ores/diatomite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Iron, Aluminium$(br)Formula: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_garnierite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_garnierite.json deleted file mode 100644 index dc6ee56a2..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_garnierite.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Garnierite & Cobaltite", - "icon": "gtceu:raw_garnierite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Gabbro$(br2)Indicator: Garnierite" - }, - { - "type": "patchouli:multiblock", - "name": "Garnierite", - "multiblock": { - "mapping": { - "0": "#forge:ores/garnierite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Melts into: Nickel$(br)Formula: NiO" - }, - { - "type": "patchouli:multiblock", - "name": "Nickel", - "multiblock": { - "mapping": { - "0": "#forge:ores/nickel" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Melts into: Nickel$(br)Formula: Ni" - }, - { - "type": "patchouli:multiblock", - "name": "Cobaltite", - "multiblock": { - "mapping": { - "0": "#forge:ores/cobaltite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Cobalt, Arsenic$(br)Formula: CoAsS$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Pentlandite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pentlandite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Smelts into: Nickel$(br)Formula: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Cobalt", - "multiblock": { - "mapping": { - "0": "#forge:ores/cobalt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Smelts into: Cobalt$(br)Formula: Co" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_gold.json deleted file mode 100644 index 729e40325..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_gold.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Gold, Limonite, & Hematite", - "icon": "minecraft:raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Disc Vein$(br)Y: -32 - 60$(br)Size: 40$(br)Height: 12$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Limonite, Hematite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Melts into: Gold$(br)Formula: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_graphite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_graphite.json deleted file mode 100644 index 6b9259169..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_graphite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Graphite & Diamond", - "icon": "minecraft:diamond", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 175$(br)Density: 0.35$(br)Type: Pipe Vein$(br)Y: -64 - 100$(br)Height: 60$(br)Radius: 12$(br2)Stone types: Gabbro$(br2)Indicator: Diamond, Graphite, Coal$(br2)Can't find it? Gabbro always spawns below $(thing)Basalt$(), and Gabbro dikes in oceans can be useful too!" - }, - { - "type": "patchouli:multiblock", - "name": "Graphite", - "multiblock": { - "mapping": { - "0": "#forge:ores/graphite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Used for: $(l:mechanics/fire_clay)Fire Clay$(), Graphene$(br)Formula: C" - }, - { - "type": "patchouli:multiblock", - "name": "Diamond", - "multiblock": { - "mapping": { - "0": "#forge:ores/diamond" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Used for: Macerators, AE2$(br)Formula: C" - }, - { - "type": "patchouli:multiblock", - "name": "Coal", - "multiblock": { - "mapping": { - "0": "#forge:ores/coal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Used for: Forge fuel, Distillation$(br)Formula: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_hematite.json deleted file mode 100644 index 78ab5ed11..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_hematite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Hematite & Limonite", - "icon": "gtceu:raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 210$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Hematite, Limonite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Gold$(br)Formula: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_lapis.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_lapis.json deleted file mode 100644 index cfc88eccd..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_lapis.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Lapis, Lazurite, & Sodalite", - "icon": "minecraft:lapis_lazuli", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -60 - 10$(br)Size: 50$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Lazurite, Sodalite, Lapis, Calcite$(br2)Mostly used for fluid filters." - }, - { - "type": "patchouli:multiblock", - "name": "Lazurite", - "multiblock": { - "mapping": { - "0": "#forge:ores/lazurite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Calcium, Sodium$(br)Formula: Al₆Si₆Ca₈Na₈" - }, - { - "type": "patchouli:multiblock", - "name": "Sodalite", - "multiblock": { - "mapping": { - "0": "#forge:ores/sodalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium, Sodium$(br)Formula: Al₃Si₃Na₄Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Calcite", - "multiblock": { - "mapping": { - "0": "#forge:ores/calcite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Calcium$(br)Formula: CaCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Lapis", - "multiblock": { - "mapping": { - "0": "#forge:ores/lapis" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Lazurite, Sodalite, Pyrite, Calcite" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_limonite.json deleted file mode 100644 index 0c2018fc2..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_limonite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Limonite", - "icon": "gtceu:raw_yellow_limonite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 190$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Marble, Limestone$(br2)Indicator: Limonite, Hematite, Malachite" - }, - { - "type": "patchouli:multiblock", - "name": "Yellow Limonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Goethite", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Cast Iron$(br)Formula: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Hematite", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Cast Iron$(br)Formula: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Malachite", - "multiblock": { - "mapping": { - "0": "#forge:ores/malachite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Copper$(br)Formula: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_lubricant.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_lubricant.json deleted file mode 100644 index 0f0dd1064..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_lubricant.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Soapstone, Talc, & Trona", - "icon": "gtceu:raw_soapstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 190$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 56$(br)Size: 36$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Soapstone, Talc, Glauconite Sand, Pentlandite, Trona" - }, - { - "type": "patchouli:multiblock", - "name": "Soapstone", - "multiblock": { - "mapping": { - "0": "#forge:ores/soapstone" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Magnesium$(br)Formula: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Talc", - "multiblock": { - "mapping": { - "0": "#forge:ores/talc" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Magnesium$(br)Formula: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Glauconite Sand", - "multiblock": { - "mapping": { - "0": "#forge:ores/glauconite_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium, Aluminium$(br)Formula: KMg₂Al₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pentlandite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pentlandite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Smelts into: Nickel$(br)Formula: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Trona", - "multiblock": { - "mapping": { - "0": "#forge:ores/trona" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Formula: Na₃C₂H(H₂O)₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_magnetite.json deleted file mode 100644 index d3995a8af..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_magnetite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Magnetite & Vanadium", - "icon": "gtceu:raw_magnetite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 200$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Magnetite, Native Gold" - }, - { - "type": "patchouli:multiblock", - "name": "Magnetite", - "multiblock": { - "mapping": { - "0": "#forge:ores/magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 65%$(br)Melts into: Cast Iron$(br)Formula: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Vanadium Magnetite", - "multiblock": { - "mapping": { - "0": "#forge:ores/vanadium_magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Iron, Vanadium$(br)Formula: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Gold", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Melts into: Gold$(br)Formula: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_manganese.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_manganese.json deleted file mode 100644 index 70ffb6d17..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_manganese.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Manganese & Tantalum", - "icon": "gtceu:raw_grossular", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 195$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Grossular, Spessartine, Pyrolusite, Tantalite" - }, - { - "type": "patchouli:multiblock", - "name": "Grossular", - "multiblock": { - "mapping": { - "0": "#forge:ores/grossular" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: Calcium, Aluminium$(br)Formula: Ca₃Al₂Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Spessartine", - "multiblock": { - "mapping": { - "0": "#forge:ores/spessartine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Manganese, Aluminium$(br)Formula: Al₂Mn₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrolusite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrolusite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Smelts into: Manganese$(br)Formula: MnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Tantalite", - "multiblock": { - "mapping": { - "0": "#forge:ores/tantalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Source of: Manganese, Tantalum$(br)Formula: MnTa₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_mica.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_mica.json deleted file mode 100644 index 67afd9ec9..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_mica.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Kyanite, Mica, & Bauxite", - "icon": "gtceu:raw_mica", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 190$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 36$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Kyanite, Mica, Bauxite, Pollucite" - }, - { - "type": "patchouli:multiblock", - "name": "Kyanite", - "multiblock": { - "mapping": { - "0": "#forge:ores/kyanite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium$(br)Formula: Al₂SiO₅" - }, - { - "type": "patchouli:multiblock", - "name": "Mica", - "multiblock": { - "mapping": { - "0": "#forge:ores/mica" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Potassium, Aluminium, Fluorine$(br)Formula: KAl₃Si₃F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Bauxite", - "multiblock": { - "mapping": { - "0": "#forge:ores/bauxite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Aluminium$(br)Formula: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Pollucite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pollucite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium$(br)Formula: Cs₂Al₂Si₄(H₂O)₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_monazite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_monazite.json deleted file mode 100644 index aa50494ab..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_monazite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Bastnasite & Monazite", - "icon": "gtceu:monazite_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 185$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -32 - 50$(br)Size: 40$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Bastnasite, Monazite, Neodymium" - }, - { - "type": "patchouli:multiblock", - "name": "Bastnasite", - "multiblock": { - "mapping": { - "0": "#forge:ores/bastnasite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Source of: Cerium, Fluorine$(br)Formula: CeCFO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Monazite", - "multiblock": { - "mapping": { - "0": "#forge:ores/monazite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Phosphorous, Rare Earth$(br)Formula: ?(PO₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Neodymium", - "multiblock": { - "mapping": { - "0": "#forge:ores/neodymium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Formula: Nd" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_oilsands.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_oilsands.json deleted file mode 100644 index 3b25e7451..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_oilsands.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "Oilsands", - "icon": "gtceu:raw_oilsands", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 185$(br)Density: 0.20$(br)Type: Cluster Vein$(br)Y: 0 - 70$(br)Size: 55$(br2)Stone types: Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Oilsands$(br2)Used as an early combustion fuel." - }, - { - "type": "patchouli:multiblock", - "name": "Oilsands", - "multiblock": { - "mapping": { - "0": "#forge:ores/oilsands" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 100%$(br)Source of: Freedom 🛢🦅🗽" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_olivine.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_olivine.json deleted file mode 100644 index 589922e34..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_olivine.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Bentonite & Olivine", - "icon": "gtceu:olivine_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: -40 - 30$(br)Size: 26$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Granite, Diorite, Gabbro$(br2)Indicator: Bentonite, Magnesite, Olivine, Glauconite Sand" - }, - { - "type": "patchouli:multiblock", - "name": "Bentonite", - "multiblock": { - "mapping": { - "0": "#forge:ores/bentonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Magnesium$(br)Formula: NaMg₆Si₁₂H₄(H₂O)₅O₃₆" - }, - { - "type": "patchouli:multiblock", - "name": "Magnesite", - "multiblock": { - "mapping": { - "0": "#forge:ores/magnesite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: MgCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Olivine", - "multiblock": { - "mapping": { - "0": "#forge:ores/olivine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Magnesium$(br)Formula: Mg₂Fe(SiO₂)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Glauconite Sand", - "multiblock": { - "mapping": { - "0": "#forge:ores/glauconite_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Magnesium, Aluminium$(br)Formula: KMg₂Al₄H₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_quartz.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_quartz.json deleted file mode 100644 index 5c2f2cd81..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_quartz.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Quartzes", - "icon": "minecraft:quartz", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 150$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 100$(br)Size: 40$(br2)Stone types: Shale, Quartzite, Schist, Gneiss$(br2)Indicator: Certus Quartz Bud" - }, - { - "type": "patchouli:multiblock", - "name": "Quartzite", - "multiblock": { - "mapping": { - "0": "#forge:ores/quartzite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Formula: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Certus Quartz", - "multiblock": { - "mapping": { - "0": "#forge:ores/certus_quartz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Used for: Applied Energistics 2$(br)Formula: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Nether Quartz", - "multiblock": { - "mapping": { - "0": "#forge:ores/nether_quartz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 10%$(br)Used for: Applied Energistics 2$(br)Formula: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Barite", - "multiblock": { - "mapping": { - "0": "#forge:ores/barite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Barium$(br)Formula: BaSO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_redstone.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_redstone.json deleted file mode 100644 index f2db1e173..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_redstone.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Redstone, Cinnabar, & Ruby", - "icon": "minecraft:redstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 160$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 100$(br)Size: 40$(br2)Stone types: Granite$(br2)Indicator: Redstone, Ruby, Cinnabar$(br2)Can't find it? Try looking in oceans, the Redstone glows!" - }, - { - "type": "patchouli:multiblock", - "name": "Redstone", - "multiblock": { - "mapping": { - "0": "#forge:ores/redstone" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 45%$(br)Melts into: Redstone$(br)Formula: Si(FeS₂)₅(CrAl₂O₃)Hg₃" - }, - { - "type": "patchouli:multiblock", - "name": "Ruby", - "multiblock": { - "mapping": { - "0": "#forge:ores/ruby" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Aluminium, Chromium$(br)Formula: CrAl₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Cinnabar", - "multiblock": { - "mapping": { - "0": "#forge:ores/cinnabar" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Mercury$(br)Formula: HgS$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_salt.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_salt.json deleted file mode 100644 index c14ab69c1..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_salt.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Salts & Borax", - "icon": "tfc:powder/salt", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 175$(br)Density: 0.4$(br)Type: Disc Vein$(br)Y: 30 - 70$(br)Size: 40$(br)Height: 4$(br2)Stone types: Shale, Claystone, Limestone$(br2)Indicator: Salt lick, Rock salt, Lepidolite, Borax" - }, - { - "type": "patchouli:multiblock", - "name": "Rock Salt", - "multiblock": { - "mapping": { - "0": "#forge:ores/rock_salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Source of: Potassium, Chlorine$(br)Formula: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Salt", - "multiblock": { - "mapping": { - "0": "#forge:ores/salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: High blood pressure$(br)Formula: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Lepidolite", - "multiblock": { - "mapping": { - "0": "#forge:ores/lepidolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Potassium, Lithium, Aluminium, Fluorine$(br)Formula: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Borax", - "multiblock": { - "mapping": { - "0": "#forge:ores/borax" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Boron$(br)Formula: Na₂B₄(H₂O)₁₀O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_saltpeter.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_saltpeter.json deleted file mode 100644 index 0f3934a77..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_saltpeter.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Saltpeter & Electrotine", - "icon": "gtceu:raw_saltpeter", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 210$(br)Density: 0.3$(br)Type: Cluster Vein$(br)Y: -32 - 60$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Saltpeter, Diatomite, Electrotine, Alunite" - }, - { - "type": "patchouli:multiblock", - "name": "Saltpeter", - "multiblock": { - "mapping": { - "0": "#forge:ores/saltpeter" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Potassium$(br)Formula: KNO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Diatomite", - "multiblock": { - "mapping": { - "0": "#forge:ores/diatomite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Iron, Aluminium$(br)Formula: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - }, - { - "type": "patchouli:multiblock", - "name": "Electrotine", - "multiblock": { - "mapping": { - "0": "#forge:ores/electrotine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Source of: Gold, Silver, Redstone$(br)Formula: (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)" - }, - { - "type": "patchouli:multiblock", - "name": "Alunite", - "multiblock": { - "mapping": { - "0": "#forge:ores/alunite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Potassium, Aluminium$(br)Formula: KAl₃Si₂H₆O₁₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_silver.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_silver.json deleted file mode 100644 index 013976a89..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_silver.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Silver, Galena, & Lead", - "icon": "gtceu:raw_silver", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 160$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Granite, Gneiss$(br2)Indicator: Native Silver" - }, - { - "type": "patchouli:multiblock", - "name": "Galena", - "multiblock": { - "mapping": { - "0": "#forge:ores/galena" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Smelts into: Lead$(br)Formula: PbS$(br)Hazardous: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Silver", - "multiblock": { - "mapping": { - "0": "#forge:ores/silver" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Silver$(br)Formula: Ag" - }, - { - "type": "patchouli:multiblock", - "name": "Lead", - "multiblock": { - "mapping": { - "0": "#forge:ores/lead" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_sphalerite.json deleted file mode 100644 index 85a67c420..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_sphalerite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Sphalerite & Pyrite", - "icon": "gtceu:raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Sphalerite" - }, - { - "type": "patchouli:multiblock", - "name": "Sphalerite", - "multiblock": { - "mapping": { - "0": "#forge:ores/sphalerite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Zinc$(br)Formula: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 25%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_spodumene.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_spodumene.json deleted file mode 100644 index 6ac967181..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_spodumene.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Spodumene & Lepidolite", - "icon": "gtceu:raw_spodumene", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 180$(br)Density: 0.375$(br)Type: Disc Vein$(br)Y: 20 - 60$(br)Size: 35$(br)Height: 6$(br2)Stone types: Granite, Diorite, Gabbro, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Salt lick, Rock salt, Lepidolite, Spodumene" - }, - { - "type": "patchouli:multiblock", - "name": "Rock Salt", - "multiblock": { - "mapping": { - "0": "#forge:ores/rock_salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Source of: Potassium, Chlorine$(br)Formula: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Salt", - "multiblock": { - "mapping": { - "0": "#forge:ores/salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Source of: High blood pressure$(br)Formula: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Lepidolite", - "multiblock": { - "mapping": { - "0": "#forge:ores/lepidolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Potassium, Lithium, Aluminium, Fluorine$(br)Formula: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Spodumene", - "multiblock": { - "mapping": { - "0": "#forge:ores/spodumene" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Source of: Lithium, Aluminium$(br)Formula: LiAlSi₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_sulfur.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_sulfur.json deleted file mode 100644 index 6fc011b3a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_sulfur.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Sulfur & Pyrite", - "icon": "gtceu:raw_sulfur", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 165$(br)Density: 0.2$(br)Type: Cluster Vein$(br)Y: 0 - 210$(br)Size: 45$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Sulfur, Pyrite, Sphalerite" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 35%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Sphalerite", - "multiblock": { - "mapping": { - "0": "#forge:ores/sphalerite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Melts into: Zinc$(br)Formula: ZnS" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_tetrahedrite.json deleted file mode 100644 index 7da4dfae6..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/normal_tetrahedrite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Tetrahedrite (Normal)", - "icon": "gtceu:raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Tetrahedrite, Native Copper" - }, - { - "type": "patchouli:multiblock", - "name": "Tetrahedrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/tetrahedrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 50%$(br)Melts into: Copper$(br)Formula: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Native Copper", - "multiblock": { - "mapping": { - "0": "#forge:ores/copper" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 30%$(br)Melts into: Copper$(br)Formula: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Stibnite", - "multiblock": { - "mapping": { - "0": "#forge:ores/stibnite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Smelts into: Antimony$(br)Formula: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/ore_basics.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/ore_basics.json deleted file mode 100644 index 674c4bc66..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/ore_basics.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "Mining in TFG", - "icon": "gtceu:pyrite_dust", - "category": "tfc:tfg_ores", - "priority": true, - "sortnum": 0, - "pages": [ - { - "type": "patchouli:text", - "text": "There are two ways of mining ores - with a $(thing)Pickaxe$(), or with a $(thing)Hammer$().$(br)Generally, you should mine anything meltable (such as $(thing)Copper$()) with a hammer, and everything else with a pickaxe, but check JEI if you're unsure." - }, - { - "type": "patchouli:spotlight", - "title": "Pickaxe", - "text": "Breaking an ore block with a pickaxe will yield $(thing)Raw$() ores (poor, normal, or rich), as well as some stone dust. These are not worth much mB each and you will need multiple to make a single ingot, however some other minerals are only useable in this state, such as $(thing)Coal$().", - "item": { - "tag": "minecraft:pickaxes" - } - }, - { - "type": "patchouli:spotlight", - "title": "Hammer", - "text": "Breaking an ore block with a hammer will yield 1-2 $(thing)Crushed Ores$(). These already melt into more mB than Raw ores, but with a little $(l:tfg_ores/ore_basics#processing)extra processing$() they can be worth even more!", - "item": { - "tag": "forge:tools/hammers" - } - }, - { - "type": "patchouli:spotlight", - "title": "Mining Hammer", - "text": "These are basically a pickaxe with a 3x3 range, and will yield $(thing)Raw$() ores as well. Also good for clearing stone after you've hammered the ores out!$(br2)Holding $(thing)Sneak$() will only break a single block at a time.", - "item": { - "tag": "forge:tools/mining_hammers" - } - }, - { - "type": "patchouli:spotlight", - "title": "Basic ore processing", - "anchor": "processing", - "item": "gtceu:copper_dust", - "text": "To make your crushed ores melt into even more mB, first place them in a crafting grid along with a $(thing)Hammer$(). This will produce $(thing)Impure Dust$().$(br2)To further purify it, throw the dust into some water and wait a few seconds, or right-click a $(thing)Cauldron$() filled with water." - }, - { - "type": "patchouli:crafting", - "title": "Impure Dust", - "recipe": "gtceu:shapeless/crushed_ore_to_dust_copper" - }, - { - "type": "patchouli:spotlight", - "title": "Steam Age", - "text": "Once you have $(thing)Steam machines$(), you can mine everything with a $(thing)Mining Hammer$() - putting Raw ores into a $(thing)Steam Forge Hammer$() or $(thing)Steam Macerator$() gives about the same yield as mining with a Hammer yourself.", - "item": "gtceu:hp_steam_forge_hammer,gtceu:hp_steam_macerator" - }, - { - "type": "patchouli:text", - "text": "Later, when you're in LV, check the LV quests to learn about all the different ore processing machines and extra byproducts they can give you. Remember the $(thing)Macerator$() does not give byproducts until $(thing)HV$()!$(br2)Here's a $(l:https://docs.google.com/spreadsheets/d/1P3Baz4y5vgJ3XrCoNs4l3BXGPiFEPlW7i4taPEWpTB4/edit?usp=sharing)Spreadsheet$() if you prefer to see this section's ore generation data that way." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_bismuth.json deleted file mode 100644 index 2e3c05e95..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_bismuth.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Bismuth (Surface)", - "icon": "gtceu:poor_raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro, Shale, Claystone, Limestone, Conglomerate, Dolomite, Chert, Chalk$(br2)Indicator: Bismuthinite$(br)Only used for Bismuth Bronze." - }, - { - "type": "patchouli:multiblock", - "name": "Bismuth", - "multiblock": { - "mapping": { - "0": "#forge:ores/bismuth" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 90%$(br)Melts into: Bismuth$(br)Formula: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 3%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Lead", - "multiblock": { - "mapping": { - "0": "#forge:ores/lead" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 7%$(br)Smelts into: Lead$(br)Formula: Pb$(br)Hazardous: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_cassiterite.json deleted file mode 100644 index e85206386..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_cassiterite.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Cassiterite (Surface)", - "icon": "gtceu:poor_raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 135$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Granite, Diorite, Gabbro$(br2)Indicator: Cassiterite" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Tin", - "multiblock": { - "mapping": { - "0": "#forge:ores/tin" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Tin$(br)Formula: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_copper.json deleted file mode 100644 index 184c45050..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_copper.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "name": "Chalcopyrite & Realgar", - "icon": "gtceu:raw_chalcopyrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 30 - 210$(br)Size: 50$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite$(br2)Indicator: Native Copper, Cassiterite, Realgar" - }, - { - "type": "patchouli:multiblock", - "name": "Chalcopyrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/chalcopyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Melts into: Copper$(br)Formula: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Zeolite", - "multiblock": { - "mapping": { - "0": "#forge:ores/zeolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Aluminium, Oxygen$(br)Formula: NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂" - }, - { - "type": "patchouli:multiblock", - "name": "Cassiterite", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Tin$(br)Formula: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Realgar", - "multiblock": { - "mapping": { - "0": "#forge:ores/realgar" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 15%$(br)Source of: Arsenic$(br)Formula: As₄S₄$(br)Hazardous: Yes" - }, - { - "type": "patchouli:text", - "text": "If you're having trouble finding Realgar, another source of Arsenic is $(l:tfg_ores/normal_garnierite)Cobaltite$(), although it will require an $(thing)Electric Blast Furnace$() to process." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_kaolin.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_kaolin.json deleted file mode 100644 index 2a00dd7ef..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_kaolin.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "name": "Kaolin Clay", - "icon": "tfc:kaolin_clay", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "anchor": "kaolinite", - "text": "Kaolin Clay is required to make $(l:mechanics/fire_clay)Fire Clay$(). It can be found spawning at high altitudes in Plateaus, Old Mountains, Rolling Hills, and Highlands, at a $(l:the_world/climate#temperature)temperature$() of at least 18°C, with a $(l:the_world/climate#rainfall)rainfall$() of at least 300mm. The $(thing)Blood Lily$() flower grows on Kaolin clay." - }, - { - "type": "tfc:multimultiblock", - "text": "Generally, go $(thing)South East$() to increase temperature and humidity.", - "multiblocks": [ - { - "pattern": [ - [ - "X" - ], - [ - "Y" - ], - [ - "0" - ] - ], - "mapping": { - "X": "tfc:plant/blood_lily", - "Y": "tfc:kaolin_clay_grass" - } - }, - { - "pattern": [ - [ - "X" - ], - [ - "Y" - ], - [ - "0" - ] - ], - "mapping": { - "X": "tfc:plant/blood_lily", - "Y": "tfc:red_kaolin_clay" - } - }, - { - "pattern": [ - [ - "X" - ], - [ - "Y" - ], - [ - "0" - ] - ], - "mapping": { - "X": "tfc:plant/blood_lily", - "Y": "tfc:white_kaolin_clay" - } - }, - { - "pattern": [ - [ - "X" - ], - [ - "Y" - ], - [ - "0" - ] - ], - "mapping": { - "X": "tfc:plant/blood_lily", - "Y": "tfc:pink_kaolin_clay" - } - } - ] - }, - { - "type": "patchouli:spotlight", - "item": "tfc:powder/kaolinite", - "anchor": "powder", - "text": "Only $(thing)20%$() of Kaolin Clay will turn into $(thing)Kaolinite Powder$(), so it's recommended to bake it on-site using $(l:getting_started/pit_kiln)Pit Kilns$() to save inventory space.$(br2)Bring home around 20 $(thing)Blocks$() of Kaolin Clay as well, for $(l:mechanics/glassworking_applications)Glassworking$() later." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_sphalerite.json deleted file mode 100644 index d5e82af9c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_sphalerite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Sphalerite & Sulfur", - "icon": "gtceu:poor_raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 145$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Rhyolite, Basalt, Andesite, Dacite, Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Sphalerite" - }, - { - "type": "patchouli:multiblock", - "name": "Sphalerite", - "multiblock": { - "mapping": { - "0": "#forge:ores/sphalerite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 40%$(br)Melts into: Zinc$(br)Formula: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Sulfur", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 55%$(br)Formula: S" - }, - { - "type": "patchouli:multiblock", - "name": "Pyrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 5%$(br)Melts into: Cast Iron$(br)Formula: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_tetrahedrite.json deleted file mode 100644 index ec900b974..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_ores/surface_tetrahedrite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Tetrahedrite (Surface)", - "icon": "gtceu:poor_raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 140$(br)Density: 0.25$(br)Type: Cluster Vein$(br)Y: 60 - 210$(br)Size: 50$(br2)Stone types: Quartzite, Slate, Phyllite, Schist, Gneiss, Marble$(br2)Indicator: Tetrahedrite, Native Copper" - }, - { - "type": "patchouli:multiblock", - "name": "Tetrahedrite", - "multiblock": { - "mapping": { - "0": "#forge:ores/tetrahedrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 60%$(br)Melts into: Copper$(br)Formula: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Native Copper", - "multiblock": { - "mapping": { - "0": "#forge:ores/copper" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Melts into: Copper$(br)Formula: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Stibnite", - "multiblock": { - "mapping": { - "0": "#forge:ores/stibnite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Percentage: 20%$(br)Smelts into: Antimony$(br)Formula: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/the_world/ores_and_minerals.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/the_world/ores_and_minerals.json deleted file mode 100644 index 2afa99fe9..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/the_world/ores_and_minerals.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Ores and Minerals", - "category": "tfc:the_world", - "icon": "tfc:ore/normal_hematite", - "pages": [ - { - "type": "patchouli:text", - "text": "This page is here to override the default TFC ores and minerals page.$(br2)Information about ores can be found in the $(l:tfg_ores)Ores in TFG$() category." - } - ], - "read_by_default": true, - "sortnum": 1 -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/fire_clay.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/fire_clay.json index abad8b00f..9683e5dbd 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/fire_clay.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/fire_clay.json @@ -11,12 +11,12 @@ { "type": "patchouli:crafting", "recipe": "tfc:crafting/fire_clay", - "text": "Огнеупорная глина изготавливается из порошка $(l:tfg_ores/normal_graphite)графита$(), измельчённого в $(l:mechanics/quern)жернове$(), а также порошка $(l:tfg_ores/surface_kaolin#powder)каолинита$()" + "text": "Огнеупорная глина изготавливается из порошка $(l:tfg_ores/earth_vein_index#normal_graphite)графита$(), измельчённого в $(l:mechanics/quern)жернове$(), а также порошка $(l:tfg_ores/surface_kaolin#powder)каолинита$()" }, { "type": "tfc:heat_recipe", "recipe": "tfc:heating/kaolin_clay", - "text": "Порошок каолинита получают путем нагревания $(l:tfg_ores/surface_kaolin#powder)каолиновой глины$(). Однако процесс не идеален, и только 20% глины превращается в порошок!" + "text": "Порошок каолинита получают путем нагревания $(l:mechanics/surface_kaolin#powder)каолиновой глины$(). Однако процесс не идеален, и только 20% глины превращается в порошок!" }, { "type": "tfc:knapping_recipe", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_kaolin.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/surface_kaolin.json similarity index 98% rename from kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_kaolin.json rename to kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/surface_kaolin.json index 54ee02944..e8a37ff2f 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_kaolin.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/mechanics/surface_kaolin.json @@ -1,7 +1,7 @@ { "name": "Каолинитовая глина", "icon": "tfc:kaolin_clay", - "category": "tfc:tfg_ores", + "category": "tfc:mechanics", "read_by_default": true, "pages": [ { diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_garnet_amethyst.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_garnet_amethyst.json deleted file mode 100644 index b954c9e0b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_garnet_amethyst.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Аметист и гранат (Глубокие)", - "icon": "minecraft:amethyst_shard", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 230$(br)Плотность: 0.25$(br)Вид: дискообразная жила$(br)Y-уровень: -64 - 26$(br)Размер: 28$(br)Высота: 8$(br2)Виды камней: Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор, Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикатор: Цветущий аметист" - }, - { - "type": "patchouli:multiblock", - "name": "Аметист", - "multiblock": - { - "mapping": { "0": "#forge:ores/amethyst" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 65%$(br)Содержит: Железо$(br)Формула: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Опал", - "multiblock": - { - "mapping": { "0": "#forge:ores/opal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Формула: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Красный гранат", - "multiblock": - { - "mapping": { "0": "#forge:ores/red_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Содержит: Пироп, Альмандин, Спасерит" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый гранат", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Андрадит, Гроссуляр, Уваровит" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_garnet_opal.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_garnet_opal.json deleted file mode 100644 index c771655f1..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_garnet_opal.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Опал и гранат (Глубокие)", - "icon": "gtceu:opal_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 220$(br)Плотность: 0.35$(br)Вид: дискообразная жила$(br)Y-уровень: -64 - 62$(br)Размер: 26$(br)Высота: 6$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Гранит, Диорит, Габбро$(br2)Индикатор: Цветущий аметист" - }, - { - "type": "patchouli:multiblock", - "name": "Опал", - "multiblock": - { - "mapping": { "0": "#forge:ores/opal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 55%$(br)Формула: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Аметист", - "multiblock": - { - "mapping": { "0": "#forge:ores/amethyst" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Железо$(br)Формула: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Красный гранат", - "multiblock": - { - "mapping": { "0": "#forge:ores/red_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Содержит: Пироп, Альмандин, Спасерит" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый гранат", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_garnet" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Андрадит, Гроссуляр, Уваровит" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_gold.json deleted file mode 100644 index 07398acbe..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_gold.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Золото (Глубокое)", - "icon": "gtceu:rich_raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 260$(br)Плотность: 0.45$(br)Вид: кластерная жила$(br)Y-уровень: -64 - 30$(br)Размер: 32$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Гранит, Диорит, Габбро$(br2)Индикаторы: Лимонит, Гематит, Самородное золото" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 75%$(br)Плавится в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый лимонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Железо$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Гётит", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_hematite.json deleted file mode 100644 index 3de1a829d..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_hematite.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Гематит, Гётит, Рубин (Глубокие)", - "icon": "gtceu:rich_raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 220$(br)Плотность: 0.35$(br)Вид: кластерная жила$(br)Y-уровень: -64 - 30$(br)Размер: 40$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит$(br2)Индикаторы: Гематит, Лимонит, Самородное Золото" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Плавится в: Железо$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый лимонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гётит", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Рубин", - "multiblock": - { - "mapping": { "0": "#forge:ores/ruby" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Содержит: Хром, Алюминий$(br)Формула: CrAl₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_limonite.json deleted file mode 100644 index 4984a3363..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_limonite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Гётит и Малахит (Глубокие)", - "icon": "gtceu:rich_raw_goethite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 240$(br)Плотность: 0.35$(br)Вид: кластерная жила$(br)Y-уровень: -64 - 30$(br)Размер: 32$(br2)Виды камней: Мрамор, Известняк$(br2)Индикаторы: Лимонит, Гематит, Малахит" - }, - { - "type": "patchouli:multiblock", - "name": "Гётит", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый лимонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Железо$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Малахит", - "multiblock": - { - "mapping": { "0": "#forge:ores/malachite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Медь$(br)Формула: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_magnetite.json deleted file mode 100644 index 7eea039df..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_magnetite.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Хромит и Магнетит (Глубокие)", - "icon": "gtceu:rich_raw_chromite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 205$(br)Плотность: 0.3$(br)Вид: кластерная жила$(br)Y-уровень: -64 - 30$(br)Размер: 340$(br2)Виды камней: Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикаторы: Магнетит, Самородное золото, Хромит, Сапфир" - }, - { - "type": "patchouli:multiblock", - "name": "Хромит", - "multiblock": - { - "mapping": { "0": "#forge:ores/chromite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 60%$(br)Содержит: Хром$(br)Формула: FeCr₂O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Магнетит", - "multiblock": - { - "mapping": { "0": "#forge:ores/magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Железо$(br)Формула: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Ванадий магнетит", - "multiblock": - { - "mapping": { "0": "#forge:ores/vanadium_magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Железо, Ванадий$(br)Формула: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Сапфир", - "multiblock": - { - "mapping": { "0": "#forge:ores/sapphire" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Содержит: Алюминий$(br)Формула: Al₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_molybdenum.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_molybdenum.json deleted file mode 100644 index c5a1351dd..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_molybdenum.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Вульфенит & Молибденит (Глубокие)", - "icon": "gtceu:rich_raw_wulfenite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 245$(br)Плотность: 0.45$(br)Вид: кластерная жила$(br)Y-уровень: -64 - 10$(br)Размер: 26$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Гранит, Диорит, Габбро$(br2)Индикатор: Вульфенит, Молибденит, Молибден, Повеллит" - }, - { - "type": "patchouli:multiblock", - "name": "Вульфенит", - "multiblock": - { - "mapping": { "0": "#forge:ores/wulfenite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 40%$(br)Содержит: Свинец, Молибден$(br)Формула: PbMoO₄$(br)Ядовит: Да" - }, - { - "type": "patchouli:multiblock", - "name": "Молибденит", - "multiblock": - { - "mapping": { "0": "#forge:ores/molybdenite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Содержит: Молибден$(br)Формула: MoS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Молибден", - "multiblock": - { - "mapping": { "0": "#forge:ores/molybdenum" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Молибден$(br)Формула: Mo" - }, - { - "type": "patchouli:multiblock", - "name": "Повеллит", - "multiblock": - { - "mapping": { "0": "#forge:ores/powellite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Молибден$(br)Формула: CaMoO₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_naquadah.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_naquadah.json deleted file mode 100644 index 4df310d4c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_naquadah.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Наквада и Плутоний (Глубокие)", - "icon": "gtceu:rich_raw_naquadah", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 310$(br)Плотность: 0.3$(br)Вид: кластерная жила$(br)Y-уровень: -64 - -20$(br)Размер: 32$(br2)Виды камней: Кварцит, Сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Наквада, Плутоний" - }, - { - "type": "patchouli:multiblock", - "name": "Наквада", - "multiblock": - { - "mapping": { "0": "#forge:ores/naquadah" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 75%$(br)Содержит: Наквада$(br)Формула: Nq" - }, - { - "type": "patchouli:multiblock", - "name": "Плутоний", - "multiblock": - { - "mapping": { "0": "#forge:ores/plutonium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Плутоний$(br)Формула: Pu²³⁹$(br)Ядовит: Да" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_pitchblende.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_pitchblende.json deleted file mode 100644 index 37824d8db..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_pitchblende.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Уранинит и Уранит (Глубокие)", - "icon": "gtceu:rich_raw_uraninite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 220$(br)Плотность: 0.45$(br)Вид: кластерная жила$(br)Y-уровень: -64 - -20$(br)Размер: 24$(br2)Виды камней: Гранит, Диорит, Габбро, Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Уранит, Уранинит$(br2)Ядерного реактора нет, но есть другие применения." - }, - { - "type": "patchouli:multiblock", - "name": "Уранинит", - "multiblock": - { - "mapping": { "0": "#forge:ores/uraninite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Содержит: Уран$(br)Формула: UO₂$(br)Ядовит: Да" - }, - { - "type": "patchouli:multiblock", - "name": "Уранит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pitchblende" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Содержит: Уран$(br)Формула: (UO₂)₃ThPb$(br)Ядовит: Да" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_sapphire.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_sapphire.json deleted file mode 100644 index f0e8f4fad..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_sapphire.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "Сапфир и Альмандин (Глубокие)", - "icon": "gtceu:sapphire_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 180$(br)Плотность: 0.35$(br)Вид: дискообразная жила$(br)Y-уровень: -64 - 26$(br)Размер: 28$(br)Высота: 8$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит$(br2)Индикаторы: Альмандин, Пироп, Сапфир, Зелёный сапфир$(br2)Если вы ищите $(thing)Алюминий$(), то лучше выбрать жилу $(l:tfg_ores/normal_bauxite)Боксита$().$(br)" - }, - { - "type": "patchouli:multiblock", - "name": "Альмандин", - "anchor": "almandine", - "multiblock": - { - "mapping": { "0": "#forge:ores/almandine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Алюминий, Железо$(br)Формула: Al₂Fe₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Пироп", - "anchor": "pyrope", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrope" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Алюминий, Магний$(br)Формула: Al₂Mg₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Сапфир", - "multiblock": - { - "mapping": { "0": "#forge:ores/sapphire" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Алюминий$(br)Формула: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Зелёный сапфир", - "multiblock": - { - "mapping": { "0": "#forge:ores/green_sapphire" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Алюминий$(br)Формула: Al₂O₃" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_scheelite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_scheelite.json deleted file mode 100644 index 56d550692..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_scheelite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Шеелит и Вольфрамат (Глубокие)", - "icon": "gtceu:rich_raw_scheelite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 220$(br)Плотность: 0.35$(br)Вид: кластерная жила$(br)Y-уровень: -64 - 0$(br)Высота: 28$(br2)Виды камней: Гранит, Диорит, Габбро$(br2)Индикаторы: Шеелит, Вольфрамат, Литий" - }, - { - "type": "patchouli:multiblock", - "name": "Шеелит", - "multiblock": - { - "mapping": { "0": "#forge:ores/scheelite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 45%$(br)Содержит: Вольфрам$(br)Формула: Ca(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Вольфрамат", - "multiblock": - { - "mapping": { "0": "#forge:ores/tungstate" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Вольфрам, Литий$(br)Формула: Li₂(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Литий", - "multiblock": - { - "mapping": { "0": "#forge:ores/lithium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Содержит: Литий$(br)Формула: Li" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_sheldonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_sheldonite.json deleted file mode 100644 index 74aad59ef..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_sheldonite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Шелдонит и Борнит (Глубокие)", - "icon": "gtceu:rich_raw_platinum", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 300$(br)Плотность: 0.3$(br)Вид: Кластерная жила$(br)Y-уровень: -64 - 0$(br)Размер: 30$(br2)Виды камней: Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Борнит, Шелдонит, Платина, Палладий" - }, - { - "type": "patchouli:multiblock", - "name": "Шелдонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/cooperite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Платина, Никель, Палладий$(br)Формула: Pt₃NiSPd" - }, - { - "type": "patchouli:multiblock", - "name": "Платина", - "multiblock": - { - "mapping": { "0": "#forge:ores/platinum" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Плавится в: Платина$(br)Формула: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Палладий", - "multiblock": - { - "mapping": { "0": "#forge:ores/palladium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Палладий$(br)Формула: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Борнит", - "multiblock": - { - "mapping": { "0": "#forge:ores/bornite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Плавится в: Медь$(br)Формула: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_topaz.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_topaz.json deleted file mode 100644 index 575e88e68..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/deep_topaz.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Топаз и Халькозин (Глубокие)", - "icon": "gtceu:topaz_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 260$(br)Плотность: 0.3$(br)Вид: дискообразная жила$(br)Y-уровень: -64 - 26$(br)Размер: 28$(br2)Виды камней: Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Топаз, Синий топаз, Халькозин, Борнит" - }, - { - "type": "patchouli:multiblock", - "name": "Топаз", - "multiblock": - { - "mapping": { "0": "#forge:ores/topaz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Алюминий, Фтор$(br)Формула: Al₂SiFH₂" - }, - { - "type": "patchouli:multiblock", - "name": "Синий топаз", - "multiblock": - { - "mapping": { "0": "#forge:ores/blue_topaz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Алюминий, Фтор$(br)Формула: Al₂SiF₂H₂O₆" - }, - { - "type": "patchouli:multiblock", - "name": "Халькозин", - "multiblock": - { - "mapping": { "0": "#forge:ores/chalcocite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Плавится в: Медь$(br)Формула: Cu₂S" - }, - { - "type": "patchouli:multiblock", - "name": "Борнит", - "multiblock": - { - "mapping": { "0": "#forge:ores/bornite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Медь$(br)Формула: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_ore_index.json new file mode 100644 index 000000000..a0b6b8e6f --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_ore_index.json @@ -0,0 +1,56 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Earth Ore Index", + "icon": "tfc:ore/normal_native_copper", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)Earth$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.", + "title": "Earth Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Алмаз: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()$(li)Алунит: $(l:tfg_ores/earth_vein_index#normal_saltpeter)15%$(/l)$()$(li)Альмандин: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/l)$()$(li)Алюминий: $(l:tfg_ores/earth_vein_index#normal_bauxite)25%$(/l)$()$(li)Аметист: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)65%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)25%$(/l)$()$(li)Апатит: $(l:tfg_ores/earth_vein_index#normal_apatite)50%$(/l)$()$(li)Асбест: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Базальтовый минеральный песок: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Барит: $(l:tfg_ores/earth_vein_index#normal_quartz)20%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/earth_vein_index#normal_monazite)50%$(/l)$()$(li)Бентонит: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)Бериллий: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/earth_vein_index#normal_bauxite)45%$(/l), $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Борнит: $(l:tfg_ores/earth_vein_index#deep_sheldonite)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Бура: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()$(li)Ванадий магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)15%$(/l)$()$(li)Висмут: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)Вольфрамат: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()$(li)Вульфенит: $(l:tfg_ores/earth_vein_index#deep_molybdenum)40%$(/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_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_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_bauxite)30%$(/l)$()$(li)Истинный кварц: $(l:tfg_ores/earth_vein_index#normal_quartz)25%$(/l)$()$(li)Кальцит: $(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)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/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)54%$(/l)$()$(li)Киноварь: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(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)$()$(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)5%$(/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)15%$(/l)$()$(li)Молибденит: $(l:tfg_ores/earth_vein_index#deep_molybdenum)30%$(/l)$()$(li)Монацит: $(l:tfg_ores/earth_vein_index#normal_monazite)25%$(/l)$()$(li)Мыльный камень: $(l:tfg_ores/earth_vein_index#normal_lubricant)30%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Неодим: $(l:tfg_ores/earth_vein_index#normal_monazite)25%$(/l)$()$(li)Нефтеносный песок: $(l:tfg_ores/earth_vein_index#normal_oilsands)100%$(/l)$()$(li)Никель: $(l:tfg_ores/earth_vein_index#normal_garnierite)10%$(/l)$()$(li)Оливин: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Олово: $(l:tfg_ores/earth_vein_index#normal_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)40%$(/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#deep_sheldonite)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)25%$(/l)$()$(li)Повеллит: $(l:tfg_ores/earth_vein_index#deep_molybdenum)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(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)15%$(/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)$()$(li)Сапфир: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)5%$(/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)$()$(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)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(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)$()$(li)Сфалерит: $(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)Тальк: $(l:tfg_ores/earth_vein_index#normal_lubricant)20%$(/l)$()$(li)Танталит: $(l:tfg_ores/earth_vein_index#normal_manganese)12%$(/l)$()$(li)Тетраэдрит: $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)50%$(/l)$()$(li)Топаз: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Торий: $(l:tfg_ores/earth_vein_index#normal_beryllium)15%$(/l)$()$(li)Трикальцийфосфат: $(l:tfg_ores/earth_vein_index#normal_apatite)35%$(/l)$()$(li)Трона: $(l:tfg_ores/earth_vein_index#normal_lubricant)10%$(/l)$()$(li)Уголь: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Уранинит: $(l:tfg_ores/earth_vein_index#deep_pitchblende)50%$(/l)$()$(li)Уранит: $(l:tfg_ores/earth_vein_index#deep_pitchblende)50%$(/l)$()$(li)Халькозин: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Халькопирит: $(l:tfg_ores/earth_vein_index#surface_copper)61%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)20%$(/l)$()$(li)Хромит: $(l:tfg_ores/earth_vein_index#deep_magnetite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)4%$(/l)$()$(li)Цеолит: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(li)Ционит: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()$(li)Шеелит: $(l:tfg_ores/earth_vein_index#deep_scheelite)45%$(/l)$()$(li)Шелдонит: $(l:tfg_ores/earth_vein_index#deep_sheldonite)25%$(/l)$()$(li)Электротин: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_vein_index.json new file mode 100644 index 000000000..c3a3ffcfb --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_vein_index.json @@ -0,0 +1,3867 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Earth Vein Index", + "icon": "tfc:ore/normal_native_copper/chalk", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(thing)Earth$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns on, and more.", + "title": "Earth Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)Аметист и гранат$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_apatite)Апатит и Пирохлор$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_monazite)Бастнезит и Монацит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_olivine)Бентонит и Оливин$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bauxite)Боксит и Ильменит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bismuthinite)Висмут (Обычный)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_bismuthinite)Висмут (Поверхностный)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Вульфенит & Молибденит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Гарниерит и Кобальтит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)Гематит и Лимонит$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)Гематит, Гётит, Рубин$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Гётит и Малахит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Гранатовый и Касситеритовый песок$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Графит и Алмаз$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Золото (Глубокое)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)Золото, Лимонит и Гематит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)Изумруд и Бериллий$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_cassiterite)Касситерит (Обычный)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_cassiterite)Касситерит (Поверхностный)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)Кварцы$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)Лазурит, Лазурит 2 и Содалит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Лимонит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)Магнетит и Ванадий$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)Марганец и Тантал$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_copper)Медь и Халькопирит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)Минеральные пески$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)Мыльный камень, Тальк и Трона$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_oilsands)Нефтеносный песок$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Опал и гранат$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Редстоун, Киноварь и Рубин$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)Сапфир и Альмандин$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)Селитра и Электротин$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Сера и Пирит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)Серебро, Галена и Свинец$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)Соли и Бура$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)Сподумен и Лепидолит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)Сфалерит & Пирит$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)Сфалерит и Сера$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)Тетраэдрит (обычный)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)Тетраэдрит (Поверхностный)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)Топаз и Халькозин$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_coal)Уголь$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Уранинит и Уранит$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_copper)Халькопирит и Реальгар$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_magnetite)Хромит и Магнетит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_mica)Ционит, Слюда и Боксит$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)Шеелит и Вольфрамат$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)Шелдонит и Борнит$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 230$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -64 — 26$(br)$(thing)Размер$(): 40$(br)$(thing)Высота$(): 8$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аргиллит, Аспидный сланец, Гнейс, Доломит, Известняк, Кварцит, Конгломерат, Кремнистый сланец, Мел, Мрамор, Сланец, Филлит, Шиферный сланец", + "title": "Аметист и гранат", + "type": "patchouli:text", + "anchor": "deep_garnet_amethyst" + }, + { + "Type": "patchouli:multiblock", + "name": "Аметист", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 65%$(br)$(thing)Хромит$(): Железо$(br)$(thing)Формула$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Андрадит, Гроссуляр, Уваровит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Опал", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Кремний, Кислород$(br)$(thing)Формула$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Красный гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Хромит$(): Пироп, Альмандин, Спасерит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 34$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Апатит и Пирохлор", + "type": "patchouli:text", + "anchor": "normal_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Апатит", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Кальций, Фосфор$(br)$(thing)Формула$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трикальцийфосфат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Кальций, Фосфор$(br)$(thing)Формула$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирохлор", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Ниобий$(br)$(thing)Формула$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 185$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 50$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Габбро, Гранит, Диорит", + "title": "Бастнезит и Монацит", + "type": "patchouli:text", + "anchor": "normal_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Бастнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Церий, Фтор$(br)$(thing)Формула$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Монацит", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Фосфор, Редкая земля$(br)$(thing)Формула$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Неодим", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Неодим$(br)$(thing)Формула$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -40 — 30$(br)$(thing)Размер$(): 26$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Габбро, Гранит, Дацит, Диорит, Риолит", + "title": "Бентонит и Оливин", + "type": "patchouli:text", + "anchor": "normal_olivine" + }, + { + "Type": "patchouli:multiblock", + "name": "Бентонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bentonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Натрий, Магний$(br)$(thing)Формула$(): NaMg₆Si₁₂H₄(H₂O)₅O₃₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnesite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): MgCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Оливин", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний, Железо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Глауконитовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Магний, Алюминий$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 185$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аргиллит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "title": "Боксит и Ильменит", + "type": "patchouli:text", + "anchor": "normal_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ильменит", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Железо, Титан$(br)$(thing)Формула$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алюминий", + "multiblock": { + "mapping": { + "0": "#forge:ores/aluminium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Аргиллит, Габбро, Гранит, Диорит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "title": "Висмут (Обычный)", + "type": "patchouli:text", + "anchor": "normal_bismuthinite" + }, + { + "Type": "patchouli:multiblock", + "name": "Висмут", + "multiblock": { + "mapping": { + "0": "#forge:ores/bismuth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 80%$(br)$(thing)Плавится в$(): Висмут$(br)$(thing)Формула$(): Bi", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинец", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 11%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): Pb$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сера", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 9%$(br)$(thing)Хромит$(): Сера$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 140$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 60 — 210$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Аргиллит, Габбро, Гранит, Диорит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "title": "Висмут (Поверхностный)", + "type": "patchouli:text", + "anchor": "surface_bismuthinite" + }, + { + "Type": "patchouli:multiblock", + "name": "Висмут", + "multiblock": { + "mapping": { + "0": "#forge:ores/bismuth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 90%$(br)$(thing)Плавится в$(): Висмут$(br)$(thing)Формула$(): Bi", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинец", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 7%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): Pb$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сера", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 3%$(br)$(thing)Хромит$(): Сера$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 245$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 10$(br)$(thing)Размер$(): 26$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Габбро, Гранит, Дацит, Диорит, Риолит", + "title": "Вульфенит & Молибденит", + "type": "patchouli:text", + "anchor": "deep_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Вульфенит", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Хромит$(): Свинец, Молибден$(br)$(thing)Формула$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молибденит", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молибден", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Повеллит", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 70$(br2)$(thing)Виды камней$(): Габбро, Диорит$(br2)Не получается найти это? Габбро всегда генерируется под $(thing)Базальтом$(), а на дне океана легко обнаружить столбы, ведущие к нижнему слою!", + "title": "Гарниерит и Кобальтит", + "type": "patchouli:text", + "anchor": "normal_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гарниерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальтит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Кобальт, Мышьяк$(br)$(thing)Формула$(): CoAsS$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальт", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Кобальт$(br)$(thing)Формула$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Никель", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 210$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Базальт, Дацит, Риолит", + "title": "Гематит и Лимонит", + "type": "patchouli:text", + "anchor": "normal_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 30$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Дацит, Риолит", + "title": "Гематит, Гётит, Рубин", + "type": "patchouli:text", + "anchor": "deep_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубин", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Хром, Алюминий$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 240$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 30$(br)$(thing)Размер$(): 32$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Известняк, Мрамор", + "title": "Гётит и Малахит", + "type": "patchouli:text", + "anchor": "deep_limonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Малахит", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 270$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -40 — 64$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Андезит, Аргиллит, Аспидный сланец, Базальт, Габбро, Гнейс, Гранит, Дацит, Диорит, Доломит, Известняк, Кварцит, Конгломерат, Кремнистый сланец, Мел, Мрамор, Риолит, Сланец, Филлит, Шиферный сланец", + "title": "Гранатовый и Касситеритовый песок", + "type": "patchouli:text", + "anchor": "normal_garnet_tin" + }, + { + "Type": "patchouli:multiblock", + "name": "Касситеритовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранатовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnet_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Альмандин, Андрадит, Гроссуляр, Пироп, Спасерит, Уваровит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Асбест", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₂H₄O₉$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Asbestosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Диатомовый пелит", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Железо, Алюминий$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 80$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -64 — -16$(br)$(thing)Размер$(): 16$(br)$(thing)Высота$(): 6$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Аргиллит, Аспидный сланец, Базальт, Габбро, Гнейс, Гранит, Дацит, Диорит, Доломит, Известняк, Кварцит, Конгломерат, Кремнистый сланец, Мел, Мрамор, Риолит, Сланец, Филлит, Шиферный сланец", + "title": "Графит и Алмаз", + "type": "patchouli:text", + "anchor": "normal_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Графит", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Используется для$(): $(l:mechanics/fire_clay)Огнеупорная глина$(), Графен$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Уголь", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Используется для$(): топливо, ректификация$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алмаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Используется для$(): Измельчители, предметы из AE2$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 260$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 30$(br)$(thing)Размер$(): 32$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Габбро, Гранит, Дацит, Диорит, Риолит", + "title": "Золото (Глубокое)", + "type": "patchouli:text", + "anchor": "deep_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 75%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 40$(br)$(thing)Высота$(): 12$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Андезит, Базальт, Габбро, Гранит, Дацит, Диорит, Риолит", + "title": "Золото, Лимонит и Гематит", + "type": "patchouli:text", + "anchor": "normal_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 55%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): трубчатая жила$(br)$(thing)Y-уровень$(): -32 — 50$(br)$(thing)Высота$(): 60$(br)$(thing)Радиус$(): 10$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Дацит, Риолит", + "title": "Изумруд и Бериллий", + "type": "patchouli:text", + "anchor": "normal_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Изумруд", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Используется для$(): компоненты уровня MV, Предметные фильтры (Тэг)$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Бериллий", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Используется для$(): Эндер-жемчуг$(br)$(thing)Формула$(): Be$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Торий", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Торий$(br)$(thing)Формула$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Габбро, Гранит, Диорит", + "title": "Касситерит (Обычный)", + "type": "patchouli:text", + "anchor": "normal_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Олово", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 60%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Касситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 135$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 60 — 210$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Габбро, Гранит, Диорит", + "title": "Касситерит (Поверхностный)", + "type": "patchouli:text", + "anchor": "surface_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Касситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 60%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Олово", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 150$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 100$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 40$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс, Кварцит, Сланец", + "title": "Кварцы", + "type": "patchouli:text", + "anchor": "normal_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Кварцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 54%$(br)$(thing)Используется для$(): компоненты уровня LV$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Истинный кварц", + "multiblock": { + "mapping": { + "0": "#forge:ores/certus_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Используется для$(): рецепты Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Барит", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Барий$(br)$(thing)Формула$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -60 — 10$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Лазурит, Лазурит 2 и Содалит", + "type": "patchouli:text", + "anchor": "normal_lapis" + }, + { + "Type": "patchouli:multiblock", + "name": "Лазурит", + "multiblock": { + "mapping": { + "0": "#forge:ores/lazurite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий, Кальций, Натрий$(br)$(thing)Формула$(): Al₆Si₆Ca₈Na₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Содалит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sodalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий, Натрий$(br)$(thing)Формула$(): Al₃Si₃Na₄Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Лазурит 2", + "multiblock": { + "mapping": { + "0": "#forge:ores/lapis" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Лазурит, Содалит, Пирит, Кальцит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кальцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Кальций$(br)$(thing)Формула$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 190$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Известняк, Мрамор", + "title": "Лимонит", + "type": "patchouli:text", + "anchor": "normal_limonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Малахит", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 200$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Аргиллит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "title": "Магнетит и Ванадий", + "type": "patchouli:text", + "anchor": "normal_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 63%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ванадий магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 22%$(br)$(thing)Хромит$(): Железо, Ванадий$(br)$(thing)Формула$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 9%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Хромит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 4%$(br)$(thing)Хромит$(): Хром$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 195$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Аргиллит, Базальт, Дацит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Риолит, Сланец", + "title": "Марганец и Тантал", + "type": "patchouli:text", + "anchor": "normal_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Гроссуляр", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 37%$(br)$(thing)Хромит$(): Кальций, Алюминий$(br)$(thing)Формула$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Спасерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Марганец, Алюминий$(br)$(thing)Формула$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пиролюзит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Марганец$(br)$(thing)Формула$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Танталит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 12%$(br)$(thing)Хромит$(): Марганец, Тантал$(br)$(thing)Формула$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 85$(br2)$(thing)Виды камней$(): Андезит, Базальт, Дацит, Риолит", + "title": "Медь и Халькопирит", + "type": "patchouli:text", + "anchor": "normal_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Медь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 65%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькопирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 48$(br)$(thing)Высота$(): 9$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Базальт, Гранит", + "title": "Минеральные пески", + "type": "patchouli:text", + "anchor": "normal_basaltic_sands" + }, + { + "Type": "patchouli:multiblock", + "name": "Базальтовый минеральный песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/basaltic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранитовый минеральный песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/granitic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Смектическая глина", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гипс", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Используется для$(): Алебастр (можно покрасить) и его кирпичи$(br)$(thing)Формула$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 190$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -40 — 56$(br)$(thing)Размер$(): 36$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Габбро, Гранит, Диорит", + "title": "Мыльный камень, Тальк и Трона", + "type": "patchouli:text", + "anchor": "normal_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Мыльный камень", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Глауконитовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний, Алюминий$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Тальк", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трона", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Хромит$(): Натрий$(br)$(thing)Формула$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 185$(br)$(thing)Плотность$(): 0.2$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 70$(br)$(thing)Размер$(): 55$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аргиллит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "title": "Нефтеносный песок", + "type": "patchouli:text", + "anchor": "normal_oilsands" + }, + { + "Type": "patchouli:multiblock", + "name": "Нефтеносный песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/oilsands" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 100%$(br)$(thing)Хромит$(): топливо", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -64 — 62$(br)$(thing)Размер$(): 26$(br)$(thing)Высота$(): 6$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Габбро, Гранит, Дацит, Диорит, Риолит", + "title": "Опал и гранат", + "type": "patchouli:text", + "anchor": "deep_garnet_opal" + }, + { + "Type": "patchouli:multiblock", + "name": "Опал", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 55%$(br)$(thing)Хромит$(): Кремний, Кислород$(br)$(thing)Формула$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Аметист", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Железо$(br)$(thing)Формула$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Андрадит, Гроссуляр, Уваровит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Красный гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Хромит$(): Пироп, Альмандин, Спасерит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 100$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Гранит$(br2)Не получается найти это? На дне океана легко увидеть красное свечение!", + "title": "Редстоун, Киноварь и Рубин", + "type": "patchouli:text", + "anchor": "normal_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Редстоун", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Плавится в$(): Редстоун$(br)$(thing)Формула$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубин", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Хром, Алюминий$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Киноварь", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Ртуть$(br)$(thing)Формула$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -64 — 26$(br)$(thing)Размер$(): 28$(br)$(thing)Высота$(): 8$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Дацит, Риолит", + "title": "Сапфир и Альмандин", + "type": "patchouli:text", + "anchor": "deep_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Альмандин", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 38%$(br)$(thing)Хромит$(): Алюминий, Железо$(br)$(thing)Формула$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пироп", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 27%$(br)$(thing)Хромит$(): Алюминий, Магний$(br)$(thing)Формула$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Зелёный сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 210$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Селитра и Электротин", + "type": "patchouli:text", + "anchor": "normal_saltpeter" + }, + { + "Type": "patchouli:multiblock", + "name": "Селитра", + "multiblock": { + "mapping": { + "0": "#forge:ores/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Калий, Азот$(br)$(thing)Формула$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Диатомовый пелит", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Железо, Алюминий$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Электротин", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Золото, Серебро, Редстоун$(br)$(thing)Формула$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алунит", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Калий, Алюминий$(br)$(thing)Формула$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 165$(br)$(thing)Плотность$(): 0.2$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 210$(br)$(thing)Размер$(): 45$(br)$(thing)Индикатор Max Depth$(): 40$(br2)$(thing)Виды камней$(): Андезит, Базальт, Дацит, Риолит", + "title": "Сера и Пирит", + "type": "patchouli:text", + "anchor": "normal_sulfur" + }, + { + "Type": "patchouli:multiblock", + "name": "Сера", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Сера$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Гнейс, Гранит", + "title": "Серебро, Галена и Свинец", + "type": "patchouli:text", + "anchor": "normal_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинец", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 55%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): Pb$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Галена", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): PbS$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Серебро", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Серебро$(br)$(thing)Формула$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 175$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 30 — 70$(br)$(thing)Размер$(): 40$(br)$(thing)Высота$(): 4$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аргиллит, Известняк, Сланец", + "title": "Соли и Бура", + "type": "patchouli:text", + "anchor": "normal_salt" + }, + { + "Type": "patchouli:multiblock", + "name": "Каменная соль", + "multiblock": { + "mapping": { + "0": "#forge:ores/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Хромит$(): Калий, Хлор$(br)$(thing)Формула$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Соль", + "multiblock": { + "mapping": { + "0": "#forge:ores/salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Натрий, Хлор$(br)$(thing)Формула$(): NaCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Лепидолит", + "multiblock": { + "mapping": { + "0": "#forge:ores/lepidolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Калий, Литий, Алюминий, Фтор$(br)$(thing)Формула$(): KLi₃Al₄F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Бура", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Натрий, Бор$(br)$(thing)Формула$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.375$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 20 — 60$(br)$(thing)Размер$(): 35$(br)$(thing)Высота$(): 6$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Сподумен и Лепидолит", + "type": "patchouli:text", + "anchor": "normal_spodumene" + }, + { + "Type": "patchouli:multiblock", + "name": "Сподумен", + "multiblock": { + "mapping": { + "0": "#forge:ores/spodumene" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Литий, Алюминий$(br)$(thing)Формула$(): LiAlSi₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Соль", + "multiblock": { + "mapping": { + "0": "#forge:ores/salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Натрий, Хлор$(br)$(thing)Формула$(): NaCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Каменная соль", + "multiblock": { + "mapping": { + "0": "#forge:ores/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Калий, Хлор$(br)$(thing)Формула$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Лепидолит", + "multiblock": { + "mapping": { + "0": "#forge:ores/lepidolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Калий, Литий, Алюминий, Фтор$(br)$(thing)Формула$(): KLi₃Al₄F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Андезит, Аспидный сланец, Базальт, Гнейс, Дацит, Кварцит, Мрамор, Риолит, Филлит, Шиферный сланец", + "title": "Сфалерит & Пирит", + "type": "patchouli:text", + "anchor": "normal_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Плавится в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сера", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Сера$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 145$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 60 — 210$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Андезит, Аспидный сланец, Базальт, Гнейс, Дацит, Кварцит, Мрамор, Риолит, Филлит, Шиферный сланец", + "title": "Сфалерит и Сера", + "type": "patchouli:text", + "anchor": "surface_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Сера", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 55%$(br)$(thing)Хромит$(): Сера$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Плавится в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Тетраэдрит (обычный)", + "type": "patchouli:text", + "anchor": "normal_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Тетраэдрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Медь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Стибнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Сурьма$(br)$(thing)Формула$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 140$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 60 — 210$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Тетраэдрит (Поверхностный)", + "type": "patchouli:text", + "anchor": "surface_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Тетраэдрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 60%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Медь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Стибнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Сурьма$(br)$(thing)Формула$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 260$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): -64 — 26$(br)$(thing)Размер$(): 28$(br)$(thing)Высота$(): 7$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Топаз и Халькозин", + "type": "patchouli:text", + "anchor": "deep_topaz" + }, + { + "Type": "patchouli:multiblock", + "name": "Синий топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/blue_topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий, Фтор$(br)$(thing)Формула$(): Al₂SiF₂H₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий, Фтор$(br)$(thing)Формула$(): Al₂SiFH₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькозин", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Борнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 215$(br)$(thing)Плотность$(): 0.55$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 210$(br)$(thing)Размер$(): 60$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Аргиллит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "title": "Уголь", + "type": "patchouli:text", + "anchor": "normal_coal" + }, + { + "Type": "patchouli:multiblock", + "name": "Уголь", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 100%$(br)$(thing)Используется для$(): топливо, ректификация$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — -20$(br)$(thing)Размер$(): 24$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Уранинит и Уранит", + "type": "patchouli:text", + "anchor": "deep_pitchblende" + }, + { + "Type": "patchouli:multiblock", + "name": "Уранит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pitchblende" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Уран, Торий, Свинец$(br)$(thing)Формула$(): (UO₂)₃ThPb$(br)$(thing)Ядовит$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Уранинит", + "multiblock": { + "mapping": { + "0": "#forge:ores/uraninite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Уран$(br)$(thing)Формула$(): UO₂$(br)$(thing)Ядовит$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 200$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 20 — 217$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Андезит, Базальт, Дацит, Риолит", + "title": "Халькопирит и Реальгар", + "type": "patchouli:text", + "anchor": "surface_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькопирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 61%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Цеолит", + "multiblock": { + "mapping": { + "0": "#forge:ores/zeolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Алюминий, Кислород$(br)$(thing)Формула$(): NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Реальгар", + "multiblock": { + "mapping": { + "0": "#forge:ores/realgar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Мышьяк$(br)$(thing)Формула$(): As₄S₄$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Касситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 205$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 30$(br)$(thing)Размер$(): 34$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аргиллит, Доломит, Известняк, Конгломерат, Кремнистый сланец, Мел, Сланец", + "title": "Хромит и Магнетит", + "type": "patchouli:text", + "anchor": "deep_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Хромит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 60%$(br)$(thing)Хромит$(): Хром$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ванадий магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Железо, Ванадий$(br)$(thing)Формула$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 190$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 210$(br)$(thing)Размер$(): 36$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Ционит, Слюда и Боксит", + "type": "patchouli:text", + "anchor": "normal_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Ционит", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Слюда", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Калий, Алюминий, Фтор$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Поллуцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Цезий, Алюминий$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 0$(br)$(thing)Размер$(): 20$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Габбро, Гранит, Диорит", + "title": "Шеелит и Вольфрамат", + "type": "patchouli:text", + "anchor": "deep_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Шеелит", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Хромит$(): Вольфрам$(br)$(thing)Формула$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Вольфрамат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Вольфрам, Литий$(br)$(thing)Формула$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Литий", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Литий$(br)$(thing)Формула$(): Li", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 300$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 0$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс, Кварцит, Мрамор, Филлит, Шиферный сланец", + "title": "Шелдонит и Борнит", + "type": "patchouli:text", + "anchor": "deep_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Борнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Шелдонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Платина, Никель, Палладий$(br)$(thing)Формула$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Платина", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Платина$(br)$(thing)Формула$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Палладий", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Палладий$(br)$(thing)Формула$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/hazards.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/hazards.json index bd2b5c60c..92418ecc6 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/hazards.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/hazards.json @@ -1,6 +1,6 @@ { "name": "Противодействие ядовитым рудам", - "icon": "gtceu:hazmat_headpiece", + "icon": "createdeco:decal_skull", "category": "tfc:tfg_ores", "priority": true, "sortnum": 1, diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_ore_index.json new file mode 100644 index 000000000..d730cefe8 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_ore_index.json @@ -0,0 +1,56 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "The Beneath Ore Index", + "icon": "minecraft:quartz", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)The Beneath$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.", + "title": "The Beneath Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Алмаз: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)Алунит: $(l:tfg_ores/nether_vein_index#nether_saltpeter)15%$(/l)$()$(li)Альмандин: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/l)$()$(li)Алюминий: $(l:tfg_ores/nether_vein_index#nether_bauxite)25%$(/l)$()$(li)Аметист: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Апатит: $(l:tfg_ores/nether_vein_index#nether_apatite)50%$(/l)$()$(li)Асбест: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Базальтовый минеральный песок: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)35%$(/l)$()$(li)Барит: $(l:tfg_ores/nether_vein_index#nether_quartz)20%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/nether_vein_index#nether_monazite)50%$(/l)$()$(li)Бентонит: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)Бериллий: $(l:tfg_ores/nether_vein_index#nether_beryllium)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/nether_vein_index#nether_bauxite)45%$(/l), $(l:tfg_ores/nether_vein_index#nether_mica)25%$(/l)$()$(li)Борнит: $(l:tfg_ores/nether_vein_index#nether_sheldonite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Ванадий магнетит: $(l:tfg_ores/nether_vein_index#nether_magnetite)15%$(/l)$()$(li)Вольфрамат: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Вульфенит: $(l:tfg_ores/nether_vein_index#nether_molybdenum)40%$(/l)$()$(li)Галена: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Гарниерит: $(l:tfg_ores/nether_vein_index#nether_garnierite)30%$(/l)$()$(li)Гематит: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)Гётит: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Гипс: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)Глауконитовый песок: $(l:tfg_ores/nether_vein_index#nether_lubricant)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_olivine)15%$(/l)$()$(li)Гранатовый песок: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Гранитовый минеральный песок: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Графит: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Гроссуляр: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()$(li)Диатомовый пелит: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Жёлтый гранат: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()$(li)Жёлтый лимонит: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Зелёный сапфир: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Изумруд: $(l:tfg_ores/nether_vein_index#nether_beryllium)50%$(/l)$()$(li)Ильменит: $(l:tfg_ores/nether_vein_index#nether_bauxite)30%$(/l)$()$(li)Кальцит: $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)Касситерит: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)Касситеритовый песок: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)35%$(/l)$()$(li)Кварцит: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)Киноварь: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)Кобальт: $(l:tfg_ores/nether_vein_index#nether_garnierite)15%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/nether_vein_index#nether_garnierite)20%$(/l)$()$(li)Красный гранат: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Лазурит: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Лазурит 2: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Литий: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)Магнезит: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Магнетит: $(l:tfg_ores/nether_vein_index#nether_magnetite)5%$(/l)$()$(li)Малахит: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)Молибден: $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Молибденит: $(l:tfg_ores/nether_vein_index#nether_molybdenum)30%$(/l)$()$(li)Монацит: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Мыльный камень: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)Наквада: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)Незер-кварц: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)Неодим: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Никель: $(l:tfg_ores/nether_vein_index#nether_garnierite)10%$(/l)$()$(li)Оливин: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Олово: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)Опал: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Палладий: $(l:tfg_ores/nether_vein_index#nether_sheldonite)15%$(/l)$()$(li)Пентландит: $(l:tfg_ores/nether_vein_index#nether_garnierite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)Пирит: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()$(li)Пиролюзит: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Пироп: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)Пирохлор: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)Платина: $(l:tfg_ores/nether_vein_index#nether_sheldonite)25%$(/l)$()$(li)Плутоний: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Повеллит: $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Поллуцит: $(l:tfg_ores/nether_vein_index#nether_mica)15%$(/l)$()$(li)Редстоун: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Рубин: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Самородная Золото: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(li)Самородная Медь: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()$(li)Самородная Серебро: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Сапфир: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)5%$(/l)$()$(li)Свинец: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Селитра: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)Сера: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()$(li)Синий топаз: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)Слюда: $(l:tfg_ores/nether_vein_index#nether_mica)25%$(/l)$()$(li)Смектическая глина: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Содалит: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Спасерит: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Стибнит: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()$(li)Сфалерит: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Тальк: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)Танталит: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)Тетраэдрит: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)Топаз: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Торий: $(l:tfg_ores/nether_vein_index#nether_beryllium)15%$(/l)$()$(li)Трикальцийфосфат: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)Трона: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)Уголь: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)Уранинит: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Уранит: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Халькозин: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Халькопирит: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)Хромит: $(l:tfg_ores/nether_vein_index#nether_magnetite)60%$(/l)$()$(li)Ционит: $(l:tfg_ores/nether_vein_index#nether_mica)35%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Шеелит: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)Шелдонит: $(l:tfg_ores/nether_vein_index#nether_sheldonite)25%$(/l)$()$(li)Электротин: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_vein_index.json new file mode 100644 index 000000000..0b3438d00 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_vein_index.json @@ -0,0 +1,2799 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "The Beneath Vein Index", + "icon": "gtceu:pyroxenite_nether_quartz_ore", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(thing)The Beneath$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns on, and more.", + "title": "The Beneath Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)Аметист, Опал и гранат$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_apatite)Апатит и Пирохлор$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_monazite)Бастнезит и Монацит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_olivine)Бентонит и Оливин$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_bauxite)Боксит и Ильменит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Вульфенит & Молибденит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnierite)Гарниерит и Кобальтит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)Гематит и Лимонит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_goethite)Гётит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnet_tin)Гранатовый и Касситеритовый песок$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Графит и Алмаз$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gold)Золото и Гематит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_beryllium)Изумруд и Бериллий$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_cassiterite)Касситерит$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)Лазурит, Лазурит 2 и Содалит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)Марганец и Тантал$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_copper)Медь и Халькопирит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_basaltic_sands)Минеральные пески$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)Мыльный камень, Тальк и Трона$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)Наквада и Плутоний$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)Незер-кварц$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)Редстоун, Киноварь и Рубин$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)Сапфир и Альмандин$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)Селитра и Электротин$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sulfur)Сера и Пирит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)Серебро, Галена и Свинец$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)Сфалерит & Пирит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)Тетраэдрит$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)Топаз и Халькозин$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)Уранинит и Уранит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_magnetite)Хромит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_mica)Ционит, Слюда и Боксит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)Шеелит и Вольфрамат$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sheldonite)Шелдонит и Борнит$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 230$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 45$(br)$(thing)Высота$(): 8$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Аметист, Опал и гранат", + "type": "patchouli:text", + "anchor": "nether_garnet" + }, + { + "Type": "patchouli:multiblock", + "name": "Аметист", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 38%$(br)$(thing)Хромит$(): Железо$(br)$(thing)Формула$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Опал", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 38%$(br)$(thing)Хромит$(): Кремний, Кислород$(br)$(thing)Формула$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 14%$(br)$(thing)Хромит$(): Андрадит, Гроссуляр, Уваровит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Красный гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 9%$(br)$(thing)Хромит$(): Пироп, Альмандин, Спасерит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 48 — 128$(br)$(thing)Размер$(): 39$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс", + "title": "Апатит и Пирохлор", + "type": "patchouli:text", + "anchor": "nether_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Апатит", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Кальций, Фосфор$(br)$(thing)Формула$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трикальцийфосфат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Кальций, Фосфор$(br)$(thing)Формула$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирохлор", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Ниобий$(br)$(thing)Формула$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 185$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 24 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Бастнезит и Монацит", + "type": "patchouli:text", + "anchor": "nether_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Бастнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Церий, Фтор$(br)$(thing)Формула$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Монацит", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Фосфор, Редкая земля$(br)$(thing)Формула$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Неодим", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Неодим$(br)$(thing)Формула$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 24 — 128$(br)$(thing)Размер$(): 31$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Бентонит и Оливин", + "type": "patchouli:text", + "anchor": "nether_olivine" + }, + { + "Type": "patchouli:multiblock", + "name": "Бентонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bentonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Натрий, Магний$(br)$(thing)Формула$(): NaMg₆Si₁₂H₄(H₂O)₅O₃₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnesite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): MgCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Оливин", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний, Железо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Глауконитовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Магний, Алюминий$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 185$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Боксит и Ильменит", + "type": "patchouli:text", + "anchor": "nether_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ильменит", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Железо, Титан$(br)$(thing)Формула$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алюминий", + "multiblock": { + "mapping": { + "0": "#forge:ores/aluminium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 245$(br)$(thing)Плотность$(): 0.55$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 31$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Вульфенит & Молибденит", + "type": "patchouli:text", + "anchor": "nether_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Вульфенит", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Хромит$(): Свинец, Молибден$(br)$(thing)Формула$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молибденит", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молибден", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Повеллит", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 16 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Габбро, Диорит, Пироксенит", + "title": "Гарниерит и Кобальтит", + "type": "patchouli:text", + "anchor": "nether_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гарниерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальтит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Кобальт, Мышьяк$(br)$(thing)Формула$(): CoAsS$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальт", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Кобальт$(br)$(thing)Формула$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Никель", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 35$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Гематит и Лимонит", + "type": "patchouli:text", + "anchor": "nether_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубин", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Хром, Алюминий$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 240$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 37$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Гётит", + "type": "patchouli:text", + "anchor": "nether_goethite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Малахит", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 270$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 24 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Мигматит, Пироксенит, Травертин", + "title": "Гранатовый и Касситеритовый песок", + "type": "patchouli:text", + "anchor": "nether_garnet_tin" + }, + { + "Type": "patchouli:multiblock", + "name": "Касситеритовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранатовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnet_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Альмандин, Андрадит, Гроссуляр, Пироп, Спасерит, Уваровит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Асбест", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₂H₄O₉$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Asbestosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Диатомовый пелит", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Железо, Алюминий$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 120$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): трубчатая жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Высота$(): 60$(br)$(thing)Радиус$(): 12$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Графит и Алмаз", + "type": "patchouli:text", + "anchor": "nether_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Графит", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Используется для$(): $(l:mechanics/fire_clay)Огнеупорная глина$(), Графен$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алмаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Используется для$(): Измельчители, предметы из AE2$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Уголь", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Используется для$(): топливо, ректификация$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 260$(br)$(thing)Плотность$(): 0.55$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 37$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Золото и Гематит", + "type": "patchouli:text", + "anchor": "nether_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 75%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гётит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жёлтый лимонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): трубчатая жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Высота$(): 60$(br)$(thing)Радиус$(): 12$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Изумруд и Бериллий", + "type": "patchouli:text", + "anchor": "nether_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Изумруд", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Используется для$(): компоненты уровня MV, Предметные фильтры (Тэг)$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Бериллий", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Используется для$(): Эндер-жемчуг$(br)$(thing)Формула$(): Be$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Торий", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Торий$(br)$(thing)Формула$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Касситерит", + "type": "patchouli:text", + "anchor": "nether_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Олово", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 60%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Касситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Плавится в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 40$(br2)$(thing)Виды камней$(): Мигматит, Пироксенит, Травертин", + "title": "Лазурит, Лазурит 2 и Содалит", + "type": "patchouli:text", + "anchor": "nether_lapis" + }, + { + "Type": "patchouli:multiblock", + "name": "Лазурит", + "multiblock": { + "mapping": { + "0": "#forge:ores/lazurite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий, Кальций, Натрий$(br)$(thing)Формула$(): Al₆Si₆Ca₈Na₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Содалит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sodalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий, Натрий$(br)$(thing)Формула$(): Al₃Si₃Na₄Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Лазурит 2", + "multiblock": { + "mapping": { + "0": "#forge:ores/lapis" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Лазурит, Содалит, Пирит, Кальцит", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кальцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Кальций$(br)$(thing)Формула$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 195$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Марганец и Тантал", + "type": "patchouli:text", + "anchor": "nether_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Гроссуляр", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 37%$(br)$(thing)Хромит$(): Кальций, Алюминий$(br)$(thing)Формула$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Спасерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Марганец, Алюминий$(br)$(thing)Формула$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пиролюзит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Марганец$(br)$(thing)Формула$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Танталит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 12%$(br)$(thing)Хромит$(): Марганец, Тантал$(br)$(thing)Формула$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Медь и Халькопирит", + "type": "patchouli:text", + "anchor": "nether_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Медь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 65%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькопирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 48 — 128$(br)$(thing)Размер$(): 48$(br)$(thing)Высота$(): 9$(br2)$(thing)Виды камней$(): Базальт, Гранит", + "title": "Минеральные пески", + "type": "patchouli:text", + "anchor": "nether_basaltic_sands" + }, + { + "Type": "patchouli:multiblock", + "name": "Базальтовый минеральный песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/basaltic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранитовый минеральный песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/granitic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Смектическая глина", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гипс", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Используется для$(): Алебастр (можно покрасить) и его кирпичи$(br)$(thing)Формула$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 41$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Мыльный камень, Тальк и Трона", + "type": "patchouli:text", + "anchor": "nether_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Мыльный камень", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Глауконитовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний, Алюминий$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Тальк", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трона", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Хромит$(): Натрий$(br)$(thing)Формула$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 38$(br)$(thing)Размер$(): 32$(br2)$(thing)Виды камней$(): Базальт, Пироксенит", + "title": "Наквада и Плутоний", + "type": "patchouli:text", + "anchor": "nether_naquadah" + }, + { + "Type": "patchouli:multiblock", + "name": "Наквада", + "multiblock": { + "mapping": { + "0": "#forge:ores/naquadah" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 75%$(br)$(thing)Хромит$(): Наквада, Тританий$(br)$(thing)Формула$(): Nq", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Плутоний", + "multiblock": { + "mapping": { + "0": "#forge:ores/plutonium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Плутоний$(br)$(thing)Формула$(): Pu²³⁹$(br)$(thing)Ядовит$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 150$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Базальт, Габбро, Гранит, Диорит, Мигматит, Пироксенит, Травертин", + "title": "Незер-кварц", + "type": "patchouli:text", + "anchor": "nether_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Незер-кварц", + "multiblock": { + "mapping": { + "0": "#forge:ores/nether_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 54%$(br)$(thing)Используется для$(): рецепты Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кварцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Используется для$(): компоненты уровня LV$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Барит", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Барий$(br)$(thing)Формула$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Гранит, Пироксенит", + "title": "Редстоун, Киноварь и Рубин", + "type": "patchouli:text", + "anchor": "nether_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Редстоун", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Плавится в$(): Редстоун$(br)$(thing)Формула$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубин", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Хром, Алюминий$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Киноварь", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Ртуть$(br)$(thing)Формула$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 33$(br)$(thing)Высота$(): 8$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Сапфир и Альмандин", + "type": "patchouli:text", + "anchor": "nether_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Альмандин", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 38%$(br)$(thing)Хромит$(): Алюминий, Железо$(br)$(thing)Формула$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пироп", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 27%$(br)$(thing)Хромит$(): Алюминий, Магний$(br)$(thing)Формула$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Зелёный сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 210$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 50$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Селитра и Электротин", + "type": "patchouli:text", + "anchor": "nether_saltpeter" + }, + { + "Type": "patchouli:multiblock", + "name": "Селитра", + "multiblock": { + "mapping": { + "0": "#forge:ores/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Калий, Азот$(br)$(thing)Формула$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Диатомовый пелит", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Железо, Алюминий$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Электротин", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Золото, Серебро, Редстоун$(br)$(thing)Формула$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алунит", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Калий, Алюминий$(br)$(thing)Формула$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 165$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 50$(br2)$(thing)Виды камней$(): Аспидный сланец, Базальт, Диорит, Пироксенит", + "title": "Сера и Пирит", + "type": "patchouli:text", + "anchor": "nether_sulfur" + }, + { + "Type": "patchouli:multiblock", + "name": "Сера", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Сера$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 160$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 24 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Гнейс, Гранит, Пироксенит", + "title": "Серебро, Галена и Свинец", + "type": "patchouli:text", + "anchor": "nether_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Серебро", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Серебро$(br)$(thing)Формула$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинец", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): Pb$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Галена", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): PbS$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Сфалерит & Пирит", + "type": "patchouli:text", + "anchor": "nether_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Плавится в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сера", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Сера$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 170$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 45$(br2)$(thing)Виды камней$(): Аспидный сланец, Гнейс, Мигматит, Пироксенит, Травертин", + "title": "Тетраэдрит", + "type": "patchouli:text", + "anchor": "nether_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Тетраэдрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Медь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Медь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Стибнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Плавится в$(): Сурьма$(br)$(thing)Формула$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 33$(br)$(thing)Высота$(): 7$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Топаз и Халькозин", + "type": "patchouli:text", + "anchor": "nether_topaz" + }, + { + "Type": "patchouli:multiblock", + "name": "Синий топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/blue_topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий, Фтор$(br)$(thing)Формула$(): Al₂SiF₂H₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий, Фтор$(br)$(thing)Формула$(): Al₂SiFH₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькозин", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Борнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.55$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 29$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Уранинит и Уранит", + "type": "patchouli:text", + "anchor": "nether_pitchblende" + }, + { + "Type": "patchouli:multiblock", + "name": "Уранит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pitchblende" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Уран, Торий, Свинец$(br)$(thing)Формула$(): (UO₂)₃ThPb$(br)$(thing)Ядовит$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Уранинит", + "multiblock": { + "mapping": { + "0": "#forge:ores/uraninite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Уран$(br)$(thing)Формула$(): UO₂$(br)$(thing)Ядовит$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 205$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 39$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Хромит", + "type": "patchouli:text", + "anchor": "nether_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Хромит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 60%$(br)$(thing)Хромит$(): Хром$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ванадий магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Железо, Ванадий$(br)$(thing)Формула$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 220$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 32 — 128$(br)$(thing)Размер$(): 41$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Ционит, Слюда и Боксит", + "type": "patchouli:text", + "anchor": "nether_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Ционит", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Слюда", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Калий, Алюминий, Фтор$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Поллуцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Цезий, Алюминий$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 25$(br2)$(thing)Виды камней$(): Аспидный сланец, Габбро, Гнейс, Гранит, Диорит, Пироксенит", + "title": "Шеелит и Вольфрамат", + "type": "patchouli:text", + "anchor": "nether_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Шеелит", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Хромит$(): Вольфрам$(br)$(thing)Формула$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Вольфрамат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Вольфрам, Литий$(br)$(thing)Формула$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Литий", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Литий$(br)$(thing)Формула$(): Li", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 128$(br)$(thing)Размер$(): 35$(br2)$(thing)Виды камней$(): Базальт, Мигматит, Пироксенит, Травертин", + "title": "Шелдонит и Борнит", + "type": "patchouli:text", + "anchor": "nether_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Борнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Шелдонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Платина, Никель, Палладий$(br)$(thing)Формула$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Платина", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Платина$(br)$(thing)Формула$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Палладий", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Палладий$(br)$(thing)Формула$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_apatite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_apatite.json deleted file mode 100644 index 85c036697..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_apatite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Апатит и Пирохлор", - "icon": "gtceu:raw_apatite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 220$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 60$(br)Размер: 34$(br2)Виды камней: Гранит, Диорит, Габбро, Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикатор: Апатит, Трикальцийфосфат, Пирохлор" - }, - { - "type": "patchouli:multiblock", - "name": "Апатит", - "multiblock": - { - "mapping": { "0": "#forge:ores/apatite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Содержит: Кальций, Фосфор$(br)Формула: Ca₅(PO₄)₃Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Трикальцийфосфат", - "multiblock": - { - "mapping": { "0": "#forge:ores/tricalcium_phosphate" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Кальций, Фосфор$(br)Формула: Ca₃(PO₄)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Пирохлор", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrochlore" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Ниобий$(br)Формула: Ca₂Nb₂O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_basaltic_sands.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_basaltic_sands.json deleted file mode 100644 index 50cff68c4..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_basaltic_sands.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Минеральные пески", - "icon": "gtceu:raw_basaltic_mineral_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 160$(br)Плотность: 0.3$(br)Вид: дискообразная жила$(br)Y-уровень: -32 - 60$(br)Размер: 48$(br)Высота: 9$(br2)Виды камней: Гранит, Базальт$(br2)Индикаторы: Базальтовый и Гранитовый минеральные пески, Смектическая глина, Гипс" - }, - { - "type": "patchouli:multiblock", - "name": "Базальтовый минеральный песок", - "multiblock": - { - "mapping": { "0": "#forge:ores/basaltic_mineral_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Плавится в: Железо$(br)Формула: (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Гранитовый минеральный песок", - "multiblock": - { - "mapping": { "0": "#forge:ores/granitic_mineral_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Плавится в: Железо$(br)Формула: (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))" - }, - { - "type": "patchouli:multiblock", - "name": "Смектическая глина", - "multiblock": - { - "mapping": { "0": "#forge:ores/fullers_earth" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Магний$(br)Формула: MgSi₄H(H₂O)₄O₁₁" - }, - { - "type": "patchouli:multiblock", - "name": "Гипс", - "multiblock": - { - "mapping": { "0": "#forge:ores/gypsum" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Используется для: Алебастр (можно покрасить) и его кирпичи$(br)Формула: CaS(H₂O)₂O₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_bauxite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_bauxite.json deleted file mode 100644 index 4e51742a0..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_bauxite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Боксит и Ильменит", - "icon": "gtceu:raw_bauxite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 185$(br)Плотность: 0.3$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 60$(br)Размер: 40$(br2)Виды камней: Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикаторы: Боксит, Ильменит, Алюминий" - }, - { - "type": "patchouli:multiblock", - "name": "Боксит", - "multiblock": - { - "mapping": { "0": "#forge:ores/bauxite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 45%$(br)Содержит: Алюминий$(br)Формула: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Алюминий", - "multiblock": - { - "mapping": { "0": "#forge:ores/aluminium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Алюминий$(br)Формула: Al" - }, - { - "type": "patchouli:multiblock", - "name": "Ильменит", - "multiblock": - { - "mapping": { "0": "#forge:ores/ilmenite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Содержит: Титан$(br)Формула: FeTiO₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_beryllium.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_beryllium.json deleted file mode 100644 index 940b7f58b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_beryllium.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Изумруд и Бериллий", - "icon": "minecraft:emerald", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 180$(br)Плотность: 0.35$(br)Вид: трубчатая жила$(br)Y-уровень: -32 - 50$(br)Высота: 60$(br)Радиус: 10$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит$(br2)Индикаторы: Бериллий, Изумруд, Торий" - }, - { - "type": "patchouli:multiblock", - "name": "Бериллий", - "multiblock": - { - "mapping": { "0": "#forge:ores/beryllium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Используется для: Эндер-жемчуг$(br)Формула: Be$(br)Ядовит: Да" - }, - { - "type": "patchouli:multiblock", - "name": "Изумруд", - "multiblock": - { - "mapping": { "0": "#forge:ores/emerald" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Используется для: компоненты уровня MV, Предметные фильтры (Тэг)$(br)Формула: Be₃Al₂Si₆O₁₈" - }, - { - "type": "patchouli:multiblock", - "name": "Торий", - "multiblock": - { - "mapping": { "0": "#forge:ores/thorium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Бесполезен!$(br)Формула: Th" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_bismuth.json deleted file mode 100644 index f68c4ac40..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_bismuth.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Висмут (Обычный)", - "icon": "gtceu:raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 170$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Гранит, Диорит, Габбро, Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикаторы: Висмутин" - }, - { - "type": "patchouli:multiblock", - "name": "Висмут", - "multiblock": - { - "mapping": { "0": "#forge:ores/bismuth" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 80%$(br)Плавится в: Висмут$(br)Формула: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Сера", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 9%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Свинец", - "multiblock": - { - "mapping": { "0": "#forge:ores/lead" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 11%$(br)Плавится в: свинец$(br)Формула: Pb$(br)Ядовит: Да" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_cassiterite.json deleted file mode 100644 index 841862935..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_cassiterite.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Касситерит (Обычный)", - "icon": "gtceu:raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 170$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Гранит, Диорит, Габбро$(br2)Индикатор: Касситерит" - }, - { - "type": "patchouli:multiblock", - "name": "Касситерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 40%$(br)Плавится в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Олово", - "multiblock": - { - "mapping": { "0": "#forge:ores/tin" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 60%$(br)Плавится в: Олово$(br)Формула: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_coal.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_coal.json deleted file mode 100644 index f93cd6414..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_coal.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "Уголь", - "icon": "minecraft:coal", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 215$(br)Плотность: 0.55$(br)Вид: кластерная жила$(br)Y-уровень: 0 - 210$(br)Размер: 60$(br2)Виды камней: Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикатор: Уголь" - }, - { - "type": "patchouli:multiblock", - "name": "Уголь", - "multiblock": - { - "mapping": { "0": "#forge:ores/coal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 100%$(br)Используется для: топливо, ректификация$(br)Формула: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_copper.json deleted file mode 100644 index e3937613b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_copper.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Медь и Халькопирит", - "icon": "minecraft:raw_copper", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 170$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит$(br2)Индикатор: Самородная медь" - }, - { - "type": "patchouli:multiblock", - "name": "Медь", - "multiblock": - { - "mapping": { "0": "#forge:ores/copper" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 65%$(br)Плавится в: Медь$(br)Формула: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Халькопирит", - "multiblock": - { - "mapping": { "0": "#forge:ores/chalcopyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Медь$(br)Формула: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Железо", - "multiblock": - { - "mapping": { "0": "#forge:ores/iron" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Железо$(br)Формула: Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Пирит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 10%$(br)Плавится в: Железо$(br)Формула: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_garnet_tin.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_garnet_tin.json deleted file mode 100644 index d2f11db9e..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_garnet_tin.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Гранатовый и Касситеритовый песок", - "icon": "gtceu:raw_garnet_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 360$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: -40 - 64$(br)Размер: 40$(br2)Виды камней: Все$(br2)Индикаторы: Касситерит" - }, - { - "type": "patchouli:multiblock", - "name": "Касситеритовый песок", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Плавится в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гранатовый песок", - "multiblock": - { - "mapping": { "0": "#forge:ores/garnet_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Альмандин, Андрадит, Гроссуляр, Пироп, Спасерит, Уваровит" - }, - { - "type": "patchouli:multiblock", - "name": "Асбест", - "multiblock": - { - "mapping": { "0": "#forge:ores/asbestos" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Магний$(br)Формула: Mg₃Si₂H₄O₉$(br)Ядовит: Да" - }, - { - "type": "patchouli:multiblock", - "name": "Диатомовый пелит", - "multiblock": - { - "mapping": { "0": "#forge:ores/diatomite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Железо, Алюминий$(br)Формула: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_garnierite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_garnierite.json deleted file mode 100644 index 25815f4f6..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_garnierite.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Гарниерит и Кобальтит", - "icon": "gtceu:raw_garnierite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 140$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 60$(br)Размер: 40$(br2)Виды камней: Габбро$(br2)Индикатор: Гарниерит" - }, - { - "type": "patchouli:multiblock", - "name": "Гарниерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/garnierite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Плавится в: Никель$(br)Формула: NiO" - }, - { - "type": "patchouli:multiblock", - "name": "Никель", - "multiblock": - { - "mapping": { "0": "#forge:ores/nickel" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 10%$(br)Плавится в: Никель$(br)Формула: Ni" - }, - { - "type": "patchouli:multiblock", - "name": "Кобальтит", - "multiblock": - { - "mapping": { "0": "#forge:ores/cobaltite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Содержит: Кобальт, Мышьяк$(br)Формула: CoAsS$(br)Ядовит: Да" - }, - { - "type": "patchouli:multiblock", - "name": "Пентландит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pentlandite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Плавится в: Никель$(br)Формула: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Кобальт", - "multiblock": - { - "mapping": { "0": "#forge:ores/cobalt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Кобальт$(br)Формула: Co" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_gold.json deleted file mode 100644 index cf1b76476..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_gold.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Золото, Лимонит и Гематит (обычные)", - "icon": "minecraft:raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 170$(br)Плотность: 0.4$(br)Вид: дискообразная жила$(br)Y-уровень: -32 - 60$(br)Размер: 40$(br)Высота: 12$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Гранит, Диорит, Габбро$(br2)Индикаторы: Лимонит, Гематит, Самородное золото" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 55%$(br)Плавится в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый лимонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Железо$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Гётит", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_graphite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_graphite.json deleted file mode 100644 index 8c61c3e35..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_graphite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Графит и Алмаз", - "icon": "minecraft:diamond", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 175$(br)Плотность: 0.35$(br)Вид: трубчатая жила$(br)Y-уровень: -64 - 100$(br)Высота: 60$(br)Радиус: 12$(br2)Виды камней: Габбро$(br2)Индикатор: Алмаз, Графит, Уголь$(br2)Не получается найти это? Габбро всегда генерируется под $(thing)Базальтом$(), а на дне океана легко обнаружить столбы, ведущие к нижнему слою!" - }, - { - "type": "patchouli:multiblock", - "name": "Графит", - "multiblock": - { - "mapping": { "0": "#forge:ores/graphite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 45%$(br)Используется для: $(l:mechanics/fire_clay)Огнеупорная глина$(), Графен$(br)Формула: C" - }, - { - "type": "patchouli:multiblock", - "name": "Алмаз", - "multiblock": - { - "mapping": { "0": "#forge:ores/diamond" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Используется для: Измельчители, предметы из AE2$(br)Формула: C" - }, - { - "type": "patchouli:multiblock", - "name": "Уголь", - "multiblock": - { - "mapping": { "0": "#forge:ores/coal" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Используется для: топливо, ректификация$(br)Формула: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_hematite.json deleted file mode 100644 index 0676b0e18..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_hematite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Гематит и Лимонит (обычные)", - "icon": "gtceu:raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 210$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит$(br2)Индикаторы: Гематит, Лимонит, Самородное золото" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Плавится в: Железо$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый лимонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гётит", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Золото$(br)Формула: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_lapis.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_lapis.json deleted file mode 100644 index 288980526..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_lapis.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Лазурит, Лазурит 2 и Содалит", - "icon": "minecraft:lapis_lazuli", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 170$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: -60 - 10$(br)Размер: 50$(br2)Виды камней: Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Лазурит, Содалит, Лазурит 2, Кальцит" - }, - { - "type": "patchouli:multiblock", - "name": "Лазурит", - "multiblock": - { - "mapping": { "0": "#forge:ores/lazurite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Алюминий, Кальций, Натрий$(br)Формула: Al₆Si₆Ca₈Na₈" - }, - { - "type": "patchouli:multiblock", - "name": "Содалит", - "multiblock": - { - "mapping": { "0": "#forge:ores/sodalite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Алюминий, Натрий$(br)Формула: Al₃Si₃Na₄Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Кальцит", - "multiblock": - { - "mapping": { "0": "#forge:ores/calcite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Кальций$(br)Формула: CaCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Лазурит 2", - "multiblock": - { - "mapping": { "0": "#forge:ores/lapis" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Лазурит, Содалит, Пирит, Кальцит" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_limonite.json deleted file mode 100644 index 3744897f2..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_limonite.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Лимонит (обычный)", - "icon": "gtceu:raw_yellow_limonite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 190$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Мрамор, Известняк$(br2)Индикаторы: Лимонит, Гематит, Малахит" - }, - { - "type": "patchouli:multiblock", - "name": "Жёлтый лимонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/yellow_limonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гётит", - "multiblock": - { - "mapping": { "0": "#forge:ores/goethite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Железо$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": - { - "mapping": { "0": "#forge:ores/hematite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Железо$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Малахит", - "multiblock": - { - "mapping": { "0": "#forge:ores/malachite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Медь$(br)Формула: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_lubricant.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_lubricant.json deleted file mode 100644 index 4cd500921..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_lubricant.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Мыльный камень, Тальк и Трона", - "icon": "gtceu:raw_soapstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 190$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: -40 - 56$(br)Размер: 36$(br2)Виды камней: Гранит, Диорит, Габбро$(br2)Индикаторы: Мыльный камень, Тальк, Глауконитовый песок, Пентландит, Трона" - }, - { - "type": "patchouli:multiblock", - "name": "Мыльный камень", - "multiblock": - { - "mapping": { "0": "#forge:ores/soapstone" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Содержит: Магний$(br)Формула: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Тальк", - "multiblock": - { - "mapping": { "0": "#forge:ores/talc" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Содержит: Магний$(br)Формула: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Глауконитовый песок", - "multiblock": - { - "mapping": { "0": "#forge:ores/glauconite_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Магний, Алюминий$(br)Формула: KMg₂Al₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Пентландит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pentlandite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Никель$(br)Формула: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Трона", - "multiblock": - { - "mapping": { "0": "#forge:ores/trona" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 10%$(br)Формула: Na₃C₂H(H₂O)₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_magnetite.json deleted file mode 100644 index 210063e07..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_magnetite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Магнетит и Ванадий (обычные)", - "icon": "gtceu:raw_magnetite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 200$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикаторы: Магнетит, Самородное золото" - }, - { - "type": "patchouli:multiblock", - "name": "Магнетит", - "multiblock": - { - "mapping": { "0": "#forge:ores/magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 65%$(br)Плавится в: Железо$(br)Формула: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Ванадий магнетит", - "multiblock": - { - "mapping": { "0": "#forge:ores/vanadium_magnetite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Железо, Ванадий$(br)Формула: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": - { - "mapping": { "0": "#forge:ores/gold" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 10%$(br)Плавится в: Золото$(br)Формула: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_manganese.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_manganese.json deleted file mode 100644 index eb5554372..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_manganese.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Марганец и Тантал", - "icon": "gtceu:raw_grossular", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 195$(br)Плотность: 0.3$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 60$(br)Размер: 40$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикаторы: Гроссуляр, Спасерит, Пиролюзит, Танталит" - }, - { - "type": "patchouli:multiblock", - "name": "Гроссуляр", - "multiblock": - { - "mapping": { "0": "#forge:ores/grossular" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Содержит: Кальций, Алюминий$(br)Формула: Ca₃Al₂Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Спасерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/spessartine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Содержит: Марганец, Алюминий$(br)Формула: Al₂Mn₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Пиролюзит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrolusite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Марганец$(br)Формула: MnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Танталит", - "multiblock": - { - "mapping": { "0": "#forge:ores/tantalite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 10%$(br)Содержит: Марганец, Тантал$(br)Формула: MnTa₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_mica.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_mica.json deleted file mode 100644 index 8647c55fd..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_mica.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Ционит, Слюда и Боксит", - "icon": "gtceu:raw_mica", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 190$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: 0 - 210$(br)Размер: 36$(br2)Виды камней: Гранит, Диорит, Габбро, Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Ционит, Слюда, Боксит, Поллуцит" - }, - { - "type": "patchouli:multiblock", - "name": "Ционит", - "multiblock": - { - "mapping": { "0": "#forge:ores/kyanite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Алюминий$(br)Формула: Al₂SiO₅" - }, - { - "type": "patchouli:multiblock", - "name": "Слюда", - "multiblock": - { - "mapping": { "0": "#forge:ores/mica" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Калий, Алюминий, Фтор$(br)Формула: KAl₃Si₃F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Боксит", - "multiblock": - { - "mapping": { "0": "#forge:ores/bauxite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Алюминий$(br)Формула: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Поллуцит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pollucite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Алюминий$(br)Формула: Cs₂Al₂Si₄(H₂O)₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_monazite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_monazite.json deleted file mode 100644 index 72c3a4c3b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_monazite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Бастнезит и Монацит", - "icon": "gtceu:monazite_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 185$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 50$(br)Размер: 40$(br2)Виды камней: Гранит, Диорит, Габбро$(br2)Индикаторы: Бастнезит, Монацит, Неодим" - }, - { - "type": "patchouli:multiblock", - "name": "Бастнезит", - "multiblock": - { - "mapping": { "0": "#forge:ores/bastnasite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Содержит: Церий, Фтор$(br)Формула: CeCFO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Монацит", - "multiblock": - { - "mapping": { "0": "#forge:ores/monazite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Фосфор, Редкая земля$(br)Формула: ?(PO₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Неодим", - "multiblock": - { - "mapping": { "0": "#forge:ores/neodymium" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Формула: Nd" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_oilsands.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_oilsands.json deleted file mode 100644 index 8a7584c04..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_oilsands.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "Нефтеносный песок", - "icon": "gtceu:raw_oilsands", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 185$(br)Плотность: 0.20$(br)Вид: Кластерная жила$(br)Y-уровень: 0 - 70$(br)Размер: 55$(br2)Виды камней: Сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикаторы: Нефтеносный песок$(br2)Ранний доступ к нефти и её продуктам." - }, - { - "type": "patchouli:multiblock", - "name": "Нефтеносный песок", - "multiblock": - { - "mapping": { "0": "#forge:ores/oilsands" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 100%" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_olivine.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_olivine.json deleted file mode 100644 index 6515b4eee..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_olivine.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Бентонит и Оливин", - "icon": "gtceu:olivine_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 180$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: -40 - 30$(br)Размер: 26$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Гранит, Диорит, Габбро$(br2)Индикаторы: Бентонит, Магнезит, Оливин, Глауконитовый песок" - }, - { - "type": "patchouli:multiblock", - "name": "Бентонит", - "multiblock": - { - "mapping": { "0": "#forge:ores/bentonite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Магний$(br)Формула: NaMg₆Si₁₂H₄(H₂O)₅O₃₆" - }, - { - "type": "patchouli:multiblock", - "name": "Магнезит", - "multiblock": - { - "mapping": { "0": "#forge:ores/magnesite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Магний$(br)Формула: MgCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Оливин", - "multiblock": - { - "mapping": { "0": "#forge:ores/olivine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Магний$(br)Формула: Mg₂Fe(SiO₂)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Глауконитовый песок", - "multiblock": - { - "mapping": { "0": "#forge:ores/glauconite_sand" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Магний, Алюминий$(br)Формула: KMg₂Al₄H₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_quartz.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_quartz.json deleted file mode 100644 index b1a2c8594..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_quartz.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Кварцы", - "icon": "minecraft:quartz", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 150$(br)Плотность: 0.3$(br)Виды: кластерная жила$(br)Y-уровень: -32 - 100$(br)Размер: 40$(br2)Виды камней: Сланец, Кварцит, Аспидный сланец, Гнейс$(br2)Индикатор: Цветущий истинный кварц" - }, - { - "type": "patchouli:multiblock", - "name": "Кварцит", - "multiblock": - { - "mapping": { "0": "#forge:ores/quartzite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 45%$(br)Формула: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Истинный кварц", - "multiblock": - { - "mapping": { "0": "#forge:ores/certus_quartz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Используется для: рецепты Applied Energistics 2$(br)Формула: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Незер-кварц", - "multiblock": - { - "mapping": { "0": "#forge:ores/nether_quartz" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 10%$(br)Используется для: рецепты Applied Energistics 2$(br)Формула: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Барит", - "multiblock": - { - "mapping": { "0": "#forge:ores/barite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Барий$(br)Формула: BaSO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_redstone.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_redstone.json deleted file mode 100644 index 8eb603ae5..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_redstone.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Редстоун, Киноварь и Рубин", - "icon": "minecraft:redstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 160$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 100$(br)Размер: 40$(br2)Виды камней: Гранит$(br2)Индикаторы: Редстоун, Рубин, Киноварь$(br2)Не получается найти это? На дне океана легко увидеть красное свечение!" - }, - { - "type": "patchouli:multiblock", - "name": "Редстоун", - "multiblock": - { - "mapping": { "0": "#forge:ores/redstone" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 45%$(br)Плавится в: Редстоун$(br)Формула: Si(FeS₂)₅(CrAl₂O₃)Hg₃" - }, - { - "type": "patchouli:multiblock", - "name": "Рубин", - "multiblock": - { - "mapping": { "0": "#forge:ores/ruby" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Алюминий, Хром$(br)Формула: CrAl₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Киноварь", - "multiblock": - { - "mapping": { "0": "#forge:ores/cinnabar" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Содержит: Ртуть$(br)Формула: HgS$(br)Ядовит: Да" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_salt.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_salt.json deleted file mode 100644 index 99e9d7eb7..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_salt.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Соли и Бура", - "icon": "tfc:powder/salt", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 175$(br)Плотность: 0.4$(br)Вид: дискообразная жила$(br)Y-уровень: 30 - 70$(br)Размер: 40$(br)Высота: 4$(br2)Виды камней: Сланец, Аргиллит, Известняк$(br2)Индикаторы: Самосадочная соль, Каменная соль, Лепидолит, Бура" - }, - { - "type": "patchouli:multiblock", - "name": "Каменная соль", - "multiblock": - { - "mapping": { "0": "#forge:ores/rock_salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 40%$(br)Содержит: Калий, Хлор$(br)Формула: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Соль", - "multiblock": - { - "mapping": { "0": "#forge:ores/salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Содержит: Натрий, Хлор$(br)Формула: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Лепидолит", - "multiblock": - { - "mapping": { "0": "#forge:ores/lepidolite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Калий, Литий, Алюминий, Фтор$(br)Формула: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Бура", - "multiblock": - { - "mapping": { "0": "#forge:ores/borax" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Бор$(br)Формула: Na₂B₄(H₂O)₁₀O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_saltpeter.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_saltpeter.json deleted file mode 100644 index 0bf0aea02..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_saltpeter.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Селитра и Электротин", - "icon": "gtceu:raw_saltpeter", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 210$(br)Плотность: 0.3$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 60$(br)Размер: 50$(br2)Виды камней: Гранит, Диорит, Габбро, Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Селитра, Диатомовый пелит, Электротин, Алунит" - }, - { - "type": "patchouli:multiblock", - "name": "Селитра", - "multiblock": - { - "mapping": { "0": "#forge:ores/saltpeter" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Калий$(br)Формула: KNO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Диатомовый пелит", - "multiblock": - { - "mapping": { "0": "#forge:ores/diatomite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Железо, Алюминий$(br)Формула: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - }, - { - "type": "patchouli:multiblock", - "name": "Электротин", - "multiblock": - { - "mapping": { "0": "#forge:ores/electrotine" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Содержит: Золото, Серебро, Редстоун$(br)Формула: (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)" - }, - { - "type": "patchouli:multiblock", - "name": "Алунит", - "multiblock": - { - "mapping": { "0": "#forge:ores/alunite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Калий, Алюминий$(br)Формула: KAl₃Si₂H₆O₁₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_silver.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_silver.json deleted file mode 100644 index ac67488ee..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_silver.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Серебро, Галена и Свинец", - "icon": "gtceu:raw_silver", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 160$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Гранит, Гнейс$(br2)Индикатор: Самородное серебро" - }, - { - "type": "patchouli:multiblock", - "name": "Галена", - "multiblock": - { - "mapping": { "0": "#forge:ores/galena" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Плавится в: Свинец$(br)Формула: PbS$(br)Ядовит: Да" - }, - { - "type": "patchouli:multiblock", - "name": "Серебро", - "multiblock": - { - "mapping": { "0": "#forge:ores/silver" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Серебро$(br)Формула: Ag" - }, - { - "type": "patchouli:multiblock", - "name": "Свинец", - "multiblock": - { - "mapping": { "0": "#forge:ores/lead" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 55%$(br)Плавится в: Свинец$(br)Формула: Pb$(br)Ядовит: Да" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_sphalerite.json deleted file mode 100644 index c443fd839..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_sphalerite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Сфалерит & Пирит (обычные)", - "icon": "gtceu:raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 170$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикатор: Сфалерит" - }, - { - "type": "patchouli:multiblock", - "name": "Сфалерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/sphalerite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 40%$(br)Плавится в: Цинк$(br)Формула: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Сера", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Пирит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 25%$(br)Плавится в: Железо$(br)Формула: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_spodumene.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_spodumene.json deleted file mode 100644 index 13268eff6..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_spodumene.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Сподумен и Лепидолит", - "icon": "gtceu:raw_spodumene", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 180$(br)плотность: 0.375$(br)Вид: дискообразная жила$(br)Y-уровень: 20 - 60$(br)Размер: 35$(br)Высота: 6$(br2)Виды камней: Гранит, Диорит, Габбро, Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Самосадочная соль, Каменная соль, Лепидолит, Сподумен" - }, - { - "type": "patchouli:multiblock", - "name": "Каменная соль", - "multiblock": - { - "mapping": { "0": "#forge:ores/rock_salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Содержит: Калий, Хлор$(br)Формула: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Соль", - "multiblock": - { - "mapping": { "0": "#forge:ores/salt" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Содержит: Натрий, Хлор$(br)Формула: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Лепидолит", - "multiblock": - { - "mapping": { "0": "#forge:ores/lepidolite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Калий, Литий, Алюминий, Фтор$(br)Формула: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Сподумен", - "multiblock": - { - "mapping": { "0": "#forge:ores/spodumene" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Содержит: Литий, Алюминий$(br)Формула: LiAlSi₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_sulfur.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_sulfur.json deleted file mode 100644 index 43d8f935a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_sulfur.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Сера и Пирит", - "icon": "gtceu:raw_sulfur", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 165$(br)Плотность: 0.2$(br)Вид: Кластерная жила$(br)Y-уровень: 0 - 210$(br)Размер: 45$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит$(br2)Индикаторы: Сера, Пирит, Сфалерит" - }, - { - "type": "patchouli:multiblock", - "name": "Сера", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Пирит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 35%$(br)Плавится в: Железо$(br)Формула: FeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Сфалерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/sphalerite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Плавится в: Цинк$(br)Формула: ZnS" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_tetrahedrite.json deleted file mode 100644 index f275ede4a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/normal_tetrahedrite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Тетраэдрит (обычный)", - "icon": "gtceu:raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 170$(br)Плотность: 0.4$(br)Вид: кластерная жила$(br)Y-уровень: -32 - 75$(br)Размер: 40$(br2)Виды камней: Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Тетраэдрит, Самородная медь" - }, - { - "type": "patchouli:multiblock", - "name": "Тетраэдрит", - "multiblock": - { - "mapping": { "0": "#forge:ores/tetrahedrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 50%$(br)Плавится в: Медь$(br)Формула: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Самородная медь", - "multiblock": - { - "mapping": { "0": "#forge:ores/copper" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 30%$(br)Плавится в: Медь$(br)Формула: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Стибнит", - "multiblock": - { - "mapping": { "0": "#forge:ores/stibnite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Сурьма$(br)Формула: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/ore_basics.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/ore_basics.json index 010a0a4c1..c86ad2551 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/ore_basics.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/ore_basics.json @@ -1,6 +1,6 @@ { "name": "Добыча руды в TFG", - "icon": "gtceu:pyrite_dust", + "icon": "minecraft:diamond_pickaxe", "category": "tfc:tfg_ores", "priority": true, "sortnum": 0, diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_bismuth.json deleted file mode 100644 index a0d51aa70..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_bismuth.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Висмут (Поверхностный)", - "icon": "gtceu:poor_raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 140$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: 60 - 210$(br)Размер: 50$(br2)Виды камней: Гранит, Диорит, Габбро, Шиферный сланец, Аргиллит, Известняк, Конгломерат, Доломит, Кремнистый сланец, Мел$(br2)Индикатор: Висмутин" - }, - { - "type": "patchouli:multiblock", - "name": "Висмут", - "multiblock": - { - "mapping": { "0": "#forge:ores/bismuth" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 90%$(br)Плавится в: Висмут$(br)Формула: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Сера", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 3%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Свинец", - "multiblock": - { - "mapping": { "0": "#forge:ores/lead" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 7%$(br)Плавится в: Свинец$(br)Формула: Pb$(br)Ядовит: Да" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_cassiterite.json deleted file mode 100644 index 45d934084..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_cassiterite.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Касситерит (Поверхностный)", - "icon": "gtceu:poor_raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 135$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: 60 - 210$(br)Размер: 50$(br2)Виды камней: Гранит, Диорит, Габбро$(br2)Индикатор: Касситерит" - }, - { - "type": "patchouli:multiblock", - "name": "Касситерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 60%$(br)Плавится в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Олово", - "multiblock": - { - "mapping": { "0": "#forge:ores/tin" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 40%$(br)Плавится в: Олово$(br)Формула: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_copper.json deleted file mode 100644 index 39d89c3c7..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_copper.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Халькопирит и Реальгар", - "icon": "gtceu:raw_chalcopyrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 140$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: 30 - 210$(br)Размер: 50$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит$(br2)Индикаторы: Самородная медь, Касситерит, Реальгар$(br2)Не получается найти это? $(l:tfg_ores/normal_garnierite)Кобальтит$() служит альтернативным источником мышьяка, однако для этого понадобится $(thing)Электрическая доменная печь$()" - }, - { - "type": "patchouli:multiblock", - "name": "Халькопирит", - "multiblock": - { - "mapping": { "0": "#forge:ores/chalcopyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 55%$(br)Плавится в: Медь$(br)Формула: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Цеолит", - "multiblock": - { - "mapping": { "0": "#forge:ores/zeolite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Алюминий, Кислород$(br)Формула: NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂" - }, - { - "type": "patchouli:multiblock", - "name": "Касситерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/cassiterite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Реальгар", - "multiblock": - { - "mapping": { "0": "#forge:ores/realgar" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 15%$(br)Содержит: Мышьяк$(br)Формула: As₄S₄$(br)Ядовит: Да" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_sphalerite.json deleted file mode 100644 index 0f4027c88..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_sphalerite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Сфалерит и Сера (поверхностные)", - "icon": "gtceu:poor_raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 145$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: 60 - 210$(br)Размер: 50$(br2)Виды камней: Риолит, Базальт, Андезит, Дацит, Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикатор: Сфалерит" - }, - { - "type": "patchouli:multiblock", - "name": "Сфалерит", - "multiblock": - { - "mapping": { "0": "#forge:ores/sphalerite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 40%$(br)Плавится в: Цинк$(br)Формула: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Сера", - "multiblock": - { - "mapping": { "0": "#forge:ores/sulfur" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 55%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Пирит", - "multiblock": - { - "mapping": { "0": "#forge:ores/pyrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 5%$(br)Плавится в: Железо$(br)Формула: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_tetrahedrite.json deleted file mode 100644 index 1d3b3b4d0..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/surface_tetrahedrite.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Тетраэдрит (Поверхностный)", - "icon": "gtceu:poor_raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Редкость: 140$(br)Плотность: 0.25$(br)Вид: кластерная жила$(br)Y-уровень: 60 - 210$(br)Размер: 50$(br2)Виды камней: Кварцит, Шиферный сланец, Филлит, Аспидный сланец, Гнейс, Мрамор$(br2)Индикаторы: Тетраэдрит, Самородная медь" - }, - { - "type": "patchouli:multiblock", - "name": "Тетраэдрит", - "multiblock": - { - "mapping": { "0": "#forge:ores/tetrahedrite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 60%$(br)Плавится в: Медь$(br)Формула: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Самородная медь", - "multiblock": - { - "mapping": { "0": "#forge:ores/copper" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Медь$(br)Формула: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Стибнит", - "multiblock": - { - "mapping": { "0": "#forge:ores/stibnite" }, - "pattern": [[ "0" ], [ " " ]] - }, - "enable_visualize": false, - "text": "Процент руды: 20%$(br)Плавится в: Сурьма$(br)Формула: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/the_world/ores_and_minerals.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/the_world/ores_and_minerals.json deleted file mode 100644 index 323d77818..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/the_world/ores_and_minerals.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Ores and Minerals", - "category": "tfc:the_world", - "icon": "tfc:ore/normal_hematite", - "pages": [ - { - "type": "patchouli:text", - "text": "Эта страница не используется.$(br2)Вся информация о рудах находится в категории $(l:tfg_ores)Руды в TFG$()." - } - ], - "read_by_default": true, - "sortnum": 1 -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/fire_clay.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/fire_clay.json index 1d9b88144..1fe44d251 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/fire_clay.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/fire_clay.json @@ -11,12 +11,12 @@ { "type": "patchouli:crafting", "recipe": "tfc:crafting/fire_clay", - "text": "Вогнетривку глину виготовляють з порошку $(l:tfg_ores/normal_graphite)графіту$() подрібненого в $(l:mechanics/quern)жорні$(), а також порошку $(l:tfg_ores/surface_kaolin#powder)каолініту$()" + "text": "Вогнетривку глину виготовляють з порошку $(l:tfg_ores/earth_vein_index#normal_graphite)графіту$() подрібненого в $(l:mechanics/quern)жорні$(), а також порошку $(l:tfg_ores/surface_kaolin#powder)каолініту$()" }, { "type": "tfc:heat_recipe", "recipe": "tfc:heating/kaolin_clay", - "text": "Каолінітовий порошок виготовляють шляхом нагрівання $(l:tfg_ores/surface_kaolin)Каолінітової Глини$(). Однак процес не ідеальний, і лише 20% глини утворює порошок!" + "text": "Каолінітовий порошок виготовляють шляхом нагрівання $(l:mechanics/surface_kaolin)Каолінітової Глини$(). Однак процес не ідеальний, і лише 20% глини утворює порошок!" }, { "type": "tfc:knapping_recipe", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_kaolin.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/surface_kaolin.json similarity index 99% rename from kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_kaolin.json rename to kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/surface_kaolin.json index 98889460d..d08459688 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_kaolin.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/mechanics/surface_kaolin.json @@ -1,7 +1,7 @@ { "name": "Каолінова глина", "icon": "tfc:kaolin_clay", - "category": "tfc:tfg_ores", + "category": "tfc:mechanics", "read_by_default": true, "pages": [ { diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_garnet_amethyst.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_garnet_amethyst.json deleted file mode 100644 index 096e5b283..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_garnet_amethyst.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Аметист і Гранат", - "icon": "minecraft:amethyst_shard", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 230$(br)Щільність: 0.25$(br)Тип: Дискова вена$(br)Y: -64 - 26$(br)Розмір: 28$(br)Висота: 8$(br2)Типи каменю: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур, Глинистий сланець, Аргиліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Родючий Аметист" - }, - { - "type": "patchouli:multiblock", - "name": "Аметист", - "multiblock": { - "mapping": { - "0": "#forge:ores/amethyst" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 65%$(br)Джерело: Заліза$(br)Формула: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Опал", - "multiblock": { - "mapping": { - "0": "#forge:ores/opal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Формула: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Червоний гранат", - "multiblock": { - "mapping": { - "0": "#forge:ores/red_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Джерело: Піроп, Альмандин, Спессартин" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий гранат", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Андрадит, Гроссулар, Уваровіт" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_garnet_opal.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_garnet_opal.json deleted file mode 100644 index 170e45674..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_garnet_opal.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Опал і Гранат", - "icon": "gtceu:opal_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 220$(br)Щільність: 0.35$(br)Тип: Дискова вена(br)Y: -64 - 62$(br)Розмір: 26$(br)Висота: 6$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Граніт, Діорит, Габро$(br2)Індикатор: Родючий Аметист" - }, - { - "type": "patchouli:multiblock", - "name": "Опал", - "multiblock": { - "mapping": { - "0": "#forge:ores/opal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 55%$(br)Формула: (SiO₂)" - }, - { - "type": "patchouli:multiblock", - "name": "Аметист", - "multiblock": { - "mapping": { - "0": "#forge:ores/amethyst" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Заліза$(br)Формула: (SiO₂)₄Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Червоний гранат", - "multiblock": { - "mapping": { - "0": "#forge:ores/red_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Source of: Піроп, Алмадін, Спесартін" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий гранат", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_garnet" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Andradite, Grossular, Uvarovite" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_gold.json deleted file mode 100644 index c2282d340..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_gold.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Золото (Глибоке)", - "icon": "gtceu:rich_raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 260$(br)Щільність: 0.45$(br)Тип: Кластерна вена$(br)Y: -64 - 30$(br)Розмір: 32$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Граніт, Діорит, Габро$(br2)Індикатор: Лімоніт, Гематит, Самородне золото" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 75%$(br)Розплавляється в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий лимоніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Чавун$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Гетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_hematite.json deleted file mode 100644 index 011ca3a15..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_hematite.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Гематит, Гетит і Рубін", - "icon": "gtceu:rich_raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 220$(br)Щільність: 0.35$(br)Тип: Кластерна вена$(br)Y: -64 - 30$(br)Розмір: 40$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит$(br2)Індикатор: Гематит, Лимоніт, Самородне золото" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Розплавляється в: Чугун$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий лимоніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Рубін", - "multiblock": { - "mapping": { - "0": "#forge:ores/ruby" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Джерело: Хрому, Алюмінію$(br)Формула: CrAl₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_limonite.json deleted file mode 100644 index 47de3d1d0..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_limonite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Гетит і Малахіт", - "icon": "gtceu:rich_raw_goethite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 240$(br)Щільність: 0.35$(br)Тип: Кластерна вена$(br)Y: -64 - 30$(br)Розмір: 32$(br2)Типи каменю: Мармур, Вапняк$(br2)Індикатор: Лимоніт, Гематит, Малахіт" - }, - { - "type": "patchouli:multiblock", - "name": "Гетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий лимоніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Чавун $(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Чавун$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Малахіт", - "multiblock": { - "mapping": { - "0": "#forge:ores/malachite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Мідь$(br)Формула: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_magnetite.json deleted file mode 100644 index d5275855c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_magnetite.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Хроміт і Магнетит", - "icon": "gtceu:rich_raw_chromite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 205$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -64 - 30$(br)Розмір: 340$(br2)Типи каменю: Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Магнетит, Самородне золото, Хроміт, Сапфір" - }, - { - "type": "patchouli:multiblock", - "name": "Хроміт", - "multiblock": { - "mapping": { - "0": "#forge:ores/chromite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 60%$(br)Джерело: Хрому$(br)Формула: FeCr₂O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Магнетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Ванадієвий магнетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/vanadium_magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Заліза, Ванадію$(br)Формула: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Сапфір", - "multiblock": { - "mapping": { - "0": "#forge:ores/sapphire" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Джерело: Алюмінію$(br)Формула: Al₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_molybdenum.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_molybdenum.json deleted file mode 100644 index 5cadadc47..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_molybdenum.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Вульфеніт і Молібденіт", - "icon": "gtceu:rich_raw_wulfenite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 245$(br)Щільність: 0.45$(br)Тип: Кластерна вена$(br)Y: -64 - 10$(br)Розмір: 26$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Граніт, Діорит, Габро $(br2)Індикатор: Вульфеніт, Молібденіт, Молібденум, Повеліт" - }, - { - "type": "patchouli:multiblock", - "name": "Вульфеніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/wulfenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 40%$(br)Джерело: Свинець, Молібденум$(br)Формула: PbMoO₄$(br)Небезпечний: Так" - }, - { - "type": "patchouli:multiblock", - "name": "Молібденіт", - "multiblock": { - "mapping": { - "0": "#forge:ores/molybdenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Джерело: Молібденум $(br)Формула: MoS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Молібденум", - "multiblock": { - "mapping": { - "0": "#forge:ores/molybdenum" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Формула: 15%$(br)Джерело: Молібденум$(br)Формула: Mo" - }, - { - "type": "patchouli:multiblock", - "name": "Повеліт", - "multiblock": { - "mapping": { - "0": "#forge:ores/powellite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Молібденум $(br)Формула: CaMoO₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_naquadah.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_naquadah.json deleted file mode 100644 index 5fccf6bf3..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_naquadah.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Наквадак і Плутоній", - "icon": "gtceu:rich_raw_naquadah", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 310$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -64 - -20$(br)Розмір: 32$(br2)Типи каменю: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Наквадак, Плутоній" - }, - { - "type": "patchouli:multiblock", - "name": "Наквадак", - "multiblock": { - "mapping": { - "0": "#forge:ores/naquadah" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 75%$(br)Джерело: Старгейтіум$(br)Формула: Nq" - }, - { - "type": "patchouli:multiblock", - "name": "Плутоній", - "multiblock": { - "mapping": { - "0": "#forge:ores/plutonium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Плутонію$(br)Формула: Pu²³⁹$(br)Небезпечний: Так" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_pitchblende.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_pitchblende.json deleted file mode 100644 index dbd07c617..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_pitchblende.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Ураніт & Пітчбленд", - "icon": "gtceu:rich_raw_uraninite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 220$(br)Щільність: 0.45$(br)Тип: Кластерна вена$(br)Y: -64 - -20$(br)Розмір: 24$(br2)Тип каменю: Граніт, Діорит, Габро, Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Пітчбленд, Ураніт$(br2)У TFG немає реакторів для розщеплення, але уран має інше застосування." - }, - { - "type": "patchouli:multiblock", - "name": "Ураніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/uraninite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Джерело: Урану$(br)Формула: UO₂$(br)Небезпечний: Так" - }, - { - "type": "patchouli:multiblock", - "name": "Пітчбленд", - "multiblock": { - "mapping": { - "0": "#forge:ores/pitchblende" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Джерело: Урану$(br)Формула: (UO₂)₃ThPb$(br)Небезпечний: Так" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_sapphire.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_sapphire.json deleted file mode 100644 index 5bfbe1a2a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_sapphire.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "name": "Сапфір і Альмадін", - "icon": "gtceu:sapphire_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 280$(br)Щільність: 0.35$(br)Тип: Дискова вена$(br)Y: -64 - 26$(br)Розмір: 28$(br)Висота: 8$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит$(br2)Індикатор: Алмадін, Піроп, Сапфір, Зелений Сапфір $(br2)Якщо ви шукаєте $(thing)Алюміній$(), знайдіть $(l:tfg_ores/normal_bauxite)Бокситну$() вену замість.$(br)" - }, - { - "type": "patchouli:multiblock", - "name": "Алмандін", - "anchor": "almandine", - "multiblock": { - "mapping": { - "0": "#forge:ores/almandine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Алюміній, Залізо$(br)Формула: Al₂Fe₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Піроп", - "anchor": "pyrope", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrope" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Алюмінію, Магнію$(br)Формула: Al₂Mg₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Сапфір", - "multiblock": { - "mapping": { - "0": "#forge:ores/sapphire" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Алюмінію$(br)Формула: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Зелений сапфір", - "multiblock": { - "mapping": { - "0": "#forge:ores/green_sapphire" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Алюмінію$(br)Формула: Al₂O₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_scheelite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_scheelite.json deleted file mode 100644 index a8909e4a1..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_scheelite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Шеєліт та Вольфрам", - "icon": "gtceu:rich_raw_scheelite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 220$(br)Щільність: 0.35$(br)Тип: Кластерна вена$(br)Y: -64 - 0$(br)Розмір: 28$(br2)Типи каменю: Граніт, Діорит, Габро$(br2)Індикатор: Шеєліт, Вольфрам, Літій" - }, - { - "type": "patchouli:multiblock", - "name": "Шеєліт", - "multiblock": { - "mapping": { - "0": "#forge:ores/scheelite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 45%$(br)Джерело: Вольфрам$(br)Формула: Ca(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Вольфрам", - "multiblock": { - "mapping": { - "0": "#forge:ores/tungstate" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Вольфраму, Літію$(br)Формула: Li₂(WO₃)O" - }, - { - "type": "patchouli:multiblock", - "name": "Літій", - "multiblock": { - "mapping": { - "0": "#forge:ores/lithium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Джерело: Літію$(br)Формула: Li" - } - ] -} diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_sheldonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_sheldonite.json deleted file mode 100644 index cfbc87cc6..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_sheldonite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Шелдоніт і Борніт", - "icon": "gtceu:rich_raw_platinum", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 300$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -64 - 0$(br)Розмір: 30$(br2)Типи каменю: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Борніт, Куприт., Платина, Паладій" - }, - { - "type": "patchouli:multiblock", - "name": "Шелдонітн", - "multiblock": { - "mapping": { - "0": "#forge:ores/cooperite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Платини, Нікелю, Паладію$(br)Формула: Pt₃NiSPd" - }, - { - "type": "patchouli:multiblock", - "name": "Платина", - "multiblock": { - "mapping": { - "0": "#forge:ores/platinum" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Платини$(br)Формула: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Паладій", - "multiblock": { - "mapping": { - "0": "#forge:ores/palladium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Паладію$(br)Формула: Pt" - }, - { - "type": "patchouli:multiblock", - "name": "Борніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/bornite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Розплавляється в: Мідь$(br)Формула: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_topaz.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_topaz.json deleted file mode 100644 index 952f14fd3..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/deep_topaz.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Топаз і Халькоцит", - "icon": "gtceu:topaz_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 260$(br)Щільність: 0.3$(br)Тип: Дискова вена$(br)Y: -64 - 26$(br)Розмір: 28$(br2)Типи каменю: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Топаз, Блакитний топаз, Халькоцит, Борніт" - }, - { - "type": "patchouli:multiblock", - "name": "Топаз", - "multiblock": { - "mapping": { - "0": "#forge:ores/topaz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Алюмінію, Фтору$(br)Формула: Al₂SiFH₂" - }, - { - "type": "patchouli:multiblock", - "name": "Блакитний топаз", - "multiblock": { - "mapping": { - "0": "#forge:ores/blue_topaz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Алюмінію, Фтору$(br)Формула: Al₂SiF₂H₂O₆" - }, - { - "type": "patchouli:multiblock", - "name": "Халькоцит", - "multiblock": { - "mapping": { - "0": "#forge:ores/chalcocite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Розплавляється в: Мідь$(br)Формула: Cu₂S" - }, - { - "type": "patchouli:multiblock", - "name": "Борніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/bornite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Мідь$(br)Формула: Cu₅FeS₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_ore_index.json new file mode 100644 index 000000000..5e01d0adb --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_ore_index.json @@ -0,0 +1,56 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "земля Ore Index", + "icon": "tfc:ore/normal_native_copper", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)земля$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.", + "title": "земля Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Азбест: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Алмандін: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/l)$()$(li)Алуніт: $(l:tfg_ores/earth_vein_index#normal_saltpeter)15%$(/l)$()$(li)Алюмінію: $(l:tfg_ores/earth_vein_index#normal_bauxite)25%$(/l)$()$(li)Аметист: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)65%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)25%$(/l)$()$(li)Апатит: $(l:tfg_ores/earth_vein_index#normal_apatite)50%$(/l)$()$(li)Базальтовий мінеральний пісок: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Барит: $(l:tfg_ores/earth_vein_index#normal_quartz)20%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/earth_vein_index#normal_monazite)50%$(/l)$()$(li)Бентоніт: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)Берилій: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)Бісмут: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)Блакитний топаз: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/earth_vein_index#normal_bauxite)45%$(/l), $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Борніт: $(l:tfg_ores/earth_vein_index#deep_sheldonite)35%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Бура: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()$(li)Ванадієвий магнетит: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)15%$(/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)40%$(/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_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_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)$()$(li)Ільменіт: $(l:tfg_ores/earth_vein_index#normal_bauxite)30%$(/l)$()$(li)Кальцит: $(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)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Каситеритові піски: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Кварцит: $(l:tfg_ores/earth_vein_index#normal_quartz)54%$(/l)$()$(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_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)5%$(/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)30%$(/l)$()$(li)Молібденум: $(l:tfg_ores/earth_vein_index#deep_molybdenum)15%$(/l)$()$(li)Монацит: $(l:tfg_ores/earth_vein_index#normal_monazite)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Нафтові піски: $(l:tfg_ores/earth_vein_index#normal_oilsands)100%$(/l)$()$(li)Неодим: $(l:tfg_ores/earth_vein_index#normal_monazite)25%$(/l)$()$(li)Нікель: $(l:tfg_ores/earth_vein_index#normal_garnierite)10%$(/l)$()$(li)Нітрат калію: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l)$()$(li)Оливін: $(l:tfg_ores/earth_vein_index#normal_olivine)25%$(/l)$()$(li)Олово: $(l:tfg_ores/earth_vein_index#normal_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#surface_cassiterite)40%$(/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#deep_sheldonite)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)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Повеліт: $(l:tfg_ores/earth_vein_index#deep_molybdenum)15%$(/l)$()$(li)Поклади Істинного Кварцу: $(l:tfg_ores/earth_vein_index#normal_quartz)25%$(/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)15%$(/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)$()$(li)Сапфір: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)5%$(/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)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Смарагд: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)Смарагд: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/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)$()$(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)$()$(li)Сфалерит: $(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)Тальк: $(l:tfg_ores/earth_vein_index#normal_lubricant)20%$(/l)$()$(li)Танталіт: $(l:tfg_ores/earth_vein_index#normal_manganese)12%$(/l)$()$(li)Тетраедрит: $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)50%$(/l)$()$(li)Топаз: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Торій: $(l:tfg_ores/earth_vein_index#normal_beryllium)15%$(/l)$()$(li)Трикальційфосфат: $(l:tfg_ores/earth_vein_index#normal_apatite)35%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Трона: $(l:tfg_ores/earth_vein_index#normal_lubricant)10%$(/l)$()$(li)Уранит: $(l:tfg_ores/earth_vein_index#deep_pitchblende)50%$(/l)$()$(li)Ураніт: $(l:tfg_ores/earth_vein_index#deep_pitchblende)50%$(/l)$()$(li)Халькопирит: $(l:tfg_ores/earth_vein_index#surface_copper)61%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)20%$(/l)$()$(li)Халькоцит: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Хроміт: $(l:tfg_ores/earth_vein_index#deep_magnetite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)4%$(/l)$()$(li)Цеоліт: $(l:tfg_ores/earth_vein_index#surface_copper)16%$(/l)$()$(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#deep_scheelite)45%$(/l)$()$(li)Шелдонітн: $(l:tfg_ores/earth_vein_index#deep_sheldonite)25%$(/l)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_vein_index.json new file mode 100644 index 000000000..63d3def06 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_vein_index.json @@ -0,0 +1,3867 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "земля Vein Index", + "icon": "tfc:ore/normal_native_copper/chalk", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(thing)земля$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns on, and more.", + "title": "земля Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)Аметист і Гранат$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_apatite)Апатит і Пірохлор$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_monazite)Бастнезит і Монацит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_olivine)Бентоніт та Олівін$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bismuthinite)Бісмут (Звичайний)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_bismuthinite)Бісмут (поверхня)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bauxite)Боксит і Ільменіт$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_coal)Вугілля$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Вульфеніт і Молібденіт$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Гарнієрит і Кобальтит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)Гематит та Лімоніт$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)Гематит, Гетит і Рубін$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Гетит і Малахіт$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Гранат і Каситеритові піски$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Графіт і Діамант$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Золото (Глибоке)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)Золото, Лімоніт та Гематит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_cassiterite)Каситерит (звичайний)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_cassiterite)Каситерит (Поверхня)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)Кварц$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_mica)Кіаніт, Слюда та Боксити$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Лімоніт$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)Магнетит і Ванадій$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)Марганець і Тантал$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_copper)Мідь та Халькопірит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)Мінеральні піски$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_oilsands)Нафтові піски$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Опал і Гранат$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Редстоун, Кіновар і Рубін$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)Сапфір і Альмадін$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)Селітра та Електротин$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Сірка та Пірит$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)Смарагд і Берилій$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)Смарагд, Лазурит та Содаліт$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)Соапостон, Тальк і Трона$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)Солі та Бура$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)Сподумен та Лепідоліт$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)Срібло, Гален і Свинець$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)Сфалерит і Пірит$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)Сфалерит і Сірка$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)Тетраедрит (звичайний)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)Тетраедрит (Поверхня)$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)Топаз і Халькоцит$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Ураніт & Пітчбленд$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_copper)Халькопірит та Реальгар$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_magnetite)Хроміт і Магнетит$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)Шеєліт та Вольфрам$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)Шелдоніт і Борніт$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 230$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -64 — 26$(br)$(thing)Розмір$(): 40$(br)$(thing)Висота$(): 8$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аргиліт, Аспідний сланець, Вапняк, Глинистий сланець, Гнейс, Доломіт, Кварцит, Конгломерат, Крейда, Кременистий сланець, Мармур, Філіт, Шиферний сланець", + "title": "Аметист і Гранат", + "type": "patchouli:text", + "anchor": "deep_garnet_amethyst" + }, + { + "Type": "patchouli:multiblock", + "name": "Аметист", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 65%$(br)$(thing)Джерело$(): Залізо$(br)$(thing)Формула$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Андрадит, Гросулар, Уваровіт", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Опал", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Кремній, Кисню$(br)$(thing)Формула$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Червоний гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Джерело$(): Піроп, Алмадін, Спесартін", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 34$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Апатит і Пірохлор", + "type": "patchouli:text", + "anchor": "normal_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Апатит", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Кальцію, Фосфору, Лісовий ПТСР$(br)$(thing)Формула$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трикальційфосфат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Кальцію, Фосфору$(br)$(thing)Формула$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірохлор", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Ніобій$(br)$(thing)Формула$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 185$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 50$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Габро, Граніт, Діорит", + "title": "Бастнезит і Монацит", + "type": "patchouli:text", + "anchor": "normal_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Бастнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Церію, Фтору$(br)$(thing)Формула$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Монацит", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Фосфору, Рідкоземельні$(br)$(thing)Формула$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Неодим", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Неодим$(br)$(thing)Формула$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -40 — 30$(br)$(thing)Розмір$(): 26$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Габро, Граніт, Дацит, Діорит, Ріоліт", + "title": "Бентоніт та Олівін", + "type": "patchouli:text", + "anchor": "normal_olivine" + }, + { + "Type": "patchouli:multiblock", + "name": "Бентоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/bentonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Натрію, Магнію$(br)$(thing)Формула$(): NaMg₆Si₁₂H₄(H₂O)₅O₃₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnesite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): MgCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Оливін", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію, Залізо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Главконітний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Магнію, Алюмінію$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Габро, Глинистий сланець, Граніт, Діорит, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "title": "Бісмут (Звичайний)", + "type": "patchouli:text", + "anchor": "normal_bismuthinite" + }, + { + "Type": "patchouli:multiblock", + "name": "Бісмут", + "multiblock": { + "mapping": { + "0": "#forge:ores/bismuth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 80%$(br)$(thing)Розплавляється в$(): Бісмут$(br)$(thing)Формула$(): Bi", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинець", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 11%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): Pb$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сірка", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 9%$(br)$(thing)Джерело$(): Сірка$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 140$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Габро, Глинистий сланець, Граніт, Діорит, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "title": "Бісмут (поверхня)", + "type": "patchouli:text", + "anchor": "surface_bismuthinite" + }, + { + "Type": "patchouli:multiblock", + "name": "Бісмут", + "multiblock": { + "mapping": { + "0": "#forge:ores/bismuth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 90%$(br)$(thing)Розплавляється в$(): Бісмут$(br)$(thing)Формула$(): Bi", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинець", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 7%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): Pb$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сірка", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 3%$(br)$(thing)Джерело$(): Сірка$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 185$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "title": "Боксит і Ільменіт", + "type": "patchouli:text", + "anchor": "normal_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ільменіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Залізо, Титану$(br)$(thing)Формула$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алюмінію", + "multiblock": { + "mapping": { + "0": "#forge:ores/aluminium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 215$(br)$(thing)Щільність$(): 0.55$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Розмір$(): 60$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "title": "Вугілля", + "type": "patchouli:text", + "anchor": "normal_coal" + }, + { + "Type": "patchouli:multiblock", + "name": "Вугілля", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 100%$(br)$(thing)Використовується для$(): Ковальське паливо, Дистиляція$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 245$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 10$(br)$(thing)Розмір$(): 26$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Габро, Граніт, Дацит, Діорит, Ріоліт", + "title": "Вульфеніт і Молібденіт", + "type": "patchouli:text", + "anchor": "deep_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Вульфеніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Джерело$(): Свинець, Молібденум$(br)$(thing)Формула$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молібденіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молібденум", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Повеліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 70$(br2)$(thing)Типи каменю$(): Габро, Діорит$(br2)Не можеш знайти? Габро завжди залягає нижче $(thing)Базальту$(), і дамби з Габро в океанах теж можуть бути корисними!", + "title": "Гарнієрит і Кобальтит", + "type": "patchouli:text", + "anchor": "normal_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гарнієрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальтит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Кобальту, Миш'яку$(br)$(thing)Формула$(): CoAsS$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальт", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Кобальту$(br)$(thing)Формула$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Нікель", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 210$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Дацит, Ріоліт", + "title": "Гематит та Лімоніт", + "type": "patchouli:text", + "anchor": "normal_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Дацит, Ріоліт", + "title": "Гематит, Гетит і Рубін", + "type": "patchouli:text", + "anchor": "deep_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубін", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Хрому, Алюмінію$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 240$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Розмір$(): 32$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Вапняк, Мармур", + "title": "Гетит і Малахіт", + "type": "patchouli:text", + "anchor": "deep_limonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Малахіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 270$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -40 — 64$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Андезит, Аргиліт, Аспідний сланець, Базальт, Вапняк, Габро, Глинистий сланець, Гнейс, Граніт, Дацит, Діорит, Доломіт, Кварцит, Конгломерат, Крейда, Кременистий сланець, Мармур, Ріоліт, Філіт, Шиферний сланець", + "title": "Гранат і Каситеритові піски", + "type": "patchouli:text", + "anchor": "normal_garnet_tin" + }, + { + "Type": "patchouli:multiblock", + "name": "Каситеритові піски", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранатовий пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnet_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алмадін, Андрадит, Гросулар, Піроп, Спесартін, Уваровіт", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Азбест", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію, Рак легенів$(br)$(thing)Формула$(): Mg₃Si₂H₄O₉$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Asbestosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Діатомітн", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Залізо, Алюмінію$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 80$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -64 — -16$(br)$(thing)Розмір$(): 16$(br)$(thing)Висота$(): 6$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Аргиліт, Аспідний сланець, Базальт, Вапняк, Габро, Глинистий сланець, Гнейс, Граніт, Дацит, Діорит, Доломіт, Кварцит, Конгломерат, Крейда, Кременистий сланець, Мармур, Ріоліт, Філіт, Шиферний сланець", + "title": "Графіт і Діамант", + "type": "patchouli:text", + "anchor": "normal_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Графіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Використовується для$(): $(l:mechanics/fire_clay)Вогнетривкової глини$(), Графену$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Вугілля", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Використовується для$(): Ковальське паливо, Дистиляція$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Діамант", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Використовується для$(): Подрібнювачів, AE2$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 260$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Розмір$(): 32$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Габро, Граніт, Дацит, Діорит, Ріоліт", + "title": "Золото (Глибоке)", + "type": "patchouli:text", + "anchor": "deep_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 75%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 40$(br)$(thing)Висота$(): 12$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Габро, Граніт, Дацит, Діорит, Ріоліт", + "title": "Золото, Лімоніт та Гематит", + "type": "patchouli:text", + "anchor": "normal_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 55%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Габро, Граніт, Діорит", + "title": "Каситерит (звичайний)", + "type": "patchouli:text", + "anchor": "normal_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Олово", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 60%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Каситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 135$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Габро, Граніт, Діорит", + "title": "Каситерит (Поверхня)", + "type": "patchouli:text", + "anchor": "surface_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Каситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 60%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Олово", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 150$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 40$(br2)$(thing)Типи каменю$(): Аспідний сланець, Глинистий сланець, Гнейс, Кварцит", + "title": "Кварц", + "type": "patchouli:text", + "anchor": "normal_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Кварцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 54%$(br)$(thing)Використовується для$(): LV компонентів$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Поклади Істинного Кварцу", + "multiblock": { + "mapping": { + "0": "#forge:ores/certus_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Використовується для$(): Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Барит", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Барію$(br)$(thing)Формула$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 190$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Розмір$(): 36$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Кіаніт, Слюда та Боксити", + "type": "patchouli:text", + "anchor": "normal_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Кіаніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Слюда", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Калію, Алюмінію, Фтору$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Полюцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Цезій, Алюмінію$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 190$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Вапняк, Мармур", + "title": "Лімоніт", + "type": "patchouli:text", + "anchor": "normal_limonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Малахіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 200$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "title": "Магнетит і Ванадій", + "type": "patchouli:text", + "anchor": "normal_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 63%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ванадієвий магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 22%$(br)$(thing)Джерело$(): Залізо, Ванадію$(br)$(thing)Формула$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 9%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Хроміт", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 4%$(br)$(thing)Джерело$(): Хрому$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 195$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Аргиліт, Базальт, Вапняк, Глинистий сланець, Дацит, Доломіт, Конгломерат, Крейда, Кременистий сланець, Ріоліт", + "title": "Марганець і Тантал", + "type": "patchouli:text", + "anchor": "normal_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Гроссуляр", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 37%$(br)$(thing)Джерело$(): Кальцію, Алюмінію$(br)$(thing)Формула$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Спесартін", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнезії, Алюмінію$(br)$(thing)Формула$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Піролюзит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнезії$(br)$(thing)Формула$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Танталіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 12%$(br)$(thing)Джерело$(): Магнезії, Танталу$(br)$(thing)Формула$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 85$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Дацит, Ріоліт", + "title": "Мідь та Халькопірит", + "type": "patchouli:text", + "anchor": "normal_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Мідь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 65%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькопирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 48$(br)$(thing)Висота$(): 9$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Базальт, Граніт", + "title": "Мінеральні піски", + "type": "patchouli:text", + "anchor": "normal_basaltic_sands" + }, + { + "Type": "patchouli:multiblock", + "name": "Базальтовий мінеральний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/basaltic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранітний мінеральний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/granitic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Земля Фуллера", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнезії$(br)$(thing)Формула$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гіпс", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Використовується для$(): Алебастрової (фарбованої) цегли$(br)$(thing)Формула$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 185$(br)$(thing)Щільність$(): 0.2$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 70$(br)$(thing)Розмір$(): 55$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "title": "Нафтові піски", + "type": "patchouli:text", + "anchor": "normal_oilsands" + }, + { + "Type": "patchouli:multiblock", + "name": "Нафтові піски", + "multiblock": { + "mapping": { + "0": "#forge:ores/oilsands" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 100%$(br)$(thing)Джерело$(): Свободи\uD83D\uDEE2\uD83E\uDD85\uD83D\uDDFD", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -64 — 62$(br)$(thing)Розмір$(): 26$(br)$(thing)Висота$(): 6$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Габро, Граніт, Дацит, Діорит, Ріоліт", + "title": "Опал і Гранат", + "type": "patchouli:text", + "anchor": "deep_garnet_opal" + }, + { + "Type": "patchouli:multiblock", + "name": "Опал", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 55%$(br)$(thing)Джерело$(): Кремній, Кисню$(br)$(thing)Формула$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Аметист", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Залізо$(br)$(thing)Формула$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Андрадит, Гросулар, Уваровіт", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Червоний гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Джерело$(): Піроп, Алмадін, Спесартін", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Граніт$(br2)Не можете знайти? Спробуйте пошукати в океанах, Червоний камінь світиться!", + "title": "Редстоун, Кіновар і Рубін", + "type": "patchouli:text", + "anchor": "normal_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Редстоун", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Розплавляється в$(): Редстоун$(br)$(thing)Формула$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубін", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Хрому, Алюмінію$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кіновар", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Ртуті$(br)$(thing)Формула$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -64 — 26$(br)$(thing)Розмір$(): 28$(br)$(thing)Висота$(): 8$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Дацит, Ріоліт", + "title": "Сапфір і Альмадін", + "type": "patchouli:text", + "anchor": "deep_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Алмандін", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 38%$(br)$(thing)Джерело$(): Алюмінію, Залізо$(br)$(thing)Формула$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Піроп", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 27%$(br)$(thing)Джерело$(): Алюмінію, Магнію$(br)$(thing)Формула$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Зелений сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 210$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Селітра та Електротин", + "type": "patchouli:text", + "anchor": "normal_saltpeter" + }, + { + "Type": "patchouli:multiblock", + "name": "Нітрат калію", + "multiblock": { + "mapping": { + "0": "#forge:ores/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Калію, Азот$(br)$(thing)Формула$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Діатомітн", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Залізо, Алюмінію$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Електротин", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Золотa, Срібла, Редстоуна$(br)$(thing)Формула$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алуніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Калію, Алюмінію$(br)$(thing)Формула$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 165$(br)$(thing)Щільність$(): 0.2$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Розмір$(): 45$(br)$(thing)Індикатор Max Depth$(): 40$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Дацит, Ріоліт", + "title": "Сірка та Пірит", + "type": "patchouli:text", + "anchor": "normal_sulfur" + }, + { + "Type": "patchouli:multiblock", + "name": "Сірка", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Сірка$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Трубна вена$(br)$(thing)Y$(): -32 — 50$(br)$(thing)Висота$(): 60$(br)$(thing)Радіус$(): 10$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Дацит, Ріоліт", + "title": "Смарагд і Берилій", + "type": "patchouli:text", + "anchor": "normal_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Смарагд", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Використовується для$(): MV компонентів, Фільтр тегів предметів$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Берилій", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Використовується для$(): Перли Енда$(br)$(thing)Формула$(): Be$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Торій", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Торій$(br)$(thing)Формула$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -60 — 10$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Гнейс, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Смарагд, Лазурит та Содаліт", + "type": "patchouli:text", + "anchor": "normal_lapis" + }, + { + "Type": "patchouli:multiblock", + "name": "Лазурит", + "multiblock": { + "mapping": { + "0": "#forge:ores/lazurite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію, Кальцію, Натрію$(br)$(thing)Формула$(): Al₆Si₆Ca₈Na₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Содаліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/sodalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію, Натрію$(br)$(thing)Формула$(): Al₃Si₃Na₄Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Смарагд", + "multiblock": { + "mapping": { + "0": "#forge:ores/lapis" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Лазуриту, Содаліту, Пириту, Кальциту", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кальцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Кальцію$(br)$(thing)Формула$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 190$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -40 — 56$(br)$(thing)Розмір$(): 36$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Габро, Граніт, Діорит", + "title": "Соапостон, Тальк і Трона", + "type": "patchouli:text", + "anchor": "normal_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Соапостон", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Главконітний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію, Алюмінію$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Тальк", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трона", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Джерело$(): Натрію$(br)$(thing)Формула$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 175$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 30 — 70$(br)$(thing)Розмір$(): 40$(br)$(thing)Висота$(): 4$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець", + "title": "Солі та Бура", + "type": "patchouli:text", + "anchor": "normal_salt" + }, + { + "Type": "patchouli:multiblock", + "name": "Кам’яна сіль", + "multiblock": { + "mapping": { + "0": "#forge:ores/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Джерело$(): Калію, Хлору$(br)$(thing)Формула$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сіль", + "multiblock": { + "mapping": { + "0": "#forge:ores/salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Натрію, Хлору$(br)$(thing)Формула$(): NaCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Лепідоліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/lepidolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Калію, Літію, Алюмінію, Фтору$(br)$(thing)Формула$(): KLi₃Al₄F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Бура", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Натрію, Бору$(br)$(thing)Формула$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.375$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 20 — 60$(br)$(thing)Розмір$(): 35$(br)$(thing)Висота$(): 6$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Сподумен та Лепідоліт", + "type": "patchouli:text", + "anchor": "normal_spodumene" + }, + { + "Type": "patchouli:multiblock", + "name": "Сподумен", + "multiblock": { + "mapping": { + "0": "#forge:ores/spodumene" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Літію, Алюмінію$(br)$(thing)Формула$(): LiAlSi₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сіль", + "multiblock": { + "mapping": { + "0": "#forge:ores/salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Натрію, Хлору$(br)$(thing)Формула$(): NaCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кам’яна сіль", + "multiblock": { + "mapping": { + "0": "#forge:ores/rock_salt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Калію, Хлору$(br)$(thing)Формула$(): KCl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Лепідоліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/lepidolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Калію, Літію, Алюмінію, Фтору$(br)$(thing)Формула$(): KLi₃Al₄F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Гнейс, Граніт", + "title": "Срібло, Гален і Свинець", + "type": "patchouli:text", + "anchor": "normal_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинець", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 55%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): Pb$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Галена", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): PbS$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Срібла", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Срібла$(br)$(thing)Формула$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Андезит, Аспідний сланець, Базальт, Гнейс, Дацит, Кварцит, Мармур, Ріоліт, Філіт, Шиферний сланець", + "title": "Сфалерит і Пірит", + "type": "patchouli:text", + "anchor": "normal_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Розплавляється в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сірка", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Сірка$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 145$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Андезит, Аспідний сланець, Базальт, Гнейс, Дацит, Кварцит, Мармур, Ріоліт, Філіт, Шиферний сланець", + "title": "Сфалерит і Сірка", + "type": "patchouli:text", + "anchor": "surface_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Сірка", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 55%$(br)$(thing)Джерело$(): Сірка$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Розплавляється в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Аспідний сланець, Гнейс, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Тетраедрит (звичайний)", + "type": "patchouli:text", + "anchor": "normal_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Тетраедрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Мідь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Стибніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Сурму$(br)$(thing)Формула$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 140$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 60 — 210$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Аспідний сланець, Гнейс, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Тетраедрит (Поверхня)", + "type": "patchouli:text", + "anchor": "surface_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Тетраедрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 60%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Мідь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Стибніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Сурму$(br)$(thing)Формула$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 260$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): -64 — 26$(br)$(thing)Розмір$(): 28$(br)$(thing)Висота$(): 7$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Гнейс, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Топаз і Халькоцит", + "type": "patchouli:text", + "anchor": "deep_topaz" + }, + { + "Type": "patchouli:multiblock", + "name": "Блакитний топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/blue_topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію, Фтору$(br)$(thing)Формула$(): Al₂SiF₂H₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію, Фтору$(br)$(thing)Формула$(): Al₂SiFH₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькоцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Борніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — -20$(br)$(thing)Розмір$(): 24$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Ураніт & Пітчбленд", + "type": "patchouli:text", + "anchor": "deep_pitchblende" + }, + { + "Type": "patchouli:multiblock", + "name": "Уранит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pitchblende" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Урану, Торій, Свинець$(br)$(thing)Формула$(): (UO₂)₃ThPb$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ураніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/uraninite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Урану$(br)$(thing)Формула$(): UO₂$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 200$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 20 — 217$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Дацит, Ріоліт", + "title": "Халькопірит та Реальгар", + "type": "patchouli:text", + "anchor": "surface_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькопирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 61%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Цеоліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/zeolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Алюмінію, Кисню$(br)$(thing)Формула$(): NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Реальгар", + "multiblock": { + "mapping": { + "0": "#forge:ores/realgar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Миш'яку$(br)$(thing)Формула$(): As₄S₄$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Каситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 205$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Розмір$(): 34$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аргиліт, Вапняк, Глинистий сланець, Доломіт, Конгломерат, Крейда, Кременистий сланець", + "title": "Хроміт і Магнетит", + "type": "patchouli:text", + "anchor": "deep_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Хроміт", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 60%$(br)$(thing)Джерело$(): Хрому$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ванадієвий магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Залізо, Ванадію$(br)$(thing)Формула$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 0$(br)$(thing)Розмір$(): 20$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Габро, Граніт, Діорит", + "title": "Шеєліт та Вольфрам", + "type": "patchouli:text", + "anchor": "deep_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Шеєліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Джерело$(): Вольфраму$(br)$(thing)Формула$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Вольфрам", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Вольфраму, Літію$(br)$(thing)Формула$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Літій", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Літію$(br)$(thing)Формула$(): Li", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 300$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 0$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Аспідний сланець, Гнейс, Кварцит, Мармур, Філіт, Шиферний сланець", + "title": "Шелдоніт і Борніт", + "type": "patchouli:text", + "anchor": "deep_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Борніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Шелдонітн", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Платини, Нікелю, Паладію$(br)$(thing)Формула$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Платина", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Платини$(br)$(thing)Формула$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Паладій", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Паладію$(br)$(thing)Формула$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/hazards.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/hazards.json index 6b98cf0c9..930f7c77c 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/hazards.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/hazards.json @@ -1,6 +1,6 @@ { "name": "Робота з Небезпеками", - "icon": "gtceu:hazmat_headpiece", + "icon": "createdeco:decal_skull", "category": "tfc:tfg_ores", "priority": true, "sortnum": 1, diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/index.json deleted file mode 100644 index e99d50665..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/index.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "Індекс руд", - "icon": "minecraft:diamond_pickaxe", - "category": "tfc:tfg_ores", - "priority": true, - "sortnum": 2, - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Це список усіх руд у світі, відсортованих в алфавітному порядку, а потім за типом жил - від найбагатших до найбідніших.$(br2)Альмандін: $(l:tfg_ores/deep_sapphire)35%$()$(br)Алюміній: $(l:tfg_ores/normal_bauxite)25%$()$(br)Алуніт: $(l:tfg_ores/normal_saltpeter)15%$()$(br)Аметист: $(l:tfg_ores/deep_garnet_amethyst)65%$(), $(l:tfg_ores/deep_garnet_opal)25%$()$(br)Апатит: $(l:tfg_ores/normal_apatite)50%$()$(br)Азбест: $(l:tfg_ores/normal_garnet_tin)25%$()$(br)Барит: $(l:tfg_ores/normal_quartz)15%$()$(br)Базальтовий Мінеральний Пісок: $(l:tfg_ores/normal_basaltic_sands)35%$()$(br)Бастназит: $(l:tfg_ores/normal_monazite)50%$()" - }, - { - "type": "patchouli:text", - "text": "Боксити: $(l:tfg_ores/normal_bauxite)45%$(), $(l:tfg_ores/normal_mica)25%$()$(br)Бентоніт: $(l:tfg_ores/normal_olivine)35%$()$(br)Берилій: $(l:tfg_ores/normal_beryllium)35%$()$(br)Бісмут: $(l:tfg_ores/surface_bismuth)90%$(), $(l:tfg_ores/normal_bismuth)80%$()$(br)Синій топаз: $(l:tfg_ores/deep_topaz)35%$()$(br)Бура: $(l:tfg_ores/normal_salt)15%$()$(br)Борніт: $(l:tfg_ores/deep_sheldonite)35%$(), $(l:tfg_ores/deep_topaz)15%$()$(br)Кальцит: $(l:tfg_ores/normal_lapis)15%$()$(br)Каситерит: $(l:tfg_ores/surface_cassiterite)60%$(), $(l:tfg_ores/normal_cassiterite)40%$(), $(l:tfg_ores/surface_copper)5%$()$(br)Каситеритовий Пісок: $(l:tfg_ores/normal_garnet_tin)35%$()$(br)Істинний кварц: $(l:tfg_ores/normal_quartz)30%$()$(br)Халькоцит: $(l:tfg_ores/deep_topaz)25%$()$(br)Халькопірит: $(l:tfg_ores/surface_copper)55%$(), $(l:tfg_ores/normal_copper)20%$()$(br)Хроміт: $(l:tfg_ores/deep_magnetite)60%$()$(br)Киноварь: $(l:tfg_ores/normal_redstone)20%$()$(br)Вугілля: $(l:tfg_ores/normal_coal)100%$(), $(l:tfg_ores/normal_graphite)30%$()$(br)Кабальт: $(l:tfg_ores/normal_garnierite)15%$()" - }, - { - "type": "patchouli:text", - "text": "Кобальтит: $(l:tfg_ores/normal_garnierite)20%$()$(br)Мідь: $(l:tfg_ores/normal_copper)65%$(), $(l:tfg_ores/normal_tetrahedrite)30%$(), $(l:tfg_ores/surface_tetrahedrite)20%$()$(br)Діамант: $(l:tfg_ores/normal_graphite)25%$()$(br)Діатоміт: $(l:tfg_ores/normal_saltpeter)25%$(), $(l:tfg_ores/normal_garnet_tin)15%$()$(br)Електротин: $(l:tfg_ores/normal_saltpeter)25%$()$(br)Смарагд: $(l:tfg_ores/normal_beryllium)50%$()$(br)Земля Фуллера: $(l:tfg_ores/normal_basaltic_sands)25%$()$(br)Галена: $(l:tfg_ores/normal_silver)30%$()$(br)Гранатовий Пісок: $(l:tfg_ores/normal_garnet_tin)25%$()$(br)Гарнієрит: $(l:tfg_ores/normal_garnierite)30%$()$(br)Глауконітовий пісок:: $(l:tfg_ores/normal_lubricant)25%$(), $(l:tfg_ores/normal_olivine)15%$()$(br)Гетит: $(l:tfg_ores/deep_limonite)50%$(), $(l:tfg_ores/deep_hematite)25%$(), $(l:tfg_ores/normal_hematite)15%$(), $(l:tfg_ores/normal_limonite)15%$(), $(l:tfg_ores/normal_gold)5%$(), $(l:tfg_ores/deep_gold)5%$()$(br)Золото: $(l:tfg_ores/deep_gold)75%$(), $(l:tfg_ores/normal_gold)55%$(), $(l:tfg_ores/deep_magnetite)15%$(), $(l:tfg_ores/normal_magnetite)10%$(), $(l:tfg_ores/deep_hematite)5%$(), $(l:tfg_ores/normal_hematite)5%$()$(br)Гранітний мінеральний пісок: $(l:tfg_ores/normal_basaltic_sands)25%$()$(br)Графіт: $(l:tfg_ores/normal_graphite)45%$()$(br)Зелений Сапфір: $(l:tfg_ores/deep_sapphire)15%$()" - }, - { - "type": "patchouli:text", - "text": "Гроссулар: $(l:tfg_ores/normal_manganese)30%$()$(br)Гіпс: $(l:tfg_ores/normal_basaltic_sands)15%$()$(br)Гематит: $(l:tfg_ores/normal_hematite)50%$(), $(l:tfg_ores/deep_hematite)35%$(), $(l:tfg_ores/normal_gold)20%$(), $(l:tfg_ores/normal_limonite)20%$(), $(l:tfg_ores/deep_gold)15%$(), $(l:tfg_ores/deep_limonite)15%$()$(br)Ілменіт: $(l:tfg_ores/normal_bauxite)30%$()$(br)Залізо: $(l:tfg_ores/normal_copper)5%$()$(br)Каолініт: $(l:tfg_ores/surface_kaolin)20%$()$(br)Кіаніт: $(l:tfg_ores/normal_mica)35%$()$(br)Смарагд: $(l:tfg_ores/normal_lapis)25%$()$(br)Лазурит: $(l:tfg_ores/normal_lapis)35%$()$(br)Свинець: $(l:tfg_ores/normal_silver)55%$(), $(l:tfg_ores/normal_bismuth)11%$(), $(l:tfg_ores/surface_bismuth)7%$()$(br)Лепідоліт: $(l:tfg_ores/normal_salt)15%$(), $(l:tfg_ores/normal_spodumene)15%$()$(br)Літій: $(l:tfg_ores/deep_scheelite)20%$()$(br)Магнезит: $(l:tfg_ores/normal_olivine)25%$()$(br)Магнетит: $(l:tfg_ores/normal_magnetite)65%$(), $(l:tfg_ores/deep_magnetite)5%$()$(br)Малахіт: $(l:tfg_ores/deep_limonite)20%$(), $(l:tfg_ores/normal_limonite)15%$()$(br)Слюда: $(l:tfg_ores/normal_mica)25%$()" - }, - { - "type": "patchouli:text", - "text": "Молібденіт: $(l:tfg_ores/deep_molybdenum)30%$()$(br)Молібден: $(l:tfg_ores/deep_molybdenum)15%$()$(br)Монацит: $(l:tfg_ores/normal_monazite)25%$()$(br)Наквадак: $(l:tfg_ores/deep_naquadah)75%$()$(br)Неодим: $(l:tfg_ores/normal_monazite)25%$()$(br)Кварц Нижнього Світу: $(l:tfg_ores/normal_quartz)10%$()$(br)Нікель: $(l:tfg_ores/normal_garnierite)10%$()$(br)Нафтові піски: $(l:tfg_ores/normal_oilsands)100%$()$(br)Олівін: $(l:tfg_ores/normal_olivine)25%$()$(br)Опал: $(l:tfg_ores/deep_garnet_opal)55%$(), $(l:tfg_ores/deep_garnet_amethyst)15%$()$(br)Паладій: $(l:tfg_ores/deep_sheldonite)15%$()$(br)Пентландит: $(l:tfg_ores/normal_garnierite)25%$(), $(l:tfg_ores/normal_lubricant)15%$()$(br)Пітчбленд: $(l:tfg_ores/deep_pitchblende)50%$()$(br)Платина: $(l:tfg_ores/deep_sheldonite)25%$()$(br)Плутоній: $(l:tfg_ores/deep_naquadah)25%$()$(br)Полюцит: $(l:tfg_ores/normal_mica)15%$()$(br)Повеліт: $(l:tfg_ores/deep_molybdenum)15%$()" - }, - { - "type": "patchouli:text", - "text": "Пірит: $(l:tfg_ores/normal_sulfur)35%$(), $(l:tfg_ores/normal_sphalerite)25%$(), $(l:tfg_ores/normal_copper)10%$(), $(l:tfg_ores/surface_sphalerite)5%$()$(br)Пірохлор: $(l:tfg_ores/normal_apatite)15%$()$(br)Піролюзит: $(l:tfg_ores/normal_manganese)20%$()$(br)Піроп: $(l:tfg_ores/deep_sapphire)25%$()$(br)Кварцит: $(l:tfg_ores/normal_quartz)45%$()$(br)Реалгар: $(l:tfg_ores/surface_copper)15%$()$(br)Червоний гранат: $(l:tfg_ores/deep_garnet_amethyst)5%$(), $(l:tfg_ores/deep_garnet_opal)5%$()$(br)Редстоун: $(l:tfg_ores/normal_redstone)45%$()$(br)Кам'яна Сіль: $(l:tfg_ores/normal_salt)40%$(), $(l:tfg_ores/normal_spodumene)20%$()$(br)Рубін: $(l:tfg_ores/normal_redstone)35%$(), $(l:tfg_ores/deep_hematite)20%$()$(br)Сіль: $(l:tfg_ores/normal_salt)30%$(), $(l:tfg_ores/normal_spodumene)30%$()$(br)Сапфір: $(l:tfg_ores/normal_saltpeter)35%$()$(br)Sapphire: $(l:tfg_ores/deep_sapphire)15%$(), $(l:tfg_ores/deep_magnetite)5%$()$(br)Шеєліт: $(l:tfg_ores/deep_scheelite)45%$()$(br)Шелдоніт: $(l:tfg_ores/deep_sheldonite)25%$()$(br)Срібло: $(l:tfg_ores/normal_silver)15%$()$(br)Соапстоун: $(l:tfg_ores/normal_lubricant)30%$()" - }, - { - "type": "patchouli:text", - "text": "Содаліт: $(l:tfg_ores/normal_lapis)25%$()$(br)Спесартін: $(l:tfg_ores/normal_manganese)20%$()$(br)Сфалерит: $(l:tfg_ores/normal_sphalerite)40%$(), $(l:tfg_ores/surface_sphalerite)40%$(), $(l:tfg_ores/normal_sulfur)15%$()$(br)Сподумен: $(l:tfg_ores/normal_spodumene)35%$()$(br)Стибніт: $(l:tfg_ores/normal_tetrahedrite)20%$(), $(l:tfg_ores/surface_tetrahedrite)20%$()$(br)Сірка: $(l:tfg_ores/surface_sphalerite)55%$(), $(l:tfg_ores/normal_sulfur)50%$(), $(l:tfg_ores/normal_sphalerite)35%$(), $(l:tfg_ores/normal_bismuth)9%$(), $(l:tfg_ores/surface_bismuth)3%$()$(br)Тальк: $(l:tfg_ores/normal_lubricant)20%$()$(br)Танталіт: $(l:tfg_ores/normal_manganese)10%$()$(br)Тетраедр: $(l:tfg_ores/surface_tetrahedrite)60%$(), $(l:tfg_ores/normal_tetrahedrite)50%$()$(br)Торій: $(l:tfg_ores/normal_beryllium)15%$()$(br)Олово: $(l:tfg_ores/normal_cassiterite)60%$(), $(l:tfg_ores/surface_cassiterite)40%$()$(br)Топаз: $(l:tfg_ores/deep_topaz)25%$()$(br)Трикальційфосфат: $(l:tfg_ores/normal_apatite)35%$()$(br)Трона.: $(l:tfg_ores/normal_lubricant)10%$()$(br)Вольфрам: $(l:tfg_ores/deep_scheelite)35%$()$(br)Уранініт: $(l:tfg_ores/deep_pitchblende)50%$()$(br)Ванадієвий магнетит: $(l:tfg_ores/normal_magnetite)25%$(), $(l:tfg_ores/deep_magnetite)15%$()" - }, - { - "type": "patchouli:text", - "text": "Вульфеніт: $(l:tfg_ores/deep_molybdenum)40%$()$(br)Жовтий гранат: $(l:tfg_ores/deep_garnet_amethyst)5%$(), $(l:tfg_ores/deep_garnet_opal)5%$()$(br)Жовтий лімоніт: $(l:tfg_ores/normal_limonite)50%$(), $(l:tfg_ores/normal_hematite)30%$(), $(l:tfg_ores/normal_gold)20%$(), $(l:tfg_ores/deep_limonite)15%$(), $(l:tfg_ores/deep_hematite)15%$(), $(l:tfg_ores/deep_gold)5%$()$(br)Цеоліт: $(l:tfg_ores/surface_copper)15%$()" - } - ] -} - diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_ore_index.json new file mode 100644 index 000000000..60d049fc0 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_ore_index.json @@ -0,0 +1,56 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "__ Ore Index", + "icon": "minecraft:quartz", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)__$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.", + "title": "__ Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Азбест: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Алмандін: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/l)$()$(li)Алуніт: $(l:tfg_ores/nether_vein_index#nether_saltpeter)15%$(/l)$()$(li)Алюмінію: $(l:tfg_ores/nether_vein_index#nether_bauxite)25%$(/l)$()$(li)Аметист: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Апатит: $(l:tfg_ores/nether_vein_index#nether_apatite)50%$(/l)$()$(li)Базальтовий мінеральний пісок: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)35%$(/l)$()$(li)Барит: $(l:tfg_ores/nether_vein_index#nether_quartz)20%$(/l)$()$(li)Бастнезит: $(l:tfg_ores/nether_vein_index#nether_monazite)50%$(/l)$()$(li)Бентоніт: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)Берилій: $(l:tfg_ores/nether_vein_index#nether_beryllium)35%$(/l)$()$(li)Блакитний топаз: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)Боксит: $(l:tfg_ores/nether_vein_index#nether_bauxite)45%$(/l), $(l:tfg_ores/nether_vein_index#nether_mica)25%$(/l)$()$(li)Борніт: $(l:tfg_ores/nether_vein_index#nether_sheldonite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Ванадієвий магнетит: $(l:tfg_ores/nether_vein_index#nether_magnetite)15%$(/l)$()$(li)Вольфрам: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Вугілля: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)Вульфеніт: $(l:tfg_ores/nether_vein_index#nether_molybdenum)40%$(/l)$()$(li)Галена: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Гарнієрит: $(l:tfg_ores/nether_vein_index#nether_garnierite)30%$(/l)$()$(li)Гематит: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)Гетит: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Гіпс: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)Главконітний пісок: $(l:tfg_ores/nether_vein_index#nether_lubricant)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_olivine)15%$(/l)$()$(li)Гранатовий пісок: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Гранітний мінеральний пісок: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Графіт: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Гроссуляр: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Діамант: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)Діатомітн: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()$(li)Електротин: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()$(li)Жовтий гранат: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()$(li)Жовтий лимоніт: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Зелений сапфір: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Земля Фуллера: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Ільменіт: $(l:tfg_ores/nether_vein_index#nether_bauxite)30%$(/l)$()$(li)Кальцит: $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)Каситерит: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)Каситеритові піски: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)35%$(/l)$()$(li)Кварц Нижнього Світу: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)Кварцит: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)Кіаніт: $(l:tfg_ores/nether_vein_index#nether_mica)35%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Кіновар: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)Кобальт: $(l:tfg_ores/nether_vein_index#nether_garnierite)15%$(/l)$()$(li)Кобальтит: $(l:tfg_ores/nether_vein_index#nether_garnierite)20%$(/l)$()$(li)Лазурит: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(li)Літій: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)Магнезит: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Магнетит: $(l:tfg_ores/nether_vein_index#nether_magnetite)5%$(/l)$()$(li)Малахіт: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)Молібденіт: $(l:tfg_ores/nether_vein_index#nether_molybdenum)30%$(/l)$()$(li)Молібденум: $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Монацит: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Наквадак: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)Неодим: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Нікель: $(l:tfg_ores/nether_vein_index#nether_garnierite)10%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Нітрат калію: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)Оливін: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Олово: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)Опал: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Паладій: $(l:tfg_ores/nether_vein_index#nether_sheldonite)15%$(/l)$()$(li)Пентландит: $(l:tfg_ores/nether_vein_index#nether_garnierite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)Пірит: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()$(li)Піролюзит: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Піроп: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)Пірохлор: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)Платина: $(l:tfg_ores/nether_vein_index#nether_sheldonite)25%$(/l)$()$(li)Плутоній: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Повеліт: $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Полюцит: $(l:tfg_ores/nether_vein_index#nether_mica)15%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Редстоун: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Рубін: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)Самородна Золото: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(li)Самородна Мідь: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()$(li)Самородна Срібла: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Сапфір: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)5%$(/l)$()$(li)Свинець: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Сірка: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()$(li)Слюда: $(l:tfg_ores/nether_vein_index#nether_mica)25%$(/l)$()$(li)Смарагд: $(l:tfg_ores/nether_vein_index#nether_beryllium)50%$(/l)$()$(li)Смарагд: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Соапостон: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)Содаліт: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Спесартін: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Стибніт: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()$(li)Сфалерит: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()$(li)Тальк: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)Танталіт: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)Тетраедрит: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)Топаз: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Торій: $(l:tfg_ores/nether_vein_index#nether_beryllium)15%$(/l)$()$(li)Трикальційфосфат: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)Трона: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)Уранит: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Ураніт: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Халькопирит: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)Халькоцит: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Хроміт: $(l:tfg_ores/nether_vein_index#nether_magnetite)60%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Червоний гранат: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Шеєліт: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)Шелдонітн: $(l:tfg_ores/nether_vein_index#nether_sheldonite)25%$(/l)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_vein_index.json new file mode 100644 index 000000000..72da30ba1 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_vein_index.json @@ -0,0 +1,2799 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "__ Vein Index", + "icon": "gtceu:pyroxenite_nether_quartz_ore", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(thing)__$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns on, and more.", + "title": "__ Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)Аметист, Опал і Гранат$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_apatite)Апатит і Пірохлор$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_monazite)Бастнезит і Монацит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_olivine)Бентоніт та Олівін$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_bauxite)Боксит і Ільменіт$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Вульфеніт і Молібденіт$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnierite)Гарнієрит і Кобальтит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)Гематит та Лімоніт$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_goethite)Гетит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnet_tin)Гранат і Каситеритові піски$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Графіт і Діамант$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gold)Золото та Гематит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_cassiterite)Каситерит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)Кварц Нижнього Світу$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_mica)Кіаніт, Слюда та Боксити$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)Марганець і Тантал$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_copper)Мідь та Халькопірит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_basaltic_sands)Мінеральні піски$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)Наквадак і Плутоній$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)Редстоун, Кіновар і Рубін$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)Сапфір і Альмадін$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)Селітра та Електротин$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sulfur)Сірка та Пірит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_beryllium)Смарагд і Берилій$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)Смарагд, Лазурит та Содаліт$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)Соапостон, Тальк і Трона$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)Срібло, Гален і Свинець$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)Сфалерит і Пірит$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)Тетраедрит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)Топаз і Халькоцит$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)Ураніт & Пітчбленд$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_magnetite)Хроміт$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)Шеєліт та Вольфрам$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sheldonite)Шелдоніт і Борніт$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 230$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 45$(br)$(thing)Висота$(): 8$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Аметист, Опал і Гранат", + "type": "patchouli:text", + "anchor": "nether_garnet" + }, + { + "Type": "patchouli:multiblock", + "name": "Аметист", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 38%$(br)$(thing)Джерело$(): Залізо$(br)$(thing)Формула$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Опал", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 38%$(br)$(thing)Джерело$(): Кремній, Кисню$(br)$(thing)Формула$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 14%$(br)$(thing)Джерело$(): Андрадит, Гросулар, Уваровіт", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Червоний гранат", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 9%$(br)$(thing)Джерело$(): Піроп, Алмадін, Спесартін", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 48 — 128$(br)$(thing)Розмір$(): 39$(br2)$(thing)Типи каменю$(): Аспідний сланець, Гнейс", + "title": "Апатит і Пірохлор", + "type": "patchouli:text", + "anchor": "nether_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Апатит", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Кальцію, Фосфору, Лісовий ПТСР$(br)$(thing)Формула$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трикальційфосфат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Кальцію, Фосфору$(br)$(thing)Формула$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірохлор", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Ніобій$(br)$(thing)Формула$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 185$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Бастнезит і Монацит", + "type": "patchouli:text", + "anchor": "nether_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Бастнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Церію, Фтору$(br)$(thing)Формула$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Монацит", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Фосфору, Рідкоземельні$(br)$(thing)Формула$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Неодим", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Неодим$(br)$(thing)Формула$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Розмір$(): 31$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Бентоніт та Олівін", + "type": "patchouli:text", + "anchor": "nether_olivine" + }, + { + "Type": "patchouli:multiblock", + "name": "Бентоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/bentonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Натрію, Магнію$(br)$(thing)Формула$(): NaMg₆Si₁₂H₄(H₂O)₅O₃₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnesite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): MgCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Оливін", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію, Залізо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Главконітний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Магнію, Алюмінію$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 185$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Боксит і Ільменіт", + "type": "patchouli:text", + "anchor": "nether_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ільменіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Залізо, Титану$(br)$(thing)Формула$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алюмінію", + "multiblock": { + "mapping": { + "0": "#forge:ores/aluminium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 245$(br)$(thing)Щільність$(): 0.55$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 31$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Вульфеніт і Молібденіт", + "type": "patchouli:text", + "anchor": "nether_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Вульфеніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Джерело$(): Свинець, Молібденум$(br)$(thing)Формула$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молібденіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молібденум", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Повеліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 16 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Габро, Діорит, Піроксеніти", + "title": "Гарнієрит і Кобальтит", + "type": "patchouli:text", + "anchor": "nether_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гарнієрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальтит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Кобальту, Миш'яку$(br)$(thing)Формула$(): CoAsS$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальт", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Кобальту$(br)$(thing)Формула$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Нікель", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 35$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Гематит та Лімоніт", + "type": "patchouli:text", + "anchor": "nether_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубін", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Хрому, Алюмінію$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 240$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 37$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Гетит", + "type": "patchouli:text", + "anchor": "nether_goethite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Малахіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/malachite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu₂CH₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 270$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Мігматит, Піроксеніти, Травертин", + "title": "Гранат і Каситеритові піски", + "type": "patchouli:text", + "anchor": "nether_garnet_tin" + }, + { + "Type": "patchouli:multiblock", + "name": "Каситеритові піски", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранатовий пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnet_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алмадін, Андрадит, Гросулар, Піроп, Спесартін, Уваровіт", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Азбест", + "multiblock": { + "mapping": { + "0": "#forge:ores/asbestos" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію, Рак легенів$(br)$(thing)Формула$(): Mg₃Si₂H₄O₉$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Asbestosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Діатомітн", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Залізо, Алюмінію$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 120$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Трубна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Висота$(): 60$(br)$(thing)Радіус$(): 12$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Графіт і Діамант", + "type": "patchouli:text", + "anchor": "nether_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Графіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Використовується для$(): $(l:mechanics/fire_clay)Вогнетривкової глини$(), Графену$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Діамант", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Використовується для$(): Подрібнювачів, AE2$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Вугілля", + "multiblock": { + "mapping": { + "0": "#forge:ores/coal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Використовується для$(): Ковальське паливо, Дистиляція$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 260$(br)$(thing)Щільність$(): 0.55$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 37$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Золото та Гематит", + "type": "patchouli:text", + "anchor": "nether_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 75%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/goethite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Жовтий лимоніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_limonite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeHO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Каситерит", + "type": "patchouli:text", + "anchor": "nether_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Олово", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 60%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Каситерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Розплавляється в$(): Олово$(br)$(thing)Формула$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 150$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Базальт, Габро, Граніт, Діорит, Мігматит, Піроксеніти, Травертин", + "title": "Кварц Нижнього Світу", + "type": "patchouli:text", + "anchor": "nether_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Кварц Нижнього Світу", + "multiblock": { + "mapping": { + "0": "#forge:ores/nether_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 54%$(br)$(thing)Використовується для$(): Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кварцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Використовується для$(): LV компонентів$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Барит", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Барію$(br)$(thing)Формула$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 41$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Кіаніт, Слюда та Боксити", + "type": "patchouli:text", + "anchor": "nether_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Кіаніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Слюда", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Калію, Алюмінію, Фтору$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Полюцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Цезій, Алюмінію$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 195$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Марганець і Тантал", + "type": "patchouli:text", + "anchor": "nether_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Гроссуляр", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 37%$(br)$(thing)Джерело$(): Кальцію, Алюмінію$(br)$(thing)Формула$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Спесартін", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнезії, Алюмінію$(br)$(thing)Формула$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Піролюзит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнезії$(br)$(thing)Формула$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Танталіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 12%$(br)$(thing)Джерело$(): Магнезії, Танталу$(br)$(thing)Формула$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Мідь та Халькопірит", + "type": "patchouli:text", + "anchor": "nether_copper" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Мідь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 65%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькопирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гематит", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 48 — 128$(br)$(thing)Розмір$(): 48$(br)$(thing)Висота$(): 9$(br2)$(thing)Типи каменю$(): Базальт, Граніт", + "title": "Мінеральні піски", + "type": "patchouli:text", + "anchor": "nether_basaltic_sands" + }, + { + "Type": "patchouli:multiblock", + "name": "Базальтовий мінеральний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/basaltic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гранітний мінеральний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/granitic_mineral_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Залізо$(br)$(thing)Формула$(): (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Земля Фуллера", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнезії$(br)$(thing)Формула$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Гіпс", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Використовується для$(): Алебастрової (фарбованої) цегли$(br)$(thing)Формула$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 38$(br)$(thing)Розмір$(): 32$(br2)$(thing)Типи каменю$(): Базальт, Піроксеніти", + "title": "Наквадак і Плутоній", + "type": "patchouli:text", + "anchor": "nether_naquadah" + }, + { + "Type": "patchouli:multiblock", + "name": "Наквадак", + "multiblock": { + "mapping": { + "0": "#forge:ores/naquadah" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 75%$(br)$(thing)Джерело$(): Наквадак, Tritanium$(br)$(thing)Формула$(): Nq", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Плутоній", + "multiblock": { + "mapping": { + "0": "#forge:ores/plutonium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Плутонію$(br)$(thing)Формула$(): Pu²³⁹$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Граніт, Піроксеніти", + "title": "Редстоун, Кіновар і Рубін", + "type": "patchouli:text", + "anchor": "nether_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Редстоун", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Розплавляється в$(): Редстоун$(br)$(thing)Формула$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубін", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Хрому, Алюмінію$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кіновар", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Ртуті$(br)$(thing)Формула$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 33$(br)$(thing)Висота$(): 8$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Сапфір і Альмадін", + "type": "patchouli:text", + "anchor": "nether_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Алмандін", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 38%$(br)$(thing)Джерело$(): Алюмінію, Залізо$(br)$(thing)Формула$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Піроп", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 27%$(br)$(thing)Джерело$(): Алюмінію, Магнію$(br)$(thing)Формула$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Зелений сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 210$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 50$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Селітра та Електротин", + "type": "patchouli:text", + "anchor": "nether_saltpeter" + }, + { + "Type": "patchouli:multiblock", + "name": "Нітрат калію", + "multiblock": { + "mapping": { + "0": "#forge:ores/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Калію, Азот$(br)$(thing)Формула$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Діатомітн", + "multiblock": { + "mapping": { + "0": "#forge:ores/diatomite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Залізо, Алюмінію$(br)$(thing)Формула$(): (SiO₂)₈(Fe₂O₃)(Al₂O₃)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Електротин", + "multiblock": { + "mapping": { + "0": "#forge:ores/electrotine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Золотa, Срібла, Редстоуна$(br)$(thing)Формула$(): (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алуніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Калію, Алюмінію$(br)$(thing)Формула$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 165$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 50$(br2)$(thing)Типи каменю$(): Аспідний сланець, Базальт, Діорит, Піроксеніти", + "title": "Сірка та Пірит", + "type": "patchouli:text", + "anchor": "nether_sulfur" + }, + { + "Type": "patchouli:multiblock", + "name": "Сірка", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Сірка$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Трубна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Висота$(): 60$(br)$(thing)Радіус$(): 12$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Смарагд і Берилій", + "type": "patchouli:text", + "anchor": "nether_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Смарагд", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Використовується для$(): MV компонентів, Фільтр тегів предметів$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Берилій", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Використовується для$(): Перли Енда$(br)$(thing)Формула$(): Be$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Торій", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Торій$(br)$(thing)Формула$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 40$(br2)$(thing)Типи каменю$(): Мігматит, Піроксеніти, Травертин", + "title": "Смарагд, Лазурит та Содаліт", + "type": "patchouli:text", + "anchor": "nether_lapis" + }, + { + "Type": "patchouli:multiblock", + "name": "Лазурит", + "multiblock": { + "mapping": { + "0": "#forge:ores/lazurite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію, Кальцію, Натрію$(br)$(thing)Формула$(): Al₆Si₆Ca₈Na₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Содаліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/sodalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію, Натрію$(br)$(thing)Формула$(): Al₃Si₃Na₄Cl", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Смарагд", + "multiblock": { + "mapping": { + "0": "#forge:ores/lapis" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Лазуриту, Содаліту, Пириту, Кальциту", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кальцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Кальцію$(br)$(thing)Формула$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 41$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Соапостон, Тальк і Трона", + "type": "patchouli:text", + "anchor": "nether_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Соапостон", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Главконітний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію, Алюмінію$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Тальк", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трона", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Джерело$(): Натрію$(br)$(thing)Формула$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 160$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 24 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Гнейс, Граніт, Піроксеніти", + "title": "Срібло, Гален і Свинець", + "type": "patchouli:text", + "anchor": "nether_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Срібла", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Срібла$(br)$(thing)Формула$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинець", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): Pb$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Галена", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): PbS$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Сфалерит і Пірит", + "type": "patchouli:text", + "anchor": "nether_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Розплавляється в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сірка", + "multiblock": { + "mapping": { + "0": "#forge:ores/sulfur" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Сірка$(br)$(thing)Формула$(): S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 170$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Розмір$(): 45$(br2)$(thing)Типи каменю$(): Аспідний сланець, Гнейс, Мігматит, Піроксеніти, Травертин", + "title": "Тетраедрит", + "type": "patchouli:text", + "anchor": "nether_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Тетраедрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Мідь", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Мідь$(br)$(thing)Формула$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Стибніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Розплавляється в$(): Сурму$(br)$(thing)Формула$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 33$(br)$(thing)Висота$(): 7$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Топаз і Халькоцит", + "type": "patchouli:text", + "anchor": "nether_topaz" + }, + { + "Type": "patchouli:multiblock", + "name": "Блакитний топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/blue_topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію, Фтору$(br)$(thing)Формула$(): Al₂SiF₂H₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Топаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/topaz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію, Фтору$(br)$(thing)Формула$(): Al₂SiFH₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Халькоцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Борніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 220$(br)$(thing)Щільність$(): 0.55$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 29$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Ураніт & Пітчбленд", + "type": "patchouli:text", + "anchor": "nether_pitchblende" + }, + { + "Type": "patchouli:multiblock", + "name": "Уранит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pitchblende" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Урану, Торій, Свинець$(br)$(thing)Формула$(): (UO₂)₃ThPb$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ураніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/uraninite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Урану$(br)$(thing)Формула$(): UO₂$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Full Protection)Carcinogenic (Any Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 205$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 39$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Хроміт", + "type": "patchouli:text", + "anchor": "nether_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Хроміт", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 60%$(br)$(thing)Джерело$(): Хрому$(br)$(thing)Формула$(): FeCr₂O₄$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Irritant (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ванадієвий магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Залізо, Ванадію$(br)$(thing)Формула$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 25$(br2)$(thing)Типи каменю$(): Аспідний сланець, Габро, Гнейс, Граніт, Діорит, Піроксеніти", + "title": "Шеєліт та Вольфрам", + "type": "patchouli:text", + "anchor": "nether_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Шеєліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Джерело$(): Вольфраму$(br)$(thing)Формула$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Вольфрам", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Вольфраму, Літію$(br)$(thing)Формула$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Літій", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Літію$(br)$(thing)Формула$(): Li", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Розмір$(): 35$(br2)$(thing)Типи каменю$(): Базальт, Мігматит, Піроксеніти, Травертин", + "title": "Шелдоніт і Борніт", + "type": "patchouli:text", + "anchor": "nether_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Борніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Шелдонітн", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Платини, Нікелю, Паладію$(br)$(thing)Формула$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Платина", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Платини$(br)$(thing)Формула$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Паладій", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Паладію$(br)$(thing)Формула$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_apatite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_apatite.json deleted file mode 100644 index 3568a3d5a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_apatite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Апатит і Пірохлор", - "icon": "gtceu:raw_apatite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 220$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: -32 - 60$(br)Розмір: 34$(br2)Типи каменю: Граніт, Діорит, Габро, Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Апатит, Трикальційфосфат, Пірохлор" - }, - { - "type": "patchouli:multiblock", - "name": "Апатит", - "multiblock": { - "mapping": { - "0": "#forge:ores/apatite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Джерело: Кальцій, Фосфор, Лісовий ПТСР$(br)Формула: Ca₅(PO₄)₃Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Трикальційфосфат", - "multiblock": { - "mapping": { - "0": "#forge:ores/tricalcium_phosphate" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Кальцію, Фосфору$(br)Формула: Ca₃(PO₄)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Пірохлор", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrochlore" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Ніобій$(br)Формула: Ca₂Nb₂O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_basaltic_sands.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_basaltic_sands.json deleted file mode 100644 index 18ba4783a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_basaltic_sands.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Мінеральні піски", - "icon": "gtceu:raw_basaltic_mineral_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 160$(br)Щільність: 0.3$(br)Тип: Дискова вена$(br)Y: -32 - 60$(br)Розмір: 48$(br)Висота: 9$(br2)Типи каменю: Граніт, Базальт$(br2)Індикатор: Базальтовий та гранітний мінеральний пісок, Земля Фуллера, Гіпс" - }, - { - "type": "patchouli:multiblock", - "name": "Базальтовий мінеральний пісок", - "multiblock": { - "mapping": { - "0": "#forge:ores/basaltic_mineral_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Розплавляється в: Чугун$(br)Формула: (Fe₃O₄)((Mg₂Fe(SiO₂)₂)(CaCo₃)₃(SiO₂)₈C₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Гранітний мінеральний пісок", - "multiblock": { - "mapping": { - "0": "#forge:ores/granitic_mineral_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Розплавляється в: Чугун$(br)Формула: (Fe₃O₄)((SiO₂)₄(KMg₃Al₃F₂Si₃O₁₀))" - }, - { - "type": "patchouli:multiblock", - "name": "Земля Фуллера", - "multiblock": { - "mapping": { - "0": "#forge:ores/fullers_earth" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Магнезії$(br)Формула: MgSi₄H(H₂O)₄O₁₁" - }, - { - "type": "patchouli:multiblock", - "name": "Гіпс", - "multiblock": { - "mapping": { - "0": "#forge:ores/gypsum" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Використовується для: Алебастрової (фарбованої) цегли$(br)Формула: CaS(H₂O)₂O₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_bauxite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_bauxite.json deleted file mode 100644 index 183a5935b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_bauxite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Боксит і Ільменіт", - "icon": "gtceu:raw_bauxite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 185$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -32 - 60$(br)Розмір: 40$(br2)Типи каменю: Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Боксит, Ільменіт, Алюміній" - }, - { - "type": "patchouli:multiblock", - "name": "Боксит", - "multiblock": { - "mapping": { - "0": "#forge:ores/bauxite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 45%$(br)Джерело: Алюмінію$(br)Формула: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Алюміній", - "multiblock": { - "mapping": { - "0": "#forge:ores/aluminium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Алюмінію $(br)Формула: Al" - }, - { - "type": "patchouli:multiblock", - "name": "Ільменіт", - "multiblock": { - "mapping": { - "0": "#forge:ores/ilmenite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Джерело: Титану$(br)Формула: FeTiO₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_beryllium.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_beryllium.json deleted file mode 100644 index 6b3eaab90..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_beryllium.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Смарагд і Берилій", - "icon": "minecraft:emerald", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 180$(br)Щільність: 0.35$(br)Тип: Трубна вена$(br)Y: -32 - 50$(br)Висота: 60$(br)Радіус: 10$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит$(br2)Індикатор: Берилій, Смарагд, Торій" - }, - { - "type": "patchouli:multiblock", - "name": "Берилій", - "multiblock": { - "mapping": { - "0": "#forge:ores/beryllium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Використовується для: Перли Енда$(br)Формула: Be$(br)Небезпечний: Так" - }, - { - "type": "patchouli:multiblock", - "name": "Смарагд", - "multiblock": { - "mapping": { - "0": "#forge:ores/emerald" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Використовується для: MV компонентів, Фільтр тегів предметів$(br)Формула: Be₃Al₂Si₆O₁₈" - }, - { - "type": "patchouli:multiblock", - "name": "Торій", - "multiblock": { - "mapping": { - "0": "#forge:ores/thorium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Використовується для: Нічого!$(br)Формула: Th" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_bismuth.json deleted file mode 100644 index c8021bb77..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_bismuth.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Бісмут (Звичайний)", - "icon": "gtceu:raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 170$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Граніт, Діорит, Габро, Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Вісмутиніт$(br2)Використовується тільки для вісмутової бронзи." - }, - { - "type": "patchouli:multiblock", - "name": "Бісмут", - "multiblock": { - "mapping": { - "0": "#forge:ores/bismuth" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 80%$(br)Розплавляється в: Бісмут$(br)Формула: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Сірка", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 9%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Свинець", - "multiblock": { - "mapping": { - "0": "#forge:ores/lead" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 11%$(br)Розплавляється в: Свинець$(br)Формула: Pb$(br)Небезпечний: Так" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_cassiterite.json deleted file mode 100644 index d20a19d08..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_cassiterite.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Каситерит (звичайний)", - "icon": "gtceu:raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 170$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Граніт, Діорит, Габро$(br2)Індикатор: Каситерит" - }, - { - "type": "patchouli:multiblock", - "name": "Каситерит", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 40%$(br)Розплавляється в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Олово", - "multiblock": { - "mapping": { - "0": "#forge:ores/tin" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 60%$(br)Розплавляється в: Олово$(br)Формула: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_coal.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_coal.json deleted file mode 100644 index f916ebcc0..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_coal.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "Вугілля", - "icon": "minecraft:coal", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 215$(br)Щільність: 0.55$(br)Тип: Кластерна вена$(br)Y: 0 - 210$(br)Розмір: 60$(br2)Типи каменю: Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Вугілля" - }, - { - "type": "patchouli:multiblock", - "name": "Вугілля", - "multiblock": { - "mapping": { - "0": "#forge:ores/coal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 100%$(br)Використовується для: Ковальське паливо, Дистиляція$(br)Формула: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_copper.json deleted file mode 100644 index 0a21e2831..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_copper.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Мідь та Халькопірит", - "icon": "minecraft:raw_copper", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 170$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит $(br2)Індикатор: Самородна Мідь" - }, - { - "type": "patchouli:multiblock", - "name": "Мідь", - "multiblock": { - "mapping": { - "0": "#forge:ores/copper" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 65%$(br)Розплавляється в: Мідь$(br)Формула: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Халькопирит", - "multiblock": { - "mapping": { - "0": "#forge:ores/chalcopyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Мідь$(br)Формула: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Залізо", - "multiblock": { - "mapping": { - "0": "#forge:ores/iron" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Пірит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 10%$(br)Розплавляється в: Чавун$(br)Формула: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_garnet_tin.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_garnet_tin.json deleted file mode 100644 index 9c0410159..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_garnet_tin.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Гранат і Каситеритові піски", - "icon": "gtceu:raw_garnet_sand", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 360$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: -40 - 64$(br)Розмір: 40$(br2)Типи каменю: Всі$(br2)Індикатор: Каситерит" - }, - { - "type": "patchouli:multiblock", - "name": "Каситеритові піски", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Розплавляється в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гранатовий пісок", - "multiblock": { - "mapping": { - "0": "#forge:ores/garnet_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Алмадін, Андрадит, Гросулар, Піроп, Спесартін, Уваровіт" - }, - { - "type": "patchouli:multiblock", - "name": "Азбест", - "multiblock": { - "mapping": { - "0": "#forge:ores/asbestos" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Магнію, Рак легенів$(br)Формула: Mg₃Si₂H₄O₉$(br)Небезпечний: Так" - }, - { - "type": "patchouli:multiblock", - "name": "Діатомітн", - "multiblock": { - "mapping": { - "0": "#forge:ores/diatomite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Заліза, Алюмінію$(br)Формула: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_garnierite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_garnierite.json deleted file mode 100644 index b05ed2fde..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_garnierite.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Гарнієрит і Кобальтит", - "icon": "gtceu:raw_garnierite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 140$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 60$(br)Розмір: 40$(br2)Типи каменю: Габро$(br2)Індикатор: Гарнієрит" - }, - { - "type": "patchouli:multiblock", - "name": "Гарнієрит", - "multiblock": { - "mapping": { - "0": "#forge:ores/garnierite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Розплавляється в: Нікель$(br)Формула: NiO" - }, - { - "type": "patchouli:multiblock", - "name": "Нікель", - "multiblock": { - "mapping": { - "0": "#forge:ores/nickel" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 10%$(br)Розплавляється в: Нікель$(br)Формула: Ni" - }, - { - "type": "patchouli:multiblock", - "name": "Кобальтит", - "multiblock": { - "mapping": { - "0": "#forge:ores/cobaltite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Джерело: Кобальту, Миш'яку$(br)Формула: CoAsS$(br)Небезпечний: Так" - }, - { - "type": "patchouli:multiblock", - "name": "Пентландит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pentlandite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Розплавляється в: Нікель$(br)Формула: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Кобальт", - "multiblock": { - "mapping": { - "0": "#forge:ores/cobalt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Кобальт$(br)Формула: Co" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_gold.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_gold.json deleted file mode 100644 index 9358e8b8c..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_gold.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Золото, Лімоніт та Гематит", - "icon": "minecraft:raw_gold", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 170$(br)Щільність: 0.4$(br)Тип: Дискова вена$(br)Y: -32 - 60$(br)Розмір: 40$(br)Висота: 12$(br2)Типи каменю: Rhyolite, Basalt, Andesite, Dacite, Граніт, Діорит, Габро$(br2)Індикатор: Лімоніт, Гематит, Самородне золото" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 55%$(br)Розплавляється в: Золото$(br)Формула: Au" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий лимоніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Чавун$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Гетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_graphite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_graphite.json deleted file mode 100644 index 48364f224..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_graphite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Графіт і Діамант", - "icon": "minecraft:diamond", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 175$(br)Щільність: 0.35$(br)Тип: Трубна вена$(br)Y: -64 - 100$(br)Висота: 60$(br)Радіус: 12$(br2)Типи каменю: Габро$(br2)Індикатор: Діамант, Графіт, Вугілля$(br2)Не можеш знайти? Габро завжди залягає нижче $(thing)Базальту$(), і дамби з Габро в океанах теж можуть бути корисними!" - }, - { - "type": "patchouli:multiblock", - "name": "Графіт", - "multiblock": { - "mapping": { - "0": "#forge:ores/graphite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 45%$(br)Використовується для: $(l:mechanics/fire_clay)Вогнетривкової глини$(), Графену$(br)Формула: C" - }, - { - "type": "patchouli:multiblock", - "name": "Діамант", - "multiblock": { - "mapping": { - "0": "#forge:ores/diamond" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Використовується для: Подрібнювачів, AE2$(br)Формула: C" - }, - { - "type": "patchouli:multiblock", - "name": "Вугілля", - "multiblock": { - "mapping": { - "0": "#forge:ores/coal" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Використовується для: Ковальське паливо, Дистиляція$(br)Формула: C" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_hematite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_hematite.json deleted file mode 100644 index 68bb740c0..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_hematite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Гематит та Лімоніт", - "icon": "gtceu:raw_hematite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 210$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит$(br2)Індикатор: Гематит, Лимоніт, Самородне золото" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Розплавляється в: Чавун$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий лимоніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Золото$(br)Формула: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_lapis.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_lapis.json deleted file mode 100644 index ce4c58eb4..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_lapis.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Смарагд, Лазурит та Содаліт", - "icon": "minecraft:lapis_lazuli", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 170$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: -60 - 10$(br)Розмір: 50$(br2)Типи каменю: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Лазурит, Содаліт, Смарагд, Кальцит$(br2)В основному використовується для рідинних фільтрів." - }, - { - "type": "patchouli:multiblock", - "name": "Лазурит", - "multiblock": { - "mapping": { - "0": "#forge:ores/lazurite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Алюмінію, Кальцію, Натрію$(br)Формула: Al₆Si₆Ca₈Na₈" - }, - { - "type": "patchouli:multiblock", - "name": "Содаліт", - "multiblock": { - "mapping": { - "0": "#forge:ores/sodalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Алюмінію, Натрію$(br)Формула: Al₃Si₃Na₄Cl" - }, - { - "type": "patchouli:multiblock", - "name": "Кальцит", - "multiblock": { - "mapping": { - "0": "#forge:ores/calcite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Кальцію$(br)Формула: CaCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Смарагд", - "multiblock": { - "mapping": { - "0": "#forge:ores/lapis" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Лазуриту, Содаліту, Піриту, Кальциту" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_limonite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_limonite.json deleted file mode 100644 index d64979e70..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_limonite.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Лімоніт", - "icon": "gtceu:raw_yellow_limonite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 190$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Мармур, Вапняк$(br2)Індикатор: Лимоніт, Гематит, Малахіт" - }, - { - "type": "patchouli:multiblock", - "name": "Жовтий лимоніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/yellow_limonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Розплавляється в: Чавун$(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/goethite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Чавун $(br)Формула: FeHO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Гематит", - "multiblock": { - "mapping": { - "0": "#forge:ores/hematite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Чавун$(br)Формула: Fe₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Малахіт", - "multiblock": { - "mapping": { - "0": "#forge:ores/malachite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Мідь$(br)Формула: Cu₂CH₂O₅" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_lubricant.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_lubricant.json deleted file mode 100644 index 1f6d6c063..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_lubricant.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "Соапостон, Тальк і Трона", - "icon": "gtceu:raw_soapstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 190$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: -40 - 56$(br)Розмір: 36$(br2)Типи каменю: Граніт, Діорит, Габро$(br2)Індикатор: Соапостон, Тальк, Глауконітовий пісок, Пентландит, Трона" - }, - { - "type": "patchouli:multiblock", - "name": "Соапостон", - "multiblock": { - "mapping": { - "0": "#forge:ores/soapstone" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Джерело: Магнію$(br)Формула: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Тальк", - "multiblock": { - "mapping": { - "0": "#forge:ores/talc" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Джерело: Магнію$(br)Формула: Mg₃Si₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Главконітний пісок", - "multiblock": { - "mapping": { - "0": "#forge:ores/glauconite_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Магнезії, Алюмінію$(br)Формула: KMg₂Al₄H₂O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Пентландит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pentlandite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Нікель$(br)Формула: Ni₉S₈" - }, - { - "type": "patchouli:multiblock", - "name": "Трона", - "multiblock": { - "mapping": { - "0": "#forge:ores/trona" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 10%$(br)Формула: Na₃C₂H(H₂O)₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_magnetite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_magnetite.json deleted file mode 100644 index f7da59596..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_magnetite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Магнетит і Ванадій", - "icon": "gtceu:raw_magnetite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 200$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Магнетит, Самородне золото" - }, - { - "type": "patchouli:multiblock", - "name": "Магнетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 65%$(br)Розплавляється в: Чавун$(br)Формула: Fe₃O₄" - }, - { - "type": "patchouli:multiblock", - "name": "Ванадієвий магнетит", - "multiblock": { - "mapping": { - "0": "#forge:ores/vanadium_magnetite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Заліза, Ванадію$(br)Формула: (Fe₃O₄)V" - }, - { - "type": "patchouli:multiblock", - "name": "Золото", - "multiblock": { - "mapping": { - "0": "#forge:ores/gold" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 10%$(br)Розплавляється в: Золото$(br)Формула: Au" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_manganese.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_manganese.json deleted file mode 100644 index e61e1ada2..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_manganese.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Марганець і Тантал", - "icon": "gtceu:raw_grossular", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 195$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -32 - 60$(br)Розмір: 40$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Гроссуляр, Спесартин, Піролюзит, Танталіт" - }, - { - "type": "patchouli:multiblock", - "name": "Гроссуляр", - "multiblock": { - "mapping": { - "0": "#forge:ores/grossular" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Джерело: Кальцію, Алюмінію$(br)Формула: Ca₃Al₂Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Спесартин", - "multiblock": { - "mapping": { - "0": "#forge:ores/spessartine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Джерело: Магнезії, Алюмінію$(br)Формула: Al₂Mn₃Si₃O₁₂" - }, - { - "type": "patchouli:multiblock", - "name": "Піролюзит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrolusite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Формула: 20%$(br)Джерело: Магнезії$(br)Формула: MnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Танталіт", - "multiblock": { - "mapping": { - "0": "#forge:ores/tantalite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 10%$(br)Джерело: Магнезії, Танталу$(br)Формула: MnTa₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_mica.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_mica.json deleted file mode 100644 index bf4317b58..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_mica.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Кіаніт, Слюда та Боксити", - "icon": "gtceu:raw_mica", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 190$(br)Щільність: 0.25$(br)Тип: Cluster Vein$(br)Y: 0 - 210$(br)Розмір: 36$(br2)Типи каменю: Граніт, Діорит, Габро, Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Кіаніт, Слюда, Боксити, Полюцит" - }, - { - "type": "patchouli:multiblock", - "name": "Кіаніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/kyanite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Алюмінію$(br)Формула: Al₂SiO₅" - }, - { - "type": "patchouli:multiblock", - "name": "Слюда", - "multiblock": { - "mapping": { - "0": "#forge:ores/mica" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Калію, Алюмінію, Фтору$(br)Формула: KAl₃Si₃F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Боксит", - "multiblock": { - "mapping": { - "0": "#forge:ores/bauxite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Алюмінію$(br)Формула: Al₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Полюцит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pollucite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Алюмінію$(br)Формула: Cs₂Al₂Si₄(H₂O)₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_monazite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_monazite.json deleted file mode 100644 index c47e280f7..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_monazite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Бастнезит і Монацит", - "icon": "gtceu:monazite_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 185$(br)Щільність: 0.25$(br)Тип: Cluster Vein$(br)Y: -32 - 50$(br)Розмір: 40$(br2)Типи каменю: Граніт, Діорит, Габро$(br2)Індикатор: Бастнезит Монацит, Неодим" - }, - { - "type": "patchouli:multiblock", - "name": "Бастнезит", - "multiblock": { - "mapping": { - "0": "#forge:ores/bastnasite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Джерело: Церію, Фтору$(br)Формула: CeCFO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Монацит", - "multiblock": { - "mapping": { - "0": "#forge:ores/monazite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Фосфор, Рідкоземельні$(br)Формула: ?(PO₄)" - }, - { - "type": "patchouli:multiblock", - "name": "Неодим", - "multiblock": { - "mapping": { - "0": "#forge:ores/neodymium" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Формула: Nd" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_oilsands.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_oilsands.json deleted file mode 100644 index b9804fa40..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_oilsands.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "Нафтові піски", - "icon": "gtceu:raw_oilsands", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 185$(br)Щільність: 0.20$(br)Тип: Кластерна вена$(br)Y: 0 - 70$(br)Розмір: 55$(br2)Типи каменю: Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Нафтові піски$(br2)Використовується як паливо раннього згоряння." - }, - { - "type": "patchouli:multiblock", - "name": "Нафтові піски", - "multiblock": { - "mapping": { - "0": "#forge:ores/oilsands" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 100%$(br)Джерело: Свободи🛢🦅🗽" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_olivine.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_olivine.json deleted file mode 100644 index 944d0277b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_olivine.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Бентоніт та Олівін", - "icon": "gtceu:olivine_gem", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 180$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: -40 - 30$(br)Розмір: 26$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Граніт, Діорит, Габро$(br2)Індикатор: Бентоніт, Магнезит, Олівін, Глауконітовий пісок" - }, - { - "type": "patchouli:multiblock", - "name": "Бентоніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/bentonite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Магнію$(br)Формула: NaMg₆Si₁₂H₄(H₂O)₅O₃₆" - }, - { - "type": "patchouli:multiblock", - "name": "Магнезит", - "multiblock": { - "mapping": { - "0": "#forge:ores/magnesite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Магнію$(br)Формула: MgCO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Оливін", - "multiblock": { - "mapping": { - "0": "#forge:ores/olivine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Магнію$(br)Формула: Mg₂Fe(SiO₂)₂" - }, - { - "type": "patchouli:multiblock", - "name": "Глауконітовий пісок", - "multiblock": { - "mapping": { - "0": "#forge:ores/glauconite_sand" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Магнезії, Алюмінію$(br)Формула: KMg₂Al₄H₂O₁₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_quartz.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_quartz.json deleted file mode 100644 index 1fe29ddaf..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_quartz.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Кварц", - "icon": "minecraft:quartz", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 150$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -32 - 100$(br)Розмір: 40$(br2)Типи каменю: Глинистий сланець, Кварцит, Аспідний сланець, Гнейс$(br2)Індикатор: Бутон Істинного Кварцу" - }, - { - "type": "patchouli:multiblock", - "name": "Кварцит", - "multiblock": { - "mapping": { - "0": "#forge:ores/quartzite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 45%$(br)Формула: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Поклади Істинного Кварцу", - "multiblock": { - "mapping": { - "0": "#forge:ores/certus_quartz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Використовується для: Applied Energistics 2$(br)Формула: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Кварц Нижнього Світу", - "multiblock": { - "mapping": { - "0": "#forge:ores/nether_quartz" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 10%$(br)Використовується для: Applied Energistics 2$(br)Формула: SiO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Барит", - "multiblock": { - "mapping": { - "0": "#forge:ores/barite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Барію$(br)Формула: BaSO₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_redstone.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_redstone.json deleted file mode 100644 index a832ba179..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_redstone.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Редстоун, Кіновар і Рубін", - "icon": "minecraft:redstone", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 160$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 100$(br)Розмір: 40$(br2)Типи каменю: Граніт$(br2)Індикатор: Редстоун, Рубін, Кіновар $(br2)Не можете знайти? Спробуйте пошукати в океанах, Червоний камінь світиться!" - }, - { - "type": "patchouli:multiblock", - "name": "Редстоун", - "multiblock": { - "mapping": { - "0": "#forge:ores/redstone" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 45%$(br)Розплавляється в: Редстоун$(br)Формула: Si(FeS₂)₅(CrAl₂O₃)Hg₃" - }, - { - "type": "patchouli:multiblock", - "name": "Рубін", - "multiblock": { - "mapping": { - "0": "#forge:ores/ruby" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Алюмінію, Хрому$(br)Формула: CrAl₂O₃" - }, - { - "type": "patchouli:multiblock", - "name": "Кіновар", - "multiblock": { - "mapping": { - "0": "#forge:ores/cinnabar" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Джерело: Ртуті$(br)Формула: HgS$(br)Небезпечний: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_salt.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_salt.json deleted file mode 100644 index eb191fb74..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_salt.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Солі та Бура", - "icon": "tfc:powder/salt", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 175$(br)Density: 0.4$(br)Type: Disc Vein$(br)Y: 30 - 70$(br)Size: 40$(br)Height: 4$(br2)Stone types: Глинистий сланець, Аргіліт, Вапняк$(br2)Indicator: Salt lick, Rock salt, Lepidolite, Borax" - }, - { - "type": "patchouli:multiblock", - "name": "Кам’яна сіль", - "multiblock": { - "mapping": { - "0": "#forge:ores/rock_salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 40%$(br)Джерело: Калію, Хлору$(br)Формула: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Сіль", - "multiblock": { - "mapping": { - "0": "#forge:ores/salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Джерело: Високого Кров'яного Тиску$(br)Формула: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Лепідоліт", - "multiblock": { - "mapping": { - "0": "#forge:ores/lepidolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Калію, Літію, Алюмінію, Фтору$(br)Формула: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Бура", - "multiblock": { - "mapping": { - "0": "#forge:ores/borax" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Бору$(br)Формула: Na₂B₄(H₂O)₁₀O₇" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_saltpeter.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_saltpeter.json deleted file mode 100644 index fd15502a0..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_saltpeter.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Селітра та Електротин", - "icon": "gtceu:raw_saltpeter", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 210$(br)Щільність: 0.3$(br)Тип: Кластерна вена$(br)Y: -32 - 60$(br)Розмір: 50$(br2)Типи каменю: Граніт, Діорит, Габро, Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Селітра, Діатоміт, Електротин, Алуніт" - }, - { - "type": "patchouli:multiblock", - "name": "Селітра", - "multiblock": { - "mapping": { - "0": "#forge:ores/saltpeter" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Калію$(br)Формула: KNO₃" - }, - { - "type": "patchouli:multiblock", - "name": "Діатоміт", - "multiblock": { - "mapping": { - "0": "#forge:ores/diatomite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Заліза, Алюмінію$(br)Формула: (SiO₂)₈(Fe₂O₃)(Al₂O₃)" - }, - { - "type": "patchouli:multiblock", - "name": "Електротин", - "multiblock": { - "mapping": { - "0": "#forge:ores/electrotine" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Джерело: Золота, Срібла, Редстоуна$(br)Формула: (Si(FeS₂)₅(CrAl₂O₃)Hg₃)(AgAu)" - }, - { - "type": "patchouli:multiblock", - "name": "Алуніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/alunite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Калію, Алюмінію$(br)Формула: KAl₃Si₂H₆O₁₄" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_silver.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_silver.json deleted file mode 100644 index 27293d868..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_silver.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Срібло, Гален і Свинець", - "icon": "gtceu:raw_silver", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 160$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Граніт, Гнейс$(br2)Індикатор: Самородне срібло" - }, - { - "type": "patchouli:multiblock", - "name": "Галена", - "multiblock": { - "mapping": { - "0": "#forge:ores/galena" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Розплавляється в: Свинцю$(br)Формула: PbS$(br)Небезпечний: Yes" - }, - { - "type": "patchouli:multiblock", - "name": "Срібло", - "multiblock": { - "mapping": { - "0": "#forge:ores/silver" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Срібло$(br)Формула: Ag" - }, - { - "type": "patchouli:multiblock", - "name": "Свинець", - "multiblock": { - "mapping": { - "0": "#forge:ores/lead" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 55%$(br)Розплавляється в: Свинцю$(br)Формула: Pb$(br)Небезпечний: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_sphalerite.json deleted file mode 100644 index 11a4637dc..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_sphalerite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Сфалерит і Пірит", - "icon": "gtceu:raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 170$(br)Щільність: 0.4$(br)Тип: Кластерна вена$(br)Y: -32 - 75$(br)Розмір: 40$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Marble$(br2)Індикатор: Сфалерит" - }, - { - "type": "patchouli:multiblock", - "name": "Сфалерит", - "multiblock": { - "mapping": { - "0": "#forge:ores/sphalerite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 40%$(br)Розплавляється в: Цинк$(br)Формула: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Сірка", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Пірит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 25%$(br)Розплавляється в: Чавун$(br)Формула: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_spodumene.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_spodumene.json deleted file mode 100644 index 8d267678a..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_spodumene.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "Сподумен та Лепідоліт", - "icon": "gtceu:raw_spodumene", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 180$(br)Щільність: 0.375$(br)Тип: Disc Vein$(br)Y: 20 - 60$(br)Розмір: 35$(br)Висота: 6$(br2)Типи каменю: Граніт, Діорит, Габро, Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Соляний лизун, Кам'яна сіль, Лепідоліт, Сподумен" - }, - { - "type": "patchouli:multiblock", - "name": "Кам’яна сіль", - "multiblock": { - "mapping": { - "0": "#forge:ores/rock_salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Джерело: Калію, Хлору$(br)Формула: KCl" - }, - { - "type": "patchouli:multiblock", - "name": "Сіль", - "multiblock": { - "mapping": { - "0": "#forge:ores/salt" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Джерело: Високого Кров'яного Тиску$(br)Формула: NaCl" - }, - { - "type": "patchouli:multiblock", - "name": "Лепідоліт", - "multiblock": { - "mapping": { - "0": "#forge:ores/lepidolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Калію, Літію, Алюмінію, Фтору$(br)Формула: KLi₃Al₄F₂O₁₀" - }, - { - "type": "patchouli:multiblock", - "name": "Сподумен", - "multiblock": { - "mapping": { - "0": "#forge:ores/spodumene" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Джерело: Літію, Алюмінію$(br)Формула: LiAlSi₂O₆" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_sulfur.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_sulfur.json deleted file mode 100644 index 92bb73db2..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_sulfur.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Сірка та Пірит", - "icon": "gtceu:raw_sulfur", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 165$(br)Щільність: 0.2$(br)Тип: Кластерна вена$(br)Y: 0 - 210$(br)Розмір: 45$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит$(br2)Індикатор: Сірка, Пірит, Сфалерит" - }, - { - "type": "patchouli:multiblock", - "name": "Сірка", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Пірит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 35%$(br)Розплавляється в: Чавун$(br)Формула: FeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Сфалерит", - "multiblock": { - "mapping": { - "0": "#forge:ores/sphalerite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Розплавляється в: Цинк$(br)Формула: ZnS" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_tetrahedrite.json deleted file mode 100644 index d8f32268b..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/normal_tetrahedrite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Тетраедрит (звичайний)", - "icon": "gtceu:raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Rarity: 170$(br)Density: 0.4$(br)Type: Cluster Vein$(br)Y: -32 - 75$(br)Size: 40$(br2)Stone types: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Indicator: Тетраедрит, Самородна мідь" - }, - { - "type": "patchouli:multiblock", - "name": "Тетраедрит", - "multiblock": { - "mapping": { - "0": "#forge:ores/tetrahedrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 50%$(br)Розплавляється в: Мідь$(br)Формула: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Самородна Мідь", - "multiblock": { - "mapping": { - "0": "#forge:ores/copper" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 30%$(br)Розплавляється в: Мідь$(br)Формула: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Стибніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/stibnite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Сурму$(br)Формула: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/ore_basics.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/ore_basics.json index dcc4d9cda..5a8d8f4ab 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/ore_basics.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/ore_basics.json @@ -1,6 +1,6 @@ { "name": "Видобуток у TFG", - "icon": "gtceu:pyrite_dust", + "icon": "minecraft:diamond_pickaxe", "category": "tfc:tfg_ores", "priority": true, "sortnum": 0, diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_bismuth.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_bismuth.json deleted file mode 100644 index aabb50a15..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_bismuth.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Бісмут (поверхня)", - "icon": "gtceu:poor_raw_bismuth", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 140$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: 60 - 210$(br)Розмір: 50$(br2)Типи каменю: Граніт, Діорит, Габро, Глинистий сланець, Аргіліт, Вапняк, Конгломерат, Доломіт, Кременистий сланець, Крейда$(br2)Індикатор: Бісмутиніт$(br)Використовується тільки для Бісмутової бронзи." - }, - { - "type": "patchouli:multiblock", - "name": "Бісмут", - "multiblock": { - "mapping": { - "0": "#forge:ores/bismuth" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 90%$(br)Розплавляється в: Бісмут$(br)Формула: Bi" - }, - { - "type": "patchouli:multiblock", - "name": "Сірка", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 3%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Свинець", - "multiblock": { - "mapping": { - "0": "#forge:ores/lead" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 7%$(br)Розплавляється в: Свинцю$(br)Формула: Pb$(br)Небезпечний: Yes" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_cassiterite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_cassiterite.json deleted file mode 100644 index 799deff1f..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_cassiterite.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Каситерит (Поверхня)", - "icon": "gtceu:poor_raw_cassiterite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 135$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: 60 - 210$(br)Розмір: 50$(br2)Типи каменю: Граніт, Діорит, Габро$(br2)Індикатор: Каситерит" - }, - { - "type": "patchouli:multiblock", - "name": "Каситерит", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 60%$(br)Розплавляється в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Олово", - "multiblock": { - "mapping": { - "0": "#forge:ores/tin" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 40%$(br)Розплавляється в: Олово$(br)Формула: Sn" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_copper.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_copper.json deleted file mode 100644 index 1045247ae..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_copper.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "name": "Халькопірит та Реальгар", - "icon": "gtceu:raw_chalcopyrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 140$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: 30 - 210$(br)Розмір: 50$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит$(br2)Індикатор: Самородна мідь, Каситерит, Реальгар" - }, - { - "type": "patchouli:multiblock", - "name": "Халькопирит", - "multiblock": { - "mapping": { - "0": "#forge:ores/chalcopyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 55%$(br)Розплавляється в: Мідь$(br)Формула: CuFeS₂" - }, - { - "type": "patchouli:multiblock", - "name": "Цеоліт", - "multiblock": { - "mapping": { - "0": "#forge:ores/zeolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Алюмінію, Кисню$(br)Формула: NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂" - }, - { - "type": "patchouli:multiblock", - "name": "Каситерит", - "multiblock": { - "mapping": { - "0": "#forge:ores/cassiterite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Олово$(br)Формула: SnO₂" - }, - { - "type": "patchouli:multiblock", - "name": "Реальгар", - "multiblock": { - "mapping": { - "0": "#forge:ores/realgar" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 15%$(br)Джерело: Миш'яку$(br)Формула: As₄S₄$(br)Небезпечний: Yes" - }, - { - "type": "patchouli:text", - "text": "Якщо у вас виникли проблеми з пошуком Реальгару, іншим джерелом миш'яку є $(l:tfg_ores/normal_garnierite)Кобальтиту$(), хоча для цього знадобиться $(thing)Електрична доменна піч$() для обробки." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_sphalerite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_sphalerite.json deleted file mode 100644 index db3c3bdcf..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_sphalerite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Сфалерит і Сірка", - "icon": "gtceu:poor_raw_sphalerite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 145$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: 60 - 210$(br)Розмір: 50$(br2)Типи каменю: Ріоліт, Базальт, Андезит, Дацит, Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Сфалерит" - }, - { - "type": "patchouli:multiblock", - "name": "Сфалерит", - "multiblock": { - "mapping": { - "0": "#forge:ores/sphalerite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 40%$(br)Розплавляється в: Цинк$(br)Формула: ZnS" - }, - { - "type": "patchouli:multiblock", - "name": "Сірка", - "multiblock": { - "mapping": { - "0": "#forge:ores/sulfur" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 55%$(br)Формула: S" - }, - { - "type": "patchouli:multiblock", - "name": "Пірит", - "multiblock": { - "mapping": { - "0": "#forge:ores/pyrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 5%$(br)Розплавляється в: Чавун$(br)Формула: FeS₂" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_tetrahedrite.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_tetrahedrite.json deleted file mode 100644 index 4292f3e88..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/surface_tetrahedrite.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Тетраедрит (Поверхня)", - "icon": "gtceu:poor_raw_tetrahedrite", - "category": "tfc:tfg_ores", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "Рідкість: 140$(br)Щільність: 0.25$(br)Тип: Кластерна вена$(br)Y: 60 - 210$(br)Розмір: 50$(br2)Типи каменю: Кварцит, Шиферний сланець, Філіт, Аспідний сланець, Гнейс, Мармур$(br2)Індикатор: Тетраедрит, Самородна мідь" - }, - { - "type": "patchouli:multiblock", - "name": "Тетраедрит", - "multiblock": { - "mapping": { - "0": "#forge:ores/tetrahedrite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 60%$(br)Розплавляється в: Мідь$(br)Формула: Cu₃SbS₃Fe" - }, - { - "type": "patchouli:multiblock", - "name": "Самородна Мідь", - "multiblock": { - "mapping": { - "0": "#forge:ores/copper" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Мідь$(br)Формула: Cu" - }, - { - "type": "patchouli:multiblock", - "name": "Стибніт", - "multiblock": { - "mapping": { - "0": "#forge:ores/stibnite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "Відсоток: 20%$(br)Розплавляється в: Сурму$(br)Формула: Sb₂S₃" - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/the_world/ores_and_minerals.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/the_world/ores_and_minerals.json deleted file mode 100644 index 3d8191f9d..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/the_world/ores_and_minerals.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Руди та Мінерали", - "category": "tfc:the_world", - "icon": "tfc:ore/normal_hematite", - "pages": [ - { - "type": "patchouli:text", - "text": "Ця сторінка призначена для заміни сторінки руд і мінералів TFC за замовчуванням.$(br2)Інформацію про руди можна знайти в розділі $(l:tfg_ores)Руди TFG$()." - } - ], - "read_by_default": true, - "sortnum": 1 -} \ No newline at end of file diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/almandine_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/almandine_tfc.png new file mode 100644 index 000000000..a94a9a23a Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/almandine_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/amethyst_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/amethyst_tfc.png new file mode 100644 index 000000000..8d290c10b Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/amethyst_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/andradite_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/andradite_tfc.png new file mode 100644 index 000000000..6f931c78f Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/andradite_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/apatite_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/apatite_tfc.png new file mode 100644 index 000000000..196d1d7da Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/apatite_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/bismuth_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/bismuth_tfc.png new file mode 100644 index 000000000..741589acf Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/bismuth_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/blue_topaz_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/blue_topaz_tfc.png new file mode 100644 index 000000000..d8a26c83b Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/blue_topaz_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/certus_quartz_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/certus_quartz_tfc.png new file mode 100644 index 000000000..58d9b4053 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/certus_quartz_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/cinnabar_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/cinnabar_tfc.png new file mode 100644 index 000000000..76d939f57 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/cinnabar_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/coal_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/coal_tfc.png new file mode 100644 index 000000000..27d4d7e20 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/coal_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/coke_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/coke_tfc.png new file mode 100644 index 000000000..e3b9f38c8 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/coke_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/diamond_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/diamond_tfc.png new file mode 100644 index 000000000..b07a2a490 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/diamond_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/echo_shard_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/echo_shard_tfc.png new file mode 100644 index 000000000..e4ca8408e Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/echo_shard_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/emerald_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/emerald_tfc.png new file mode 100644 index 000000000..c9503ddfe Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/emerald_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/fluix_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/fluix_tfc.png new file mode 100644 index 000000000..4cd92c85c Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/fluix_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/glass_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/glass_tfc.png new file mode 100644 index 000000000..96d3832e7 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/glass_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/gold_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/gold_tfc.png new file mode 100644 index 000000000..636592dec Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/gold_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/green_sapphire_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/green_sapphire_tfc.png new file mode 100644 index 000000000..5acf722df Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/green_sapphire_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/grossular_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/grossular_tfc.png new file mode 100644 index 000000000..17f0b534a Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/grossular_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/lapis_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/lapis_tfc.png new file mode 100644 index 000000000..e93eb393f Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/lapis_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/lazurite_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/lazurite_tfc.png new file mode 100644 index 000000000..9b7dd1820 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/lazurite_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/malachite_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/malachite_tfc.png new file mode 100644 index 000000000..d5d5fc10c Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/malachite_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/monazite_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/monazite_tfc.png new file mode 100644 index 000000000..735d4bb31 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/monazite_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/nether_quartz_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/nether_quartz_tfc.png new file mode 100644 index 000000000..5cbfaa440 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/nether_quartz_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/neutronium_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/neutronium_tfc.png new file mode 100644 index 000000000..bd3d1856d Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/neutronium_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/nickel_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/nickel_tfc.png new file mode 100644 index 000000000..80aa398f7 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/nickel_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/olivine_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/olivine_tfc.png new file mode 100644 index 000000000..36c2245ef Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/olivine_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/opal_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/opal_tfc.png new file mode 100644 index 000000000..1ef99e445 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/opal_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/platinum_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/platinum_tfc.png new file mode 100644 index 000000000..23da1f684 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/platinum_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/pyrite_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/pyrite_tfc.png new file mode 100644 index 000000000..a8e2fc233 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/pyrite_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/pyrope_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/pyrope_tfc.png new file mode 100644 index 000000000..8e7f0f1db Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/pyrope_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/quartzite_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/quartzite_tfc.png new file mode 100644 index 000000000..dc30480fb Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/quartzite_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/realgar_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/realgar_tfc.png new file mode 100644 index 000000000..369786ae3 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/realgar_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/red_garnet_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/red_garnet_tfc.png new file mode 100644 index 000000000..4e1ad6431 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/red_garnet_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/redx_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/redx_tfc.png new file mode 100644 index 000000000..9e0165167 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/redx_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/rock_salt_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/rock_salt_tfc.png new file mode 100644 index 000000000..557e17dbc Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/rock_salt_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/rose_gold_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/rose_gold_tfc.png new file mode 100644 index 000000000..7c5cc49a1 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/rose_gold_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/rose_quartz_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/rose_quartz_tfc.png new file mode 100644 index 000000000..ce2ea8fab Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/rose_quartz_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/ruby_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/ruby_tfc.png new file mode 100644 index 000000000..bd8bf6645 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/ruby_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/rutile_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/rutile_tfc.png new file mode 100644 index 000000000..8afd21a23 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/rutile_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/salt_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/salt_tfc.png new file mode 100644 index 000000000..cc9ef3239 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/salt_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/sapphire_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/sapphire_tfc.png new file mode 100644 index 000000000..bdeab8974 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/sapphire_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/silver_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/silver_tfc.png new file mode 100644 index 000000000..1379b60dc Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/silver_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/sodalite_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/sodalite_tfc.png new file mode 100644 index 000000000..dc41b84c6 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/sodalite_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/spessartine_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/spessartine_tfc.png new file mode 100644 index 000000000..5faf0a5fa Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/spessartine_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/sterling_silver_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/sterling_silver_tfc.png new file mode 100644 index 000000000..f2e2e0bf8 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/sterling_silver_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/titanium_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/titanium_tfc.png new file mode 100644 index 000000000..51c7fbdd3 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/titanium_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/topaz_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/topaz_tfc.png new file mode 100644 index 000000000..8266f8d41 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/topaz_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/uvarovite_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/uvarovite_tfc.png new file mode 100644 index 000000000..ac79ec661 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/uvarovite_tfc.png differ diff --git a/kubejs/assets/tfc/textures/color_palettes/trims/yellow_garnet_tfc.png b/kubejs/assets/tfc/textures/color_palettes/trims/yellow_garnet_tfc.png new file mode 100644 index 000000000..711a1ff76 Binary files /dev/null and b/kubejs/assets/tfc/textures/color_palettes/trims/yellow_garnet_tfc.png differ diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index f07cb814a..4f0ef00e0 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -11,6 +11,10 @@ "biome.tfg.nether/gneiss_caves": "Deep Caves", "biome.tfg.nether/granite_caves": "Deep Caves", "biome.tfg.nether/schist_caves": "Deep Caves", + "biome.tfg.moon/lunar_basalt_maria": "Lunar Maria", + "biome.tfg.moon/lunar_diorite_delta": "Lunar Delta", + "biome.tfg.moon/lunar_gabbro_uplift": "Lunar Uplift", + "biome.tfg.moon/lunar_plains": "Lunar Plains", "block.tfg.decorative_vase.black": "Black Decorative Vase", "block.tfg.decorative_vase.gray": "Gray Decorative Vase", "block.tfg.decorative_vase.light_gray": "Light Gray Decorative Vase", @@ -126,6 +130,13 @@ "block.tfg.spike.dripstone_spike": "Travertine Spike", "block.tfg.loose.deepslate": "Loose Migmatite Rock", "block.tfg.loose.dripstone": "Loose Travertine Rock", + "block.tfg.rock.hardened_anorthosite": "Hardened Anorthosite", + "block.tfg.rock.raw_anorthosite": "Raw Anorthosite", + "block.tfg.loose.anorthosite": "Loose Anorthosite Rock", + "block.tfg.rock.raw_basanite": "Raw Basanite", + "block.tfg.rock.raw_syenite": "Raw Syenite", + "block.tfg.rock.hardened_syenite": "Hardened Syenite", + "block.tfg.loose.syenite": "Loose Syenite Rock", "item.tfg.antipoison_pill": "Antipoison Pill", "item.tfg.haste_pill": "Haste Pill", "item.tfg.night_vision_pill": "Night Vision Pill", @@ -153,6 +164,18 @@ "item.tfg.paraffin_wax": "Paraffin Wax", "item.tfg.flint_arrow_head": "Flint Arrow Head", "item.tfg.fletching": "Fletching", + "item.tfg.phantom_silk": "Phantom Silk", + "item.tfg.phantom_thread": "Phantom Thread", + "item.tfg.polycaprolactam_fabric": "Polycaprolactam Fabric", + "item.tfg.polycaprolactam_string": "Polycaprolactam String", + "item.tfg.fishing_net.wood": "Wood Fishing Net", + "item.tfg.fishing_net.brass": "Brass Fishing Net", + "item.tfg.fishing_net.rose_gold": "Rose Gold Fishing Net", + "item.tfg.fishing_net.sterling_silver": "Sterling Silver Fishing Net", + "item.tfg.fishing_net.invar": "Invar Fishing Net", + "item.tfg.fishing_net.cupronickel": "Cupronickel Fishing Net", + "item.tfg.fishing_net.tin_alloy": "Tin Alloy Fishing Net", + "item.tfg.fishing_net.magnalium": "Magnalium Fishing Net", "item.tfg.conifer_rosin": "Conifer Rosin", "item.tfg.hardwood_strip": "Hardwood Strip", "item.tfg.soaked_hardwood_strip": "Soaked Hardwood Strip", @@ -161,6 +184,12 @@ "item.tfg.spade_head_extruder_mold": "Extruder Mold (Spade Head)", "item.tfg.unfired_chalk": "Unfired Chalk Stick", "item.tfg.brick.deepslate": "Migmatite Brick", + "item.tfg.loose.anorthosite": "Loose Anorthosite", + "item.tfg.brick.anorthosite": "Anorthosite Brick", + "item.tfg.dust.anorthosite": "Anorthosite Dust", + "item.tfg.loose.syenite": "Loose Syenite", + "item.tfg.brick.syenite": "Syenite Brick", + "item.tfg.dust.syenite": "Syenite Dust", "item.tfg.terra_firma_greg": "TerraFirmaGreg", "item.tfg.scaffolding_frame": "Scaffolding Frame", "item.tfg.airship_hull": "Airship Hull", @@ -180,6 +209,16 @@ "item.tfg.aluminium_hull_reinforcement": "Aluminium Hull Reinforcement", "item.tfg.stainless_steel_hull_reinforcement": "Stainless Steel Hull Reinforcement", "item.tfg.titanium_hull_reinforcement": "Titanium Hull Reinforcement", + "item.tfg.ulv_universal_circuit": "ULV Universal Circuit", + "item.tfg.lv_universal_circuit": "LV Universal Circuit", + "item.tfg.mv_universal_circuit": "MV Universal Circuit", + "item.tfg.hv_universal_circuit": "HV Universal Circuit", + "item.tfg.ev_universal_circuit": "EV Universal Circuit", + "item.tfg.iv_universal_circuit": "IV Universal Circuit", + "item.tfg.luv_universal_circuit": "LuV Universal Circuit", + "item.tfg.zpm_universal_circuit": "ZPM Universal Circuit", + "item.tfg.uv_universal_circuit": "UV Universal Circuit", + "item.tfg.uhv_universal_circuit": "UHV Universal Circuit", "material.tfg.latex": "Latex", "material.tfg.vulcanized_latex": "Vulcanized Latex", "material.tfg.fluix": "Fluix", @@ -199,6 +238,10 @@ "material.tfg.schist": "Schist", "material.tfg.gneiss": "Gneiss", "material.tfg.chalk": "Chalk", + "material.tfg.fayalite": "Fayalite", + "material.tfg.diopside": "Diopside", + "material.tfg.enstatite": "Enstatite", + "material.tfg.armalcolite": "Armalcolite", "material.gtceu.thermochemically_treated_hardwood": "Thermochemically Treated Hardwood", "material.gtceu.hardwood": "Hardwood", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", @@ -277,100 +320,54 @@ "gtceu:rich_raw_sphalerite": "Deprecated Item, Craft to Upgrade", "gtceu:raw_sphalerite": "Deprecated Item, Craft to Upgrade", "gtceu:poor_raw_sphalerite": "Deprecated Item, Craft to Upgrade", - "quests.naming-1": "t - Title", - "quests.naming-2": "st - Subtitle", - "quests.naming-3": "d* - Description, where * description number, for example: d1, d2, d3, d4...", - "quests.naming-4": "t* - Task, where * task number, for example: t1, t2, t3, t4...", - "quests.76EF4D00586A8B74.t": "&aTerraFirmaGreg Modpack!", - "quests.76EF4D00586A8B74.st": "Thank you for choosing our modpack!", - "quests.76EF4D00586A8B74.d1": "The fun starts right now! May this world be blessed with your existence!", - "quests.387DEEADF4922AB3.t": "Ore generation in the TFG world", - "quests.387DEEADF4922AB3.st": "Much more fun than vanilla", - "quests.387DEEADF4922AB3.d1": "In TerraFirmaGreg ore is generated more interestingly than anywhere else. \n1. Each ore appears in its own rock. TFC adds many different rocks to the world, that is, you won’t find a regular vanilla stone anywhere, so ores, like in real life, are generated only in certain rocks. \n2. There are several types of ore veins, such as: cluster, sphere, pipe and a few rare others that we will not talk about. \n3. To make life easier for players, ore indicators appear on the surface, under which in most cases the ore vein itself is located. \nTFG contains a small Wiki for this in an Excel spreadsheet. In order to follow the link, complete the task, then pick up the reward and a button will appear in the chat when you click on it, which will transfer you to an Excel table with ore generation.", - "quests.63E6C5684E12828C.st": "You need to drink water in order not to die, try to find a river or lake with ordinary water!", - "quests.63E6C5684E12828C.d1": "Use the right mouse button to drink some water. \nCareful! If you drink salt water you will experience increased thirst and will most likely die.", - "quests.63E6C5684E12828C.t1": "Look at regular water (not salty or hot).", - "quests.6D43C29AC049341D.t": "How to create a team?", - "quests.6D43C29AC049341D.st": "Do you play with friends? Surprising...", - "quests.6D43C29AC049341D.d1": "You can create a team to complete quests together. To do this, open your inventory, then in the upper left corner select the button where 3 colorful people are drawn, then an interface will open in which you can create a team, use the §aCreate a team§r button, then give it a name and possibly some other parameters, after successful creating a team, you can invite other players to it using the plus button in the green circle in the upper right corner, in the future your quests will be synchronized and any team member will be able to complete them. Good luck!", - "quests.6D43C29AC049341D.t1": "Click here to complete the quest", - "quests.0B42D4AE2AC67F93.t": "How to capture territory?", - "quests.0B42D4AE2AC67F93.st": "Or how to load chunks in your territory", - "quests.0B42D4AE2AC67F93.d1": "You can private the chunks you want if you play on a server, for example. How to do it? Use the button to open the mini-map, then select the chunks that you want to capture, then by clicking on the right mouse button, select §aCapture territory§r from the list, it seems to be the third item from the bottom, voila, you have captured the territory. Attention: your teammates will be able to break blocks in your region, which is logical.", - "quests.0B42D4AE2AC67F93.t1": "Click here to complete the quest", - "quests.2672C65095539E23.t": "How to get crushed ore without a crusher?", - "quests.2672C65095539E23.st": "It's actually very simple.", - "quests.2672C65095539E23.d1": "Simply break a block of ore with a hammer (sledgehammer) and you will immediately receive crushed ore, which can be crushed by hand into powders such as graphite or sulfur.", - "quests.2672C65095539E23.t1": "Click here to complete the quest", - "quests.3D7B0F3134C30364.t": "Important information about quests!", - "quests.3D7B0F3134C30364.d1": "The quests are still in development, more descriptions and more will be added in the future. You can partially use the TFC book to find the information you need. &cFull quests in each branch with translation will appear in update 1.0.0, since now the developers have very little time.", - "quests.3D7B0F3134C30364.t1": "Click here to complete the quest", - "quests.7196BB6BDBAE7B51.st": "Food is very important in this world!", - "quests.7196BB6BDBAE7B51.d1": "Try to kill some animal and get some meat from it. Eating raw meat is a bad idea, so try roasting it over a fire.", - "quests.7196BB6BDBAE7B51.t1": "Get any raw meat", - "quests.557D3A67A36DF9D8.st": "Cook the meat over the fire!", - "quests.557D3A67A36DF9D8.d1": "Congratulations, you have cooked the meat and are now safe to eat.", - "quests.557D3A67A36DF9D8.t1": "Get any fried meat", - "quests.682B58EC2D39F1A1.st": "A fire, but not an ordinary one", - "quests.682B58EC2D39F1A1.d1": "Throw 3 sticks and 1 log onto the block, then move the mouse cursor over this block and use a primitive lighter (Just hold down the right mouse button as if you were aiming with a bow), it may not work the first time. After success, a fire will appear in place of the discarded 3 sticks and 1 log, into which you need to throw logs so that the fire continues to burn. To increase the chance of creating a fire, you can add to the existing sticks and logs: paper, straw and other flammable items, +10% for each item.", - "quests.682B58EC2D39F1A1.t1": "Make a fire", - "quests.6D940527BFF1D4C0.t": "Primitive lighting", - "quests.6D940527BFF1D4C0.st": "Are they going out? Yes! They may go out, I'm shocked myself!", - "quests.6D940527BFF1D4C0.d1": "You will be surprised, but the torches are not endless in TFC. They will burn for about 2 game days, after which they will go out. But don’t worry, they don’t go out in your hands or inventory, so you can carry 1 torch with you and when others in your house go out, just use the right mouse button on them with a torch from your inventory, it will set fire to already extinguished torches.", - "quests.3B3BA51C8CAEFC7F.t": "Primitive lighter", - "quests.3B3BA51C8CAEFC7F.st": "People in ancient times lit fires using such a thing, or maybe not, how should I know?", - "quests.3B3BA51C8CAEFC7F.d1": "This thing will allow you to start a fire, or set fire to anything, just move the mouse cursor over any block, then press and hold the right mouse button, after maximum tension, release, with a 50% chance the block you were looking at will be set on fire. How to make a fire using a primitive lighter in the next quest.", - "quests.365F6F48E0BB2EFC.t": "ROCK AND STONE!", - "quests.365F6F48E0BB2EFC.st": "Collect some stones and sticks for future development", - "quests.365F6F48E0BB2EFC.d1": "When entering the world, the first thing you encounter is a completely changed world. The main items at the start are sticks and pebbles, which lie on the ground and appear in any biome, they are also updated every season, that is, after winter, sticks and pebbles are regenerated on the ground. Collect several using RMB and proceed to the next one. step. \n\nTake 2 or more stones into your hand, then click the right mouse button, then a menu will open in which you can make headbands for stone tools, all recipes can be viewed in EMI or simply by clicking on the icon of the stone headband item in the quest. Then connect the headband with a stick and get a real aboriginal tool. \n\nNow you are a smart monkey!", - "quests.365F6F48E0BB2EFC.t1": "Find any sticks", - "quests.365F6F48E0BB2EFC.t2": "Find any pebbles", - "quests.508DA76FA2766B7B.st": "This is not a rocket launcher!", - "quests.508DA76FA2766B7B.d1": "Spears work on a similar principle to the trident from vanilla Minecraft, just hold down the right mouse button and aim, then release and your trident will fly where you were looking.", - "quests.508DA76FA2766B7B.t1": "Craft any stone spear", - "quests.318BF1F671BC4620.st": "Thank you for not being diamond...", - "quests.318BF1F671BC4620.d1": "Hoes are used for digging up beds and planting plants. Interesting fact: in TFC you can dig up beds even far from water, the main thing is that when you hover, look at the tooltip (the panel at the top), it will display the amount of water saturation of the bed. Next, select seeds collected in a world with suitable climatic conditions (including the humidity of the bed), plant them and wait.", - "quests.36A9E5CD45A79288.st": "Realistic", - "quests.36A9E5CD45A79288.d1": "Using the right mouse button with a hoe in your hand, plow the ground, seriously, it's very easy, try it.", - "quests.36A9E5CD45A79288.t1": "Plow the ground", - "quests.5C396041880D32FF.st": "Looks promising", - "quests.5C396041880D32FF.d1": "While exploring the world you can find wild plants, collect them with a knife or hand, this way you will get seeds and the plant itself.", - "quests.5C396041880D32FF.t1": "Find any seeds", - "quests.4CF472C9778068D6.t": "Harvest your first harvest", - "quests.4CF472C9778068D6.st": "Is it edible?", - "quests.4CF472C9778068D6.d1": "Not sure. \n\nAttention! Plants grow for a very long time and they are also very picky about their growth conditions; be sure to check the conditions in which a particular plant grows before planting it, otherwise it will turn into a dead bush.", - "quests.4CF472C9778068D6.t1": "Click here to complete the quest", - "quests.2BFC2744E4DE4B5A.st": "Don't cut down a tree with your hand, it's wrong!", - "quests.2BFC2744E4DE4B5A.d1": "Axes are used to chop wood, and indeed anything wooden, because in TFC you cannot break a tree with your hand.", - "quests.716B407EEED8BE95.st": "Thanks for digging", - "quests.716B407EEED8BE95.d1": "Shovels are used to create paths and dig up dirt, sand and possibly something else!", - "quests.06C7B7138EDE4B38.st": "Your best friend", - "quests.06C7B7138EDE4B38.d1": "Knives are a very important tool in TFC, they allow you to cut grass and get straw, you can use it to make a fire pit and fry metals and clay molds, but more on that later in the quests.", - "quests.45D907EF7902A200.st": "Needed to create a shelter or roasting pit", - "quests.45D907EF7902A200.d1": "An important item in the initial stages of development, you will need a lot of it, I suggest collecting about 3 stacks.", - "quests.27DA5AAB102611A2.st": "A cute hat that will save you from the heat and scorching sun", - "quests.30AE1FF285B64716.st": "This is a sheaf of straw, you can build a cute house out of it", - "quests.0ED8BE436A0ECDDB.st": "This is a sheaf of hay, you can make beautiful decorations from it", - "quests.0ED8BE436A0ECDDB.d1": "Indeed, this block is just decorative, do not try to feed it to the horse.", - "quests.69D20168E26BBF59.st": "Realism", - "quests.69D20168E26BBF59.d1": "First, dig 1 block in the ground, or any other surface, then use the V key to place the things you want to fry in the hole. If we are talking about forms, there are 4 of them. Next, take Hay in your hand and right-click into the hole, the hay will begin to fill the hole, you need to use 8 hay, then add 8 logs in the same way, then you can safely set fire to this thing using a primitive flint or torch (just throw a torch on top of your hole and it will start to flare up). Then you must wait for the firing to finish and then take out your finished objects. Metal melting in containers occurs in the same way. That is, you put pieces of copper in a vessel and in this very pit, after the process described above you will get molten copper, which you can cast into ingots, headbands, and so on.", - "quests.69D20168E26BBF59.t1": "Create a roasting pit", - "quests.373FD04AD6CA9F92.t": "New or old tree", - "quests.373FD04AD6CA9F92.st": "Use an ax to collect some wood, I would like to remind you that logs cannot be obtained by hand", - "quests.373FD04AD6CA9F92.t1": "Get any tree", - "quests.5DB0CA9F9724D301.t": "Coal pits", - "quests.5DB0CA9F9724D301.st": "Get your first coal! Wait, why is it needed?", - "quests.5DB0CA9F9724D301.d1": "To create a charcoal pit you will need lots and lots of wood. First, dig a hole 1 block deep (you can go deeper if the amount of wood allows).", - "quests.5DB0CA9F9724D301.d2": "Afterwards, using Shift + RMB, click on any block in the hole, you will have an armful of logs, you can fill it by right-clicking with a log in your hand on the armful, or simply open the interface and fill it manually. The amount of coal subsequently obtained depends on the number of trees in the armful.", - "quests.5DB0CA9F9724D301.d3": "Next, cover it all with a non-flammable block, stone or earth, leave one block open and set it on fire using a discarded torch or a primitive igniter.", - "quests.5DB0CA9F9724D301.d4": "Now your pile of earth has started to smoke, cover the last block that you set on fire again with a non-combustible block and wait, as soon as the pile stops smoking, dig it up and get coal.", - "quests.478D0DF94D7495EF.st": "Is it really simple or not?", - "quests.478D0DF94D7495EF.d1": "The glass casting process is shown in the TFC guide book, which you can find in the inventory on the right side, but for glass blocks, or rather for their casting, brass blocks are used, in TerraFirmaGreg for this you can use brass blocks from GTCEu or kaolinite clay blocks, Good luck! :)", - "quests.478D0DF94D7495EF.t1": "Cast any block of glass", - "quests..t": "", - "quests..st": "", - "quests..d1": "", - "quests..t1": "", + "trim_material.tfc.almandine_tfc": "Almandine", + "trim_material.tfc.andradite_tfc": "Andradite", + "trim_material.tfc.blue_topaz_tfc": "Blue Topaz", + "trim_material.tfc.cinnabar_tfc": "Cinnabar", + "trim_material.tfc.coal_tfc": "Coal", + "trim_material.tfc.diamond_tfc": "Diamond", + "trim_material.tfc.emerald_tfc": "Emerald", + "trim_material.tfc.green_sapphire_tfc": "Green Sapphire", + "trim_material.tfc.grossular_tfc": "Grossular", + "trim_material.tfc.rutile_tfc": "Rutile", + "trim_material.tfc.lazurite_tfc": "Lazurite", + "trim_material.tfc.pyrope_tfc": "Pyrope", + "trim_material.tfc.rock_salt_tfc": "Rock Salt", + "trim_material.tfc.ruby_tfc": "Ruby", + "trim_material.tfc.salt_tfc": "salt", + "trim_material.tfc.sapphire_tfc": "Sapphire", + "trim_material.tfc.sodalite_tfc": "Sodalite", + "trim_material.tfc.coke_tfc": "Coke", + "trim_material.tfc.spessartine_tfc": "Spessartine", + "trim_material.tfc.topaz_tfc": "Topaz", + "trim_material.tfc.uvarovite_tfc": "Uvarovite", + "trim_material.tfc.nether_quartz_tfc": "Nether Quartz", + "trim_material.tfc.certus_quartz_tfc": "Certus Quartz", + "trim_material.tfc.quartzite_tfc": "Quartzite", + "trim_material.tfc.realgar_tfc": "Realgar", + "trim_material.tfc.malachite_tfc": "Malachite", + "trim_material.tfc.glass_tfc": "Glass", + "trim_material.tfc.olivine_tfc": "Olivine", + "trim_material.tfc.opal_tfc": "Opal", + "trim_material.tfc.amethyst_tfc": "Amethyst", + "trim_material.tfc.lapis_tfc": "Lapis", + "trim_material.tfc.apatite_tfc": "Apatite", + "trim_material.tfc.red_garnet_tfc": "Red Garnet", + "trim_material.tfc.yellow_garnet_tfc": "Yellow Garnet", + "trim_material.tfc.monazite_tfc": "Monazite", + "trim_material.tfc.rose_quartz_tfc": "Rose Quartz", + "trim_material.tfc.fluix_tfc": "Fluix", + "trim_material.tfc.silver_tfc": "Silver", + "trim_material.tfc.sterling_silver_tfc": "Sterling Silver", + "trim_material.tfc.gold_tfc": "Gold", + "trim_material.tfc.rose_gold_tfc": "Rose Gold", + "trim_material.tfc.nickel_tfc": "Nickel", + "trim_material.tfc.platinum_tfc": "Platinum", + "trim_material.tfc.titanium_tfc": "Titanium", + "trim_material.tfc.bismuth_tfc": "Bismuth", + "trim_material.tfc.neutronium_tfc": "Neutronium", + "trim_material.tfc.pyrite_tfc": "Pyrite", + "trim_material.tfc.redx_tfc": "RedX", "tfc.jei.flint_knapping": "Flint Knapping", "tfc.recipe.barrel.tfg.barrel.dyeing.decorative_vase.black": "Dyeing", "tfc.recipe.barrel.tfg.barrel.dyeing.decorative_vase.gray": "Dyeing", @@ -421,7 +418,7 @@ "tfc.recipe.barrel.simplylight.barrel.dyeing.illuminant_red_block": "Dyeing", "tfc.recipe.barrel.simplylight.barrel.dyeing.illuminant_brown_block": "Dyeing", "tfc.recipe.barrel.tfg.barrel.soak_hardwood_strip": "Soaking Hardwood Strips", - "tfc.recipe.barrel.tfc.barrel.treated_wood_planks": "Treating Wood Planks", + "tfc.recipe.barrel.tfg.barrel.treated_wood_planks": "Treating Wood Planks", "tfc.recipe.barrel.tfg.barrel.packed_ice": "Freezing Ice", "tfc.recipe.barrel.tfg.barrel.cooling_water_1": "Cooling Water", "tfc.recipe.barrel.tfg.barrel.cooling_water_2": "Cooling Water", @@ -507,7 +504,7 @@ "quests.low_voltage.lv_steam_turbine.desc.2": "If you're using a single &3Steam Turbine&r, you only need &a1x Tin Cables&r. On the other hand, if you upgrade to &32 Steam Turbines&r, you should use &a2x Tin Cables&r - else they may end up &cburning&r.\n\nThis is because of the &9Amperage&r mechanic... but that will be explained later so you can enjoy playing. Don't worry!", "quests.low_voltage.lbb.title": "Large Bronze Boiler", "quests.low_voltage.lbb.subtitle": "Boom, boom, boom, boom", - "quests.low_voltage.lbb.desc.1": "Be wary this one explodes if running when you load your world, waiting for a fix from GTm devs/n&oThe &3Large Boiler&r is an &6optional&r big-boy variant of the Small Boilers. It runs off solid or liquid fuel.\n\nIf you want Steam-based power production, this will be your first port-of-call. Other power options are listed in the &bMV&r chapter.\n\n&cImportant:&r This Boiler &lCAN&r also &cexplode&r similarly to the regular Boilers! Usually, the explosion can be rather devastating...", + "quests.low_voltage.lbb.desc.1": "&cBe wary this one explodes if running when you load your world, waiting for a fix from GTm devs&r\n\n&oThe &3Large Boiler&r is an &6optional&r big-boy variant of the Small Boilers. It runs off solid or liquid fuel.\n\nIf you want Steam-based power production, this will be your first port-of-call. Other power options are listed in the &bMV&r chapter.\n\n&cImportant:&r This Boiler &lCAN&r also &cexplode&r similarly to the regular Boilers! Usually, the explosion can be rather devastating...", "quests.low_voltage.lbb.desc.2": "&cWater supply is &lcrucial&r&r. Dedicate a system only for it.\n\nOnce fully heated up, the &3LBB&r produces 800 Steam per tick, which is &d400EU/t&r after conversion, or 12.5 Basic Steam Turbines. Such (relatively!) immense power comes at the cost of &la lot&r of burnable fuel. In TerraFirmaGreg we advise &8Creosote&r or &cLava&r. You can use Create to bring that if needed...", "quests.low_voltage.lbb.desc.3": "&5With this in consideration&r, the GUI lets you &9throttle&r the Boiler down to 25% power for 200 Steam per tick. That's &d100EU/t&r, or slightly above 3 Basic Steam Turbines.\n\n&9Note:&r An in-depth tutorial about Multiblocks is given after you get the &3Electric Blast Furnace&r. We recommend you aim for that first.", "quests.low_voltage.lv_polariser.title": "Basic Polariser", @@ -713,6 +710,18 @@ "quests.low_voltage.mv_hull.subtitle": "This is going quite well, only 7 to go!", "quests.low_voltage.mv_hull.desc1": "Good job, you now have your &bMV Machine Hull&r, your first &bMV Circuit&r and your first &6Circuit Assembler&r.\n\nThis is the gist of &6Gregtech&r, every tier you are going to need to do new &6machines&r using new &6materials&r and &6chemicals&r. You are going to have so &5much fun&r, we are kinda jealous.", "quests.low_voltage.mv_hull.desc2": "Before going further into &bMV&r remember that in &6TFG&r you can use &6Create&r to reinforce your infrastruce if you don't want to use too much of Gregtech.", + "quests.medium_voltage.mv_machine_hull.title": "Welcome to MV!", + "quests.medium_voltage.mv_machine_hull.subtitle": "More technology, more problems", + "quests.medium_voltage.mv_machine_hull.desc": "Congrats on reaching MV!\n\nThis is when you'll start getting into more of GregTech's chemistry. Your main goals for MV are making your first plastic, automating a denser and more efficient fuel source, and upgrading your circuits and EBF.", + "quests.medium_voltage.mv_machine_hull.task": "", + "quests.medium_voltage.mv_.title": "", + "quests.medium_voltage.mv_.subtitle": "", + "quests.medium_voltage.mv_.desc": "", + "quests.medium_voltage.mv_.task": "", + "quests.medium_voltage.END.title": "", + "quests.medium_voltage.END.subtitle": "", + "quests.medium_voltage.END.desc": "", + "quests.medium_voltage.END.task": "", "quests.metal_age": "Metallurgy Age", "quests.metal_age.subtitle": "Your First Technological Advancements.", "quests.metal_age.weld_bronze_ingots.title": "Welding Bronze", @@ -845,6 +854,78 @@ "quests.metal_age.this_is_a_bucket.title": "This... is a Bucket.", "quests.metal_age.this_is_a_bucket.subtitle": "Dear God...", "quests.metal_age.this_is_a_bucket.desc": "Congratulations on crafting the Bucket. The Metallurgy Age is officially over.\n\nGo and start working on those Low Voltage components!", + "quests.ore_proc": "Ore Processing", + "quests.ore_proc.subtitle": "Everything you'll need to get the most out of your ores", + "quests.ore_proc.native_ore.title": "Welcome to Ore Processing", + "quests.ore_proc.native_ore.subtitle": "To Process, Ore Not To Process", + "quests.ore_proc.native_ore.desc": "An important part of &6Gregtech&r is its &dOre Processing Mechanics&r, but it can get pretty complicated, so this chapter is here to help!\n\nTo start with, you should be aware of the &6Ore Processing Diagram&r tab in EMI - Press the Show Uses key (default \"U\") on any item related to ore processing and look for the tab with the vanilla Iron Ore icon. This diagram may look overwhelming at first, but we'll take it step by step.\n\nA major part of GregTech philosophy is that there's not just one way to solve a problem, so take everything in this chapter as just a suggestion! We encourage you to customize your ore processing as you see fit.", + "quests.ore_proc.native_ore.task": "I agree to not just dump everything in a furnace", + "quests.ore_proc.ae2.title": "AE2 can help you", + "quests.ore_proc.ae2.subtitle": "A tag storage bus? What's that?", + "quests.ore_proc.ae2.desc": "If you like spaghetti only with &4tomato sauce&r we got you. With &6AE2&r no more pipes and filters everywhere simply the power of &dTag Storage Bus&r, Interface and &3Subnet&r.\n\nWe sure you know what's an interface but do you know what is the &dTag Storage Bus&r? Basically it's a Storage Bus that exports items by &6tag&r and not specific filter. So if you want a storage bus exporting only your purified ores it's easy just type '&5#forge:purified_ores*&r' or '&5*purified_ores*&r' in it. Obviouly there is other possibilities that we will let you explore. If you want to know the tag of an item, put it in main and type &6/kubejs hand&r\n\nAbout &3subnet&r we won't explain everything here but know atleast this, if you put a &6storage bus&r on an &2interface&r it will seperate the network. The &6storage bus side of the network&r will be able to look into the &2interface side of the newtork&r but &4not the other way around&r. That can be very useful so your ore processing isn't clogging your main storage or to split different processing.", + "quests.ore_proc.robot_arm.title": "Gregtech has the tools", + "quests.ore_proc.robot_arm.subtitle": "A robot arm sending excatly 4 small dusts filtered by tag?", + "quests.ore_proc.robot_arm.desc": "As always Gregtech has some pretty crazy tools to help you manage your logistic. You should already know about the &6Robot Arm&r and if you didn't use it yet for your &bVacuum Freezer&r we introduce you to the &6tag filter&r.\n\nIt's a filter for which you don't specify the item but use a tag or a combinaison of tag, you can refer to the explanation in the AE2 quest of this chapter for more.\n\nThe last one we want to introduce is the &4Smart Filter&r, this crazy one is able to filter items depending of a &6recipe&r. If you slap it on a robot arm itself slapped on an electrolyzer and set the robot arm to supply exact. It will supply the exact amount needed for the recipe?", + "quests.ore_proc.gtcy.title": "Ore Processing but Bigger", + "quests.ore_proc.gtcy.subtitle": "Who said size don't matter", + "quests.ore_proc.gtcy.desc": "As we said &6Ore Processing&r is a big part of &dGregtech&r and to help you without having to build milions of machines you can use the &bLarge Gregtech Machines&r. They do the exact same recipes but as they are multiblock you can chose the &6energy hatches&r and add a &6Parallel Hatch&r so they work faster\n\nAll of them are gated behind the &bAlloy Blast Smelter&r as it's the only multiblock able to create the alloys you need for every casing needed for these multiblocks. You will get more information on that within the &dEV&r chapter.", + "quests.ore_proc.macerator_byproduct.title": "Getting byproduct from crushing", + "quests.ore_proc.macerator_byproduct.subtitle": "I can get even more from my ores!", + "quests.ore_proc.macerator_byproduct.desc": "When looking at &bEMI&r you certainly already realized that your &dMacerator&r or &dCrushing Wheels&r have more &boutputs&r that what you actually get.\n\nThere is a reason for that and it's due to the fact that these &bextra outputs&r are gated behind &6HV&r. So basically whenever you can use either the &6HV macerator&r or the &6HU crushing wheels&r go for it.\n\nAlso you can see the &dMillstone&r in &bEMI&r but you cannot craft its &6HV&r version so that's why you don't see it here.", + "quests.ore_proc.macerator_noproduct.title": "Crushing for the poors", + "quests.ore_proc.macerator_noproduct.subtitle": "With these no byproduct", + "quests.ore_proc.macerator_noproduct.desc": "At the very beginning of &6TerraFirmaCraft&r you gonna use a &bPit Kiln&r to melt your raw ores into tools but that's the least efficient method. As soon as possible we advise you to use the &bQuern&r to get crushed ores. When you unlock &6Create&r you first machine should be the &bMillstone&r so atleast you can automate it with &bChute&r.\n\nYou don't get any byproduct but it will at least double if not quadruple the amount you would have get.\n\nWe put the &bForge Hammer&r here just so you know you can also use this machine if you need real fast crushing at one point. This one will &4never&r give you byproduct though. Could be useful until you reach &6HV&r.", + "quests.ore_proc.crushed_ores.title": "So crushed ores is just the beginning", + "quests.ore_proc.crushed_ores.subtitle": "Where are my dusts", + "quests.ore_proc.crushed_ores.desc": "Now that you have your crushed ores we can say that you officially started the beginning of &6Ore Processing&r. Later on you will be able to use a &bLarge Miner&r to get your &dcrushed&r ores right away.\n\nFrom crushed ores we advise you to &dpurify&r your ores. To do that you have three options that we will explain in the next quests and give you some example of what we would recommend.\n\nAs always you may have different needs than our propositions so explore &bEMI&r and trust yourself.", + "quests.ore_proc.sodium_persuflate.title": "Bath them in Sodium Persuflate", + "quests.ore_proc.sodium_persuflate.subtitle": "It's some kind of salt", + "quests.ore_proc.sodium_persuflate.desc": "You can wash your crushed ores in a &bChemical Bath&r with &dSodium Persuflate&r to get some extra byproduct. Not all the ores can be processed that way but for the ones that can your crushed ores will have a higher wield than in the usual washing, around &670%&r chance of byproduct with the &bChemical Bath&r against the &630%&r of the &bOre Washer&r.\n\nThough obtaining &dSodium Persuflate&r isn't that easy to mass produce though we would advise you to look at &9Sea Water&r, it's your choice if you want to use this method for all the ores that can use this process.\n\nWe give you some examples of ores we believe are &6worthy&r to bath with &dSodium Persuflate&r because their byproduct are pretty rare or useful. Simply look at the quest on the left.", + "quests.ore_proc.sodium_ores.title": "Some ores you could bath in Sodium Persuflate", + "quests.ore_proc.sodium_ores.subtitle": "They are just examples", + "quests.ore_proc.sodium_ores.desc": "We thought these ones are note worthy\n\n-&6Crushed Aluminium&r for &dRutile&r your first way to get &dTitanium&r\n\n-&6Crushed Bauxite&r for &dGallium&r\n\n-&6Crushed Cobalt&r for &dCobaltite&r which is a good way to make &dArsenic&r\n\n-&6Crushed Tetrahedrite&r to make &dCadmium&r which doesn't have many uses right now but who knows that could change one day", + "quests.ore_proc.ore_washer.title": "Washing your ores with water", + "quests.ore_proc.ore_washer.subtitle": "That's the standart way to do", + "quests.ore_proc.ore_washer.desc": "Using an &dOre Washer&r or &9Bulk Washing&r with an &dEncased fan&r will be the general method you use to get your &6Crushed Ores&r to the next step.\n\nThere is some stuffs to know if you use the &bGregtech&r machine though, first if you use &9Distilled Water&r the recipe will be &a50%&r faster and also know that if you don't care about the byproduct you can use circuit #2 so the recipes is &425 times faster but with no byproduct&r.", + "quests.ore_proc.mercury_ores.title": "Bath them in Mercury", + "quests.ore_proc.mercury_ores.subtitle": "This one is quite bad for your health", + "quests.ore_proc.mercury_ores.desc": "You can wash your crushed ores in a &bChemical Bath&r with &dMercury&r to get some extra byproduct. Not all the ores can be processed that way but for the ones that can your crushed ores will have a higher wield than in the usual washing, around &670%&r chance of byproduct with the &bChemical Bath&r against the &630%&r of the &bOre Washer&r.\n\nIn that case obtaining &dMercury&r is quite easy you can just get it from &cRedstone&r or &cCinnabar&r, it's your choice if you want to use this method for all the ores that can use this process.\n\nWe give you some examples of ores we believe are &6worthy&r to bath with &dMercury&r because their byproduct are pretty rare or useful. Simply look at the quest on the right.", + "quests.ore_proc.mercury.title": "Some ores you could bath in Mercury", + "quests.ore_proc.mercury.subtitle": "They are just examples", + "quests.ore_proc.mercury.desc": "We thought these ones are note worthy\n\n-&6Crushed Platinium&r for &dPaladium&r\n\n-&6Crushed Sheldonite&r for &dPaladium&r\n\n-&6Crushed Nickel&r for &dPlatinium&r\n\nThey are easy way to get access to these metals before doing the rough Platline.", + "quests.ore_proc.purified_ores.title": "It's been Purified", + "quests.ore_proc.purified_ores.subtitle": "You can do quite a lot with the purified ones", + "quests.ore_proc.purified_ores.desc": "You reached the &6Purified Ores&r, once again you have different options to go further.\n\nYou'll also notice quests on both sides that mark the beginning of the infamous &dPlatline&r and the easier &dIndium Line&r, each starting with specific &6Purified Ores&r. Take a look at it as it might come in handy soon. It could be a good idea to store these for when you tackle those specific quest lines.", + "quests.ore_proc.indium.title": "The Indium Line", + "quests.ore_proc.indium.subtitle": "We say line but really it's a two step process", + "quests.ore_proc.indium.desc": "The &6Indium Line&r shouldn't be needed before &9IV&r but we are just letting you know that it's here and that you will need purified &bSphalerite&r and &bGalena&r.", + "quests.ore_proc.platline.title": "The infamous platline", + "quests.ore_proc.platline.subtitle": "This one is a bit tricker and yet it's an easy version", + "quests.ore_proc.platline.desc": "The &6Platinium Line&r will be your first challenging line, providing you with essential metals: &bPlatinium&r, &bPalladium&r, &bRuthenium&r, &bRhodium&r, &bIridium&r, and &bOsmium&r.\n\nWhile you've already seen alternative ways to obtain &bPlatinium&r and &bPalladium&r earlier in this chapter, this line will be &amandatory&r for accessing the others.\n\nThe Platline can be started at &6HV&r, but you won’t be able to complete it fully until you reach &dEV&r.", + "quests.ore_proc.macerator_separator.title": "The crushing is back only for a precise situation", + "quests.ore_proc.macerator_separator.subtitle": "This path really needs some love", + "quests.ore_proc.macerator_separator.desc": "This is the path of the &6Electromagnetic Separator&r, a rather unique machine used to extract byproducts from specific dusts.\n\nFirst, macerate the &dRefined Ores&r, then process them with the &6Electromagnetic Separator&r.\n\nKeep in mind that to obtain byproducts, your macerator or crushing wheels must be at least &6HV&r tier.", + "quests.ore_proc.electro_separator.title": "It's time for Electromagnetic Separation", + "quests.ore_proc.electro_separator.subtitle": "Except Naquadah it doesn't do much", + "quests.ore_proc.electro_separator.desc": "Now, you just need to send the &6Purified Pile of Dust&r into the &bElectromagnetic Separator&r.\n\nFor now, we recommend using it primarily for &dNaquadah&r. If you need more &aNeodymium&r, you can also process &dBastnasite&r.\n\nIt’s not much for the moment, but we might expand on this in the future.", + "quests.ore_proc.thermal_centrifuge.title": "The Thermal Centrifuge", + "quests.ore_proc.thermal_centrifuge.subtitle": "Usually you will use this one", + "{quests.ore_proc.thermal_centrifuge.desc}": "If you don't have any other use for your &6Purified Ores&r, consider processing them in the &dThermal Centrifuge&r. It still provides valuable byproducts, and at this stage, it would be a shame not to make use of it.", + "quests.ore_proc.sifter.title": "More shiny stuffs", + "quests.ore_proc.sifter.subtitle": "It goes tch tch tch and then it shines", + "quests.ore_proc.sifter.desc": "The &6Sifter&r should be used for all your &aGems&r. It's not essential early on, as it's fairly slow, but once you feel ready, it's worth doing—you’ll get a better yield in return.", + "quests.ore_proc.centrifuge_sifter.title": "Centrifuging the dust", + "quests.ore_proc.centrifuge_sifter.subtitle": "Yeah there is ore processing on the byproducts", + "quests.ore_proc.centrifuge_sifter.desc": "This time, centrifuging will only be used for the &6Purified Dust&r you obtain from the &6Sifter&r. Not much to explain—just go ahead and do it.", + "quests.ore_proc.dust_processed.title": "Your final dust", + "quests.ore_proc.dust_processed.subtitle": "Or is it?", + "quests.ore_proc.dust_processed.desc": "Well, that’s it—great job! You’ve mostly completed it.\n\nNow that you have the &6Purified Dust&r, you can &ccook&r it, &estore&r it, or even &dmix&r it right away—why not? Some dusts will still require special treatment before they become truly useful.\n\nBeyond that, keep in mind that your &6ore processing line&r should always be upgraded and fine-tuned to match your needs. You'll unlock new machines that work faster and generate more valuable byproducts.", + "quests.ore_proc.electrolyzer.title": "After electrolyzing it's the real last step", + "quests.ore_proc.electrolyzer.subtitle": "Some are not worth the effort though", + "quests.ore_proc.electrolyzer.desc": "Well… we lied—there’s still one more step for some dusts.\n\nCertain &6Purified Dusts&r have no direct use. For example, &2Tantalite&r must be processed in an &6Electrolyzer&r to extract valuable materials like &dTantalum&r and &dManganese&r.\n\nMost of these recipes will unlock once you have access to an &bMV Electrolyzer&r, so keep an eye on your tech progression!", + "quests.ore_proc.packer.title": "This one is used as an autocrafting table in some way", + "quests.ore_proc.packer.subtitle": "It's real fast", + "quests.ore_proc.packer.desc": "Back in the old days, this little bad boy saw a lot of use—you used to get a ton of &6Small&r and &6Tiny Dusts&r from ore processing.\n\nNowadays, it’s mostly useful for processing &dRare Earth&r in the &6Centrifuge&r and packing all those valuable &6Small Piles of Dust&r.\n\nAlso, don’t forget: it becomes surprisingly powerful when paired with a &eRobot Arm&r set to supply exact mode.", "quests.steam_age": "Early Automation", "quests.steam_age.subtitle": "From Primitive Machines to Steam Power", "quests.steam_age.basic_greate.title": "Basics of Greate", @@ -1466,7 +1547,7 @@ "quests.tfg_tips.grapple_gravity_0.title": "Grappling Hook Upgrade: ZERO gravity", "quests.tfg_tips.grapple_gravity_0.subtitle": "Kinda Expensive", "quests.tfg_tips.grapple_gravity_0.desc": "The ZERO Gravity upgrade, as the name implies, causes your hook to have NO gravity.\n\nInstead of using another Gravitation Engine Module to remove the upgrade, utilize a Tungsten Block instead.", - "quests.tfg_tips.grapple_tweals.title": "Grappling Hook Upgrade: Tweaks", + "quests.tfg_tips.grapple_tweaks.title": "Grappling Hook Upgrade: Tweaks", "quests.tfg_tips.grapple_tweaks.subtitle": "Tweaking your Angles", "quests.tfg_tips.grapple_tweaks.desc": "Utilizing a Wrench you can tweak the Upwards Angle when you throw the hook, while the Screwdriver is used to tweak the Horizontal Angle when you throw your hook using a Double Hook Upgrade.", "quests.tfg_tips.chalk.title": "Chalk", @@ -1583,9 +1664,9 @@ "quests.tfg_tips.aircraft_upgrades.subtitle": "Pimp up my ride", "quests.tfg_tips.aircraft_upgrades.desc": "Immersive Aircraft comes with Aircraft Upgrades, which you can install in your Aircrafts to improve their stats, such as velocity, takeoff speed, fuel consumption, etc. There are two types of Upgrades, regular and Tiered.\n\nThese are the regular upgrades, think you can get them all?", "quests.tfg_tips.steam_upgrades.title": "Aircraft Upgrades: Steam", - "quests.tfg_tips.steam_upgrade.subtitle": "Immersive Aircraft meets GregTech Tiering!", - "quests.tfg_tips.steam_upgrade.desc": "The second kind of Aircraft Upgrades are the Tiered Upgrades, these are made to match Gregtech's tiering system, going from Steam up to Extreme Voltage.\n\nSteam upgrades are the easiest to craft, and the earliest option, requiring at the very least knowledge of Black Steel.\n\nSteam-powered Aircraft Engines are used in the creation of some more sophisticated Aircrafts such as the Biplane and the Warship", - "quests.tfg_tips.steam_upgrade.task": "Any Steam Tier Aircraft Upgrade", + "quests.tfg_tips.steam_upgrades.subtitle": "Immersive Aircraft meets GregTech Tiering!", + "quests.tfg_tips.steam_upgrades.desc": "The second kind of Aircraft Upgrades are the Tiered Upgrades, these are made to match Gregtech's tiering system, going from Steam up to Extreme Voltage.\n\nSteam upgrades are the easiest to craft, and the earliest option, requiring at the very least knowledge of Black Steel.\n\nSteam-powered Aircraft Engines are used in the creation of some more sophisticated Aircrafts such as the Biplane and the Warship", + "quests.tfg_tips.steam_upgrades.task": "Any Steam Tier Aircraft Upgrade", "quests.tfg_tips.lv_upgrades.title": "Aircraft Upgrades: LV", "quests.tfg_tips.lv_upgrades.subtitle": "Red and Blue, certainly not clashing.", "quests.tfg_tips.lv_upgrades.desc": "Low Voltage upgrades are slightly better than their Steam Counterparts, they require at the very least Red and Blue Steel. The Engine itself requires actual LV components, such as the Pistons and the Pump.\n\nYou can recycle the old upgrades using Crushing Wheels, returning some of your spent materials.", @@ -1761,7 +1842,7 @@ "quests.tfg_tips.salt_meat.task": "A hunk of Salted Meat", "quests.tfg_tips.smoke_meat.title": "Meat Preservation: Smoking", "quests.tfg_tips.smoke_meat.subtitle": "Smokey", - "quests.tfg_tips.smoke_meat.desc": "You can hang a slice of raw meat in a string that's over a lit Campfire to smoke it. Keep in mind that the meat MUST be salted first.", + "quests.tfg_tips.smoke_meat.desc": "You can hang a slice of raw meat in a string that's over a lit Campfire to smoke it. Keep in mind that the meat MUST be brined first.", "quests.tfg_tips.smoke_meat.task": "A hunk of Smoked Meat", "quests.tfg_tips.cook_meat.title": "Meat Preservation: Cooking", "quests.tfg_tips.cook_meat.subtitle": "Pretty obvious in hindsight.", @@ -1828,6 +1909,7 @@ "quests.tfg_tips.reach_the_beneath.title": "Welcome, to The Depths", "quests.tfg_tips.reach_the_beneath.subtitle": "Otherwise known as The Beneath", "quests.tfg_tips.reach_the_beneath.desc": "As soon as you reach The Beneath, you should mark your Point of Entry. Traveling in the Beneath is no faster than traveling in the Overworld. So marking your entry position can be used to quickly go back where you came from.", + "quests.tfg_tips.reach_the_beneath.task": "Reach the Beneath", "quests.tfg_tips.fuck_go_back.title": "How to escape The Beneath", "quests.tfg_tips.fuck_go_back.subtitle": "Mom come pick me up, I'm scared.", "quests.tfg_tips.fuck_go_back.desc": "To escape The Beneath, you need to reach the upper levels of the cave system, near it's ceiling of Bedrock. Staying still for a couple of seconds near the roof will transport you back to the Bedrock layer of the Overworld." diff --git a/kubejs/assets/tfg/models/item/ev_universal_circuit.json b/kubejs/assets/tfg/models/item/ev_universal_circuit.json new file mode 100644 index 000000000..cad7c45dd --- /dev/null +++ b/kubejs/assets/tfg/models/item/ev_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/ev_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/brass_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/brass_fishing_net.json new file mode 100644 index 000000000..caf81105f --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/brass_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/brass_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/cupronickel_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/cupronickel_fishing_net.json new file mode 100644 index 000000000..8ac26c3d1 --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/cupronickel_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/cupronickel_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/invar_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/invar_fishing_net.json new file mode 100644 index 000000000..9332dba0c --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/invar_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/invar_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/magnalium_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/magnalium_fishing_net.json new file mode 100644 index 000000000..b6f4380e5 --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/magnalium_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/magnalium_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/rose_gold_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/rose_gold_fishing_net.json new file mode 100644 index 000000000..a11e9eaca --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/rose_gold_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/rose_gold_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/sterling_silver_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/sterling_silver_fishing_net.json new file mode 100644 index 000000000..d387f1da0 --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/sterling_silver_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/sterling_silver_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/tin_alloy_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/tin_alloy_fishing_net.json new file mode 100644 index 000000000..b5cd7312e --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/tin_alloy_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/tin_alloy_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/fishing_nets/wood_fishing_net.json b/kubejs/assets/tfg/models/item/fishing_nets/wood_fishing_net.json new file mode 100644 index 000000000..eeee8e880 --- /dev/null +++ b/kubejs/assets/tfg/models/item/fishing_nets/wood_fishing_net.json @@ -0,0 +1,32 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/fishing_nets/wood_fishing_net" + }, + "display": { + "thirdperson_righthand": { + "rotation": [-8, 90, 56], + "translation": [0, 6.5, 2.25] + }, + "thirdperson_lefthand": { + "rotation": [100, -91, 56], + "translation": [0, 6.5, 2.25] + }, + "firstperson_righthand": { + "rotation": [-77, -30, 34], + "translation": [0, 1.75, -6] + }, + "firstperson_lefthand": { + "rotation": [-69, 153, -36], + "translation": [0, 1.75, -6] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/hv_universal_circuit.json b/kubejs/assets/tfg/models/item/hv_universal_circuit.json new file mode 100644 index 000000000..317da660a --- /dev/null +++ b/kubejs/assets/tfg/models/item/hv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/hv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/iv_universal_circuit.json b/kubejs/assets/tfg/models/item/iv_universal_circuit.json new file mode 100644 index 000000000..9f7916b18 --- /dev/null +++ b/kubejs/assets/tfg/models/item/iv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/iv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/luv_universal_circuit.json b/kubejs/assets/tfg/models/item/luv_universal_circuit.json new file mode 100644 index 000000000..2cfd3577f --- /dev/null +++ b/kubejs/assets/tfg/models/item/luv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/luv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/lv_universal_circuit.json b/kubejs/assets/tfg/models/item/lv_universal_circuit.json new file mode 100644 index 000000000..5ecd6f2bf --- /dev/null +++ b/kubejs/assets/tfg/models/item/lv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/lv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/mv_universal_circuit.json b/kubejs/assets/tfg/models/item/mv_universal_circuit.json new file mode 100644 index 000000000..1ffeeb221 --- /dev/null +++ b/kubejs/assets/tfg/models/item/mv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/mv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uhv_universal_circuit.json b/kubejs/assets/tfg/models/item/uhv_universal_circuit.json new file mode 100644 index 000000000..7359500fa --- /dev/null +++ b/kubejs/assets/tfg/models/item/uhv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/uhv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/ulv_universal_circuit.json b/kubejs/assets/tfg/models/item/ulv_universal_circuit.json new file mode 100644 index 000000000..87d49760e --- /dev/null +++ b/kubejs/assets/tfg/models/item/ulv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/ulv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uv_universal_circuit.json b/kubejs/assets/tfg/models/item/uv_universal_circuit.json new file mode 100644 index 000000000..5686bd295 --- /dev/null +++ b/kubejs/assets/tfg/models/item/uv_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/uv_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/zpm_universal_circuit.json b/kubejs/assets/tfg/models/item/zpm_universal_circuit.json new file mode 100644 index 000000000..42ea1a7fe --- /dev/null +++ b/kubejs/assets/tfg/models/item/zpm_universal_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/universal/zpm_universal_circuit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/block/phantom_silk_block.png b/kubejs/assets/tfg/textures/block/phantom_silk_block.png new file mode 100644 index 000000000..87192201d Binary files /dev/null and b/kubejs/assets/tfg/textures/block/phantom_silk_block.png differ diff --git a/kubejs/assets/tfg/textures/block/polycaprolactam_fabric_block.png b/kubejs/assets/tfg/textures/block/polycaprolactam_fabric_block.png new file mode 100644 index 000000000..0a3824324 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/polycaprolactam_fabric_block.png differ diff --git a/kubejs/assets/tfg/textures/item/fishing_nets/brass_fishing_net.png b/kubejs/assets/tfg/textures/item/fishing_nets/brass_fishing_net.png new file mode 100644 index 000000000..ce12895fb Binary files /dev/null and b/kubejs/assets/tfg/textures/item/fishing_nets/brass_fishing_net.png differ diff --git a/kubejs/assets/tfg/textures/item/fishing_nets/cupronickel_fishing_net.png b/kubejs/assets/tfg/textures/item/fishing_nets/cupronickel_fishing_net.png new file mode 100644 index 000000000..d306b5309 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/fishing_nets/cupronickel_fishing_net.png differ diff --git a/kubejs/assets/tfg/textures/item/fishing_nets/invar_fishing_net.png b/kubejs/assets/tfg/textures/item/fishing_nets/invar_fishing_net.png new file mode 100644 index 000000000..86049a49a Binary files /dev/null and b/kubejs/assets/tfg/textures/item/fishing_nets/invar_fishing_net.png differ diff --git a/kubejs/assets/tfg/textures/item/fishing_nets/magnalium_fishing_net.png b/kubejs/assets/tfg/textures/item/fishing_nets/magnalium_fishing_net.png new file mode 100644 index 000000000..9412e2efb Binary files /dev/null and b/kubejs/assets/tfg/textures/item/fishing_nets/magnalium_fishing_net.png differ diff --git a/kubejs/assets/tfg/textures/item/fishing_nets/rose_gold_fishing_net.png b/kubejs/assets/tfg/textures/item/fishing_nets/rose_gold_fishing_net.png new file mode 100644 index 000000000..2ea7b7f50 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/fishing_nets/rose_gold_fishing_net.png differ diff --git a/kubejs/assets/tfg/textures/item/fishing_nets/sterling_silver_fishing_net.png b/kubejs/assets/tfg/textures/item/fishing_nets/sterling_silver_fishing_net.png new file mode 100644 index 000000000..7ac2c1310 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/fishing_nets/sterling_silver_fishing_net.png differ diff --git a/kubejs/assets/tfg/textures/item/fishing_nets/tin_alloy_fishing_net.png b/kubejs/assets/tfg/textures/item/fishing_nets/tin_alloy_fishing_net.png new file mode 100644 index 000000000..afe33072a Binary files /dev/null and b/kubejs/assets/tfg/textures/item/fishing_nets/tin_alloy_fishing_net.png differ diff --git a/kubejs/assets/tfg/textures/item/fishing_nets/wood_fishing_net.png b/kubejs/assets/tfg/textures/item/fishing_nets/wood_fishing_net.png new file mode 100644 index 000000000..458e438e1 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/fishing_nets/wood_fishing_net.png differ diff --git a/kubejs/assets/tfg/textures/item/phantom_silk.png b/kubejs/assets/tfg/textures/item/phantom_silk.png new file mode 100644 index 000000000..c3502d2d3 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/phantom_silk.png differ diff --git a/kubejs/assets/tfg/textures/item/phantom_thread.png b/kubejs/assets/tfg/textures/item/phantom_thread.png new file mode 100644 index 000000000..ac5a98d06 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/phantom_thread.png differ diff --git a/kubejs/assets/tfg/textures/item/polycaprolactam_fabric.png b/kubejs/assets/tfg/textures/item/polycaprolactam_fabric.png new file mode 100644 index 000000000..b597b5c41 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/polycaprolactam_fabric.png differ diff --git a/kubejs/assets/tfg/textures/item/polycaprolactam_string.png b/kubejs/assets/tfg/textures/item/polycaprolactam_string.png new file mode 100644 index 000000000..03de41e27 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/polycaprolactam_string.png differ diff --git a/kubejs/assets/tfg/textures/item/universal/ev_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/ev_universal_circuit.png new file mode 100644 index 000000000..12df0edd8 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/universal/ev_universal_circuit.png differ diff --git a/kubejs/assets/tfg/textures/item/universal/ev_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/ev_universal_circuit.png.mcmeta new file mode 100644 index 000000000..114c427b7 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/ev_universal_circuit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/hv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/hv_universal_circuit.png new file mode 100644 index 000000000..f092049c9 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/universal/hv_universal_circuit.png differ diff --git a/kubejs/assets/tfg/textures/item/universal/hv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/hv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..114c427b7 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/hv_universal_circuit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/iv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/iv_universal_circuit.png new file mode 100644 index 000000000..8ed7c7b85 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/universal/iv_universal_circuit.png differ diff --git a/kubejs/assets/tfg/textures/item/universal/iv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/iv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..114c427b7 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/iv_universal_circuit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/luv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/luv_universal_circuit.png new file mode 100644 index 000000000..0edfc0265 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/universal/luv_universal_circuit.png differ diff --git a/kubejs/assets/tfg/textures/item/universal/luv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/luv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..55ab3d7c1 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/luv_universal_circuit.png.mcmeta @@ -0,0 +1,16 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 6 + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/lv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/lv_universal_circuit.png new file mode 100644 index 000000000..9382206eb Binary files /dev/null and b/kubejs/assets/tfg/textures/item/universal/lv_universal_circuit.png differ diff --git a/kubejs/assets/tfg/textures/item/universal/lv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/lv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..114c427b7 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/lv_universal_circuit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/mv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/mv_universal_circuit.png new file mode 100644 index 000000000..cef90ff6c Binary files /dev/null and b/kubejs/assets/tfg/textures/item/universal/mv_universal_circuit.png differ diff --git a/kubejs/assets/tfg/textures/item/universal/mv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/mv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..114c427b7 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/mv_universal_circuit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/uev_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/uev_universal_circuit.png new file mode 100644 index 000000000..ed048ab04 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/universal/uev_universal_circuit.png differ diff --git a/kubejs/assets/tfg/textures/item/universal/uev_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/uev_universal_circuit.png.mcmeta new file mode 100644 index 000000000..114c427b7 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/uev_universal_circuit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/uhv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/uhv_universal_circuit.png new file mode 100644 index 000000000..1a4ab2d76 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/universal/uhv_universal_circuit.png differ diff --git a/kubejs/assets/tfg/textures/item/universal/uhv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/uhv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..55ab3d7c1 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/uhv_universal_circuit.png.mcmeta @@ -0,0 +1,16 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 6 + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/uiv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/uiv_universal_circuit.png new file mode 100644 index 000000000..a366c4470 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/universal/uiv_universal_circuit.png differ diff --git a/kubejs/assets/tfg/textures/item/universal/uiv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/uiv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..55ab3d7c1 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/uiv_universal_circuit.png.mcmeta @@ -0,0 +1,16 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 6 + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/ulv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/ulv_universal_circuit.png new file mode 100644 index 000000000..2ae01ee89 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/universal/ulv_universal_circuit.png differ diff --git a/kubejs/assets/tfg/textures/item/universal/ulv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/ulv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..55ab3d7c1 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/ulv_universal_circuit.png.mcmeta @@ -0,0 +1,16 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 6 + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/uv_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/uv_universal_circuit.png new file mode 100644 index 000000000..e272cfe04 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/universal/uv_universal_circuit.png differ diff --git a/kubejs/assets/tfg/textures/item/universal/uv_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/uv_universal_circuit.png.mcmeta new file mode 100644 index 000000000..114c427b7 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/uv_universal_circuit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/universal/zpm_universal_circuit.png b/kubejs/assets/tfg/textures/item/universal/zpm_universal_circuit.png new file mode 100644 index 000000000..8cbc00163 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/universal/zpm_universal_circuit.png differ diff --git a/kubejs/assets/tfg/textures/item/universal/zpm_universal_circuit.png.mcmeta b/kubejs/assets/tfg/textures/item/universal/zpm_universal_circuit.png.mcmeta new file mode 100644 index 000000000..114c427b7 --- /dev/null +++ b/kubejs/assets/tfg/textures/item/universal/zpm_universal_circuit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2 + } +} \ No newline at end of file diff --git a/kubejs/data/minecraft/loot_tables/gameplay/piglin_bartering.json b/kubejs/data/minecraft/loot_tables/gameplay/piglin_bartering.json index 991d9e753..886d98ca0 100644 --- a/kubejs/data/minecraft/loot_tables/gameplay/piglin_bartering.json +++ b/kubejs/data/minecraft/loot_tables/gameplay/piglin_bartering.json @@ -12,13 +12,13 @@ { "function": "minecraft:set_count", "count": { - "min": 3, - "max": 9, + "min": 6, + "max": 12, "type": "minecraft:uniform" } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -33,7 +33,7 @@ } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -48,7 +48,7 @@ } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -57,43 +57,63 @@ { "function": "minecraft:set_count", "count": { - "min": 5, + "min": 6, "max": 12, "type": "minecraft:uniform" } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", "name": "gtceu:tin_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3, - "type": "minecraft:uniform" - } - } - ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", "name": "minecraft:copper_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3, - "type": "minecraft:uniform" - } - } - ], - "weight": 2 + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "gtceu:silver_ingot", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "gtceu:bronze_ingot", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "gtceu:bismuth_bronze_ingot", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "minecraft:iron_ingot", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "create:zinc_ingot", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "create:brass_ingot", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "gtceu:bismuth_ingot", + "weight": 100 + }, + { + "type": "minecraft:item", + "name": "gtceu:nickel_ingot", + "weight": 100 }, { "type": "minecraft:item", @@ -108,7 +128,7 @@ } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -123,7 +143,7 @@ } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -138,7 +158,7 @@ } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -153,7 +173,7 @@ } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -162,28 +182,13 @@ { "function": "minecraft:set_count", "count": { - "min": 4, + "min": 6, "max": 12, "type": "minecraft:uniform" } } ], - "weight": 2 - }, - { - "type": "minecraft:item", - "name": "gtceu:raw_graphite", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2, - "type": "minecraft:uniform" - } - } - ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -198,22 +203,7 @@ } } ], - "weight": 2 - }, - { - "type": "minecraft:item", - "name": "tfc:kaolin_clay", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 4, - "type": "minecraft:uniform" - } - } - ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -222,13 +212,13 @@ { "function": "minecraft:set_count", "count": { - "min": 4, - "max": 8, + "min": 12, + "max": 18, "type": "minecraft:uniform" } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -237,13 +227,13 @@ { "function": "minecraft:set_count", "count": { - "min": 2, - "max": 4, + "min": 6, + "max": 8, "type": "minecraft:uniform" } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -252,28 +242,13 @@ { "function": "minecraft:set_count", "count": { - "min": 2, - "max": 4, + "min": 4, + "max": 6, "type": "minecraft:uniform" } } ], - "weight": 2 - }, - { - "type": "minecraft:item", - "name": "minecraft:glow_berries", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 8, - "max": 16, - "type": "minecraft:uniform" - } - } - ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", @@ -282,28 +257,28 @@ { "function": "minecraft:set_count", "count": { - "min": 2, - "max": 4, + "min": 4, + "max": 6, "type": "minecraft:uniform" } } ], - "weight": 2 + "weight": 100 }, { "type": "minecraft:item", - "name": "minecraft:glowstone_dust", + "name": "minecraft:gunpowder", "functions": [ { "function": "minecraft:set_count", "count": { - "min": 2, - "max": 4, + "min": 4, + "max": 6, "type": "minecraft:uniform" } } ], - "weight": 2 + "weight": 100 } ] } diff --git a/kubejs/data/minecraft/trim_material/almandine_tfc.json b/kubejs/data/minecraft/trim_material/almandine_tfc.json new file mode 100644 index 000000000..f9b9d4d11 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/almandine_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "almandine_tfc", + "description": { + "color": "#7b1112", + "translate": "trim_material.tfc.almandine_tfc" + }, + "ingredient": "gtceu:exquisite_almandine_gem", + "item_model_index": 0.11 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/amethyst.json b/kubejs/data/minecraft/trim_material/amethyst.json deleted file mode 100644 index 85226bf80..000000000 --- a/kubejs/data/minecraft/trim_material/amethyst.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "amethyst_tfc", - "description": { - "color": "#9A5CC6", - "translate": "trim_material.tfc.amethyst" - }, - "ingredient": "minecraft:amethyst_shard", - "item_model_index": 0 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/amethyst_tfc.json b/kubejs/data/minecraft/trim_material/amethyst_tfc.json new file mode 100644 index 000000000..9b9ef38fe --- /dev/null +++ b/kubejs/data/minecraft/trim_material/amethyst_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "amethyst_tfc", + "description": { + "color": "#9b78ba", + "translate": "trim_material.tfc.amethyst_tfc" + }, + "ingredient": "gtceu:exquisite_amethyst_gem", + "item_model_index": 0.173 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/andradite_tfc.json b/kubejs/data/minecraft/trim_material/andradite_tfc.json new file mode 100644 index 000000000..883afd1e6 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/andradite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "andradite_tfc", + "description": { + "color": "#c29d1e", + "translate": "trim_material.tfc.andradite_tfc" + }, + "ingredient": "gtceu:exquisite_andradite_gem", + "item_model_index": 0.12 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/apatite_tfc.json b/kubejs/data/minecraft/trim_material/apatite_tfc.json new file mode 100644 index 000000000..dda16ce60 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/apatite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "apatite_tfc", + "description": { + "color": "#059cbb", + "translate": "trim_material.tfc.apatite_tfc" + }, + "ingredient": "gtceu:exquisite_apatite_gem", + "item_model_index": 0.176 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/bismuth.json b/kubejs/data/minecraft/trim_material/bismuth.json deleted file mode 100644 index 3bda00884..000000000 --- a/kubejs/data/minecraft/trim_material/bismuth.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "bismuth_tfc", - "description": { - "color": "#8bbbc4", - "translate": "trim_material.tfc.bismuth" - }, - "ingredient": "gtceu:bismuth_ingot", - "item_model_index": 1 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/bismuth_tfc.json b/kubejs/data/minecraft/trim_material/bismuth_tfc.json new file mode 100644 index 000000000..c89508e0a --- /dev/null +++ b/kubejs/data/minecraft/trim_material/bismuth_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "bismuth_tfc", + "description": { + "color": "#607c79", + "translate": "trim_material.tfc.bismuth_tfc" + }, + "ingredient": "gtceu:bismuth_plate", + "item_model_index": 0.169 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/blue_topaz_tfc.json b/kubejs/data/minecraft/trim_material/blue_topaz_tfc.json new file mode 100644 index 000000000..face409f2 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/blue_topaz_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "blue_topaz_tfc", + "description": { + "color": "#a7c1c6", + "translate": "trim_material.tfc.blue_topaz_tfc" + }, + "ingredient": "gtceu:exquisite_blue_topaz_gem", + "item_model_index": 0.13 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/certus_quartz_tfc.json b/kubejs/data/minecraft/trim_material/certus_quartz_tfc.json new file mode 100644 index 000000000..b52467ddd --- /dev/null +++ b/kubejs/data/minecraft/trim_material/certus_quartz_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "certus_quartz_tfc", + "description": { + "color": "#8ca4c4", + "translate": "trim_material.tfc.certus_quartz_tfc" + }, + "ingredient": "gtceu:exquisite_certus_quartz_gem", + "item_model_index": 0.185 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/cinnabar_tfc.json b/kubejs/data/minecraft/trim_material/cinnabar_tfc.json new file mode 100644 index 000000000..dd129e8a1 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/cinnabar_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "cinnabar_tfc", + "description": { + "color": "#c2274a", + "translate": "trim_material.tfc.cinnabar_tfc" + }, + "ingredient": "gtceu:exquisite_cinnabar_gem", + "item_model_index": 0.14 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/coal_tfc.json b/kubejs/data/minecraft/trim_material/coal_tfc.json new file mode 100644 index 000000000..ed5679753 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/coal_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "coal_tfc", + "description": { + "color": "#2b2f32", + "translate": "trim_material.tfc.coal_tfc" + }, + "ingredient": "gtceu:exquisite_coal_gem", + "item_model_index": 0.15 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/coke_tfc.json b/kubejs/data/minecraft/trim_material/coke_tfc.json new file mode 100644 index 000000000..f66488835 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/coke_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "coke_tfc", + "description": { + "color": "#424847", + "translate": "trim_material.tfc.coke_tfc" + }, + "ingredient": "gtceu:exquisite_coke_gem", + "item_model_index": 0.199 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/diamond.json b/kubejs/data/minecraft/trim_material/diamond.json deleted file mode 100644 index c2b9a7a78..000000000 --- a/kubejs/data/minecraft/trim_material/diamond.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "diamond_tfc", - "description": { - "color": "#6EECD2", - "translate": "trim_material.tfc.diamond" - }, - "ingredient": "minecraft:diamond", - "item_model_index": 0.1 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/diamond_tfc.json b/kubejs/data/minecraft/trim_material/diamond_tfc.json new file mode 100644 index 000000000..53bcfa0ad --- /dev/null +++ b/kubejs/data/minecraft/trim_material/diamond_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "diamond_tfc", + "description": { + "color": "#98c2c6", + "translate": "trim_material.tfc.diamond_tfc" + }, + "ingredient": "gtceu:exquisite_diamond_gem", + "item_model_index": 0.16 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/emerald.json b/kubejs/data/minecraft/trim_material/emerald.json deleted file mode 100644 index f068f749c..000000000 --- a/kubejs/data/minecraft/trim_material/emerald.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "emerald_tfc", - "description": { - "color": "#11A036", - "translate": "trim_material.tfc.emerald" - }, - "ingredient": "minecraft:emerald", - "item_model_index": 0.2 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/emerald_tfc.json b/kubejs/data/minecraft/trim_material/emerald_tfc.json new file mode 100644 index 000000000..96d24cefb --- /dev/null +++ b/kubejs/data/minecraft/trim_material/emerald_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "emerald_tfc", + "description": { + "color": "#11c254", + "translate": "trim_material.tfc.emerald_tfc" + }, + "ingredient": "gtceu:exquisite_emerald_gem", + "item_model_index": 0.17 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/fluix_tfc.json b/kubejs/data/minecraft/trim_material/fluix_tfc.json new file mode 100644 index 000000000..f4bd67e09 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/fluix_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "fluix_tfc", + "description": { + "color": "#53458d", + "translate": "trim_material.tfc.fluix_tfc" + }, + "ingredient": "tfg:exquisite_fluix_gem", + "item_model_index": 0.162 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/glass_tfc.json b/kubejs/data/minecraft/trim_material/glass_tfc.json new file mode 100644 index 000000000..386f866a6 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/glass_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "glass_tfc", + "description": { + "color": "#c2c2c6", + "translate": "trim_material.tfc.glass_tfc" + }, + "ingredient": "gtceu:exquisite_glass_gem", + "item_model_index": 0.189 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/gold.json b/kubejs/data/minecraft/trim_material/gold.json deleted file mode 100644 index 61d5d90e4..000000000 --- a/kubejs/data/minecraft/trim_material/gold.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "gold_tfc", - "description": { - "color": "#DEB12D", - "translate": "trim_material.tfc.gold" - }, - "ingredient": "minecraft:gold_ingot", - "item_model_index": 0.9 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/gold_tfc.json b/kubejs/data/minecraft/trim_material/gold_tfc.json new file mode 100644 index 000000000..b06fccfbd --- /dev/null +++ b/kubejs/data/minecraft/trim_material/gold_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "gold_tfc", + "description": { + "color": "#ede65b", + "translate": "trim_material.tfc.gold_tfc" + }, + "ingredient": "create:golden_sheet", + "item_model_index": 0.164 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/green_sapphire_tfc.json b/kubejs/data/minecraft/trim_material/green_sapphire_tfc.json new file mode 100644 index 000000000..c6376abdd --- /dev/null +++ b/kubejs/data/minecraft/trim_material/green_sapphire_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "green_sapphire_tfc", + "description": { + "color": "#75af89", + "translate": "trim_material.tfc.green_sapphire_tfc" + }, + "ingredient": "gtceu:exquisite_green_sapphire_gem", + "item_model_index": 0.18 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/grossular_tfc.json b/kubejs/data/minecraft/trim_material/grossular_tfc.json new file mode 100644 index 000000000..9b84af334 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/grossular_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "grossular_tfc", + "description": { + "color": "#c28b5c", + "translate": "trim_material.tfc.grossular_tfc" + }, + "ingredient": "gtceu:exquisite_grossular_gem", + "item_model_index": 0.19 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/lapis.json b/kubejs/data/minecraft/trim_material/lapis.json deleted file mode 100644 index cf00d9059..000000000 --- a/kubejs/data/minecraft/trim_material/lapis.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "lapis", - "description": { - "color": "#416E97", - "translate": "trim_material.minecraft.lapis" - }, - "ingredient": "tfc:gem/lapis_lazuli", - "item_model_index": 0.9 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/lapis_lazuli.json b/kubejs/data/minecraft/trim_material/lapis_lazuli.json deleted file mode 100644 index e44b3674e..000000000 --- a/kubejs/data/minecraft/trim_material/lapis_lazuli.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "lapis_lazuli_tfc", - "description": { - "color": "#416E97", - "translate": "trim_material.tfc.lapis_lazuli" - }, - "ingredient": "minecraft:lapis_lazuli", - "item_model_index": 0.3 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/lapis_tfc.json b/kubejs/data/minecraft/trim_material/lapis_tfc.json new file mode 100644 index 000000000..b7144c86d --- /dev/null +++ b/kubejs/data/minecraft/trim_material/lapis_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "lapis_tfc", + "description": { + "color": "#6581c6", + "translate": "trim_material.tfc.lapis_tfc" + }, + "ingredient": "gtceu:exquisite_lapis_gem", + "item_model_index": 0.175 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/lazurite_tfc.json b/kubejs/data/minecraft/trim_material/lazurite_tfc.json new file mode 100644 index 000000000..7033e6d65 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/lazurite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "lazurite_tfc", + "description": { + "color": "#1e29bb", + "translate": "trim_material.tfc.lazurite_tfc" + }, + "ingredient": "gtceu:exquisite_lazurite_gem", + "item_model_index": 0.192 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/malachite_tfc.json b/kubejs/data/minecraft/trim_material/malachite_tfc.json new file mode 100644 index 000000000..5a3c59abb --- /dev/null +++ b/kubejs/data/minecraft/trim_material/malachite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "malachite_tfc", + "description": { + "color": "#00b789", + "translate": "trim_material.tfc.malachite_tfc" + }, + "ingredient": "gtceu:exquisite_malachite_gem", + "item_model_index": 0.188 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/monazite_tfc.json b/kubejs/data/minecraft/trim_material/monazite_tfc.json new file mode 100644 index 000000000..643bc21c4 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/monazite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "monazite_tfc", + "description": { + "color": "#9eb576", + "translate": "trim_material.tfc.monazite_tfc" + }, + "ingredient": "gtceu:exquisite_monazite_gem", + "item_model_index": 0.179 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/nether_quartz_tfc.json b/kubejs/data/minecraft/trim_material/nether_quartz_tfc.json new file mode 100644 index 000000000..e7c4a4a33 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/nether_quartz_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "nether_quartz_tfc", + "description": { + "color": "#bdb6b0", + "translate": "trim_material.tfc.nether_quartz_tfc" + }, + "ingredient": "gtceu:exquisite_nether_quartz_gem", + "item_model_index": 0.184 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/neutronium_tfc.json b/kubejs/data/minecraft/trim_material/neutronium_tfc.json new file mode 100644 index 000000000..ca16c6a4c --- /dev/null +++ b/kubejs/data/minecraft/trim_material/neutronium_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "neutronium_tfc", + "description": { + "color": "#d7d7db", + "translate": "trim_material.tfc.neutronium_tfc" + }, + "ingredient": "gtceu:neutronium_plate", + "item_model_index": 0.151 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/nickel_tfc.json b/kubejs/data/minecraft/trim_material/nickel_tfc.json new file mode 100644 index 000000000..f246aa44d --- /dev/null +++ b/kubejs/data/minecraft/trim_material/nickel_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "nickel_tfc", + "description": { + "color": "#bfd1ea", + "translate": "trim_material.tfc.nickel_tfc" + }, + "ingredient": "vintageimprovements:nickel_sheet", + "item_model_index": 0.166 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/olivine_tfc.json b/kubejs/data/minecraft/trim_material/olivine_tfc.json new file mode 100644 index 000000000..1a61ba733 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/olivine_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "olivine_tfc", + "description": { + "color": "#7fad03", + "translate": "trim_material.tfc.olivine_tfc" + }, + "ingredient": "gtceu:exquisite_olivine_gem", + "item_model_index": 0.171 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/opal.json b/kubejs/data/minecraft/trim_material/opal.json deleted file mode 100644 index 86c8e32cc..000000000 --- a/kubejs/data/minecraft/trim_material/opal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "opal_tfc", - "description": { - "color": "#75e7eb", - "translate": "trim_material.tfc.opal" - }, - "ingredient": "gtceu:opal_gem", - "item_model_index": 0.4 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/opal_tfc.json b/kubejs/data/minecraft/trim_material/opal_tfc.json new file mode 100644 index 000000000..0c4f6b673 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/opal_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "opal_tfc", + "description": { + "color": "#bdadb6", + "translate": "trim_material.tfc.opal_tfc" + }, + "ingredient": "gtceu:exquisite_opal_gem", + "item_model_index": 0.172 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/platinum_tfc.json b/kubejs/data/minecraft/trim_material/platinum_tfc.json new file mode 100644 index 000000000..0384f408c --- /dev/null +++ b/kubejs/data/minecraft/trim_material/platinum_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "platinum_tfc", + "description": { + "color": "#d8cea1", + "translate": "trim_material.tfc.platinum_tfc" + }, + "ingredient": "vintageimprovements:platinum_sheet", + "item_model_index": 0.167 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/pyrite.json b/kubejs/data/minecraft/trim_material/pyrite.json deleted file mode 100644 index c1b699a37..000000000 --- a/kubejs/data/minecraft/trim_material/pyrite.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "pyrite_tfc", - "description": { - "color": "#e6c44c", - "translate": "trim_material.tfc.pyrite" - }, - "ingredient": "gtceu:raw_pyrite", - "item_model_index": 0.4 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/pyrite_tfc.json b/kubejs/data/minecraft/trim_material/pyrite_tfc.json new file mode 100644 index 000000000..79b64479f --- /dev/null +++ b/kubejs/data/minecraft/trim_material/pyrite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "pyrite_tfc", + "description": { + "color": "#a75e10", + "translate": "trim_material.tfc.pyrite_tfc" + }, + "ingredient": "gtceu:rich_raw_pyrite", + "item_model_index": 0.152 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/pyrope_tfc.json b/kubejs/data/minecraft/trim_material/pyrope_tfc.json new file mode 100644 index 000000000..c8d120759 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/pyrope_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "pyrope_tfc", + "description": { + "color": "#b11344", + "translate": "trim_material.tfc.pyrope_tfc" + }, + "ingredient": "gtceu:exquisite_pyrope_gem", + "item_model_index": 0.193 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/quartzite_tfc.json b/kubejs/data/minecraft/trim_material/quartzite_tfc.json new file mode 100644 index 000000000..10a554e72 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/quartzite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "quartzite_tfc", + "description": { + "color": "#b8bab8", + "translate": "trim_material.tfc.quartzite_tfc" + }, + "ingredient": "gtceu:exquisite_quartzite_gem", + "item_model_index": 0.186 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/realgar_tfc.json b/kubejs/data/minecraft/trim_material/realgar_tfc.json new file mode 100644 index 000000000..e9a71df6c --- /dev/null +++ b/kubejs/data/minecraft/trim_material/realgar_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "realgar_tfc", + "description": { + "color": "#c22e28", + "translate": "trim_material.tfc.realgar_tfc" + }, + "ingredient": "gtceu:exquisite_realgar_gem", + "item_model_index": 0.187 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/red_garnet_tfc.json b/kubejs/data/minecraft/trim_material/red_garnet_tfc.json new file mode 100644 index 000000000..18b5b94cd --- /dev/null +++ b/kubejs/data/minecraft/trim_material/red_garnet_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "red_garnet_tfc", + "description": { + "color": "#710910", + "translate": "trim_material.tfc.red_garnet_tfc" + }, + "ingredient": "gtceu:exquisite_red_garnet_gem", + "item_model_index": 0.177 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/redx_tfc.json b/kubejs/data/minecraft/trim_material/redx_tfc.json new file mode 100644 index 000000000..05e2bac11 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/redx_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "redx_tfc", + "description": { + "color": "#a06156", + "translate": "trim_material.tfc.redx_tfc" + }, + "ingredient": "morered:red_alloy_wire", + "item_model_index": 0.153 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/rock_salt_tfc.json b/kubejs/data/minecraft/trim_material/rock_salt_tfc.json new file mode 100644 index 000000000..3dd505eeb --- /dev/null +++ b/kubejs/data/minecraft/trim_material/rock_salt_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "rock_salt_tfc", + "description": { + "color": "#c2b2af", + "translate": "trim_material.tfc.rock_salt_tfc" + }, + "ingredient": "gtceu:exquisite_rock_salt_gem", + "item_model_index": 0.194 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/rose_gold.json b/kubejs/data/minecraft/trim_material/rose_gold.json deleted file mode 100644 index a00816ab4..000000000 --- a/kubejs/data/minecraft/trim_material/rose_gold.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "rose_gold_tfc", - "description": { - "color": "#fcdd86", - "translate": "trim_material.tfc.rose_gold" - }, - "ingredient": "gtceu:rose_gold_ingot", - "item_model_index": 0.95 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/rose_gold_tfc.json b/kubejs/data/minecraft/trim_material/rose_gold_tfc.json new file mode 100644 index 000000000..80827c61c --- /dev/null +++ b/kubejs/data/minecraft/trim_material/rose_gold_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "rose_gold_tfc", + "description": { + "color": "#eddedb", + "translate": "trim_material.tfc.rose_gold_tfc" + }, + "ingredient": "vintageimprovements:rose_gold_sheet", + "item_model_index": 0.165 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/rose_quartz_tfc.json b/kubejs/data/minecraft/trim_material/rose_quartz_tfc.json new file mode 100644 index 000000000..28d2d8250 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/rose_quartz_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "rose_quartz_tfc", + "description": { + "color": "#ba3458", + "translate": "trim_material.tfc.rose_quartz_tfc" + }, + "ingredient": "gtceu:exquisite_rose_quartz_gem", + "item_model_index": 0.161 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/ruby.json b/kubejs/data/minecraft/trim_material/ruby.json deleted file mode 100644 index 02729ff7d..000000000 --- a/kubejs/data/minecraft/trim_material/ruby.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "ruby_tfc", - "description": { - "color": "#971607", - "translate": "trim_material.tfc.ruby" - }, - "ingredient": "gtceu:ruby_gem", - "item_model_index": 0.5 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/ruby_tfc.json b/kubejs/data/minecraft/trim_material/ruby_tfc.json new file mode 100644 index 000000000..5428d1c88 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/ruby_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "ruby_tfc", + "description": { + "color": "#a41b0c", + "translate": "trim_material.tfc.ruby_tfc" + }, + "ingredient": "gtceu:exquisite_ruby_gem", + "item_model_index": 0.195 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/rutile_tfc.json b/kubejs/data/minecraft/trim_material/rutile_tfc.json new file mode 100644 index 000000000..cec9c58a1 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/rutile_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "rutile_tfc", + "description": { + "color": "#681c05", + "translate": "trim_material.tfc.rutile_tfc" + }, + "ingredient": "gtceu:exquisite_rutile_gem", + "item_model_index": 0.191 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/salt_tfc.json b/kubejs/data/minecraft/trim_material/salt_tfc.json new file mode 100644 index 000000000..78c876ba8 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/salt_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "salt_tfc", + "description": { + "color": "#bebec2", + "translate": "trim_material.tfc.salt_tfc" + }, + "ingredient": "gtceu:exquisite_salt_gem", + "item_model_index": 0.196 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/sapphire.json b/kubejs/data/minecraft/trim_material/sapphire.json deleted file mode 100644 index 4d7661b8a..000000000 --- a/kubejs/data/minecraft/trim_material/sapphire.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "sapphire_tfc", - "description": { - "color": "#183dde", - "translate": "trim_material.tfc.sapphire" - }, - "ingredient": "gtceu:sapphire_gem", - "item_model_index": 0.6 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/sapphire_tfc.json b/kubejs/data/minecraft/trim_material/sapphire_tfc.json new file mode 100644 index 000000000..a15fb6664 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/sapphire_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "sapphire_tfc", + "description": { + "color": "#2628b0", + "translate": "trim_material.tfc.sapphire_tfc" + }, + "ingredient": "gtceu:exquisite_sapphire_gem", + "item_model_index": 0.197 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/silver.json b/kubejs/data/minecraft/trim_material/silver.json deleted file mode 100644 index bea687bed..000000000 --- a/kubejs/data/minecraft/trim_material/silver.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "silver_tfc", - "description": { - "color": "#edeadf", - "translate": "trim_material.tfc.silver" - }, - "ingredient": "gtceu:silver_ingot", - "item_model_index": 0.8 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/silver_tfc.json b/kubejs/data/minecraft/trim_material/silver_tfc.json new file mode 100644 index 000000000..52be79ddb --- /dev/null +++ b/kubejs/data/minecraft/trim_material/silver_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "silver_tfc", + "description": { + "color": "#d8d8f4", + "translate": "trim_material.tfc.silver_tfc" + }, + "ingredient": "vintageimprovements:silver_sheet", + "item_model_index": 0.162 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/sodalite_tfc.json b/kubejs/data/minecraft/trim_material/sodalite_tfc.json new file mode 100644 index 000000000..f0b18fac9 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/sodalite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "sodalite_tfc", + "description": { + "color": "#2e40c6", + "translate": "trim_material.tfc.sodalite_tfc" + }, + "ingredient": "gtceu:exquisite_sodalite_gem", + "item_model_index": 0.198 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/spessartine_tfc.json b/kubejs/data/minecraft/trim_material/spessartine_tfc.json new file mode 100644 index 000000000..161014529 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/spessartine_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "spessartine_tfc", + "description": { + "color": "#c28017", + "translate": "trim_material.tfc.spessartine_tfc" + }, + "ingredient": "gtceu:exquisite_spessartine_gem", + "item_model_index": 0.181 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/sterling_silver.json b/kubejs/data/minecraft/trim_material/sterling_silver.json deleted file mode 100644 index de8d2dd4d..000000000 --- a/kubejs/data/minecraft/trim_material/sterling_silver.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "sterling_silver_tfc", - "description": { - "color": "#ccc7b6", - "translate": "trim_material.tfc.sterling_silver" - }, - "ingredient": "gtceu:sterling_silver_ingot", - "item_model_index": 0.85 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/sterling_silver_tfc.json b/kubejs/data/minecraft/trim_material/sterling_silver_tfc.json new file mode 100644 index 000000000..91eeff03c --- /dev/null +++ b/kubejs/data/minecraft/trim_material/sterling_silver_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "sterling_silver_tfc", + "description": { + "color": "#eae5d3", + "translate": "trim_material.tfc.sterling_silver_tfc" + }, + "ingredient": "gtceu:sterling_silver_plate", + "item_model_index": 0.163 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/titanium_tfc.json b/kubejs/data/minecraft/trim_material/titanium_tfc.json new file mode 100644 index 000000000..6f4f0fda9 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/titanium_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "titanium_tfc", + "description": { + "color": "#c496d8", + "translate": "trim_material.tfc.titanium_tfc" + }, + "ingredient": "gtceu:titanium_plate", + "item_model_index": 0.168 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/topaz.json b/kubejs/data/minecraft/trim_material/topaz.json deleted file mode 100644 index 5438319e3..000000000 --- a/kubejs/data/minecraft/trim_material/topaz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "topaz_tfc", - "description": { - "color": "#c27a0e", - "translate": "trim_material.tfc.topaz" - }, - "ingredient": "gtceu:topaz_gem", - "item_model_index": 0.7 -} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/topaz_tfc.json b/kubejs/data/minecraft/trim_material/topaz_tfc.json new file mode 100644 index 000000000..bbdd3a171 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/topaz_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "topaz_tfc", + "description": { + "color": "#b1a42d", + "translate": "trim_material.tfc.topaz_tfc" + }, + "ingredient": "gtceu:exquisite_topaz_gem", + "item_model_index": 0.182 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/uvarovite_tfc.json b/kubejs/data/minecraft/trim_material/uvarovite_tfc.json new file mode 100644 index 000000000..4d3fe567a --- /dev/null +++ b/kubejs/data/minecraft/trim_material/uvarovite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "uvarovite_tfc", + "description": { + "color": "#22b43b", + "translate": "trim_material.tfc.uvarovite_tfc" + }, + "ingredient": "gtceu:exquisite_uvarovite_gem", + "item_model_index": 0.183 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/trim_material/yellow_garnet_tfc.json b/kubejs/data/minecraft/trim_material/yellow_garnet_tfc.json new file mode 100644 index 000000000..b60053f89 --- /dev/null +++ b/kubejs/data/minecraft/trim_material/yellow_garnet_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "yellow_garnet_tfc", + "description": { + "color": "#bbc207", + "translate": "trim_material.tfc.yellow_garnet_tfc" + }, + "ingredient": "gtceu:exquisite_yellow_garnet_gem", + "item_model_index": 0.178 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/almandine_tfc.json b/kubejs/data/tfc/trim_material/almandine_tfc.json new file mode 100644 index 000000000..f9b9d4d11 --- /dev/null +++ b/kubejs/data/tfc/trim_material/almandine_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "almandine_tfc", + "description": { + "color": "#7b1112", + "translate": "trim_material.tfc.almandine_tfc" + }, + "ingredient": "gtceu:exquisite_almandine_gem", + "item_model_index": 0.11 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/amethyst.json b/kubejs/data/tfc/trim_material/amethyst.json deleted file mode 100644 index 85226bf80..000000000 --- a/kubejs/data/tfc/trim_material/amethyst.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "amethyst_tfc", - "description": { - "color": "#9A5CC6", - "translate": "trim_material.tfc.amethyst" - }, - "ingredient": "minecraft:amethyst_shard", - "item_model_index": 0 -} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/amethyst_tfc.json b/kubejs/data/tfc/trim_material/amethyst_tfc.json new file mode 100644 index 000000000..9b9ef38fe --- /dev/null +++ b/kubejs/data/tfc/trim_material/amethyst_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "amethyst_tfc", + "description": { + "color": "#9b78ba", + "translate": "trim_material.tfc.amethyst_tfc" + }, + "ingredient": "gtceu:exquisite_amethyst_gem", + "item_model_index": 0.173 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/andradite_tfc.json b/kubejs/data/tfc/trim_material/andradite_tfc.json new file mode 100644 index 000000000..883afd1e6 --- /dev/null +++ b/kubejs/data/tfc/trim_material/andradite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "andradite_tfc", + "description": { + "color": "#c29d1e", + "translate": "trim_material.tfc.andradite_tfc" + }, + "ingredient": "gtceu:exquisite_andradite_gem", + "item_model_index": 0.12 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/apatite_tfc.json b/kubejs/data/tfc/trim_material/apatite_tfc.json new file mode 100644 index 000000000..dda16ce60 --- /dev/null +++ b/kubejs/data/tfc/trim_material/apatite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "apatite_tfc", + "description": { + "color": "#059cbb", + "translate": "trim_material.tfc.apatite_tfc" + }, + "ingredient": "gtceu:exquisite_apatite_gem", + "item_model_index": 0.176 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/bismuth.json b/kubejs/data/tfc/trim_material/bismuth.json deleted file mode 100644 index 3bda00884..000000000 --- a/kubejs/data/tfc/trim_material/bismuth.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "bismuth_tfc", - "description": { - "color": "#8bbbc4", - "translate": "trim_material.tfc.bismuth" - }, - "ingredient": "gtceu:bismuth_ingot", - "item_model_index": 1 -} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/bismuth_tfc.json b/kubejs/data/tfc/trim_material/bismuth_tfc.json new file mode 100644 index 000000000..c89508e0a --- /dev/null +++ b/kubejs/data/tfc/trim_material/bismuth_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "bismuth_tfc", + "description": { + "color": "#607c79", + "translate": "trim_material.tfc.bismuth_tfc" + }, + "ingredient": "gtceu:bismuth_plate", + "item_model_index": 0.169 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/blue_topaz_tfc.json b/kubejs/data/tfc/trim_material/blue_topaz_tfc.json new file mode 100644 index 000000000..face409f2 --- /dev/null +++ b/kubejs/data/tfc/trim_material/blue_topaz_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "blue_topaz_tfc", + "description": { + "color": "#a7c1c6", + "translate": "trim_material.tfc.blue_topaz_tfc" + }, + "ingredient": "gtceu:exquisite_blue_topaz_gem", + "item_model_index": 0.13 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/certus_quartz_tfc.json b/kubejs/data/tfc/trim_material/certus_quartz_tfc.json new file mode 100644 index 000000000..b52467ddd --- /dev/null +++ b/kubejs/data/tfc/trim_material/certus_quartz_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "certus_quartz_tfc", + "description": { + "color": "#8ca4c4", + "translate": "trim_material.tfc.certus_quartz_tfc" + }, + "ingredient": "gtceu:exquisite_certus_quartz_gem", + "item_model_index": 0.185 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/cinnabar_tfc.json b/kubejs/data/tfc/trim_material/cinnabar_tfc.json new file mode 100644 index 000000000..dd129e8a1 --- /dev/null +++ b/kubejs/data/tfc/trim_material/cinnabar_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "cinnabar_tfc", + "description": { + "color": "#c2274a", + "translate": "trim_material.tfc.cinnabar_tfc" + }, + "ingredient": "gtceu:exquisite_cinnabar_gem", + "item_model_index": 0.14 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/coal_tfc.json b/kubejs/data/tfc/trim_material/coal_tfc.json new file mode 100644 index 000000000..ed5679753 --- /dev/null +++ b/kubejs/data/tfc/trim_material/coal_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "coal_tfc", + "description": { + "color": "#2b2f32", + "translate": "trim_material.tfc.coal_tfc" + }, + "ingredient": "gtceu:exquisite_coal_gem", + "item_model_index": 0.15 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/coke_tfc.json b/kubejs/data/tfc/trim_material/coke_tfc.json new file mode 100644 index 000000000..f66488835 --- /dev/null +++ b/kubejs/data/tfc/trim_material/coke_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "coke_tfc", + "description": { + "color": "#424847", + "translate": "trim_material.tfc.coke_tfc" + }, + "ingredient": "gtceu:exquisite_coke_gem", + "item_model_index": 0.199 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/diamond.json b/kubejs/data/tfc/trim_material/diamond.json deleted file mode 100644 index c2b9a7a78..000000000 --- a/kubejs/data/tfc/trim_material/diamond.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "diamond_tfc", - "description": { - "color": "#6EECD2", - "translate": "trim_material.tfc.diamond" - }, - "ingredient": "minecraft:diamond", - "item_model_index": 0.1 -} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/diamond_tfc.json b/kubejs/data/tfc/trim_material/diamond_tfc.json new file mode 100644 index 000000000..53bcfa0ad --- /dev/null +++ b/kubejs/data/tfc/trim_material/diamond_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "diamond_tfc", + "description": { + "color": "#98c2c6", + "translate": "trim_material.tfc.diamond_tfc" + }, + "ingredient": "gtceu:exquisite_diamond_gem", + "item_model_index": 0.16 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/emerald.json b/kubejs/data/tfc/trim_material/emerald.json deleted file mode 100644 index f068f749c..000000000 --- a/kubejs/data/tfc/trim_material/emerald.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "emerald_tfc", - "description": { - "color": "#11A036", - "translate": "trim_material.tfc.emerald" - }, - "ingredient": "minecraft:emerald", - "item_model_index": 0.2 -} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/emerald_tfc.json b/kubejs/data/tfc/trim_material/emerald_tfc.json new file mode 100644 index 000000000..96d24cefb --- /dev/null +++ b/kubejs/data/tfc/trim_material/emerald_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "emerald_tfc", + "description": { + "color": "#11c254", + "translate": "trim_material.tfc.emerald_tfc" + }, + "ingredient": "gtceu:exquisite_emerald_gem", + "item_model_index": 0.17 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/fluix_tfc.json b/kubejs/data/tfc/trim_material/fluix_tfc.json new file mode 100644 index 000000000..f4bd67e09 --- /dev/null +++ b/kubejs/data/tfc/trim_material/fluix_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "fluix_tfc", + "description": { + "color": "#53458d", + "translate": "trim_material.tfc.fluix_tfc" + }, + "ingredient": "tfg:exquisite_fluix_gem", + "item_model_index": 0.162 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/glass_tfc.json b/kubejs/data/tfc/trim_material/glass_tfc.json new file mode 100644 index 000000000..386f866a6 --- /dev/null +++ b/kubejs/data/tfc/trim_material/glass_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "glass_tfc", + "description": { + "color": "#c2c2c6", + "translate": "trim_material.tfc.glass_tfc" + }, + "ingredient": "gtceu:exquisite_glass_gem", + "item_model_index": 0.189 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/gold.json b/kubejs/data/tfc/trim_material/gold.json deleted file mode 100644 index 61d5d90e4..000000000 --- a/kubejs/data/tfc/trim_material/gold.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "gold_tfc", - "description": { - "color": "#DEB12D", - "translate": "trim_material.tfc.gold" - }, - "ingredient": "minecraft:gold_ingot", - "item_model_index": 0.9 -} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/gold_tfc.json b/kubejs/data/tfc/trim_material/gold_tfc.json new file mode 100644 index 000000000..b06fccfbd --- /dev/null +++ b/kubejs/data/tfc/trim_material/gold_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "gold_tfc", + "description": { + "color": "#ede65b", + "translate": "trim_material.tfc.gold_tfc" + }, + "ingredient": "create:golden_sheet", + "item_model_index": 0.164 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/green_sapphire_tfc.json b/kubejs/data/tfc/trim_material/green_sapphire_tfc.json new file mode 100644 index 000000000..c6376abdd --- /dev/null +++ b/kubejs/data/tfc/trim_material/green_sapphire_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "green_sapphire_tfc", + "description": { + "color": "#75af89", + "translate": "trim_material.tfc.green_sapphire_tfc" + }, + "ingredient": "gtceu:exquisite_green_sapphire_gem", + "item_model_index": 0.18 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/grossular_tfc.json b/kubejs/data/tfc/trim_material/grossular_tfc.json new file mode 100644 index 000000000..9b84af334 --- /dev/null +++ b/kubejs/data/tfc/trim_material/grossular_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "grossular_tfc", + "description": { + "color": "#c28b5c", + "translate": "trim_material.tfc.grossular_tfc" + }, + "ingredient": "gtceu:exquisite_grossular_gem", + "item_model_index": 0.19 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/lapis_lazuli.json b/kubejs/data/tfc/trim_material/lapis_lazuli.json deleted file mode 100644 index e44b3674e..000000000 --- a/kubejs/data/tfc/trim_material/lapis_lazuli.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "lapis_lazuli_tfc", - "description": { - "color": "#416E97", - "translate": "trim_material.tfc.lapis_lazuli" - }, - "ingredient": "minecraft:lapis_lazuli", - "item_model_index": 0.3 -} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/lapis_tfc.json b/kubejs/data/tfc/trim_material/lapis_tfc.json new file mode 100644 index 000000000..b7144c86d --- /dev/null +++ b/kubejs/data/tfc/trim_material/lapis_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "lapis_tfc", + "description": { + "color": "#6581c6", + "translate": "trim_material.tfc.lapis_tfc" + }, + "ingredient": "gtceu:exquisite_lapis_gem", + "item_model_index": 0.175 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/lazurite_tfc.json b/kubejs/data/tfc/trim_material/lazurite_tfc.json new file mode 100644 index 000000000..7033e6d65 --- /dev/null +++ b/kubejs/data/tfc/trim_material/lazurite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "lazurite_tfc", + "description": { + "color": "#1e29bb", + "translate": "trim_material.tfc.lazurite_tfc" + }, + "ingredient": "gtceu:exquisite_lazurite_gem", + "item_model_index": 0.192 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/malachite_tfc.json b/kubejs/data/tfc/trim_material/malachite_tfc.json new file mode 100644 index 000000000..5a3c59abb --- /dev/null +++ b/kubejs/data/tfc/trim_material/malachite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "malachite_tfc", + "description": { + "color": "#00b789", + "translate": "trim_material.tfc.malachite_tfc" + }, + "ingredient": "gtceu:exquisite_malachite_gem", + "item_model_index": 0.188 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/monazite_tfc.json b/kubejs/data/tfc/trim_material/monazite_tfc.json new file mode 100644 index 000000000..643bc21c4 --- /dev/null +++ b/kubejs/data/tfc/trim_material/monazite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "monazite_tfc", + "description": { + "color": "#9eb576", + "translate": "trim_material.tfc.monazite_tfc" + }, + "ingredient": "gtceu:exquisite_monazite_gem", + "item_model_index": 0.179 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/nether_quartz_tfc.json b/kubejs/data/tfc/trim_material/nether_quartz_tfc.json new file mode 100644 index 000000000..e7c4a4a33 --- /dev/null +++ b/kubejs/data/tfc/trim_material/nether_quartz_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "nether_quartz_tfc", + "description": { + "color": "#bdb6b0", + "translate": "trim_material.tfc.nether_quartz_tfc" + }, + "ingredient": "gtceu:exquisite_nether_quartz_gem", + "item_model_index": 0.184 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/neutronium_tfc.json b/kubejs/data/tfc/trim_material/neutronium_tfc.json new file mode 100644 index 000000000..ca16c6a4c --- /dev/null +++ b/kubejs/data/tfc/trim_material/neutronium_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "neutronium_tfc", + "description": { + "color": "#d7d7db", + "translate": "trim_material.tfc.neutronium_tfc" + }, + "ingredient": "gtceu:neutronium_plate", + "item_model_index": 0.151 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/nickel_tfc.json b/kubejs/data/tfc/trim_material/nickel_tfc.json new file mode 100644 index 000000000..f246aa44d --- /dev/null +++ b/kubejs/data/tfc/trim_material/nickel_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "nickel_tfc", + "description": { + "color": "#bfd1ea", + "translate": "trim_material.tfc.nickel_tfc" + }, + "ingredient": "vintageimprovements:nickel_sheet", + "item_model_index": 0.166 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/olivine_tfc.json b/kubejs/data/tfc/trim_material/olivine_tfc.json new file mode 100644 index 000000000..1a61ba733 --- /dev/null +++ b/kubejs/data/tfc/trim_material/olivine_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "olivine_tfc", + "description": { + "color": "#7fad03", + "translate": "trim_material.tfc.olivine_tfc" + }, + "ingredient": "gtceu:exquisite_olivine_gem", + "item_model_index": 0.171 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/opal.json b/kubejs/data/tfc/trim_material/opal.json deleted file mode 100644 index 86c8e32cc..000000000 --- a/kubejs/data/tfc/trim_material/opal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "opal_tfc", - "description": { - "color": "#75e7eb", - "translate": "trim_material.tfc.opal" - }, - "ingredient": "gtceu:opal_gem", - "item_model_index": 0.4 -} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/opal_tfc.json b/kubejs/data/tfc/trim_material/opal_tfc.json new file mode 100644 index 000000000..0c4f6b673 --- /dev/null +++ b/kubejs/data/tfc/trim_material/opal_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "opal_tfc", + "description": { + "color": "#bdadb6", + "translate": "trim_material.tfc.opal_tfc" + }, + "ingredient": "gtceu:exquisite_opal_gem", + "item_model_index": 0.172 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/platinum_tfc.json b/kubejs/data/tfc/trim_material/platinum_tfc.json new file mode 100644 index 000000000..0384f408c --- /dev/null +++ b/kubejs/data/tfc/trim_material/platinum_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "platinum_tfc", + "description": { + "color": "#d8cea1", + "translate": "trim_material.tfc.platinum_tfc" + }, + "ingredient": "vintageimprovements:platinum_sheet", + "item_model_index": 0.167 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/pyrite.json b/kubejs/data/tfc/trim_material/pyrite.json deleted file mode 100644 index c1b699a37..000000000 --- a/kubejs/data/tfc/trim_material/pyrite.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "pyrite_tfc", - "description": { - "color": "#e6c44c", - "translate": "trim_material.tfc.pyrite" - }, - "ingredient": "gtceu:raw_pyrite", - "item_model_index": 0.4 -} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/pyrite_tfc.json b/kubejs/data/tfc/trim_material/pyrite_tfc.json new file mode 100644 index 000000000..79b64479f --- /dev/null +++ b/kubejs/data/tfc/trim_material/pyrite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "pyrite_tfc", + "description": { + "color": "#a75e10", + "translate": "trim_material.tfc.pyrite_tfc" + }, + "ingredient": "gtceu:rich_raw_pyrite", + "item_model_index": 0.152 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/pyrope_tfc.json b/kubejs/data/tfc/trim_material/pyrope_tfc.json new file mode 100644 index 000000000..c8d120759 --- /dev/null +++ b/kubejs/data/tfc/trim_material/pyrope_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "pyrope_tfc", + "description": { + "color": "#b11344", + "translate": "trim_material.tfc.pyrope_tfc" + }, + "ingredient": "gtceu:exquisite_pyrope_gem", + "item_model_index": 0.193 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/quartzite_tfc.json b/kubejs/data/tfc/trim_material/quartzite_tfc.json new file mode 100644 index 000000000..10a554e72 --- /dev/null +++ b/kubejs/data/tfc/trim_material/quartzite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "quartzite_tfc", + "description": { + "color": "#b8bab8", + "translate": "trim_material.tfc.quartzite_tfc" + }, + "ingredient": "gtceu:exquisite_quartzite_gem", + "item_model_index": 0.186 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/realgar_tfc.json b/kubejs/data/tfc/trim_material/realgar_tfc.json new file mode 100644 index 000000000..e9a71df6c --- /dev/null +++ b/kubejs/data/tfc/trim_material/realgar_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "realgar_tfc", + "description": { + "color": "#c22e28", + "translate": "trim_material.tfc.realgar_tfc" + }, + "ingredient": "gtceu:exquisite_realgar_gem", + "item_model_index": 0.187 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/red_garnet_tfc.json b/kubejs/data/tfc/trim_material/red_garnet_tfc.json new file mode 100644 index 000000000..18b5b94cd --- /dev/null +++ b/kubejs/data/tfc/trim_material/red_garnet_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "red_garnet_tfc", + "description": { + "color": "#710910", + "translate": "trim_material.tfc.red_garnet_tfc" + }, + "ingredient": "gtceu:exquisite_red_garnet_gem", + "item_model_index": 0.177 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/redx_tfc.json b/kubejs/data/tfc/trim_material/redx_tfc.json new file mode 100644 index 000000000..05e2bac11 --- /dev/null +++ b/kubejs/data/tfc/trim_material/redx_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "redx_tfc", + "description": { + "color": "#a06156", + "translate": "trim_material.tfc.redx_tfc" + }, + "ingredient": "morered:red_alloy_wire", + "item_model_index": 0.153 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/rock_salt_tfc.json b/kubejs/data/tfc/trim_material/rock_salt_tfc.json new file mode 100644 index 000000000..3dd505eeb --- /dev/null +++ b/kubejs/data/tfc/trim_material/rock_salt_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "rock_salt_tfc", + "description": { + "color": "#c2b2af", + "translate": "trim_material.tfc.rock_salt_tfc" + }, + "ingredient": "gtceu:exquisite_rock_salt_gem", + "item_model_index": 0.194 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/rose_gold.json b/kubejs/data/tfc/trim_material/rose_gold.json deleted file mode 100644 index a00816ab4..000000000 --- a/kubejs/data/tfc/trim_material/rose_gold.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "rose_gold_tfc", - "description": { - "color": "#fcdd86", - "translate": "trim_material.tfc.rose_gold" - }, - "ingredient": "gtceu:rose_gold_ingot", - "item_model_index": 0.95 -} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/rose_gold_tfc.json b/kubejs/data/tfc/trim_material/rose_gold_tfc.json new file mode 100644 index 000000000..80827c61c --- /dev/null +++ b/kubejs/data/tfc/trim_material/rose_gold_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "rose_gold_tfc", + "description": { + "color": "#eddedb", + "translate": "trim_material.tfc.rose_gold_tfc" + }, + "ingredient": "vintageimprovements:rose_gold_sheet", + "item_model_index": 0.165 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/rose_quartz_tfc.json b/kubejs/data/tfc/trim_material/rose_quartz_tfc.json new file mode 100644 index 000000000..28d2d8250 --- /dev/null +++ b/kubejs/data/tfc/trim_material/rose_quartz_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "rose_quartz_tfc", + "description": { + "color": "#ba3458", + "translate": "trim_material.tfc.rose_quartz_tfc" + }, + "ingredient": "gtceu:exquisite_rose_quartz_gem", + "item_model_index": 0.161 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/ruby.json b/kubejs/data/tfc/trim_material/ruby.json deleted file mode 100644 index 02729ff7d..000000000 --- a/kubejs/data/tfc/trim_material/ruby.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "ruby_tfc", - "description": { - "color": "#971607", - "translate": "trim_material.tfc.ruby" - }, - "ingredient": "gtceu:ruby_gem", - "item_model_index": 0.5 -} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/ruby_tfc.json b/kubejs/data/tfc/trim_material/ruby_tfc.json new file mode 100644 index 000000000..5428d1c88 --- /dev/null +++ b/kubejs/data/tfc/trim_material/ruby_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "ruby_tfc", + "description": { + "color": "#a41b0c", + "translate": "trim_material.tfc.ruby_tfc" + }, + "ingredient": "gtceu:exquisite_ruby_gem", + "item_model_index": 0.195 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/rutile_tfc.json b/kubejs/data/tfc/trim_material/rutile_tfc.json new file mode 100644 index 000000000..cec9c58a1 --- /dev/null +++ b/kubejs/data/tfc/trim_material/rutile_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "rutile_tfc", + "description": { + "color": "#681c05", + "translate": "trim_material.tfc.rutile_tfc" + }, + "ingredient": "gtceu:exquisite_rutile_gem", + "item_model_index": 0.191 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/salt_tfc.json b/kubejs/data/tfc/trim_material/salt_tfc.json new file mode 100644 index 000000000..78c876ba8 --- /dev/null +++ b/kubejs/data/tfc/trim_material/salt_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "salt_tfc", + "description": { + "color": "#bebec2", + "translate": "trim_material.tfc.salt_tfc" + }, + "ingredient": "gtceu:exquisite_salt_gem", + "item_model_index": 0.196 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/sapphire.json b/kubejs/data/tfc/trim_material/sapphire.json deleted file mode 100644 index 4d7661b8a..000000000 --- a/kubejs/data/tfc/trim_material/sapphire.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "sapphire_tfc", - "description": { - "color": "#183dde", - "translate": "trim_material.tfc.sapphire" - }, - "ingredient": "gtceu:sapphire_gem", - "item_model_index": 0.6 -} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/sapphire_tfc.json b/kubejs/data/tfc/trim_material/sapphire_tfc.json new file mode 100644 index 000000000..a15fb6664 --- /dev/null +++ b/kubejs/data/tfc/trim_material/sapphire_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "sapphire_tfc", + "description": { + "color": "#2628b0", + "translate": "trim_material.tfc.sapphire_tfc" + }, + "ingredient": "gtceu:exquisite_sapphire_gem", + "item_model_index": 0.197 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/silver.json b/kubejs/data/tfc/trim_material/silver.json deleted file mode 100644 index bea687bed..000000000 --- a/kubejs/data/tfc/trim_material/silver.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "silver_tfc", - "description": { - "color": "#edeadf", - "translate": "trim_material.tfc.silver" - }, - "ingredient": "gtceu:silver_ingot", - "item_model_index": 0.8 -} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/silver_tfc.json b/kubejs/data/tfc/trim_material/silver_tfc.json new file mode 100644 index 000000000..52be79ddb --- /dev/null +++ b/kubejs/data/tfc/trim_material/silver_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "silver_tfc", + "description": { + "color": "#d8d8f4", + "translate": "trim_material.tfc.silver_tfc" + }, + "ingredient": "vintageimprovements:silver_sheet", + "item_model_index": 0.162 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/sodalite_tfc.json b/kubejs/data/tfc/trim_material/sodalite_tfc.json new file mode 100644 index 000000000..f0b18fac9 --- /dev/null +++ b/kubejs/data/tfc/trim_material/sodalite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "sodalite_tfc", + "description": { + "color": "#2e40c6", + "translate": "trim_material.tfc.sodalite_tfc" + }, + "ingredient": "gtceu:exquisite_sodalite_gem", + "item_model_index": 0.198 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/spessartine_tfc.json b/kubejs/data/tfc/trim_material/spessartine_tfc.json new file mode 100644 index 000000000..161014529 --- /dev/null +++ b/kubejs/data/tfc/trim_material/spessartine_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "spessartine_tfc", + "description": { + "color": "#c28017", + "translate": "trim_material.tfc.spessartine_tfc" + }, + "ingredient": "gtceu:exquisite_spessartine_gem", + "item_model_index": 0.181 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/sterling_silver.json b/kubejs/data/tfc/trim_material/sterling_silver.json deleted file mode 100644 index de8d2dd4d..000000000 --- a/kubejs/data/tfc/trim_material/sterling_silver.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "sterling_silver_tfc", - "description": { - "color": "#ccc7b6", - "translate": "trim_material.tfc.sterling_silver" - }, - "ingredient": "gtceu:sterling_silver_ingot", - "item_model_index": 0.85 -} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/sterling_silver_tfc.json b/kubejs/data/tfc/trim_material/sterling_silver_tfc.json new file mode 100644 index 000000000..91eeff03c --- /dev/null +++ b/kubejs/data/tfc/trim_material/sterling_silver_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "sterling_silver_tfc", + "description": { + "color": "#eae5d3", + "translate": "trim_material.tfc.sterling_silver_tfc" + }, + "ingredient": "gtceu:sterling_silver_plate", + "item_model_index": 0.163 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/titanium_tfc.json b/kubejs/data/tfc/trim_material/titanium_tfc.json new file mode 100644 index 000000000..6f4f0fda9 --- /dev/null +++ b/kubejs/data/tfc/trim_material/titanium_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "titanium_tfc", + "description": { + "color": "#c496d8", + "translate": "trim_material.tfc.titanium_tfc" + }, + "ingredient": "gtceu:titanium_plate", + "item_model_index": 0.168 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/topaz.json b/kubejs/data/tfc/trim_material/topaz.json deleted file mode 100644 index 5438319e3..000000000 --- a/kubejs/data/tfc/trim_material/topaz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "asset_name": "topaz_tfc", - "description": { - "color": "#c27a0e", - "translate": "trim_material.tfc.topaz" - }, - "ingredient": "gtceu:topaz_gem", - "item_model_index": 0.7 -} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/topaz_tfc.json b/kubejs/data/tfc/trim_material/topaz_tfc.json new file mode 100644 index 000000000..bbdd3a171 --- /dev/null +++ b/kubejs/data/tfc/trim_material/topaz_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "topaz_tfc", + "description": { + "color": "#b1a42d", + "translate": "trim_material.tfc.topaz_tfc" + }, + "ingredient": "gtceu:exquisite_topaz_gem", + "item_model_index": 0.182 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/uvarovite_tfc.json b/kubejs/data/tfc/trim_material/uvarovite_tfc.json new file mode 100644 index 000000000..4d3fe567a --- /dev/null +++ b/kubejs/data/tfc/trim_material/uvarovite_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "uvarovite_tfc", + "description": { + "color": "#22b43b", + "translate": "trim_material.tfc.uvarovite_tfc" + }, + "ingredient": "gtceu:exquisite_uvarovite_gem", + "item_model_index": 0.183 +} \ No newline at end of file diff --git a/kubejs/data/tfc/trim_material/yellow_garnet_tfc.json b/kubejs/data/tfc/trim_material/yellow_garnet_tfc.json new file mode 100644 index 000000000..b60053f89 --- /dev/null +++ b/kubejs/data/tfc/trim_material/yellow_garnet_tfc.json @@ -0,0 +1,9 @@ +{ + "asset_name": "yellow_garnet_tfc", + "description": { + "color": "#bbc207", + "translate": "trim_material.tfc.yellow_garnet_tfc" + }, + "ingredient": "gtceu:exquisite_yellow_garnet_gem", + "item_model_index": 0.178 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_amethyst.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_amethyst.json index bec605558..198021f8c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_amethyst.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_amethyst.json @@ -1,493 +1,494 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 230, - "density": 0.25, - "min_y": -64, - "max_y": 26, - "size": 40, - "random_name": "deep_garnet_amethyst", - "height": 8, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:quartzite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:quartzite_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:quartzite_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:slate_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:slate_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:slate_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:phyllite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:phyllite_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:phyllite_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:schist_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:schist_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:schist_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:gneiss_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:gneiss_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:gneiss_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:marble_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:marble_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:marble_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:shale_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:shale_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:shale_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:claystone_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:claystone_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:claystone_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:limestone_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:limestone_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:limestone_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:conglomerate_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:conglomerate_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:conglomerate_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:dolomite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:dolomite_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:dolomite_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:chert_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:chert_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:chert_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:chalk_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:chalk_amethyst_ore", - "weight": 65 - }, - { - "block": "gtceu:chalk_opal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 20, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:red_garnet_bud_indicator", - "weight": 5 - }, - { - "block": "gtceu:yellow_garnet_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:amethyst_bud_indicator", - "weight": 65 - }, - { - "block": "gtceu:opal_bud_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 8, + "size": 40, + "rarity": 230, + "density": 0.25, + "min_y": -64, + "max_y": 26, + "random_name": "deep_garnet_amethyst", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:quartzite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:quartzite_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:slate_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:slate_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:slate_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:phyllite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:phyllite_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:schist_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:schist_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:schist_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:gneiss_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:gneiss_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:marble_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:marble_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:marble_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:shale_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:shale_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:shale_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:claystone_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:claystone_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:claystone_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:limestone_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:limestone_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:limestone_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:conglomerate_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:conglomerate_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:conglomerate_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:dolomite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:dolomite_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:dolomite_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:chert_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:chert_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:chert_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:chalk_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:chalk_amethyst_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:chalk_opal_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:red_garnet_bud_indicator", + "weight": 5 + }, + { + "block": "gtceu:yellow_garnet_bud_indicator", + "weight": 15 + }, + { + "block": "gtceu:amethyst_bud_indicator", + "weight": 65 + }, + { + "block": "gtceu:opal_bud_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json index afad3f078..d4b249680 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json @@ -1,283 +1,285 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 220, - "density": 0.35, - "min_y": -64, - "max_y": 62, - "size": 26, - "random_name": "deep_garnet_opal", - "height": 6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:rhyolite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:rhyolite_amethyst_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_opal_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_amethyst_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_opal_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:andesite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:andesite_amethyst_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_opal_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:dacite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:dacite_amethyst_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_opal_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:granite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_amethyst_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_opal_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:diorite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_amethyst_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_opal_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:gabbro_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_amethyst_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_opal_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 1 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 20, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:red_garnet_bud_indicator", - "weight": 5 - }, - { - "block": "gtceu:yellow_garnet_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:amethyst_bud_indicator", - "weight": 25 - }, - { - "block": "gtceu:opal_bud_indicator", - "weight": 55 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 6, + "size": 26, + "rarity": 220, + "density": 0.35, + "min_y": -64, + "max_y": 62, + "random_name": "deep_garnet_opal", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_amethyst_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_opal_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_amethyst_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_opal_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_amethyst_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_opal_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_amethyst_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_opal_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:granite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:granite_amethyst_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:granite_opal_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:diorite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_amethyst_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_opal_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_red_garnet_ore", + "weight": 5 + }, + { + "block": "gtceu:gabbro_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_amethyst_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_opal_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:red_garnet_bud_indicator", + "weight": 5 + }, + { + "block": "gtceu:yellow_garnet_bud_indicator", + "weight": 15 + }, + { + "block": "gtceu:amethyst_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:opal_bud_indicator", + "weight": 55 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json index da21f3756..9421833da 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json @@ -1,254 +1,256 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 260, - "density": 0.45, - "min_y": -64, - "max_y": 30, - "size": 32, - "random_name": "deep_gold", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:rhyolite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:rhyolite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:rhyolite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:andesite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:andesite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:andesite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:dacite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:dacite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:dacite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:granite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:granite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:diorite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:diorite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:gabbro_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:gabbro_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:goethite_indicator", - "weight": 5 - }, - { - "block": "tfc:ore/small_limonite", - "weight": 5 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 15 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 75 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 32, + "rarity": 260, + "density": 0.45, + "min_y": -64, + "max_y": 30, + "random_name": "deep_gold", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:granite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:granite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:diorite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:diorite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:gabbro_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:gabbro_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 5 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 5 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 15 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 75 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json index 884a10789..082990bf1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json @@ -1,197 +1,199 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.35, - "min_y": -64, - "max_y": 30, - "size": 30, - "random_name": "deep_hematite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:rhyolite_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:rhyolite_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:rhyolite_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:andesite_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:andesite_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:andesite_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:dacite_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:dacite_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:dacite_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:goethite_indicator", - "weight": 25 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 35 - }, - { - "block": "tfc:ore/small_limonite", - "weight": 15 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 5 - }, - { - "block": "gtceu:ruby_bud_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 30, + "rarity": 220, + "density": 0.35, + "min_y": -64, + "max_y": 30, + "random_name": "deep_hematite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:rhyolite_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 2 + }, + { + "block": "gtceu:rhyolite_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:andesite_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 2 + }, + { + "block": "gtceu:andesite_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:dacite_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 2 + }, + { + "block": "gtceu:dacite_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 25 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 15 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 35 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 5 + }, + { + "block": "gtceu:ruby_bud_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_limonite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_limonite.json index 79d881616..19f1bb155 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_limonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_limonite.json @@ -1,119 +1,100 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 240, - "density": 0.35, - "min_y": -64, - "max_y": 30, - "size": 32, - "random_name": "deep_limonite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_goethite_ore", - "weight": 50 - }, - { - "block": "gtceu:marble_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:marble_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:marble_malachite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_malachite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_goethite_ore", - "weight": 50 - }, - { - "block": "gtceu:limestone_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:limestone_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:limestone_malachite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_malachite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:goethite_indicator", - "weight": 50 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 15 - }, - { - "block": "tfc:ore/small_limonite", - "weight": 15 - }, - { - "block": "tfc:ore/small_malachite", - "weight": 10 - }, - { - "block": "gtceu:malachite_bud_indicator", - "weight": 10 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 32, + "rarity": 240, + "density": 0.35, + "min_y": -64, + "max_y": 30, + "random_name": "deep_limonite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_goethite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 2 + }, + { + "block": "gtceu:marble_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:marble_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:marble_malachite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_malachite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_goethite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 2 + }, + { + "block": "gtceu:limestone_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:limestone_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:limestone_malachite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_malachite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 50 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 15 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 15 + }, + { + "block": "tfc:ore/small_malachite", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_magnetite.json index c2e4e5e78..bea15e375 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_magnetite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_magnetite.json @@ -1,258 +1,259 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 205, - "density": 0.3, - "min_y": -64, - "max_y": 30, - "size": 34, - "random_name": "deep_magnetite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:shale_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:shale_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:shale_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:shale_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:claystone_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:claystone_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:claystone_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:claystone_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:limestone_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:limestone_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:limestone_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:limestone_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:conglomerate_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:conglomerate_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:conglomerate_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:conglomerate_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:dolomite_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:dolomite_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:dolomite_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:dolomite_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:chert_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:chert_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:chert_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:chert_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:chalk_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:chalk_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:chalk_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:chalk_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_magnetite", - "weight": 5 - }, - { - "block": "gtceu:vanadium_magnetite_indicator", - "weight": 15 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 15 - }, - { - "block": "firmalife:ore/small_chromite", - "weight": 60 - }, - { - "block": "gtceu:sapphire_bud_indicator", - "weight": 5 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 34, + "rarity": 205, + "density": 0.3, + "min_y": -64, + "max_y": 30, + "random_name": "deep_magnetite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:shale_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:shale_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:shale_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:shale_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:claystone_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:claystone_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:claystone_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:claystone_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:limestone_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:limestone_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:limestone_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:limestone_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:conglomerate_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:conglomerate_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:conglomerate_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:conglomerate_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:dolomite_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:dolomite_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:dolomite_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:dolomite_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:chert_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:chert_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:chert_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:chert_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:chalk_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:chalk_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:chalk_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:chalk_sapphire_ore", + "weight": 5 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_magnetite", + "weight": 5 + }, + { + "block": "gtceu:vanadium_magnetite_indicator", + "weight": 15 + }, + { + "block": "firmalife:ore/small_chromite", + "weight": 60 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 15 + }, + { + "block": "gtceu:sapphire_bud_indicator", + "weight": 5 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_molybdenum.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_molybdenum.json index 8d6340468..8fce420b6 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_molybdenum.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_molybdenum.json @@ -1,254 +1,256 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 245, - "density": 0.45, - "min_y": -64, - "max_y": 10, - "size": 26, - "random_name": "deep_molybdenum", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:rhyolite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:rhyolite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:rhyolite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:basalt_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:andesite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:andesite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:andesite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:dacite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:dacite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:dacite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:granite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:granite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:diorite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:gabbro_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:wulfenite_indicator", - "weight": 40 - }, - { - "block": "gtceu:molybdenite_indicator", - "weight": 30 - }, - { - "block": "gtceu:molybdenum_indicator", - "weight": 15 - }, - { - "block": "gtceu:powellite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 26, + "rarity": 245, + "density": 0.45, + "min_y": -64, + "max_y": 10, + "random_name": "deep_molybdenum", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:rhyolite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:andesite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:dacite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:granite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_powellite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:wulfenite_indicator", + "weight": 40 + }, + { + "block": "gtceu:molybdenite_indicator", + "weight": 30 + }, + { + "block": "gtceu:molybdenum_indicator", + "weight": 15 + }, + { + "block": "gtceu:powellite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_pitchblende.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_pitchblende.json index 2bf49d480..2a3dfaeb8 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_pitchblende.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_pitchblende.json @@ -1,236 +1,237 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.45, - "min_y": -64, - "max_y": -20, - "size": 24, - "random_name": "deep_pitchblende", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:granite_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:gabbro_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:quartzite_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:slate_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:phyllite_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:gneiss_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:marble_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:pitchblende_indicator", - "weight": 50 - }, - { - "block": "gtceu:uraninite_indicator", - "weight": 50 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 24, + "rarity": 220, + "density": 0.45, + "min_y": -64, + "max_y": -20, + "random_name": "deep_pitchblende", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:granite_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:slate_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:schist_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:marble_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:pitchblende_indicator", + "weight": 50 + }, + { + "block": "gtceu:uraninite_indicator", + "weight": 50 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json index 09514546f..d0b865063 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json @@ -1,162 +1,164 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 180, - "density": 0.35, - "min_y": -64, - "max_y": 26, - "size": 28, - "random_name": "deep_sapphire", - "height": 8, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:rhyolite_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:rhyolite_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:andesite_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:andesite_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:dacite_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:dacite_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:almandine_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:pyrope_bud_indicator", - "weight": 25 - }, - { - "block": "gtceu:sapphire_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:green_sapphire_bud_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 8, + "size": 28, + "rarity": 180, + "density": 0.35, + "min_y": -64, + "max_y": 26, + "random_name": "deep_sapphire", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:rhyolite_green_sapphire_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_green_sapphire_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:andesite_green_sapphire_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:dacite_green_sapphire_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:almandine_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:pyrope_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:sapphire_bud_indicator", + "weight": 15 + }, + { + "block": "gtceu:green_sapphire_bud_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_scheelite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_scheelite.json index d59749bf5..179b56637 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_scheelite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_scheelite.json @@ -1,114 +1,115 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.35, - "min_y": -64, - "max_y": 0, - "size": 20, - "random_name": "deep_scheelite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:granite_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:diorite_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:gabbro_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:scheelite_indicator", - "weight": 45 - }, - { - "block": "gtceu:tungstate_indicator", - "weight": 35 - }, - { - "block": "gtceu:lithium_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 20, + "rarity": 220, + "density": 0.35, + "min_y": -64, + "max_y": 0, + "random_name": "deep_scheelite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:granite_lithium_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_lithium_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_lithium_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:scheelite_indicator", + "weight": 45 + }, + { + "block": "gtceu:tungstate_indicator", + "weight": 35 + }, + { + "block": "gtceu:lithium_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sheldonite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sheldonite.json index 49373b66b..0b20e8ad6 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sheldonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sheldonite.json @@ -1,247 +1,248 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 300, - "density": 0.3, - "min_y": -64, - "max_y": 0, - "size": 30, - "random_name": "deep_sheldonite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:quartzite_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:slate_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:phyllite_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:marble_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:bornite_indicator", - "weight": 35 - }, - { - "block": "gtceu:cooperite_indicator", - "weight": 25 - }, - { - "block": "gtceu:platinum_indicator", - "weight": 25 - }, - { - "block": "gtceu:palladium_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 30, + "rarity": 300, + "density": 0.3, + "min_y": -64, + "max_y": 0, + "random_name": "deep_sheldonite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:slate_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:slate_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:slate_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:schist_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:marble_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:marble_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:marble_palladium_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:bornite_indicator", + "weight": 35 + }, + { + "block": "gtceu:cooperite_indicator", + "weight": 25 + }, + { + "block": "gtceu:platinum_indicator", + "weight": 25 + }, + { + "block": "gtceu:palladium_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_topaz.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_topaz.json index d1ec86244..bde75e016 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_topaz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_topaz.json @@ -1,248 +1,249 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 260, - "density": 0.3, - "min_y": -64, - "max_y": 26, - "size": 28, - "random_name": "deep_topaz", - "height": 7, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:quartzite_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:slate_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:phyllite_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:marble_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:chalcocite_indicator", - "weight": 25 - }, - { - "block": "gtceu:bornite_indicator", - "weight": 15 - }, - { - "block": "gtceu:blue_topaz_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:topaz_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 7, + "size": 28, + "rarity": 260, + "density": 0.3, + "min_y": -64, + "max_y": 26, + "random_name": "deep_topaz", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:slate_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:slate_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:slate_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:schist_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:schist_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:marble_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:marble_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:marble_bornite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:blue_topaz_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:topaz_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:chalcocite_indicator", + "weight": 25 + }, + { + "block": "gtceu:bornite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_apatite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_apatite.json index 192f337a9..557ad519a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_apatite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_apatite.json @@ -1,240 +1,241 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.25, - "min_y": -32, - "max_y": 60, - "size": 34, - "random_name": "normal_apatite_", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:granite_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:gabbro_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:quartzite_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:quartzite_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:slate_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:slate_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:phyllite_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:phyllite_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:gneiss_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:marble_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:marble_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:tricalcium_phosphate_indicator", - "weight": 35 - }, - { - "block": "gtceu:pyrochlore_indicator", - "weight": 15 - }, - { - "block": "gtceu:apatite_bud_indicator", - "weight": 50 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 34, + "rarity": 220, + "density": 0.25, + "min_y": -32, + "max_y": 60, + "random_name": "normal_apatite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:granite_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:diorite_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:gabbro_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:quartzite_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:slate_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:slate_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:phyllite_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:schist_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:gneiss_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 1 + }, + { + "block": "gtceu:marble_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:marble_pyrochlore_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:apatite_bud_indicator", + "weight": 50 + }, + { + "block": "gtceu:tricalcium_phosphate_indicator", + "weight": 35 + }, + { + "block": "gtceu:pyrochlore_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json index 4ce2a92ac..0fbcd129b 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json @@ -1,13 +1,14 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { + "height": 9, + "size": 48, "rarity": 160, "density": 0.3, "min_y": -32, "max_y": 60, - "size": 48, "random_name": "normal_basaltic_sands", - "height": 9, "blocks": [ { "replace": [ @@ -34,6 +35,7 @@ }, { "replace": [ + "minecraft:basalt", "tfc:rock/raw/basalt" ], "with": [ @@ -56,7 +58,7 @@ ] } ], - "indicator": { + "indicator": { "rarity": 15, "depth": 20, "underground_rarity": 40, @@ -66,15 +68,15 @@ "block": "gtceu:basaltic_mineral_sand_indicator", "weight": 35 }, - { + { "block": "gtceu:granitic_mineral_sand_indicator", "weight": 25 }, - { + { "block": "gtceu:fullers_earth_indicator", "weight": 25 }, - { + { "block": "gtceu:gypsum_indicator", "weight": 15 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bauxite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bauxite.json index 99a6a92fa..abc6b6409 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bauxite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bauxite.json @@ -1,166 +1,167 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 185, - "density": 0.3, - "min_y": -32, - "max_y": 60, - "size": 40, - "random_name": "normal_bauxite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:shale_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:shale_aluminium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:claystone_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:claystone_aluminium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:limestone_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:limestone_aluminium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:conglomerate_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:conglomerate_aluminium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:dolomite_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:dolomite_aluminium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:chert_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:chert_aluminium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:chalk_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:chalk_aluminium_ore", - "weight": 25 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:bauxite_indicator", - "weight": 45 - }, - { - "block": "gtceu:ilmenite_indicator", - "weight": 30 - }, - { - "block": "gtceu:aluminium_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 185, + "density": 0.3, + "min_y": -32, + "max_y": 60, + "random_name": "normal_bauxite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:shale_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:shale_aluminium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:claystone_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:claystone_aluminium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:limestone_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:limestone_aluminium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:conglomerate_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:conglomerate_aluminium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:dolomite_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:dolomite_aluminium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:chert_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:chert_aluminium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:chalk_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:chalk_aluminium_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:bauxite_indicator", + "weight": 45 + }, + { + "block": "gtceu:ilmenite_indicator", + "weight": 30 + }, + { + "block": "gtceu:aluminium_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json index 9c9b1156b..2013a4c5a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json @@ -1,115 +1,117 @@ { - "type": "tfc:pipe_vein", - "config": { - "rarity": 180, - "density": 0.35, - "min_y": -32, - "max_y": 50, - "random_name": "normal_beryllium", - "min_skew": 6, - "max_skew": 18, - "min_slant": 0, - "max_slant": 4, - "sign": 0, - "height": 60, - "radius": 10, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:rhyolite_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:rhyolite_thorium_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:basalt_thorium_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:andesite_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:andesite_thorium_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:dacite_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:dacite_thorium_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:beryllium_indicator", - "weight": 35 - }, - { - "block": "gtceu:thorium_indicator", - "weight": 15 - }, - { - "block": "gtceu:emerald_bud_indicator", - "weight": 50 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:pipe_vein", + "config": { + "height": 60, + "radius": 10, + "min_skew": 6, + "max_skew": 18, + "min_slant": 0, + "max_slant": 4, + "sign": 0, + "rarity": 250, + "density": 0.35, + "min_y": -32, + "max_y": 50, + "random_name": "normal_beryllium", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:rhyolite_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:rhyolite_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:basalt_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:andesite_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:andesite_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:dacite_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:dacite_thorium_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:beryllium_indicator", + "weight": 35 + }, + { + "block": "gtceu:emerald_bud_indicator", + "weight": 50 + }, + { + "block": "gtceu:thorium_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bismuthinite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bismuthinite.json index b1b6cceb8..72fa426fd 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bismuthinite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bismuthinite.json @@ -1,223 +1,224 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_bismuthinite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:granite_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:granite_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:diorite_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:diorite_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:gabbro_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:gabbro_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:shale_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:shale_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:claystone_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:claystone_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:limestone_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:limestone_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:conglomerate_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:conglomerate_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:dolomite_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:dolomite_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:chert_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:chert_lead_ore", - "weight": 11 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_bismuth_ore", - "weight": 80 - }, - { - "block": "gtceu:chalk_sulfur_ore", - "weight": 9 - }, - { - "block": "gtceu:chalk_lead_ore", - "weight": 11 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 40, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_bismuthinite", - "weight": 80 - }, - { - "block": "gtceu:sulfur_indicator", - "weight": 9 - }, - { - "block": "gtceu:lead_indicator", - "weight": 11 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 170, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_bismuthinite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:granite_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:granite_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:diorite_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:diorite_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:gabbro_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:gabbro_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:shale_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:shale_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:claystone_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:claystone_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:limestone_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:limestone_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:conglomerate_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:conglomerate_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:dolomite_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:dolomite_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:chert_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:chert_lead_ore", + "weight": 11 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_bismuth_ore", + "weight": 80 + }, + { + "block": "gtceu:chalk_sulfur_ore", + "weight": 9 + }, + { + "block": "gtceu:chalk_lead_ore", + "weight": 11 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_bismuthinite", + "weight": 80 + }, + { + "block": "gtceu:sulfur_indicator", + "weight": 9 + }, + { + "block": "gtceu:lead_indicator", + "weight": 11 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_cassiterite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_cassiterite.json index 62952272e..9fad2f7a1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_cassiterite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_cassiterite.json @@ -1,94 +1,95 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_cassiterite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:granite_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:diorite_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:gabbro_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_cassiterite", - "weight": 100 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 170, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_cassiterite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_cassiterite", + "weight": 100 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_coal.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_coal.json index 6276d069b..76388f825 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_coal.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_coal.json @@ -1,134 +1,135 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 215, - "density": 0.55, - "min_y": 0, - "max_y": 210, - "size": 60, - "random_name": "normal_coal", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_coal_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_coal_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_coal_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_coal_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_coal_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_coal_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_coal_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_coal_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_coal_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_coal_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_coal_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_coal_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_coal_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_coal_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:coal_indicator", - "weight": 95 - }, - { - "block": "gtceu:coal_bud_indicator", - "weight": 5 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 60, + "rarity": 215, + "density": 0.55, + "min_y": 0, + "max_y": 210, + "random_name": "normal_coal", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_coal_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_coal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_coal_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_coal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_coal_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_coal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_coal_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_coal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_coal_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_coal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_coal_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_coal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_coal_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_coal_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:coal_indicator", + "weight": 95 + }, + { + "block": "gtceu:coal_bud_indicator", + "weight": 5 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json index b93f9ea45..93a417772 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json @@ -1,145 +1,147 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_copper", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:rhyolite_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:rhyolite_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:rhyolite_copper_ore", - "weight": 65 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:basalt_copper_ore", - "weight": 65 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:andesite_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:andesite_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:andesite_copper_ore", - "weight": 65 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:dacite_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:dacite_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:dacite_copper_ore", - "weight": 65 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 85, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:chalcopyrite_indicator", - "weight": 20 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 5 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 10 - }, - { - "block": "tfc:ore/small_native_copper", - "weight": 65 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 170, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_copper", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:rhyolite_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:rhyolite_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:basalt_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:andesite_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:andesite_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:dacite_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:dacite_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 85, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:chalcopyrite_indicator", + "weight": 20 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 5 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 10 + }, + { + "block": "tfc:ore/small_native_copper", + "weight": 65 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json index 3ab7ead90..db22b2160 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json @@ -1,497 +1,499 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 270, - "density": 0.25, - "min_y": -40, - "max_y": 64, - "size": 40, - "random_name": "normal_garnet_tin", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:rhyolite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:andesite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:dacite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:quartzite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:slate_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:phyllite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:marble_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:shale_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:shale_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:shale_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:claystone_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:claystone_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:claystone_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:limestone_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:limestone_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:limestone_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:conglomerate_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:conglomerate_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:conglomerate_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:dolomite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:dolomite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:dolomite_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:chert_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:chert_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:chert_diatomite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:chalk_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:chalk_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:chalk_diatomite_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_cassiterite", - "weight": 35 - }, - { - "block": "gtceu:garnet_sand_indicator", - "weight": 25 - }, - { - "block": "gtceu:asbestos_indicator", - "weight": 25 - }, - { - "block": "gtceu:diatomite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 270, + "density": 0.25, + "min_y": -40, + "max_y": 64, + "random_name": "normal_garnet_tin", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:rhyolite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:rhyolite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:rhyolite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:andesite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:andesite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:andesite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:dacite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:dacite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:dacite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:granite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:granite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:granite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:diorite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:gabbro_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:quartzite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:quartzite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:quartzite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:slate_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:slate_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:slate_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:phyllite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:phyllite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:phyllite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:schist_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:schist_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:schist_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:gneiss_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:gneiss_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:gneiss_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:marble_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:marble_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:marble_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:shale_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:shale_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:shale_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:claystone_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:claystone_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:claystone_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:limestone_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:limestone_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:limestone_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:conglomerate_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:conglomerate_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:conglomerate_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:dolomite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:dolomite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:dolomite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:chert_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:chert_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:chert_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:chalk_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:chalk_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:chalk_diatomite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_cassiterite", + "weight": 35 + }, + { + "block": "gtceu:garnet_sand_indicator", + "weight": 25 + }, + { + "block": "gtceu:asbestos_indicator", + "weight": 25 + }, + { + "block": "gtceu:diatomite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnierite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnierite.json index c0b63d678..c5f1474e3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnierite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnierite.json @@ -1,99 +1,100 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 160, - "density": 0.4, - "min_y": -32, - "max_y": 60, - "size": 40, - "random_name": "normal_garnierite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_garnierite_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_nickel_ore", - "weight": 10 - }, - { - "block": "gtceu:gabbro_cobaltite_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_pentlandite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_cobalt_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_garnierite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_garnierite_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_nickel_ore", - "weight": 10 - }, - { - "block": "gtceu:diorite_cobaltite_ore", - "weight": 20 - }, - { - "block": "gtceu:diorite_pentlandite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_cobalt_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_garnierite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 70, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_garnierite", - "weight": 55 - }, - { - "block": "gtceu:cobaltite_indicator", - "weight": 20 - }, - { - "block": "gtceu:pentlandite_indicator", - "weight": 10 - }, - { - "block": "gtceu:cobalt_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 160, + "density": 0.4, + "min_y": -32, + "max_y": 60, + "random_name": "normal_garnierite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_garnierite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_garnierite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_nickel_ore", + "weight": 10 + }, + { + "block": "gtceu:gabbro_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_cobalt_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_garnierite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_garnierite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_nickel_ore", + "weight": 10 + }, + { + "block": "gtceu:diorite_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:diorite_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_cobalt_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 70, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_garnierite", + "weight": 55 + }, + { + "block": "gtceu:cobaltite_indicator", + "weight": 20 + }, + { + "block": "gtceu:pentlandite_indicator", + "weight": 10 + }, + { + "block": "gtceu:cobalt_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json index aedce6b14..d7c04632f 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json @@ -1,227 +1,229 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 170, - "density": 0.4, - "min_y": -32, - "max_y": 60, - "size": 40, - "random_name": "normal_gold", - "height": 12, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:rhyolite_yellow_limonite_ore", - "weight": 20 - }, - { - "block": "gtceu:rhyolite_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:rhyolite_gold_ore", - "weight": 55 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_yellow_limonite_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_gold_ore", - "weight": 55 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:andesite_yellow_limonite_ore", - "weight": 20 - }, - { - "block": "gtceu:andesite_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:andesite_gold_ore", - "weight": 55 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:dacite_yellow_limonite_ore", - "weight": 20 - }, - { - "block": "gtceu:dacite_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:dacite_gold_ore", - "weight": 55 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:granite_yellow_limonite_ore", - "weight": 20 - }, - { - "block": "gtceu:granite_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:granite_gold_ore", - "weight": 55 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:diorite_yellow_limonite_ore", - "weight": 20 - }, - { - "block": "gtceu:diorite_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:diorite_gold_ore", - "weight": 55 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:gabbro_yellow_limonite_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_gold_ore", - "weight": 55 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_limonite", - "weight": 20 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 20 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 55 - }, - { - "block": "gtceu:goethite_indicator", - "weight": 5 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 12, + "size": 40, + "rarity": 170, + "density": 0.4, + "min_y": -32, + "max_y": 60, + "random_name": "normal_gold", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_yellow_limonite_ore", + "weight": 20 + }, + { + "block": "gtceu:rhyolite_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:rhyolite_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_yellow_limonite_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_yellow_limonite_ore", + "weight": 20 + }, + { + "block": "gtceu:andesite_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:andesite_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_yellow_limonite_ore", + "weight": 20 + }, + { + "block": "gtceu:dacite_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:dacite_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:granite_yellow_limonite_ore", + "weight": 20 + }, + { + "block": "gtceu:granite_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:granite_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:diorite_yellow_limonite_ore", + "weight": 20 + }, + { + "block": "gtceu:diorite_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:diorite_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:gabbro_yellow_limonite_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 5 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 20 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 20 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 55 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json index 685bd52f7..24e30b79c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json @@ -1,414 +1,416 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 80, - "density": 0.4, - "min_y": -64, - "max_y": -16, - "size": 16, - "random_name": "normal_graphite", - "height": 6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:gabbro_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:granite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:diorite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:schist_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:gneiss_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:quartzite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:phyllite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:slate_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:marble_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:dacite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:rhyolite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:andesite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:basalt_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:shale_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:shale_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:claystone_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:claystone_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:limestone_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:limestone_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:conglomerate_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:conglomerate_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:dolomite_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:dolomite_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:chert_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:chert_coal_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:chalk_diamond_ore", - "weight": 25 - }, - { - "block": "gtceu:chalk_coal_ore", - "weight": 30 - } - ] - } - ], - "indicator": { - "rarity": 10, - "depth": 80, - "underground_rarity": 30, - "underground_count": 400, - "blocks": [ - { - "block": "gtceu:graphite_indicator", - "weight": 45 - }, - { - "block": "gtceu:coal_indicator", - "weight": 30 - }, - { - "block": "gtceu:diamond_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 6, + "size": 16, + "rarity": 80, + "density": 0.4, + "min_y": -64, + "max_y": -16, + "random_name": "normal_graphite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:gabbro_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:granite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:granite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:diorite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:schist_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:schist_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:gneiss_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:gneiss_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:quartzite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:quartzite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:phyllite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:phyllite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:slate_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:slate_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:marble_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:marble_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:dacite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:dacite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:rhyolite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:rhyolite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:andesite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:andesite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:basalt_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:shale_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:shale_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:claystone_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:claystone_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:limestone_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:limestone_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:conglomerate_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:conglomerate_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:dolomite_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:dolomite_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:chert_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:chert_coal_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:chalk_diamond_ore", + "weight": 25 + }, + { + "block": "gtceu:chalk_coal_ore", + "weight": 30 + } + ] + } + ], + "indicator": { + "rarity": 10, + "depth": 20, + "underground_rarity": 30, + "underground_count": 400, + "blocks": [ + { + "block": "gtceu:graphite_indicator", + "weight": 45 + }, + { + "block": "gtceu:coal_indicator", + "weight": 30 + }, + { + "block": "gtceu:diamond_bud_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json index 56e9b3498..1539defba 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json @@ -1,145 +1,147 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 210, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_hematite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_goethite_ore", - "weight": 15 - }, - { - "block": "gtceu:rhyolite_yellow_limonite_ore", - "weight": 30 - }, - { - "block": "gtceu:rhyolite_hematite_ore", - "weight": 50 - }, - { - "block": "gtceu:rhyolite_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_goethite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_yellow_limonite_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 50 - }, - { - "block": "gtceu:basalt_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_goethite_ore", - "weight": 15 - }, - { - "block": "gtceu:andesite_yellow_limonite_ore", - "weight": 30 - }, - { - "block": "gtceu:andesite_hematite_ore", - "weight": 50 - }, - { - "block": "gtceu:andesite_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_goethite_ore", - "weight": 15 - }, - { - "block": "gtceu:dacite_yellow_limonite_ore", - "weight": 30 - }, - { - "block": "gtceu:dacite_hematite_ore", - "weight": 50 - }, - { - "block": "gtceu:dacite_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_hematite", - "weight": 50 - }, - { - "block": "tfc:ore/small_limonite", - "weight": 30 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 5 - }, - { - "block": "gtceu:goethite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 210, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_hematite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_goethite_ore", + "weight": 15 + }, + { + "block": "gtceu:rhyolite_yellow_limonite_ore", + "weight": 30 + }, + { + "block": "gtceu:rhyolite_hematite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_gold_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_goethite_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_yellow_limonite_ore", + "weight": 30 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_gold_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_goethite_ore", + "weight": 15 + }, + { + "block": "gtceu:andesite_yellow_limonite_ore", + "weight": 30 + }, + { + "block": "gtceu:andesite_hematite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_gold_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_goethite_ore", + "weight": 15 + }, + { + "block": "gtceu:dacite_yellow_limonite_ore", + "weight": 30 + }, + { + "block": "gtceu:dacite_hematite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_gold_ore", + "weight": 5 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 15 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 30 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 50 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 5 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lapis.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lapis.json index 844c715e3..d2b16619a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lapis.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lapis.json @@ -1,175 +1,176 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.25, - "min_y": -60, - "max_y": 10, - "size": 50, - "random_name": "normal_lapis", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:quartzite_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:quartzite_calcite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:slate_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:slate_calcite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:phyllite_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:phyllite_calcite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_calcite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_calcite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:marble_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:marble_calcite_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:calcite_indicator", - "weight": 15 - }, - { - "block": "gtceu:lazurite_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:sodalite_bud_indicator", - "weight": 25 - }, - { - "block": "gtceu:lapis_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 50, + "rarity": 170, + "density": 0.25, + "min_y": -60, + "max_y": 10, + "random_name": "normal_lapis", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:quartzite_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:quartzite_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:quartzite_calcite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:slate_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:slate_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:slate_calcite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:phyllite_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:phyllite_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:phyllite_calcite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:schist_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:schist_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:schist_calcite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:gneiss_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:gneiss_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:gneiss_calcite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:marble_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:marble_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:marble_calcite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:lazurite_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:sodalite_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:lapis_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:calcite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_limonite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_limonite.json index cc6796943..1477ea109 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_limonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_limonite.json @@ -1,91 +1,92 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 190, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_limonite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_goethite_ore", - "weight": 15 - }, - { - "block": "gtceu:marble_yellow_limonite_ore", - "weight": 50 - }, - { - "block": "gtceu:marble_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:marble_malachite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_goethite_ore", - "weight": 15 - }, - { - "block": "gtceu:limestone_yellow_limonite_ore", - "weight": 50 - }, - { - "block": "gtceu:limestone_hematite_ore", - "weight": 20 - }, - { - "block": "gtceu:limestone_malachite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_limonite", - "weight": 50 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 20 - }, - { - "block": "tfc:ore/small_malachite", - "weight": 15 - }, - { - "block": "gtceu:goethite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 190, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_limonite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_goethite_ore", + "weight": 15 + }, + { + "block": "gtceu:marble_yellow_limonite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_yellow_limonite_block", + "weight": 1 + }, + { + "block": "gtceu:marble_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:marble_malachite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_goethite_ore", + "weight": 15 + }, + { + "block": "gtceu:limestone_yellow_limonite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_yellow_limonite_block", + "weight": 1 + }, + { + "block": "gtceu:limestone_hematite_ore", + "weight": 20 + }, + { + "block": "gtceu:limestone_malachite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 15 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 50 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 20 + }, + { + "block": "tfc:ore/small_malachite", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lubricant.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lubricant.json index 26e2a2ff2..e94a879d4 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lubricant.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lubricant.json @@ -1,11 +1,12 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { + "size": 36, "rarity": 190, "density": 0.25, "min_y": -40, "max_y": 56, - "size": 36, "random_name": "normal_lubricant", "blocks": [ { @@ -90,7 +91,7 @@ ] } ], - "indicator": { + "indicator": { "rarity": 15, "depth": 20, "underground_rarity": 40, @@ -100,19 +101,19 @@ "block": "gtceu:soapstone_indicator", "weight": 30 }, - { + { "block": "gtceu:talc_indicator", "weight": 20 }, - { + { "block": "gtceu:glauconite_sand_indicator", "weight": 25 }, - { + { "block": "gtceu:pentlandite_indicator", "weight": 15 }, - { + { "block": "gtceu:trona_indicator", "weight": 10 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_magnetite.json index 3fc955d5b..6e44961e9 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_magnetite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_magnetite.json @@ -1,226 +1,227 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 200, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_magnetite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_magnetite_ore", - "weight": 70 - }, - { - "block": "gtceu:shale_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:shale_gold_ore", - "weight": 10 - }, - { - "block": "gtceu:shale_chromite_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_magnetite_ore", - "weight": 70 - }, - { - "block": "gtceu:claystone_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:claystone_gold_ore", - "weight": 10 - }, - { - "block": "gtceu:claystone_chromite_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_magnetite_ore", - "weight": 70 - }, - { - "block": "gtceu:limestone_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:limestone_gold_ore", - "weight": 10 - }, - { - "block": "gtceu:limestone_chromite_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_magnetite_ore", - "weight": 70 - }, - { - "block": "gtceu:conglomerate_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:conglomerate_gold_ore", - "weight": 10 - }, - { - "block": "gtceu:conglomerate_chromite_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_magnetite_ore", - "weight": 70 - }, - { - "block": "gtceu:dolomite_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:dolomite_gold_ore", - "weight": 10 - }, - { - "block": "gtceu:dolomite_chromite_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_magnetite_ore", - "weight": 70 - }, - { - "block": "gtceu:chert_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:chert_gold_ore", - "weight": 10 - }, - { - "block": "gtceu:chert_chromite_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_magnetite_ore", - "weight": 70 - }, - { - "block": "gtceu:chalk_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:chalk_gold_ore", - "weight": 10 - }, - { - "block": "gtceu:chalk_chromite_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_magnetite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 35, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_magnetite", - "weight": 70 - }, - { - "block": "gtceu:vanadium_magnetite_indicator", - "weight": 25 - }, - { - "block": "firmalife:ore/small_chromite", - "weight": 5 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 10 - } - ] - } - } -} + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 200, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_magnetite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_magnetite_ore", + "weight": 70 + }, + { + "block": "gtceu:raw_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:shale_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:shale_gold_ore", + "weight": 10 + }, + { + "block": "gtceu:shale_chromite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_magnetite_ore", + "weight": 70 + }, + { + "block": "gtceu:raw_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:claystone_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:claystone_gold_ore", + "weight": 10 + }, + { + "block": "gtceu:claystone_chromite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_magnetite_ore", + "weight": 70 + }, + { + "block": "gtceu:raw_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:limestone_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:limestone_gold_ore", + "weight": 10 + }, + { + "block": "gtceu:limestone_chromite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_magnetite_ore", + "weight": 70 + }, + { + "block": "gtceu:raw_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:conglomerate_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:conglomerate_gold_ore", + "weight": 10 + }, + { + "block": "gtceu:conglomerate_chromite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_magnetite_ore", + "weight": 70 + }, + { + "block": "gtceu:raw_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:dolomite_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:dolomite_gold_ore", + "weight": 10 + }, + { + "block": "gtceu:dolomite_chromite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_magnetite_ore", + "weight": 70 + }, + { + "block": "gtceu:raw_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:chert_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:chert_gold_ore", + "weight": 10 + }, + { + "block": "gtceu:chert_chromite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_magnetite_ore", + "weight": 70 + }, + { + "block": "gtceu:raw_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:chalk_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:chalk_gold_ore", + "weight": 10 + }, + { + "block": "gtceu:chalk_chromite_ore", + "weight": 5 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_magnetite", + "weight": 70 + }, + { + "block": "gtceu:vanadium_magnetite_indicator", + "weight": 25 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 10 + }, + { + "block": "firmalife:ore/small_chromite", + "weight": 5 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_manganese.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_manganese.json index f5c779765..4091106c1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_manganese.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_manganese.json @@ -1,290 +1,292 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 195, - "density": 0.3, - "min_y": -32, - "max_y": 60, - "size": 40, - "random_name": "normal_manganese", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:rhyolite_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:rhyolite_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:rhyolite_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:andesite_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:andesite_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:andesite_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:dacite_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:dacite_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:dacite_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:shale_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:shale_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:shale_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:claystone_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:claystone_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:claystone_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:limestone_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:limestone_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:limestone_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:conglomerate_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:conglomerate_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:conglomerate_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:dolomite_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:dolomite_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:dolomite_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:chert_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:chert_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:chert_tantalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:chalk_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:chalk_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:chalk_tantalite_ore", - "weight": 10 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:pyrolusite_indicator", - "weight": 20 - }, - { - "block": "gtceu:tantalite_indicator", - "weight": 10 - }, - { - "block": "gtceu:grossular_bud_indicator", - "weight": 30 - }, - { - "block": "gtceu:spessartine_bud_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 195, + "density": 0.3, + "min_y": -32, + "max_y": 60, + "random_name": "normal_manganese", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:rhyolite_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:rhyolite_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:rhyolite_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:basalt_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:andesite_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:andesite_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:andesite_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:dacite_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:dacite_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:dacite_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:shale_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:shale_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:shale_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:claystone_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:claystone_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:claystone_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:limestone_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:limestone_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:limestone_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:conglomerate_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:conglomerate_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:conglomerate_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:dolomite_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:dolomite_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:dolomite_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:chert_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:chert_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:chert_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:chalk_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:chalk_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:chalk_tantalite_ore", + "weight": 10 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:grossular_bud_indicator", + "weight": 30 + }, + { + "block": "gtceu:spessartine_bud_indicator", + "weight": 20 + }, + { + "block": "gtceu:pyrolusite_indicator", + "weight": 20 + }, + { + "block": "gtceu:tantalite_indicator", + "weight": 10 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_mica.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_mica.json index c3475dbc6..d844a9e99 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_mica.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_mica.json @@ -1,11 +1,12 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { + "size": 36, "rarity": 190, "density": 0.25, "min_y": 0, "max_y": 210, - "size": 36, "random_name": "normal_mica", "blocks": [ { @@ -216,7 +217,7 @@ ] } ], - "indicator": { + "indicator": { "rarity": 15, "depth": 20, "underground_rarity": 40, @@ -226,15 +227,15 @@ "block": "gtceu:kyanite_indicator", "weight": 35 }, - { + { "block": "gtceu:mica_indicator", "weight": 25 }, - { + { "block": "gtceu:bauxite_indicator", "weight": 25 }, - { + { "block": "gtceu:pollucite_indicator", "weight": 15 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_monazite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_monazite.json index 4c001e8d2..f62a96ad3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_monazite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_monazite.json @@ -1,90 +1,91 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 185, - "density": 0.25, - "min_y": -32, - "max_y": 50, - "size": 40, - "random_name": "normal_monazite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:granite_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_neodymium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_neodymium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:gabbro_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_neodymium_ore", - "weight": 25 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:bastnasite_indicator", - "weight": 50 - }, - { - "block": "gtceu:neodymium_indicator", - "weight": 25 - }, - { - "block": "gtceu:monazite_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 185, + "density": 0.25, + "min_y": -32, + "max_y": 50, + "random_name": "normal_monazite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:granite_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:granite_neodymium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:diorite_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_neodymium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:gabbro_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_neodymium_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:bastnasite_indicator", + "weight": 50 + }, + { + "block": "gtceu:monazite_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:neodymium_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_oilsands.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_oilsands.json index 926d32187..cb7a28d5e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_oilsands.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_oilsands.json @@ -1,130 +1,131 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 185, - "density": 0.20, - "min_y": 0, - "max_y": 70, - "size": 55, - "random_name": "normal_oilsands", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_oilsands_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_oilsands_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_oilsands_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_oilsands_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_oilsands_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_oilsands_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_oilsands_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_oilsands_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_oilsands_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_oilsands_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_oilsands_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_oilsands_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_oilsands_ore", - "weight": 100 - }, - { - "block": "gtceu:raw_oilsands_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:oilsands_indicator", - "weight": 100 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 55, + "rarity": 185, + "density": 0.2, + "min_y": 0, + "max_y": 70, + "random_name": "normal_oilsands", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_oilsands_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_oilsands_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_oilsands_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_oilsands_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_oilsands_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_oilsands_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_oilsands_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_oilsands_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_oilsands_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_oilsands_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_oilsands_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_oilsands_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_oilsands_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_oilsands_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:oilsands_indicator", + "weight": 100 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json index ab6a0ba4b..51834c8c2 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json @@ -1,198 +1,200 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 180, - "density": 0.25, - "min_y": -40, - "max_y": 30, - "size": 26, - "random_name": "normal_olivine", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:rhyolite_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:rhyolite_glauconite_sand_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_glauconite_sand_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:andesite_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:andesite_glauconite_sand_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:dacite_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:dacite_glauconite_sand_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_glauconite_sand_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_glauconite_sand_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_glauconite_sand_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:bentonite_indicator", - "weight": 35 - }, - { - "block": "gtceu:magnesite_indicator", - "weight": 25 - }, - { - "block": "gtceu:glauconite_sand_indicator", - "weight": 15 - }, - { - "block": "gtceu:olivine_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 26, + "rarity": 180, + "density": 0.25, + "min_y": -40, + "max_y": 30, + "random_name": "normal_olivine", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:rhyolite_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:rhyolite_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:rhyolite_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:andesite_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:andesite_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:andesite_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:dacite_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:dacite_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:dacite_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:granite_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:granite_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:granite_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:diorite_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:gabbro_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_glauconite_sand_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:bentonite_indicator", + "weight": 35 + }, + { + "block": "gtceu:magnesite_indicator", + "weight": 25 + }, + { + "block": "gtceu:olivine_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:glauconite_sand_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_quartz.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_quartz.json index d2e54f224..56ebc1ed3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_quartz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_quartz.json @@ -1,125 +1,126 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 150, - "density": 0.3, - "min_y": -32, - "max_y": 100, - "size": 40, - "random_name": "normal_quartz", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_quartzite_ore", - "weight": 65 - }, - { - "block": "gtceu:shale_certus_quartz_ore", - "weight": 30 - }, - { - "block": "gtceu:shale_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_quartzite_ore", - "weight": 65 - }, - { - "block": "gtceu:quartzite_certus_quartz_ore", - "weight": 30 - }, - { - "block": "gtceu:quartzite_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_quartzite_ore", - "weight": 65 - }, - { - "block": "gtceu:schist_certus_quartz_ore", - "weight": 30 - }, - { - "block": "gtceu:schist_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_quartzite_ore", - "weight": 65 - }, - { - "block": "gtceu:gneiss_certus_quartz_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 40, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:barite_indicator", - "weight": 25 - }, - { - "block": "gtceu:certus_quartz_bud_indicator", - "weight": 30 - }, - { - "block": "gtceu:quartzite_bud_indicator", - "weight": 65 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 150, + "density": 0.3, + "min_y": -32, + "max_y": 100, + "random_name": "normal_quartz", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_quartzite_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:shale_certus_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:shale_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_quartzite_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_certus_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:quartzite_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_quartzite_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_certus_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:schist_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_quartzite_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_certus_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:gneiss_barite_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 40, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:quartzite_bud_indicator", + "weight": 65 + }, + { + "block": "gtceu:certus_quartz_bud_indicator", + "weight": 30 + }, + { + "block": "gtceu:barite_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_redstone.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_redstone.json index 15db11f32..3d24a9493 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_redstone.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_redstone.json @@ -1,56 +1,57 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 160, - "density": 0.4, - "min_y": -32, - "max_y": 100, - "size": 40, - "random_name": "normal_redstone", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_redstone_ore", - "weight": 45 - }, - { - "block": "gtceu:granite_ruby_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_cinnabar_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_redstone_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:redstone_indicator", - "weight": 45 - }, - { - "block": "gtceu:ruby_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:cinnabar_bud_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 160, + "density": 0.4, + "min_y": -32, + "max_y": 100, + "random_name": "normal_redstone", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_redstone_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_redstone_block", + "weight": 1 + }, + { + "block": "gtceu:granite_ruby_ore", + "weight": 35 + }, + { + "block": "gtceu:granite_cinnabar_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:redstone_indicator", + "weight": 45 + }, + { + "block": "gtceu:ruby_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:cinnabar_bud_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_salt.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_salt.json index b985a898a..80e717918 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_salt.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_salt.json @@ -1,139 +1,132 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 175, - "density": 0.4, - "min_y": 30, - "max_y": 70, - "size": 40, - "random_name": "normal_salt", - "height": 4, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_rock_salt_ore", - "weight": 40 - }, - { - "block": "gtceu:shale_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:shale_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:shale_borax_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_rock_salt_block", - "weight": 1 - }, - { - "block": "gtceu:raw_salt_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_rock_salt_ore", - "weight": 40 - }, - { - "block": "gtceu:claystone_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:claystone_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:claystone_borax_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_rock_salt_block", - "weight": 1 - }, - { - "block": "gtceu:raw_salt_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_rock_salt_ore", - "weight": 40 - }, - { - "block": "gtceu:limestone_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:limestone_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:limestone_borax_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_rock_salt_block", - "weight": 1 - }, - { - "block": "gtceu:raw_salt_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:rock_salt_bud_indicator", - "weight": 20 - }, - { - "block": "gtceu:rock_salt_indicator", - "weight": 20 - }, - { - "block": "gtceu:salt_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:salt_indicator", - "weight": 15 - }, - { - "block": "gtceu:lepidolite_indicator", - "weight": 15 - }, - { - "block": "gtceu:borax_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 4, + "size": 40, + "rarity": 175, + "density": 0.4, + "min_y": 30, + "max_y": 70, + "random_name": "normal_salt", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_rock_salt_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_rock_salt_block", + "weight": 1 + }, + { + "block": "gtceu:shale_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_salt_block", + "weight": 1 + }, + { + "block": "gtceu:shale_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:shale_borax_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_rock_salt_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_rock_salt_block", + "weight": 1 + }, + { + "block": "gtceu:claystone_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_salt_block", + "weight": 1 + }, + { + "block": "gtceu:claystone_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:claystone_borax_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_rock_salt_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_rock_salt_block", + "weight": 1 + }, + { + "block": "gtceu:limestone_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_salt_block", + "weight": 1 + }, + { + "block": "gtceu:limestone_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:limestone_borax_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:rock_salt_indicator", + "weight": 40 + }, + { + "block": "gtceu:salt_indicator", + "weight": 30 + }, + { + "block": "gtceu:lepidolite_indicator", + "weight": 15 + }, + { + "block": "gtceu:borax_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_saltpeter.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_saltpeter.json index ac2d1a261..43eb97b3e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_saltpeter.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_saltpeter.json @@ -1,11 +1,12 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { + "size": 50, "rarity": 210, "density": 0.3, "min_y": -32, "max_y": 60, - "size": 50, "random_name": "normal_saltpeter", "blocks": [ { @@ -216,7 +217,7 @@ ] } ], - "indicator": { + "indicator": { "rarity": 15, "depth": 20, "underground_rarity": 40, @@ -226,15 +227,15 @@ "block": "gtceu:saltpeter_indicator", "weight": 35 }, - { + { "block": "gtceu:diatomite_indicator", "weight": 25 }, - { + { "block": "gtceu:electrotine_indicator", "weight": 25 }, - { + { "block": "gtceu:alunite_indicator", "weight": 15 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_silver.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_silver.json index bd1a59147..f0bbac1be 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_silver.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_silver.json @@ -1,79 +1,80 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 160, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_silver", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_galena_ore", - "weight": 30 - }, - { - "block": "gtceu:granite_silver_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_lead_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_lead_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_galena_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_silver_ore", - "weight": 15 - }, - { - "block": "gtceu:gneiss_lead_ore", - "weight": 55 - }, - { - "block": "gtceu:raw_lead_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_native_silver", - "weight": 70 - }, - { - "block": "gtceu:galena_indicator", - "weight": 10 - }, - { - "block": "gtceu:lead_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 160, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_silver", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:granite_silver_ore", + "weight": 15 + }, + { + "block": "gtceu:granite_lead_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_lead_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:gneiss_silver_ore", + "weight": 15 + }, + { + "block": "gtceu:gneiss_lead_ore", + "weight": 55 + }, + { + "block": "gtceu:raw_lead_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:galena_indicator", + "weight": 30 + }, + { + "block": "tfc:ore/small_native_silver", + "weight": 15 + }, + { + "block": "gtceu:lead_indicator", + "weight": 55 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json index dce296c6f..a564a1151 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json @@ -1,263 +1,265 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_sphalerite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:rhyolite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:rhyolite_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:andesite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:andesite_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:dacite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:dacite_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:quartzite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:quartzite_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:slate_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:slate_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:phyllite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:phyllite_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:schist_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:gneiss_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:marble_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:marble_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_sphalerite", - "weight": 70 - }, - { - "block": "gtceu:sulfur_indicator", - "weight": 20 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 10 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 170, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_sphalerite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:rhyolite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:andesite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:dacite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:quartzite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:slate_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:slate_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:phyllite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:schist_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:gneiss_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_pyrite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:marble_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:marble_pyrite_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:sulfur_indicator", + "weight": 35 + }, + { + "block": "tfc:ore/small_sphalerite", + "weight": 40 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_spodumene.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_spodumene.json index fdba9d793..eb159579c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_spodumene.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_spodumene.json @@ -1,253 +1,246 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 180, - "density": 0.375, - "min_y": 20, - "max_y": 60, - "size": 35, - "random_name": "normal_spodumene", - "height": 6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:granite_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:granite_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:diorite_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:quartzite_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:quartzite_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:quartzite_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:slate_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:slate_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:slate_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:phyllite_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:phyllite_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:phyllite_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:schist_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:schist_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:schist_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:gneiss_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:gneiss_spodumene_ore", - "weight": 35 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_rock_salt_ore", - "weight": 20 - }, - { - "block": "gtceu:marble_salt_ore", - "weight": 30 - }, - { - "block": "gtceu:marble_lepidolite_ore", - "weight": 15 - }, - { - "block": "gtceu:marble_spodumene_ore", - "weight": 35 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:rock_salt_indicator", - "weight": 10 - }, - { - "block": "gtceu:rock_salt_bud_indicator", - "weight": 10 - }, - { - "block": "gtceu:salt_indicator", - "weight": 15 - }, - { - "block": "gtceu:salt_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:lepidolite_indicator", - "weight": 15 - }, - { - "block": "gtceu:spodumene_indicator", - "weight": 35 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 6, + "size": 35, + "rarity": 180, + "density": 0.375, + "min_y": 20, + "max_y": 60, + "random_name": "normal_spodumene", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:granite_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:granite_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:granite_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:diorite_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:diorite_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:gabbro_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:quartzite_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:quartzite_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:quartzite_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:slate_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:slate_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:slate_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:phyllite_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:phyllite_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:phyllite_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:schist_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:schist_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:schist_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:gneiss_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:gneiss_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:gneiss_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:marble_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:marble_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:marble_spodumene_ore", + "weight": 35 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:rock_salt_indicator", + "weight": 20 + }, + { + "block": "gtceu:salt_indicator", + "weight": 30 + }, + { + "block": "gtceu:lepidolite_indicator", + "weight": 15 + }, + { + "block": "gtceu:spodumene_indicator", + "weight": 35 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json index 340bdc3c2..868163fe2 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json @@ -1,125 +1,127 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 165, - "density": 0.2, - "min_y": 0, - "max_y": 210, - "size": 45, - "random_name": "normal_sulfur", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:rhyolite_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:rhyolite_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:andesite_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:andesite_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:dacite_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:dacite_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 20, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:sulfur_indicator", - "weight": 50 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 35 - }, - { - "block": "tfc:ore/small_sphalerite", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 165, + "density": 0.2, + "min_y": 0, + "max_y": 210, + "random_name": "normal_sulfur", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:rhyolite_sphalerite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_sphalerite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:andesite_sphalerite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:dacite_sphalerite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 40, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:sulfur_indicator", + "weight": 50 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 35 + }, + { + "block": "tfc:ore/small_sphalerite", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_tetrahedrite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_tetrahedrite.json index 166e92be2..5a78068b3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_tetrahedrite.json @@ -1,171 +1,172 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "normal_tetrahedrite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:quartzite_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:quartzite_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:slate_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:slate_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:phyllite_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:phyllite_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:schist_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:gneiss_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:marble_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:marble_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_tetrahedrite", - "weight": 60 - }, - { - "block": "tfc:ore/small_native_copper", - "weight": 30 - }, - { - "block": "gtceu:stibnite_indicator", - "weight": 10 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 170, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "normal_tetrahedrite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:quartzite_copper_ore", + "weight": 30 + }, + { + "block": "gtceu:quartzite_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:slate_copper_ore", + "weight": 30 + }, + { + "block": "gtceu:slate_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:phyllite_copper_ore", + "weight": 30 + }, + { + "block": "gtceu:phyllite_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_copper_ore", + "weight": 30 + }, + { + "block": "gtceu:schist_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_copper_ore", + "weight": 30 + }, + { + "block": "gtceu:gneiss_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:marble_copper_ore", + "weight": 30 + }, + { + "block": "gtceu:marble_stibnite_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_tetrahedrite", + "weight": 50 + }, + { + "block": "tfc:ore/small_native_copper", + "weight": 30 + }, + { + "block": "gtceu:stibnite_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_bismuthinite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_bismuthinite.json index 297ac4853..3672fe0d6 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_bismuthinite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_bismuthinite.json @@ -1,223 +1,224 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 140, - "density": 0.25, - "min_y": 60, - "max_y": 210, - "size": 50, - "random_name": "surface_bismuthinite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:granite_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:granite_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:diorite_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:diorite_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:gabbro_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:gabbro_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "block": "gtceu:shale_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:shale_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:shale_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "block": "gtceu:claystone_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:claystone_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:claystone_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "block": "gtceu:limestone_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:limestone_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:limestone_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "block": "gtceu:conglomerate_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:conglomerate_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:conglomerate_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "block": "gtceu:dolomite_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:dolomite_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:dolomite_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "block": "gtceu:chert_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:chert_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:chert_lead_ore", - "weight": 7 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "block": "gtceu:chalk_bismuth_ore", - "weight": 90 - }, - { - "block": "gtceu:chalk_sulfur_ore", - "weight": 3 - }, - { - "block": "gtceu:chalk_lead_ore", - "weight": 7 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 1, - "underground_count": 0, - "blocks": [ - { - "block": "tfc:ore/small_bismuthinite", - "weight": 90 - }, - { - "block": "gtceu:sulfur_indicator", - "weight": 3 - }, - { - "block": "gtceu:lead_indicator", - "weight": 7 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 50, + "rarity": 140, + "density": 0.25, + "min_y": 60, + "max_y": 210, + "random_name": "surface_bismuthinite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:granite_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:granite_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:diorite_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:diorite_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:gabbro_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:gabbro_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:shale_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:shale_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:claystone_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:claystone_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:limestone_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:limestone_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:conglomerate_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:conglomerate_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:dolomite_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:dolomite_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:chert_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:chert_lead_ore", + "weight": 7 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_bismuth_ore", + "weight": 90 + }, + { + "block": "gtceu:chalk_sulfur_ore", + "weight": 3 + }, + { + "block": "gtceu:chalk_lead_ore", + "weight": 7 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 1, + "underground_count": 1, + "blocks": [ + { + "block": "tfc:ore/small_bismuthinite", + "weight": 90 + }, + { + "block": "gtceu:sulfur_indicator", + "weight": 3 + }, + { + "block": "gtceu:lead_indicator", + "weight": 7 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_cassiterite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_cassiterite.json index 4f93ee411..baa5d9e0a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_cassiterite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_cassiterite.json @@ -1,11 +1,12 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { + "size": 50, "rarity": 135, "density": 0.25, "min_y": 60, "max_y": 210, - "size": 50, "random_name": "surface_cassiterite", "blocks": [ { @@ -58,7 +59,7 @@ "rarity": 12, "depth": 60, "underground_rarity": 1, - "underground_count": 0, + "underground_count": 1, "blocks": [ { "block": "tfc:ore/small_cassiterite", diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json index acf58049c..7963a0348 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json @@ -1,129 +1,131 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 200, - "density": 0.25, - "min_y": 20, - "max_y": 217, - "size": 50, - "random_name": "surface_copper", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_chalcopyrite_ore", - "weight": 55 - }, - { - "block": "gtceu:rhyolite_zeolite_ore", - "weight": 15 - }, - { - "block": "gtceu:rhyolite_cassiterite_ore", - "weight": 5 - }, - { - "block": "gtceu:rhyolite_realgar_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_chalcopyrite_ore", - "weight": 55 - }, - { - "block": "gtceu:basalt_zeolite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_cassiterite_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_realgar_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_chalcopyrite_ore", - "weight": 55 - }, - { - "block": "gtceu:andesite_zeolite_ore", - "weight": 15 - }, - { - "block": "gtceu:andesite_cassiterite_ore", - "weight": 5 - }, - { - "block": "gtceu:andesite_realgar_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_chalcopyrite_ore", - "weight": 55 - }, - { - "block": "gtceu:dacite_zeolite_ore", - "weight": 15 - }, - { - "block": "gtceu:dacite_cassiterite_ore", - "weight": 5 - }, - { - "block": "gtceu:dacite_realgar_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 8, - "depth": 60, - "underground_rarity": 1, - "underground_count": 0, - "blocks": [ - { - "block": "gtceu:chalcopyrite_indicator", - "weight": 60 - }, - { - "block": "gtceu:zeolite_indicator", - "weight": 10 - }, - { - "block": "tfc:ore/small_cassiterite", - "weight": 20 - }, - { - "block": "gtceu:realgar_bud_indicator", - "weight": 10 - } - ] - } - } -} + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 50, + "rarity": 200, + "density": 0.25, + "min_y": 20, + "max_y": 217, + "random_name": "surface_copper", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_chalcopyrite_ore", + "weight": 55 + }, + { + "block": "gtceu:rhyolite_zeolite_ore", + "weight": 15 + }, + { + "block": "gtceu:rhyolite_cassiterite_ore", + "weight": 5 + }, + { + "block": "gtceu:rhyolite_realgar_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_chalcopyrite_ore", + "weight": 55 + }, + { + "block": "gtceu:basalt_zeolite_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_cassiterite_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_realgar_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_chalcopyrite_ore", + "weight": 55 + }, + { + "block": "gtceu:andesite_zeolite_ore", + "weight": 15 + }, + { + "block": "gtceu:andesite_cassiterite_ore", + "weight": 5 + }, + { + "block": "gtceu:andesite_realgar_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_chalcopyrite_ore", + "weight": 55 + }, + { + "block": "gtceu:dacite_zeolite_ore", + "weight": 15 + }, + { + "block": "gtceu:dacite_cassiterite_ore", + "weight": 5 + }, + { + "block": "gtceu:dacite_realgar_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 8, + "depth": 60, + "underground_rarity": 1, + "underground_count": 1, + "blocks": [ + { + "block": "gtceu:chalcopyrite_indicator", + "weight": 55 + }, + { + "block": "gtceu:zeolite_indicator", + "weight": 15 + }, + { + "block": "tfc:ore/small_cassiterite", + "weight": 5 + }, + { + "block": "gtceu:realgar_bud_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json index fa39c3f2e..4fdc6dd1d 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json @@ -1,223 +1,225 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 145, - "density": 0.25, - "min_y": 60, - "max_y": 210, - "size": 50, - "random_name": "surface_sphalerite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "block": "gtceu:rhyolite_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:rhyolite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:rhyolite_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:basalt_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "block": "gtceu:andesite_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:andesite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:andesite_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "block": "gtceu:dacite_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:dacite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:dacite_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:quartzite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:quartzite_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:slate_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:slate_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:phyllite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:phyllite_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:schist_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:schist_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:gneiss_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:gneiss_pyrite_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_sulfur_ore", - "weight": 55 - }, - { - "block": "gtceu:marble_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:marble_pyrite_ore", - "weight": 5 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 1, - "underground_count": 0, - "blocks": [ - { - "block": "tfc:ore/small_sphalerite", - "weight": 55 - }, - { - "block": "gtceu:sulfur_indicator", - "weight": 40 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 5 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 50, + "rarity": 145, + "density": 0.25, + "min_y": 60, + "max_y": 210, + "random_name": "surface_sphalerite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:rhyolite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:rhyolite_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:basalt_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:andesite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:andesite_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:dacite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:dacite_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:quartzite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:quartzite_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:slate_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:slate_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:phyllite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:phyllite_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:schist_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:schist_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:gneiss_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:gneiss_pyrite_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_sulfur_ore", + "weight": 55 + }, + { + "block": "gtceu:marble_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:marble_pyrite_ore", + "weight": 5 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 1, + "underground_count": 1, + "blocks": [ + { + "block": "gtceu:sulfur_indicator", + "weight": 55 + }, + { + "block": "tfc:ore/small_sphalerite", + "weight": 40 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 5 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_tetrahedrite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_tetrahedrite.json index ed883d7f1..b27de6f69 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_tetrahedrite.json @@ -1,147 +1,148 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 140, - "density": 0.25, - "min_y": 60, - "max_y": 210, - "size": 50, - "random_name": "surface_tetrahedrite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "block": "gtceu:quartzite_tetrahedrite_ore", - "weight": 60 - }, - { - "block": "gtceu:quartzite_copper_ore", - "weight": 20 - }, - { - "block": "gtceu:quartzite_stibnite_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "block": "gtceu:slate_tetrahedrite_ore", - "weight": 60 - }, - { - "block": "gtceu:slate_copper_ore", - "weight": 20 - }, - { - "block": "gtceu:slate_stibnite_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "block": "gtceu:phyllite_tetrahedrite_ore", - "weight": 60 - }, - { - "block": "gtceu:phyllite_copper_ore", - "weight": 20 - }, - { - "block": "gtceu:phyllite_stibnite_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_tetrahedrite_ore", - "weight": 60 - }, - { - "block": "gtceu:schist_copper_ore", - "weight": 20 - }, - { - "block": "gtceu:schist_stibnite_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_tetrahedrite_ore", - "weight": 60 - }, - { - "block": "gtceu:gneiss_copper_ore", - "weight": 20 - }, - { - "block": "gtceu:gneiss_stibnite_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "block": "gtceu:marble_tetrahedrite_ore", - "weight": 60 - }, - { - "block": "gtceu:marble_copper_ore", - "weight": 20 - }, - { - "block": "gtceu:marble_stibnite_ore", - "weight": 20 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 1, - "underground_count": 0, - "blocks": [ - { - "block": "tfc:ore/small_tetrahedrite", - "weight": 60 - }, - { - "block": "tfc:ore/small_native_copper", - "weight": 20 - }, - { - "block": "gtceu:stibnite_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 50, + "rarity": 140, + "density": 0.25, + "min_y": 60, + "max_y": 210, + "random_name": "surface_tetrahedrite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_tetrahedrite_ore", + "weight": 60 + }, + { + "block": "gtceu:quartzite_copper_ore", + "weight": 20 + }, + { + "block": "gtceu:quartzite_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_tetrahedrite_ore", + "weight": 60 + }, + { + "block": "gtceu:slate_copper_ore", + "weight": 20 + }, + { + "block": "gtceu:slate_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_tetrahedrite_ore", + "weight": 60 + }, + { + "block": "gtceu:phyllite_copper_ore", + "weight": 20 + }, + { + "block": "gtceu:phyllite_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_tetrahedrite_ore", + "weight": 60 + }, + { + "block": "gtceu:schist_copper_ore", + "weight": 20 + }, + { + "block": "gtceu:schist_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_tetrahedrite_ore", + "weight": 60 + }, + { + "block": "gtceu:gneiss_copper_ore", + "weight": 20 + }, + { + "block": "gtceu:gneiss_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_tetrahedrite_ore", + "weight": 60 + }, + { + "block": "gtceu:marble_copper_ore", + "weight": 20 + }, + { + "block": "gtceu:marble_stibnite_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 1, + "underground_count": 1, + "blocks": [ + { + "block": "tfc:ore/small_tetrahedrite", + "weight": 60 + }, + { + "block": "tfc:ore/small_native_copper", + "weight": 20 + }, + { + "block": "gtceu:stibnite_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_apatite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_apatite.json index c67b95017..54b3b2c08 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_apatite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_apatite.json @@ -1,87 +1,88 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.35, - "min_y": 48, - "max_y": 128, - "size": 39, - "random_name": "nether_apatite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tricalcium_phosphate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_apatite_ore", - "weight": 50 - }, - { - "block": "gtceu:gneiss_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_pyrochlore_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_apatite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tricalcium_phosphate_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:tricalcium_phosphate_indicator", - "weight": 35 - }, - { - "block": "gtceu:pyrochlore_indicator", - "weight": 15 - }, - { - "block": "gtceu:apatite_bud_indicator", - "weight": 50 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 39, + "rarity": 220, + "density": 0.35, + "min_y": 48, + "max_y": 128, + "random_name": "nether_apatite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 2 + }, + { + "block": "gtceu:schist_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tricalcium_phosphate_block", + "weight": 1 + }, + { + "block": "gtceu:schist_pyrochlore_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_apatite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_apatite_block", + "weight": 2 + }, + { + "block": "gtceu:gneiss_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tricalcium_phosphate_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_pyrochlore_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:apatite_bud_indicator", + "weight": 50 + }, + { + "block": "gtceu:tricalcium_phosphate_indicator", + "weight": 35 + }, + { + "block": "gtceu:pyrochlore_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json index aa8b1e78d..df75cbd16 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json @@ -1,109 +1,110 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 160, - "density": 0.4, - "min_y": 48, - "max_y": 128, - "size": 48, - "random_name": "nether_basaltic_sands", - "height": 9, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_basaltic_mineral_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_granitic_mineral_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_fullers_earth_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_gypsum_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_basaltic_mineral_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_granitic_mineral_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_fullers_earth_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_basaltic_mineral_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_granitic_mineral_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_fullers_earth_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_gypsum_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_basaltic_mineral_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_granitic_mineral_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_fullers_earth_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:basaltic_mineral_sand_indicator", - "weight": 35 - }, - { - "block": "gtceu:granitic_mineral_sand_indicator", - "weight": 25 - }, - { - "block": "gtceu:fullers_earth_indicator", - "weight": 25 - }, - { - "block": "gtceu:gypsum_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 9, + "size": 48, + "rarity": 160, + "density": 0.4, + "min_y": 48, + "max_y": 128, + "random_name": "nether_basaltic_sands", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_basaltic_mineral_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_basaltic_mineral_sand_block", + "weight": 1 + }, + { + "block": "gtceu:granite_granitic_mineral_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_granitic_mineral_sand_block", + "weight": 1 + }, + { + "block": "gtceu:granite_fullers_earth_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_fullers_earth_block", + "weight": 1 + }, + { + "block": "gtceu:granite_gypsum_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_basaltic_mineral_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_basaltic_mineral_sand_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_granitic_mineral_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_granitic_mineral_sand_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_fullers_earth_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_fullers_earth_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_gypsum_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:basaltic_mineral_sand_indicator", + "weight": 35 + }, + { + "block": "gtceu:granitic_mineral_sand_indicator", + "weight": 25 + }, + { + "block": "gtceu:fullers_earth_indicator", + "weight": 25 + }, + { + "block": "gtceu:gypsum_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json index 0590d88f4..3c2e058c3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json @@ -1,165 +1,166 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 185, - "density": 0.4, - "min_y": 32, - "max_y": 128, - "size": 45, - "random_name": "nether_bauxite", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:deepslate_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:deepslate_aluminium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_ilmenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_aluminium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:pyroxenite_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_aluminium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_ilmenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_aluminium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:basalt_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_aluminium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_ilmenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_aluminium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_bauxite_ore", - "weight": 45 - }, - { - "block": "gtceu:dripstone_ilmenite_ore", - "weight": 30 - }, - { - "block": "gtceu:dripstone_aluminium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_ilmenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_aluminium_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:bauxite_indicator", - "weight": 45 - }, - { - "block": "gtceu:ilmenite_indicator", - "weight": 30 - }, - { - "block": "gtceu:aluminium_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 185, + "density": 0.4, + "min_y": 32, + "max_y": 128, + "random_name": "nether_bauxite", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 2 + }, + { + "block": "gtceu:deepslate_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_aluminium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_aluminium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_aluminium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_aluminium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_aluminium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_aluminium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_bauxite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 2 + }, + { + "block": "gtceu:dripstone_ilmenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_aluminium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_aluminium_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:bauxite_indicator", + "weight": 45 + }, + { + "block": "gtceu:ilmenite_indicator", + "weight": 30 + }, + { + "block": "gtceu:aluminium_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_beryllium.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_beryllium.json index b28759af1..d142162e8 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_beryllium.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_beryllium.json @@ -1,155 +1,156 @@ { - "type": "tfc:pipe_vein", - "config": { - "rarity": 250, - "density": 0.45, - "min_y": 32, - "max_y": 128, - "random_name": "nether_beryllium", - "min_skew": 6, - "max_skew": 18, - "min_slant": 0, - "max_slant": 4, - "sign": 0, - "height": 60, - "radius": 12, - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:deepslate_thorium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_beryllium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_emerald_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:pyroxenite_thorium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_beryllium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_emerald_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:basalt_thorium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_beryllium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_emerald_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:dripstone_thorium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_beryllium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_emerald_block", - "weight": 2 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:beryllium_indicator", - "weight": 35 - }, - { - "block": "gtceu:thorium_indicator", - "weight": 15 - }, - { - "block": "gtceu:emerald_bud_indicator", - "weight": 50 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:pipe_vein", + "config": { + "height": 60, + "radius": 12, + "min_skew": 6, + "max_skew": 18, + "min_slant": 0, + "max_slant": 4, + "sign": 0, + "rarity": 250, + "density": 0.45, + "min_y": 32, + "max_y": 128, + "random_name": "nether_beryllium", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_beryllium_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_emerald_block", + "weight": 2 + }, + { + "block": "gtceu:deepslate_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_beryllium_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_emerald_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_beryllium_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_emerald_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_beryllium_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_emerald_block", + "weight": 2 + }, + { + "block": "gtceu:dripstone_thorium_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:beryllium_indicator", + "weight": 35 + }, + { + "block": "gtceu:emerald_bud_indicator", + "weight": 50 + }, + { + "block": "gtceu:thorium_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_cassiterite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_cassiterite.json index 8a8e027af..914546050 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_cassiterite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_cassiterite.json @@ -1,164 +1,165 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.5, - "min_y": 32, - "max_y": 128, - "size": 45, - "random_name": "nether_cassiterite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:granite_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:diorite_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:gabbro_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:gneiss_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:schist_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_cassiterite_ore", - "weight": 40 - }, - { - "block": "gtceu:pyroxenite_tin_ore", - "weight": 60 - }, - { - "block": "gtceu:raw_cassiterite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_tin_block", - "weight": 2 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_cassiterite", - "weight": 100 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 170, + "density": 0.5, + "min_y": 32, + "max_y": 128, + "random_name": "nether_cassiterite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 2 + }, + { + "block": "gtceu:granite_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 2 + }, + { + "block": "gtceu:diorite_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 2 + }, + { + "block": "gtceu:gabbro_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 2 + }, + { + "block": "gtceu:gneiss_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 2 + }, + { + "block": "gtceu:schist_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_cassiterite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_tin_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_tin_block", + "weight": 2 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "tfc:ore/small_cassiterite", + "weight": 100 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json index 67e263d40..80d3b5d91 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json @@ -1,185 +1,186 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.5, - "min_y": 32, - "max_y": 128, - "size": 45, - "random_name": "nether_copper", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:deepslate_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:deepslate_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:deepslate_copper_ore", - "weight": 65 - }, - { - "block": "gtceu:raw_chalcopyrite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:pyroxenite_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:pyroxenite_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:pyroxenite_copper_ore", - "weight": 65 - }, - { - "block": "gtceu:raw_chalcopyrite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:basalt_copper_ore", - "weight": 65 - }, - { - "block": "gtceu:raw_chalcopyrite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_chalcopyrite_ore", - "weight": 20 - }, - { - "block": "gtceu:dripstone_hematite_ore", - "weight": 5 - }, - { - "block": "gtceu:dripstone_pyrite_ore", - "weight": 10 - }, - { - "block": "gtceu:dripstone_copper_ore", - "weight": 65 - }, - { - "block": "gtceu:raw_chalcopyrite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 2 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:chalcopyrite_indicator", - "weight": 20 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 5 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 10 - }, - { - "block": "tfc:ore/small_native_copper", - "weight": 65 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 170, + "density": 0.5, + "min_y": 32, + "max_y": 128, + "random_name": "nether_copper", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_chalcopyrite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:deepslate_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_chalcopyrite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:pyroxenite_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_chalcopyrite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_chalcopyrite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_chalcopyrite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_hematite_ore", + "weight": 5 + }, + { + "block": "gtceu:dripstone_pyrite_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_copper_ore", + "weight": 65 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 2 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:chalcopyrite_indicator", + "weight": 20 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 5 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 10 + }, + { + "block": "tfc:ore/small_native_copper", + "weight": 65 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json index 93a491c5d..9e966015d 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json @@ -1,202 +1,203 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 230, - "density": 0.35, - "min_y": 0, - "max_y": 128, - "size": 45, - "random_name": "nether_garnet", - "height": 8, - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_red_garnet_ore", - "weight": 10 - }, - { - "block": "gtceu:deepslate_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:deepslate_amethyst_ore", - "weight": 40 - }, - { - "block": "gtceu:deepslate_opal_ore", - "weight": 40 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - }, - { - "block": "gtceu:raw_red_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:pyroxenite_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_amethyst_ore", - "weight": 40 - }, - { - "block": "gtceu:pyroxenite_opal_ore", - "weight": 40 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - }, - { - "block": "gtceu:raw_red_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_amethyst_ore", - "weight": 40 - }, - { - "block": "gtceu:basalt_opal_ore", - "weight": 40 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - }, - { - "block": "gtceu:raw_red_garnet_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_red_garnet_ore", - "weight": 5 - }, - { - "block": "gtceu:dripstone_yellow_garnet_ore", - "weight": 15 - }, - { - "block": "gtceu:dripstone_amethyst_ore", - "weight": 40 - }, - { - "block": "gtceu:dripstone_opal_ore", - "weight": 40 - }, - { - "block": "gtceu:raw_amethyst_block", - "weight": 2 - }, - { - "block": "gtceu:raw_opal_block", - "weight": 2 - }, - { - "block": "gtceu:raw_yellow_garnet_block", - "weight": 1 - }, - { - "block": "gtceu:raw_red_garnet_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 20, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:amethyst_bud_indicator", - "weight": 40 - }, - { - "block": "gtceu:red_garnet_bud_indicator", - "weight": 5 - }, - { - "block": "gtceu:yellow_garnet_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:opal_bud_indicator", - "weight": 40 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 8, + "size": 45, + "rarity": 230, + "density": 0.35, + "min_y": 0, + "max_y": 128, + "random_name": "nether_garnet", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_red_garnet_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_red_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_amethyst_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:deepslate_opal_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_red_garnet_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_red_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_amethyst_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_opal_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_red_garnet_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_red_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_amethyst_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_opal_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_red_garnet_ore", + "weight": 10 + }, + { + "block": "gtceu:raw_red_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_garnet_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_amethyst_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 2 + }, + { + "block": "gtceu:dripstone_opal_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 2 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:red_garnet_bud_indicator", + "weight": 10 + }, + { + "block": "gtceu:yellow_garnet_bud_indicator", + "weight": 15 + }, + { + "block": "gtceu:amethyst_bud_indicator", + "weight": 40 + }, + { + "block": "gtceu:opal_bud_indicator", + "weight": 40 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet_tin.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet_tin.json index 29b513713..6642a215f 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet_tin.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet_tin.json @@ -1,324 +1,325 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 270, - "density": 0.35, - "min_y": 24, - "max_y": 128, - "size": 45, - "random_name": "nether_garnet_tin", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_cassiterite_sand_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_garnet_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_asbestos_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_diatomite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_cassiterite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_garnet_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_asbestos_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_cassiterite", - "weight": 35 - }, - { - "block": "gtceu:garnet_sand_indicator", - "weight": 25 - }, - { - "block": "gtceu:asbestos_indicator", - "weight": 25 - }, - { - "block": "gtceu:diatomite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 270, + "density": 0.35, + "min_y": 24, + "max_y": 128, + "random_name": "nether_garnet_tin", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:granite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:granite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:granite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:schist_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:schist_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:schist_diatomite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_cassiterite_sand_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_garnet_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_garnet_sand_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_asbestos_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_asbestos_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_diatomite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "tfc:ore/small_cassiterite", + "weight": 35 + }, + { + "block": "gtceu:garnet_sand_indicator", + "weight": 25 + }, + { + "block": "gtceu:asbestos_indicator", + "weight": 25 + }, + { + "block": "gtceu:diatomite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnierite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnierite.json index ef8a963c9..0b179b9f1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnierite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnierite.json @@ -1,155 +1,160 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 160, - "density": 0.5, - "min_y": 16, - "max_y": 128, - "size": 45, - "random_name": "nether_garnierite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_garnierite_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_nickel_ore", - "weight": 10 - }, - { - "block": "gtceu:gabbro_cobaltite_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_pentlandite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_cobalt_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_garnierite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cobaltite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_garnierite_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_nickel_ore", - "weight": 10 - }, - { - "block": "gtceu:diorite_cobaltite_ore", - "weight": 20 - }, - { - "block": "gtceu:diorite_pentlandite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_cobalt_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_garnierite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cobaltite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_garnierite_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_nickel_ore", - "weight": 10 - }, - { - "block": "gtceu:pyroxenite_cobaltite_ore", - "weight": 20 - }, - { - "block": "gtceu:pyroxenite_pentlandite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_cobalt_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_garnierite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cobaltite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_garnierite", - "weight": 40 - }, - { - "block": "gtceu:pentlandite_indicator", - "weight": 25 - }, - { - "block": "gtceu:cobaltite_indicator", - "weight": 20 - }, - { - "block": "gtceu:cobalt_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 160, + "density": 0.5, + "min_y": 16, + "max_y": 128, + "random_name": "nether_garnierite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_garnierite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_garnierite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_nickel_ore", + "weight": 10 + }, + { + "block": "gtceu:gabbro_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_cobaltite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_cobalt_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_garnierite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_garnierite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_nickel_ore", + "weight": 10 + }, + { + "block": "gtceu:diorite_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_cobaltite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_cobalt_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_garnierite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_garnierite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_nickel_ore", + "weight": 10 + }, + { + "block": "gtceu:pyroxenite_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_cobaltite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_cobalt_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "tfc:ore/small_garnierite", + "weight": 30 + }, + { + "block": "tfc:ore/small_garnierite", + "weight": 10 + }, + { + "block": "gtceu:cobaltite_indicator", + "weight": 20 + }, + { + "block": "gtceu:pentlandite_indicator", + "weight": 25 + }, + { + "block": "gtceu:cobalt_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json new file mode 100644 index 000000000..ee11316fa --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json @@ -0,0 +1,202 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 37, + "rarity": 240, + "density": 0.45, + "min_y": 0, + "max_y": 128, + "random_name": "nether_goethite", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_goethite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 3 + }, + { + "block": "gtceu:deepslate_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_limonite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_malachite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_malachite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_goethite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 3 + }, + { + "block": "gtceu:pyroxenite_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_limonite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_malachite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_malachite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_goethite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 3 + }, + { + "block": "gtceu:basalt_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_limonite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_malachite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_malachite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_goethite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 3 + }, + { + "block": "gtceu:dripstone_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_yellow_limonite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_malachite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_malachite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 50 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 15 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 15 + }, + { + "block": "tfc:ore/small_malachite", + "weight": 20 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gold.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gold.json index ce1f21bf1..9ebda997b 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gold.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gold.json @@ -1,224 +1,225 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 260, - "density": 0.55, - "min_y": 0, - "max_y": 128, - "size": 37, - "random_name": "nether_gold", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:gabbro_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:gabbro_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:diorite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:diorite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:gneiss_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:gneiss_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:gneiss_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:granite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:granite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:schist_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:schist_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:schist_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_goethite_ore", - "weight": 5 - }, - { - "block": "gtceu:pyroxenite_yellow_limonite_ore", - "weight": 5 - }, - { - "block": "gtceu:pyroxenite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_gold_ore", - "weight": 75 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 2 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_limonite", - "weight": 5 - }, - { - "block": "tfc:ore/small_hematite", - "weight": 15 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 75 - }, - { - "block": "gtceu:goethite_indicator", - "weight": 5 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 37, + "rarity": 260, + "density": 0.55, + "min_y": 0, + "max_y": 128, + "random_name": "nether_gold", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:gabbro_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:gabbro_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:diorite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:diorite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:gneiss_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:gneiss_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:granite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:granite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:schist_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:schist_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_goethite_ore", + "weight": 5 + }, + { + "block": "gtceu:pyroxenite_yellow_limonite_ore", + "weight": 5 + }, + { + "block": "gtceu:pyroxenite_hematite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_gold_ore", + "weight": 75 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 2 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 5 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 5 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 15 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 75 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_graphite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_graphite.json index ca52f0077..7cd434eba 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_graphite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_graphite.json @@ -1,202 +1,203 @@ { - "type": "tfc:pipe_vein", - "config": { - "rarity": 120, - "density": 0.35, - "min_y": 0, - "max_y": 128, - "random_name": "nether_graphite", - "min_skew": 6, - "max_skew": 18, - "min_slant": 0, - "max_slant": 5, - "sign": 0, - "height": 60, - "radius": 12, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:gabbro_diamond_ore", - "weight": 40 - }, - { - "block": "gtceu:gabbro_coal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_graphite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diamond_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:gneiss_diamond_ore", - "weight": 40 - }, - { - "block": "gtceu:gneiss_coal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_graphite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diamond_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:diorite_diamond_ore", - "weight": 40 - }, - { - "block": "gtceu:diorite_coal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_graphite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diamond_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:schist_diamond_ore", - "weight": 40 - }, - { - "block": "gtceu:schist_coal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_graphite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diamond_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:granite_diamond_ore", - "weight": 40 - }, - { - "block": "gtceu:granite_coal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_graphite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diamond_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_graphite_ore", - "weight": 45 - }, - { - "block": "gtceu:pyroxenite_diamond_ore", - "weight": 40 - }, - { - "block": "gtceu:pyroxenite_coal_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_graphite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diamond_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 10, - "depth": 1, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:graphite_indicator", - "weight": 45 - }, - { - "block": "gtceu:coal_indicator", - "weight": 15 - }, - { - "block": "gtceu:diamond_bud_indicator", - "weight": 40 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:pipe_vein", + "config": { + "height": 60, + "radius": 12, + "min_skew": 6, + "max_skew": 18, + "min_slant": 0, + "max_slant": 5, + "sign": 0, + "rarity": 120, + "density": 0.35, + "min_y": 0, + "max_y": 128, + "random_name": "nether_graphite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_diamond_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_diamond_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_coal_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_diamond_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_diamond_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_coal_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_diamond_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_diamond_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_coal_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_diamond_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_diamond_block", + "weight": 1 + }, + { + "block": "gtceu:schist_coal_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_diamond_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_diamond_block", + "weight": 1 + }, + { + "block": "gtceu:granite_coal_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_graphite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_diamond_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_diamond_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_coal_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:graphite_indicator", + "weight": 45 + }, + { + "block": "gtceu:coal_bud_indicator", + "weight": 15 + }, + { + "block": "gtceu:diamond_bud_indicator", + "weight": 40 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json index 5b5edd376..e3e05d3ba 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json @@ -1,205 +1,206 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.45, - "min_y": 0, - "max_y": 128, - "size": 35, - "random_name": "nether_hematite", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:deepslate_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:deepslate_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:pyroxenite_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_goethite_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:dripstone_hematite_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_gold_ore", - "weight": 5 - }, - { - "block": "gtceu:dripstone_ruby_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_hematite", - "weight": 35 - }, - { - "block": "tfc:ore/small_limonite", - "weight": 15 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 5 - }, - { - "block": "gtceu:ruby_bud_indicator", - "weight": 20 - }, - { - "block": "gtceu:goethite_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 35, + "rarity": 220, + "density": 0.45, + "min_y": 0, + "max_y": 128, + "random_name": "nether_hematite", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:deepslate_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 3 + }, + { + "block": "gtceu:deepslate_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:deepslate_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:pyroxenite_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 3 + }, + { + "block": "gtceu:pyroxenite_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:pyroxenite_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 3 + }, + { + "block": "gtceu:basalt_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_goethite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_goethite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_yellow_limonite_ore", + "weight": 15 + }, + { + "block": "gtceu:dripstone_hematite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 3 + }, + { + "block": "gtceu:dripstone_gold_ore", + "weight": 5 + }, + { + "block": "gtceu:dripstone_ruby_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:goethite_indicator", + "weight": 25 + }, + { + "block": "tfc:ore/small_limonite", + "weight": 15 + }, + { + "block": "tfc:ore/small_hematite", + "weight": 35 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 5 + }, + { + "block": "gtceu:ruby_bud_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lapis.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lapis.json index 0c2867ce2..43c2a3c2a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lapis.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lapis.json @@ -1,149 +1,150 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.35, - "min_y": 32, - "max_y": 128, - "size": 40, - "random_name": "nether_lapis", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_calcite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_lazurite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sodalite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_lapis_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_calcite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_lazurite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sodalite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_lapis_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_lazurite_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_sodalite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_lapis_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_calcite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_lazurite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sodalite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_lapis_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:calcite_indicator", - "weight": 15 - }, - { - "block": "gtceu:lazurite_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:sodalite_bud_indicator", - "weight": 25 - }, - { - "block": "gtceu:lapis_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 220, + "density": 0.35, + "min_y": 32, + "max_y": 128, + "random_name": "nether_lapis", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_lazurite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_sodalite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_lapis_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_calcite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_lazurite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_sodalite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_lapis_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_calcite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_lazurite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_lazurite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_sodalite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_sodalite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_lapis_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_lapis_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_calcite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:lazurite_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:sodalite_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:lapis_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:calcite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_limonite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_limonite.json deleted file mode 100644 index 5b6835b86..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_limonite.json +++ /dev/null @@ -1,205 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 240, - "density": 0.45, - "min_y": 0, - "max_y": 128, - "size": 37, - "random_name": "nether_limonite", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_goethite_ore", - "weight": 50 - }, - { - "block": "gtceu:deepslate_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:deepslate_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:deepslate_malachite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_malachite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_goethite_ore", - "weight": 50 - }, - { - "block": "gtceu:pyroxenite_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_malachite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_malachite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_goethite_ore", - "weight": 50 - }, - { - "block": "gtceu:basalt_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_malachite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_malachite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_goethite_ore", - "weight": 50 - }, - { - "block": "gtceu:dripstone_yellow_limonite_ore", - "weight": 15 - }, - { - "block": "gtceu:dripstone_hematite_ore", - "weight": 15 - }, - { - "block": "gtceu:dripstone_malachite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_yellow_limonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_goethite_block", - "weight": 3 - }, - { - "block": "gtceu:raw_malachite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_hematite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_hematite", - "weight": 15 - }, - { - "block": "tfc:ore/small_limonite", - "weight": 15 - }, - { - "block": "tfc:ore/small_malachite", - "weight": 10 - }, - { - "block": "gtceu:goethite_indicator", - "weight": 50 - }, - { - "block": "gtceu:malachite_bud_indicator", - "weight": 10 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lubricant.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lubricant.json index 3a961cb8a..541c3885f 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lubricant.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lubricant.json @@ -1,300 +1,301 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.35, - "min_y": 32, - "max_y": 128, - "size": 41, - "random_name": "nether_lubricant", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_soapstone_ore", - "weight": 30 - }, - { - "block": "gtceu:granite_talc_ore", - "weight": 20 - }, - { - "block": "gtceu:granite_glauconite_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_trona_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_soapstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_talc_block", - "weight": 1 - }, - { - "block": "gtceu:raw_glauconite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_soapstone_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_talc_ore", - "weight": 20 - }, - { - "block": "gtceu:diorite_glauconite_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_trona_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_soapstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_talc_block", - "weight": 1 - }, - { - "block": "gtceu:raw_glauconite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_soapstone_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_talc_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_glauconite_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_trona_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_soapstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_talc_block", - "weight": 1 - }, - { - "block": "gtceu:raw_glauconite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_soapstone_ore", - "weight": 30 - }, - { - "block": "gtceu:schist_talc_ore", - "weight": 20 - }, - { - "block": "gtceu:schist_glauconite_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:schist_trona_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_soapstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_talc_block", - "weight": 1 - }, - { - "block": "gtceu:raw_glauconite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_soapstone_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_talc_ore", - "weight": 20 - }, - { - "block": "gtceu:gneiss_glauconite_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:gneiss_trona_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_soapstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_talc_block", - "weight": 1 - }, - { - "block": "gtceu:raw_glauconite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_soapstone_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_talc_ore", - "weight": 20 - }, - { - "block": "gtceu:pyroxenite_glauconite_sand_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_trona_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_soapstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_talc_block", - "weight": 1 - }, - { - "block": "gtceu:raw_glauconite_sand_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pentlandite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:soapstone_indicator", - "weight": 30 - }, - { - "block": "gtceu:talc_indicator", - "weight": 20 - }, - { - "block": "gtceu:glauconite_sand_indicator", - "weight": 25 - }, - { - "block": "gtceu:pentlandite_indicator", - "weight": 15 - }, - { - "block": "gtceu:trona_indicator", - "weight": 10 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 41, + "rarity": 250, + "density": 0.35, + "min_y": 32, + "max_y": 128, + "random_name": "nether_lubricant", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_soapstone_block", + "weight": 1 + }, + { + "block": "gtceu:granite_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_talc_block", + "weight": 1 + }, + { + "block": "gtceu:granite_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_glauconite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:granite_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_trona_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_soapstone_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_talc_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_glauconite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_trona_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_soapstone_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_talc_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_glauconite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_trona_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_soapstone_block", + "weight": 1 + }, + { + "block": "gtceu:schist_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_talc_block", + "weight": 1 + }, + { + "block": "gtceu:schist_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_glauconite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:schist_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_trona_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_soapstone_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_talc_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_glauconite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_trona_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_soapstone_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_talc_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_glauconite_sand_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_trona_ore", + "weight": 10 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:soapstone_indicator", + "weight": 30 + }, + { + "block": "gtceu:talc_indicator", + "weight": 20 + }, + { + "block": "gtceu:glauconite_sand_indicator", + "weight": 25 + }, + { + "block": "gtceu:pentlandite_indicator", + "weight": 15 + }, + { + "block": "gtceu:trona_indicator", + "weight": 10 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_magnetite.json index d2c96947e..8791870e7 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_magnetite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_magnetite.json @@ -1,205 +1,206 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 205, - "density": 0.4, - "min_y": 0, - "max_y": 128, - "size": 39, - "random_name": "nether_magnetite", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:deepslate_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:deepslate_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:deepslate_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:deepslate_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - }, - { - "block": "gtceu:raw_vanadium_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:pyroxenite_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:pyroxenite_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - }, - { - "block": "gtceu:raw_vanadium_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:basalt_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:basalt_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - }, - { - "block": "gtceu:raw_vanadium_magnetite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_magnetite_ore", - "weight": 5 - }, - { - "block": "gtceu:dripstone_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:dripstone_chromite_ore", - "weight": 60 - }, - { - "block": "gtceu:dripstone_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:dripstone_sapphire_ore", - "weight": 5 - }, - { - "block": "gtceu:raw_chromite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_gold_block", - "weight": 1 - }, - { - "block": "gtceu:raw_vanadium_magnetite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_magnetite", - "weight": 5 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 15 - }, - { - "block": "firmalife:ore/small_chromite", - "weight": 60 - }, - { - "block": "gtceu:vanadium_magnetite_indicator", - "weight": 15 - }, - { - "block": "gtceu:sapphire_bud_indicator", - "weight": 5 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 39, + "rarity": 205, + "density": 0.4, + "min_y": 0, + "max_y": 128, + "random_name": "nether_magnetite", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:deepslate_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_vanadium_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 2 + }, + { + "block": "gtceu:deepslate_gold_ore", + "weight": 15 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:pyroxenite_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_vanadium_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_gold_ore", + "weight": 15 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_vanadium_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_gold_ore", + "weight": 15 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_magnetite_ore", + "weight": 5 + }, + { + "block": "gtceu:dripstone_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_vanadium_magnetite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_chromite_ore", + "weight": 60 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 2 + }, + { + "block": "gtceu:dripstone_gold_ore", + "weight": 15 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_sapphire_ore", + "weight": 5 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "tfc:ore/small_magnetite", + "weight": 5 + }, + { + "block": "gtceu:vanadium_magnetite_indicator", + "weight": 15 + }, + { + "block": "firmalife:ore/small_chromite", + "weight": 60 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 15 + }, + { + "block": "gtceu:sapphire_bud_indicator", + "weight": 5 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_manganese.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_manganese.json index 2d0f70efa..9ad956b13 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_manganese.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_manganese.json @@ -1,185 +1,186 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 195, - "density": 0.4, - "min_y": 32, - "max_y": 128, - "size": 45, - "random_name": "nether_manganese", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:deepslate_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:deepslate_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:deepslate_tantalite_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_grossular_block", - "weight": 1 - }, - { - "block": "gtceu:raw_spessartine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrolusite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_tantalite_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_grossular_block", - "weight": 1 - }, - { - "block": "gtceu:raw_spessartine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrolusite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:pyroxenite_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:pyroxenite_tantalite_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_grossular_block", - "weight": 1 - }, - { - "block": "gtceu:raw_spessartine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrolusite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_grossular_ore", - "weight": 30 - }, - { - "block": "gtceu:dripstone_spessartine_ore", - "weight": 20 - }, - { - "block": "gtceu:dripstone_pyrolusite_ore", - "weight": 20 - }, - { - "block": "gtceu:dripstone_tantalite_ore", - "weight": 10 - }, - { - "block": "gtceu:raw_grossular_block", - "weight": 1 - }, - { - "block": "gtceu:raw_spessartine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrolusite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:pyrolusite_indicator", - "weight": 20 - }, - { - "block": "gtceu:tantalite_indicator", - "weight": 10 - }, - { - "block": "gtceu:grossular_bud_indicator", - "weight": 30 - }, - { - "block": "gtceu:spessartine_bud_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 195, + "density": 0.4, + "min_y": 32, + "max_y": 128, + "random_name": "nether_manganese", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_grossular_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_spessartine_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_pyrolusite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_grossular_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_spessartine_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_pyrolusite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_grossular_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_spessartine_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_pyrolusite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_grossular_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_spessartine_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_pyrolusite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_tantalite_ore", + "weight": 10 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:grossular_bud_indicator", + "weight": 30 + }, + { + "block": "gtceu:spessartine_bud_indicator", + "weight": 20 + }, + { + "block": "gtceu:pyrolusite_indicator", + "weight": 20 + }, + { + "block": "gtceu:tantalite_indicator", + "weight": 10 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_mica.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_mica.json index b56efb749..aad3151da 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_mica.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_mica.json @@ -1,272 +1,273 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.35, - "min_y": 32, - "max_y": 128, - "size": 41, - "random_name": "nether_mica", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_pollucite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_kyanite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_pollucite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_kyanite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_pollucite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_kyanite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_pollucite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_kyanite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_pollucite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_kyanite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_pollucite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_kyanite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:kyanite_indicator", - "weight": 35 - }, - { - "block": "gtceu:mica_indicator", - "weight": 25 - }, - { - "block": "gtceu:bauxite_indicator", - "weight": 25 - }, - { - "block": "gtceu:pollucite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 41, + "rarity": 220, + "density": 0.35, + "min_y": 32, + "max_y": 128, + "random_name": "nether_mica", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:granite_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:schist_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:kyanite_indicator", + "weight": 35 + }, + { + "block": "gtceu:mica_indicator", + "weight": 25 + }, + { + "block": "gtceu:bauxite_indicator", + "weight": 25 + }, + { + "block": "gtceu:pollucite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_molybdenum.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_molybdenum.json index 3a670bc01..99074189e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_molybdenum.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_molybdenum.json @@ -1,224 +1,225 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 245, - "density": 0.55, - "min_y": 0, - "max_y": 128, - "size": 31, - "random_name": "nether_molybdenum", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:gneiss_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:gneiss_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:schist_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:schist_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:schist_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:granite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:granite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:diorite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:gabbro_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:pyroxenite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_powellite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_wulfenite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_molybdenite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:wulfenite_indicator", - "weight": 40 - }, - { - "block": "gtceu:molybdenite_indicator", - "weight": 30 - }, - { - "block": "gtceu:molybdenum_indicator", - "weight": 15 - }, - { - "block": "gtceu:powellite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 31, + "rarity": 245, + "density": 0.55, + "min_y": 0, + "max_y": 128, + "random_name": "nether_molybdenum", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:gneiss_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:schist_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:granite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:pyroxenite_powellite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:wulfenite_indicator", + "weight": 40 + }, + { + "block": "gtceu:molybdenite_indicator", + "weight": 30 + }, + { + "block": "gtceu:molybdenum_indicator", + "weight": 15 + }, + { + "block": "gtceu:powellite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_monazite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_monazite.json index a13ec81e0..86f017b68 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_monazite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_monazite.json @@ -1,220 +1,221 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 185, - "density": 0.35, - "min_y": 24, - "max_y": 128, - "size": 45, - "random_name": "nether_monazite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:granite_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_neodymium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bastnasite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_monazite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_neodymium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_neodymium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bastnasite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_monazite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_neodymium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:gabbro_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_neodymium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bastnasite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_monazite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_neodymium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_neodymium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bastnasite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_monazite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_neodymium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:gneiss_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_neodymium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bastnasite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_monazite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_neodymium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:pyroxenite_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_neodymium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_bastnasite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_monazite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_neodymium_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:bastnasite_indicator", - "weight": 50 - }, - { - "block": "gtceu:neodymium_indicator", - "weight": 25 - }, - { - "block": "gtceu:monazite_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 185, + "density": 0.35, + "min_y": 24, + "max_y": 128, + "random_name": "nether_monazite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 2 + }, + { + "block": "gtceu:granite_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_monazite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_neodymium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_neodymium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 2 + }, + { + "block": "gtceu:diorite_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_monazite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_neodymium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_neodymium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 2 + }, + { + "block": "gtceu:gabbro_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_monazite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_neodymium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_neodymium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 2 + }, + { + "block": "gtceu:schist_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_monazite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_neodymium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_neodymium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 2 + }, + { + "block": "gtceu:gneiss_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_monazite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_neodymium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_neodymium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_monazite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_neodymium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_neodymium_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:bastnasite_indicator", + "weight": 50 + }, + { + "block": "gtceu:monazite_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:neodymium_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json index e774cbd0c..3f7541f38 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json @@ -1,77 +1,78 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.30, - "min_y": 0, - "max_y": 38, - "size": 32, - "random_name": "nether_naquadah", - "blocks": [ - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_naquadah_ore", - "weight": 75 - }, - { - "block": "gtceu:pyroxenite_plutonium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_naquadah_block", - "weight": 2 - }, - { - "block": "gtceu:raw_plutonium_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_naquadah_ore", - "weight": 75 - }, - { - "block": "gtceu:basalt_plutonium_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_naquadah_block", - "weight": 2 - }, - { - "block": "gtceu:raw_plutonium_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:naquadah_indicator", - "weight": 75 - }, - { - "block": "gtceu:plutonium_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 32, + "rarity": 250, + "density": 0.3, + "min_y": 0, + "max_y": 38, + "random_name": "nether_naquadah", + "blocks": [ + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_naquadah_ore", + "weight": 75 + }, + { + "block": "gtceu:raw_naquadah_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_plutonium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_plutonium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_naquadah_ore", + "weight": 75 + }, + { + "block": "gtceu:raw_naquadah_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_plutonium_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_plutonium_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:naquadah_indicator", + "weight": 75 + }, + { + "block": "gtceu:plutonium_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json index 7d79f8af2..c46ba4b71 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json @@ -1,185 +1,186 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.35, - "min_y": 24, - "max_y": 128, - "size": 31, - "random_name": "nether_olivine", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_glauconite_sand_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bentonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_magnesite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_olivine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_glauconite_sand_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bentonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_magnesite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_olivine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_glauconite_sand_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bentonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_magnesite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_olivine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_bentonite_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_magnesite_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_olivine_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_glauconite_sand_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bentonite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_magnesite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_olivine_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:bentonite_indicator", - "weight": 35 - }, - { - "block": "gtceu:magnesite_indicator", - "weight": 25 - }, - { - "block": "gtceu:glauconite_sand_indicator", - "weight": 15 - }, - { - "block": "gtceu:olivine_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 31, + "rarity": 250, + "density": 0.35, + "min_y": 24, + "max_y": 128, + "random_name": "nether_olivine", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bentonite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_magnesite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_olivine_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bentonite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_magnesite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_olivine_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bentonite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_magnesite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_olivine_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_glauconite_sand_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_bentonite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bentonite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_magnesite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_magnesite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_olivine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_olivine_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_glauconite_sand_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:bentonite_indicator", + "weight": 35 + }, + { + "block": "gtceu:magnesite_indicator", + "weight": 25 + }, + { + "block": "gtceu:olivine_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:glauconite_sand_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_pitchblende.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_pitchblende.json index 68888ff38..c1192c401 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_pitchblende.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_pitchblende.json @@ -1,168 +1,169 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 220, - "density": 0.55, - "min_y": 0, - "max_y": 128, - "size": 29, - "random_name": "nether_pitchblende", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:granite_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:gabbro_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:gneiss_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_pitchblende_ore", - "weight": 50 - }, - { - "block": "gtceu:pyroxenite_uraninite_ore", - "weight": 50 - }, - { - "block": "gtceu:raw_pitchblende_block", - "weight": 1 - }, - { - "block": "gtceu:raw_uraninite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:pitchblende_indicator", - "weight": 50 - }, - { - "block": "gtceu:uraninite_indicator", - "weight": 50 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 29, + "rarity": 220, + "density": 0.55, + "min_y": 0, + "max_y": 128, + "random_name": "nether_pitchblende", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:granite_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:schist_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_pitchblende_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_pitchblende_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_uraninite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_uraninite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:pitchblende_indicator", + "weight": 50 + }, + { + "block": "gtceu:uraninite_indicator", + "weight": 50 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json index a1fad095e..979052305 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json @@ -1,230 +1,231 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 150, - "density": 0.4, - "min_y": 0, - "max_y": 128, - "size": 45, - "random_name": "nether_quartz", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_quartzite_ore", - "weight": 30 - }, - { - "block": "gtceu:deepslate_nether_quartz_ore", - "weight": 65 - }, - { - "block": "gtceu:deepslate_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_quartzite_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_nether_quartz_ore", - "weight": 65 - }, - { - "block": "gtceu:pyroxenite_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_quartzite_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_nether_quartz_ore", - "weight": 65 - }, - { - "block": "gtceu:basalt_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_quartzite_ore", - "weight": 30 - }, - { - "block": "gtceu:dripstone_nether_quartz_ore", - "weight": 65 - }, - { - "block": "gtceu:dripstone_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_quartzite_ore", - "weight": 30 - }, - { - "block": "gtceu:granite_nether_quartz_ore", - "weight": 65 - }, - { - "block": "gtceu:granite_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_quartzite_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_nether_quartz_ore", - "weight": 65 - }, - { - "block": "gtceu:diorite_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 2 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_quartzite_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_nether_quartz_ore", - "weight": 65 - }, - { - "block": "gtceu:gabbro_barite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_quartzite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_nether_quartz_block", - "weight": 2 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:barite_indicator", - "weight": 25 - }, - { - "block": "gtceu:nether_quartz_bud_indicator", - "weight": 65 - }, - { - "block": "gtceu:quartzite_bud_indicator", - "weight": 30 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 150, + "density": 0.4, + "min_y": 0, + "max_y": 128, + "random_name": "nether_quartz", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_quartzite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_nether_quartz_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 2 + }, + { + "block": "gtceu:deepslate_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_quartzite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_nether_quartz_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_quartzite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_nether_quartz_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_quartzite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_nether_quartz_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 2 + }, + { + "block": "gtceu:dripstone_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_quartzite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_nether_quartz_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 2 + }, + { + "block": "gtceu:granite_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_quartzite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_nether_quartz_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 2 + }, + { + "block": "gtceu:diorite_barite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_quartzite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_quartzite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_nether_quartz_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 2 + }, + { + "block": "gtceu:gabbro_barite_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:quartzite_bud_indicator", + "weight": 30 + }, + { + "block": "gtceu:nether_quartz_bud_indicator", + "weight": 65 + }, + { + "block": "gtceu:barite_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_redstone.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_redstone.json index c7aa20d08..7274eeaae 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_redstone.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_redstone.json @@ -1,96 +1,97 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 160, - "density": 0.5, - "min_y": 0, - "max_y": 128, - "size": 45, - "random_name": "nether_redstone", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_redstone_ore", - "weight": 45 - }, - { - "block": "gtceu:granite_ruby_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_cinnabar_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_redstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cinnabar_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_redstone_ore", - "weight": 45 - }, - { - "block": "gtceu:pyroxenite_ruby_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_cinnabar_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_redstone_block", - "weight": 1 - }, - { - "block": "gtceu:raw_ruby_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cinnabar_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:redstone_indicator", - "weight": 45 - }, - { - "block": "gtceu:ruby_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:cinnabar_bud_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 160, + "density": 0.5, + "min_y": 0, + "max_y": 128, + "random_name": "nether_redstone", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_redstone_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_redstone_block", + "weight": 1 + }, + { + "block": "gtceu:granite_ruby_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + }, + { + "block": "gtceu:granite_cinnabar_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_cinnabar_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_redstone_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_redstone_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_ruby_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_ruby_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_cinnabar_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_cinnabar_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:redstone_indicator", + "weight": 45 + }, + { + "block": "gtceu:ruby_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:cinnabar_bud_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_saltpeter.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_saltpeter.json index ce6e2ee08..e6735ced6 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_saltpeter.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_saltpeter.json @@ -1,248 +1,249 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 210, - "density": 0.4, - "min_y": 32, - "max_y": 128, - "size": 50, - "random_name": "nether_saltpeter", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_diatomite_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_alunite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_saltpeter_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diatomite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_electrotine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_diatomite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_alunite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_saltpeter_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diatomite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_electrotine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_diatomite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_alunite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_saltpeter_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diatomite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_electrotine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_diatomite_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_alunite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_saltpeter_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diatomite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_electrotine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_diatomite_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_alunite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_saltpeter_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diatomite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_electrotine_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_diatomite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_alunite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_saltpeter_block", - "weight": 1 - }, - { - "block": "gtceu:raw_diatomite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_electrotine_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:saltpeter_indicator", - "weight": 35 - }, - { - "block": "gtceu:diatomite_indicator", - "weight": 25 - }, - { - "block": "gtceu:electrotine_indicator", - "weight": 25 - }, - { - "block": "gtceu:alunite_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 50, + "rarity": 210, + "density": 0.4, + "min_y": 32, + "max_y": 128, + "random_name": "nether_saltpeter", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:granite_diatomite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_diatomite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_electrotine_block", + "weight": 1 + }, + { + "block": "gtceu:granite_alunite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_diatomite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_diatomite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_electrotine_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_alunite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_diatomite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_diatomite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_electrotine_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_alunite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:schist_diatomite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_diatomite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_electrotine_block", + "weight": 1 + }, + { + "block": "gtceu:schist_alunite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_diatomite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_diatomite_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_electrotine_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_alunite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_diatomite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_diatomite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_electrotine_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_alunite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:saltpeter_indicator", + "weight": 35 + }, + { + "block": "gtceu:diatomite_indicator", + "weight": 25 + }, + { + "block": "gtceu:electrotine_indicator", + "weight": 25 + }, + { + "block": "gtceu:alunite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sapphire.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sapphire.json index d8d40fceb..d728f61b7 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sapphire.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sapphire.json @@ -1,273 +1,274 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 180, - "density": 0.45, - "min_y": 0, - "max_y": 128, - "size": 33, - "random_name": "nether_sapphire", - "height": 8, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sapphire_block", - "weight": 1 - }, - { - "block": "gtceu:raw_green_sapphire_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:granite_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:granite_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sapphire_block", - "weight": 1 - }, - { - "block": "gtceu:raw_green_sapphire_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:gneiss_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:gneiss_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sapphire_block", - "weight": 1 - }, - { - "block": "gtceu:raw_green_sapphire_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sapphire_block", - "weight": 1 - }, - { - "block": "gtceu:raw_green_sapphire_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:schist_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:schist_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sapphire_block", - "weight": 1 - }, - { - "block": "gtceu:raw_green_sapphire_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:pyroxenite_green_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_almandine_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrope_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sapphire_block", - "weight": 1 - }, - { - "block": "gtceu:raw_green_sapphire_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:almandine_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:pyrope_bud_indicator", - "weight": 25 - }, - { - "block": "gtceu:sapphire_bud_indicator", - "weight": 15 - }, - { - "block": "gtceu:green_sapphire_bud_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 8, + "size": 33, + "rarity": 180, + "density": 0.45, + "min_y": 0, + "max_y": 128, + "random_name": "nether_sapphire", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sapphire_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_green_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_green_sapphire_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:granite_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:granite_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sapphire_block", + "weight": 1 + }, + { + "block": "gtceu:granite_green_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_green_sapphire_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sapphire_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_green_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_green_sapphire_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sapphire_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_green_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_green_sapphire_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:schist_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:schist_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sapphire_block", + "weight": 1 + }, + { + "block": "gtceu:schist_green_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_green_sapphire_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrope_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sapphire_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_green_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_green_sapphire_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:almandine_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:pyrope_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:sapphire_bud_indicator", + "weight": 15 + }, + { + "block": "gtceu:green_sapphire_bud_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_scheelite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_scheelite.json index 955f9e7bb..4dfa0a3a5 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_scheelite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_scheelite.json @@ -1,220 +1,221 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 180, - "density": 0.45, - "min_y": 0, - "max_y": 128, - "size": 25, - "random_name": "nether_scheelite", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:granite_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_lithium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:diorite_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_lithium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:gabbro_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_lithium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:gneiss_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_lithium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:schist_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_lithium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_scheelite_ore", - "weight": 45 - }, - { - "block": "gtceu:pyroxenite_tungstate_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_lithium_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_scheelite_block", - "weight": 2 - }, - { - "block": "gtceu:raw_lithium_block", - "weight": 1 - }, - { - "block": "gtceu:raw_tungstate_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:scheelite_indicator", - "weight": 45 - }, - { - "block": "gtceu:tungstate_indicator", - "weight": 35 - }, - { - "block": "gtceu:lithium_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 25, + "rarity": 180, + "density": 0.45, + "min_y": 0, + "max_y": 128, + "random_name": "nether_scheelite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 2 + }, + { + "block": "gtceu:granite_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:granite_lithium_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_lithium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 2 + }, + { + "block": "gtceu:diorite_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_lithium_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_lithium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 2 + }, + { + "block": "gtceu:gabbro_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_lithium_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_lithium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 2 + }, + { + "block": "gtceu:gneiss_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_lithium_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_lithium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 2 + }, + { + "block": "gtceu:schist_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:schist_lithium_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_lithium_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_scheelite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_tungstate_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_lithium_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_lithium_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:scheelite_indicator", + "weight": 45 + }, + { + "block": "gtceu:tungstate_indicator", + "weight": 35 + }, + { + "block": "gtceu:lithium_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sheldonite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sheldonite.json index 3ce9ea59f..a76165658 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sheldonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sheldonite.json @@ -1,185 +1,186 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.4, - "min_y": 0, - "max_y": 128, - "size": 35, - "random_name": "nether_sheldonite", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_palladium_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_bornite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_cooperite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_platinum_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:bornite_indicator", - "weight": 35 - }, - { - "block": "gtceu:cooperite_indicator", - "weight": 25 - }, - { - "block": "gtceu:platinum_indicator", - "weight": 25 - }, - { - "block": "gtceu:palladium_indicator", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 35, + "rarity": 250, + "density": 0.4, + "min_y": 0, + "max_y": 128, + "random_name": "nether_sheldonite", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_cooperite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_platinum_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_palladium_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:bornite_indicator", + "weight": 35 + }, + { + "block": "gtceu:cooperite_indicator", + "weight": 25 + }, + { + "block": "gtceu:platinum_indicator", + "weight": 25 + }, + { + "block": "gtceu:palladium_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_silver.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_silver.json index 62ab53079..4a1d6de86 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_silver.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_silver.json @@ -1,127 +1,128 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 160, - "density": 0.5, - "min_y": 24, - "max_y": 128, - "size": 45, - "random_name": "nether_silver", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "block": "gtceu:granite_galena_ore", - "weight": 30 - }, - { - "block": "gtceu:granite_silver_ore", - "weight": 35 - }, - { - "block": "gtceu:granite_lead_ore", - "weight": 35 - }, - { - "block": "gtceu:raw_galena_block", - "weight": 1 - }, - { - "block": "gtceu:raw_silver_block", - "weight": 1 - }, - { - "block": "gtceu:raw_lead_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_galena_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_silver_ore", - "weight": 35 - }, - { - "block": "gtceu:gneiss_lead_ore", - "weight": 35 - }, - { - "block": "gtceu:raw_galena_block", - "weight": 1 - }, - { - "block": "gtceu:raw_silver_block", - "weight": 1 - }, - { - "block": "gtceu:raw_lead_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_galena_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_silver_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_lead_ore", - "weight": 35 - }, - { - "block": "gtceu:raw_galena_block", - "weight": 1 - }, - { - "block": "gtceu:raw_silver_block", - "weight": 1 - }, - { - "block": "gtceu:raw_lead_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_native_silver", - "weight": 50 - }, - { - "block": "gtceu:galena_indicator", - "weight": 25 - }, - { - "block": "gtceu:lead_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 160, + "density": 0.5, + "min_y": 24, + "max_y": 128, + "random_name": "nether_silver", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_galena_block", + "weight": 1 + }, + { + "block": "gtceu:granite_silver_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_silver_block", + "weight": 1 + }, + { + "block": "gtceu:granite_lead_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_lead_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_galena_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_silver_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_silver_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_lead_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_lead_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_galena_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_silver_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_silver_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_lead_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_lead_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:galena_indicator", + "weight": 30 + }, + { + "block": "tfc:ore/small_native_silver", + "weight": 35 + }, + { + "block": "gtceu:lead_indicator", + "weight": 35 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json index cb06e49dc..ac38ae4a5 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json @@ -1,165 +1,166 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.5, - "min_y": 32, - "max_y": 128, - "size": 45, - "random_name": "nether_sphalerite", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:deepslate_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:pyroxenite_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_sulfur_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_sphalerite_ore", - "weight": 40 - }, - { - "block": "gtceu:dripstone_pyrite_ore", - "weight": 25 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 1 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_sphalerite", - "weight": 40 - }, - { - "block": "gtceu:sulfur_indicator", - "weight": 35 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 170, + "density": 0.5, + "min_y": 32, + "max_y": 128, + "random_name": "nether_sphalerite", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_pyrite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_pyrite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_sulfur_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_sphalerite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_pyrite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:sulfur_indicator", + "weight": 35 + }, + { + "block": "tfc:ore/small_sphalerite", + "weight": 40 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 25 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json index 65ccb7c54..b08494a66 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json @@ -1,159 +1,160 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 165, - "density": 0.3, - "min_y": 0, - "max_y": 128, - "size": 50, - "random_name": "nether_sulfur", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 2 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 2 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:pyroxenite_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 2 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_sulfur_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_pyrite_ore", - "weight": 35 - }, - { - "block": "gtceu:schist_sphalerite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_sulfur_block", - "weight": 2 - }, - { - "block": "gtceu:raw_sphalerite_block", - "weight": 1 - }, - { - "block": "gtceu:raw_pyrite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:sulfur_indicator", - "weight": 50 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 35 - }, - { - "block": "tfc:ore/small_sphalerite", - "weight": 15 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 50, + "rarity": 165, + "density": 0.3, + "min_y": 0, + "max_y": 128, + "random_name": "nether_sulfur", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 2 + }, + { + "block": "gtceu:diorite_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_sphalerite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_sphalerite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_sphalerite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_sulfur_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sulfur_block", + "weight": 2 + }, + { + "block": "gtceu:schist_pyrite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:schist_sphalerite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:sulfur_indicator", + "weight": 50 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 35 + }, + { + "block": "tfc:ore/small_sphalerite", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_tetrahedrite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_tetrahedrite.json index 99367db71..d6c5bba20 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_tetrahedrite.json @@ -1,175 +1,176 @@ { - "type": "tfc:cluster_vein", - "config": { - "rarity": 170, - "density": 0.5, - "min_y": 32, - "max_y": 128, - "size": 45, - "random_name": "nether_tetrahedrite", - "blocks": [ - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:deepslate_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:deepslate_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:dripstone_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:dripstone_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "block": "gtceu:schist_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:schist_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:schist_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "block": "gtceu:gneiss_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:gneiss_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:gneiss_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_tetrahedrite_ore", - "weight": 50 - }, - { - "block": "gtceu:pyroxenite_copper_ore", - "weight": 30 - }, - { - "block": "gtceu:pyroxenite_stibnite_ore", - "weight": 20 - }, - { - "block": "gtceu:raw_tetrahedrite_block", - "weight": 2 - }, - { - "block": "minecraft:raw_copper_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "tfc:ore/small_tetrahedrite", - "weight": 50 - }, - { - "block": "tfc:ore/small_native_copper", - "weight": 30 - }, - { - "block": "gtceu:stibnite_indicator", - "weight": 20 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 45, + "rarity": 170, + "density": 0.5, + "min_y": 32, + "max_y": 128, + "random_name": "nether_tetrahedrite", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 2 + }, + { + "block": "gtceu:deepslate_copper_ore", + "weight": 30 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 2 + }, + { + "block": "gtceu:dripstone_copper_ore", + "weight": 30 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 2 + }, + { + "block": "gtceu:schist_copper_ore", + "weight": 30 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + }, + { + "block": "gtceu:schist_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 2 + }, + { + "block": "gtceu:gneiss_copper_ore", + "weight": 30 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + }, + { + "block": "gtceu:gneiss_stibnite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_tetrahedrite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 2 + }, + { + "block": "gtceu:pyroxenite_copper_ore", + "weight": 30 + }, + { + "block": "minecraft:raw_copper_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_stibnite_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "tfc:ore/small_tetrahedrite", + "weight": 50 + }, + { + "block": "tfc:ore/small_native_copper", + "weight": 30 + }, + { + "block": "gtceu:stibnite_indicator", + "weight": 20 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json index 423abd93d..4d875ebf1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json @@ -1,186 +1,187 @@ { - "type": "tfc:disc_vein", - "config": { - "rarity": 180, - "density": 0.4, - "min_y": 0, - "max_y": 128, - "size": 33, - "random_name": "nether_topaz", - "height": 7, - "blocks": [ - { - "replace": [ - "minecraft:blackstone", - "minecraft:magma_block" - ], - "with": [ - { - "block": "gtceu:pyroxenite_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:pyroxenite_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:pyroxenite_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:deepslate", - "tfc:mud/silty_loam", - "beneath:soul_clay", - "tfc:dirt/loam", - "tfc:mud/loam", - "tfc:peat", - "tfc:dirt/silty_loam" - ], - "with": [ - { - "block": "gtceu:deepslate_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:deepslate_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:deepslate_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - }, - { - "replace": [ - "minecraft:dripstone_block" - ], - "with": [ - { - "block": "gtceu:dripstone_blue_topaz_ore", - "weight": 35 - }, - { - "block": "gtceu:dripstone_topaz_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_chalcocite_ore", - "weight": 25 - }, - { - "block": "gtceu:dripstone_bornite_ore", - "weight": 15 - }, - { - "block": "gtceu:raw_blue_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_topaz_block", - "weight": 1 - }, - { - "block": "gtceu:raw_chalcocite_block", - "weight": 1 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 1, - "underground_rarity": 40, - "underground_count": 150, - "blocks": [ - { - "block": "gtceu:chalcocite_indicator", - "weight": 25 - }, - { - "block": "gtceu:bornite_indicator", - "weight": 15 - }, - { - "block": "gtceu:blue_topaz_bud_indicator", - "weight": 35 - }, - { - "block": "gtceu:topaz_bud_indicator", - "weight": 25 - } - ] - } - } + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 7, + "size": 33, + "rarity": 180, + "density": 0.4, + "min_y": 0, + "max_y": 128, + "random_name": "nether_topaz", + "blocks": [ + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_bornite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_blue_topaz_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_blue_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_topaz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_topaz_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_chalcocite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_chalcocite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_bornite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:blue_topaz_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:topaz_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:chalcocite_indicator", + "weight": 25 + }, + { + "block": "gtceu:bornite_indicator", + "weight": 15 + } + ] + } + } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_amethyst.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_amethyst.json index 5ff7dcef4..1a83d7c6f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_amethyst.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_amethyst.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/deep_garnet_amethyst", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/deep_garnet_amethyst", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_opal.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_opal.json index f32debd24..1ff817c2d 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_opal.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_opal.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_garnet_opal", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_gold.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_gold.json index 48564e60d..98108496d 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_gold.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_gold.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_gold", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_hematite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_hematite.json index 22d7e4855..059f08afe 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_hematite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_hematite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_hematite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_limonite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_limonite.json index 60eaa2a4b..1984a7bdd 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_limonite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_limonite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_limonite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_magnetite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_magnetite.json index 6c36e5182..e6826b673 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_magnetite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_magnetite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_magnetite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_molybdenum.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_molybdenum.json index 6f2fd1540..48d9f9e6d 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_molybdenum.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_molybdenum.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_molybdenum", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_pitchblende.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_pitchblende.json index cc6616c88..792baa0e6 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_pitchblende.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_pitchblende.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_pitchblende", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sapphire.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sapphire.json index 7dcbe02ba..2f219b1b5 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sapphire.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sapphire.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_sapphire", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_scheelite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_scheelite.json index cede1289a..08fa6f556 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_scheelite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_scheelite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_scheelite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sheldonite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sheldonite.json index e57739e25..114e19497 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sheldonite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sheldonite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_sheldonite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_topaz.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_topaz.json index 4d80cfc9f..e1663516b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_topaz.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_topaz.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_topaz", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite.json index b8e65f709..27c62b400 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_apatite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_basaltic_sands.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_basaltic_sands.json index 2d8b4220d..b1a5a44f5 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_basaltic_sands.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_basaltic_sands.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_basaltic_sands", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bauxite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bauxite.json index c2d333cc0..3cffffe39 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bauxite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bauxite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_bauxite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_beryllium.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_beryllium.json index 7a8b0ea25..6a02a16e4 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_beryllium.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_beryllium.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_beryllium", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bismuthinite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bismuthinite.json index 4ffb3edf3..d2d611e17 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bismuthinite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bismuthinite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_bismuthinite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_cassiterite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_cassiterite.json index a59657985..70b93faa7 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_cassiterite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_cassiterite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_cassiterite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_coal.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_coal.json index 9ee5910a5..d10edd0f8 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_coal.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_coal.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_coal", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_copper.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_copper.json index 37c77ab37..7ea325dad 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_copper.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_copper.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_copper", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnet_tin.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnet_tin.json index acbd9ff67..36565e985 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnet_tin.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnet_tin.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_garnet_tin", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnierite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnierite.json index a04612ca3..3c5fdba66 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnierite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnierite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_garnierite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gold.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gold.json index 1e2f931ec..d63824b78 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gold.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gold.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_gold", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_graphite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_graphite.json index a67a04e85..84d1eb435 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_graphite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_graphite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_graphite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_graphite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_hematite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_hematite.json index 5edd72d98..04c4578d9 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_hematite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_hematite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_hematite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_hematite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lapis.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lapis.json index 2bedd346d..4cd1be831 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lapis.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lapis.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_lapis", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_lapis", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_limonite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_limonite.json index 6422a5d88..154cac600 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_limonite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_limonite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_limonite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_limonite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lubricant.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lubricant.json index 1b1d8af95..55ebe2e2d 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lubricant.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lubricant.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_lubricant", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_lubricant", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_magnetite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_magnetite.json index 8a7ebd400..32cac0aba 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_magnetite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_magnetite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_magnetite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_magnetite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_manganese.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_manganese.json index 8bba563f5..2ac1b5528 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_manganese.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_manganese.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_manganese", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_manganese", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_mica.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_mica.json index 9400df3f3..46af3832b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_mica.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_mica.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_mica", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_mica", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_monazite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_monazite.json index bcb01023b..eba288e3b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_monazite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_monazite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_monazite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_monazite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_oilsands.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_oilsands.json index 00dbc17f2..ffe1081ab 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_oilsands.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_oilsands.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_oilsands", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_oilsands", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_olivine.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_olivine.json index 055aaeef9..e552e7bc9 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_olivine.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_olivine.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_olivine", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_olivine", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_quartz.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_quartz.json index 2f2be7798..8c2b388e6 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_quartz.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_quartz.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_quartz", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_redstone.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_redstone.json index 0168efb94..0f30dff44 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_redstone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_redstone.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_redstone", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_redstone", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_salt.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_salt.json index d04686c2f..46defa7e6 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_salt.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_salt.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_salt", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_salt", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_saltpeter.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_saltpeter.json index 9fb6ee42f..2b2ca13e9 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_saltpeter.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_saltpeter.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_saltpeter", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_saltpeter", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_silver.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_silver.json index 195151a65..632508223 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_silver.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_silver.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_silver", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_silver", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sphalerite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sphalerite.json index decd97060..ea1e0eb42 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sphalerite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sphalerite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_sphalerite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_sphalerite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_spodumene.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_spodumene.json index b4be7f457..c4f2e9fac 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_spodumene.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_spodumene.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_spodumene", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_spodumene", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sulfur.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sulfur.json index ee124c86e..afb84a0b0 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sulfur.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sulfur.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_sulfur", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_sulfur", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_tetrahedrite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_tetrahedrite.json index 22624eb1b..554077354 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_tetrahedrite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/normal_tetrahedrite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_tetrahedrite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_bismuthinite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_bismuthinite.json index 7cb426b35..1432f6c79 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_bismuthinite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_bismuthinite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/surface_bismuthinite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/surface_bismuthinite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_cassiterite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_cassiterite.json index 922f7316c..a5b86adda 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_cassiterite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_cassiterite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/surface_cassiterite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/surface_cassiterite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_copper.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_copper.json index e5c94d190..57505e253 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_copper.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_copper.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/surface_copper", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/surface_copper", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_sphalerite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_sphalerite.json index 12ff02217..6b29a13a6 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_sphalerite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_sphalerite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/surface_sphalerite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/surface_sphalerite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_tetrahedrite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_tetrahedrite.json index 24d14bab1..f72b832bd 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_tetrahedrite.json @@ -1,4 +1,5 @@ { - "feature": "tfg:earth/vein/surface_tetrahedrite", - "placement": [] + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/surface_tetrahedrite", + "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/surface/stick_patch.json b/kubejs/data/tfg/worldgen/placed_feature/nether/surface/stick_patch.json index f03ca089f..71f646425 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/surface/stick_patch.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/surface/stick_patch.json @@ -15,7 +15,7 @@ }, { "type": "minecraft:count_on_every_layer", - "count": 3 + "count": 1 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_apatite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_apatite.json index 899d987ed..da231b395 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_apatite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_apatite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_apatite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_basaltic_sands.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_basaltic_sands.json index 18b92a573..29ad291af 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_basaltic_sands.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_basaltic_sands.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_basaltic_sands", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_bauxite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_bauxite.json index 47d88f038..b26aac7c2 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_bauxite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_bauxite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_bauxite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_beryllium.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_beryllium.json index f58c65a0c..9f0f7af1a 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_beryllium.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_beryllium.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_beryllium", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_cassiterite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_cassiterite.json index 0a4119116..68432a569 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_cassiterite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_cassiterite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_cassiterite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_copper.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_copper.json index 09380ba37..4ac403b72 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_copper.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_copper.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_copper", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet.json index 609294394..3ac38f206 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_garnet", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet_tin.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet_tin.json index ac3ba3c64..38e7cd564 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet_tin.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet_tin.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_garnet_tin", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnierite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnierite.json index 9fc91dcc3..a762ff8cf 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnierite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnierite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_garnierite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_goethite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_goethite.json new file mode 100644 index 000000000..4fb8a793a --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_goethite.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "feature": "tfg:nether/vein/nether_goethite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gold.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gold.json index b052ad5e0..770433315 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gold.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gold.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_gold", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_graphite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_graphite.json index 9c2b2a924..2c6a13c8a 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_graphite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_graphite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_graphite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_hematite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_hematite.json index a06660772..f91542742 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_hematite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_hematite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_hematite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lapis.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lapis.json index 37d901091..d03a469f5 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lapis.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lapis.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_lapis", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_limonite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_limonite.json deleted file mode 100644 index ac7b2cd29..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_limonite.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:nether/vein/nether_limonite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lubricant.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lubricant.json index 119334584..8cea3b9cf 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lubricant.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lubricant.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_lubricant", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_magnetite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_magnetite.json index 663f4b161..df8bd57f9 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_magnetite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_magnetite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_magnetite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_manganese.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_manganese.json index 71b5efb9f..8d27db6fd 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_manganese.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_manganese.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_manganese", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_mica.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_mica.json index e8e4e9feb..bc499e503 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_mica.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_mica.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_mica", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_molybdenum.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_molybdenum.json index 7a6a6d1f7..5c6f4db99 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_molybdenum.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_molybdenum.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_molybdenum", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_monazite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_monazite.json index 4f9573c4a..aefc0bda6 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_monazite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_monazite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_monazite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_naquadah.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_naquadah.json index 610aa5aed..3014c0ec0 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_naquadah.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_naquadah.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_naquadah", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_olivine.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_olivine.json index 0ed55715b..70352965b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_olivine.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_olivine.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_olivine", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_pitchblende.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_pitchblende.json index 3b1c07957..2d6759f8e 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_pitchblende.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_pitchblende.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_pitchblende", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_quartz.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_quartz.json index 2cb583767..5b8a3b265 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_quartz.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_quartz.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_quartz", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_redstone.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_redstone.json index aa92ecf30..81af68125 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_redstone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_redstone.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_redstone", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_saltpeter.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_saltpeter.json index c93a8af58..c181dd593 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_saltpeter.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_saltpeter.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_saltpeter", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sapphire.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sapphire.json index 18968531f..8c8fa6ceb 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sapphire.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sapphire.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_sapphire", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_scheelite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_scheelite.json index 4c372e569..2f390741a 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_scheelite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_scheelite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_scheelite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sheldonite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sheldonite.json index d5181bc0c..3dbc5af66 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sheldonite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sheldonite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_sheldonite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_silver.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_silver.json index fa2125e40..ec821f8e9 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_silver.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_silver.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_silver", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sphalerite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sphalerite.json index 7e4ae0cec..34a9c4c7d 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sphalerite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sphalerite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_sphalerite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sulfur.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sulfur.json index c55a721f8..dfd165bfc 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sulfur.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sulfur.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_sulfur", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_tetrahedrite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_tetrahedrite.json index 6148daf3c..3c69d3b69 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_tetrahedrite.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_tetrahedrite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_topaz.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_topaz.json index 7e0b0cbb3..beb301caf 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_topaz.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_topaz.json @@ -1,4 +1,5 @@ { + "__credits__": "This page was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_topaz", "placement": [] } \ No newline at end of file diff --git a/kubejs/server_scripts/comforts/recipes.js b/kubejs/server_scripts/comforts/recipes.js index 75922cff4..047e51703 100644 --- a/kubejs/server_scripts/comforts/recipes.js +++ b/kubejs/server_scripts/comforts/recipes.js @@ -6,19 +6,21 @@ const registerComfortsRecipes = (event) => { event.remove({ mod: "comforts" }) //Rope and Nail - event.recipes.minecraft.crafting_shapeless("comforts:rope_and_nail", ["firmaciv:rope_coil", "gtceu:wrought_iron_screw"]) + event.shapeless("comforts:rope_and_nail", ["firmaciv:rope_coil", "gtceu:wrought_iron_screw"]) .id("comforts:crafting/shaped/rope_and_nail"); //sleeping bag - event.recipes.minecraft.crafting_shaped("comforts:sleeping_bag_white", [ - "AAA", - "B " - ], { - A: "#tfc:high_quality_cloth", - B: 'tfc:bone_needle' - }); + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped("comforts:sleeping_bag_white", [ + "AAA", + "B " + ], { + A: "#tfc:high_quality_cloth", + B: 'tfc:bone_needle' + }) + ).id('comforts:shaped/sleeping_bag_white'); - event.recipes.minecraft.crafting_shaped("comforts:hammock_white", [ + event.shaped("comforts:hammock_white", [ "ABA", "CCC", "ABA" diff --git a/kubejs/server_scripts/create/recipes.js b/kubejs/server_scripts/create/recipes.js index 56ed04c36..d32cfd23d 100644 --- a/kubejs/server_scripts/create/recipes.js +++ b/kubejs/server_scripts/create/recipes.js @@ -168,7 +168,7 @@ const registerCreateRecipes = (event) => { 'AAA', ' B ' ], { - A: '#forge:nuggets/wrought_iron', + A: '#forge:bolts/wrought_iron', B: '#forge:plates/wrought_iron' }).id('tfg:create/shaped/metal_bracket') @@ -267,14 +267,14 @@ const registerCreateRecipes = (event) => { A: '#forge:screws/wrought_iron', B: '#forge:plates/brass', C: '#forge:rods/black_steel', - D: '#forge:gears/steel', + D: '#forge:small_gears/steel', E: '#forge:tools/hammers', F: '#forge:storage_blocks/copper', G: '#forge:tools/screwdrivers', }).id('tfg:create/shaped/steam_engine') event.recipes.gtceu.assembler('tfg:create/steam_engine') - .itemInputs('2x #forge:screws/wrought_iron', '#forge:plates/brass', '2x #forge:rods/black_steel', '#forge:gears/steel', '#forge:storage_blocks/copper') + .itemInputs('2x #forge:screws/wrought_iron', '#forge:plates/brass', '2x #forge:rods/black_steel', '#forge:small_gears/steel', '#forge:storage_blocks/copper') .circuit(3) .itemOutputs('create:steam_engine') .duration(200) @@ -757,12 +757,12 @@ const registerCreateRecipes = (event) => { ], { A: '#forge:tools/hammers', B: '#forge:ingots/brass', - C: '#forge:nuggets/brass', + C: '#forge:bolts/brass', D: '#forge:tools/files' }).id('tfg:create/shaped/brass_hand') event.recipes.gtceu.assembler('tfg:create/brass_hand') - .itemInputs('3x #forge:nuggets/brass', '#forge:plates/brass') + .itemInputs('3x #forge:bolts/brass', '#forge:plates/brass') .circuit(3) .itemOutputs('create:brass_hand') .duration(200) @@ -1016,7 +1016,7 @@ const registerCreateRecipes = (event) => { event.shaped('create:filter', [ 'ABA' ], { - A: '#forge:nuggets/wrought_iron', + A: '#forge:bolts/wrought_iron', B: '#forge:cloth' }).id('tfg:create/shaped/filter') @@ -1024,7 +1024,7 @@ const registerCreateRecipes = (event) => { event.shaped('create:attribute_filter', [ 'ABA' ], { - A: '#forge:nuggets/brass', + A: '#forge:bolts/brass', B: '#forge:cloth' }).id('tfg:create/shaped/attribute_filter') @@ -1499,7 +1499,7 @@ const registerCreateRecipes = (event) => { ], { A: '#forge:chests/wooden', B: '#forge:plates/brass', - C: '#forge:nuggets/brass', + C: '#forge:bolts/brass', D: '#forge:screws', E: '#forge:tools/screwdrivers' }).id('tfg:create/shaped/brown_toolbox') diff --git a/kubejs/server_scripts/create/tags.js b/kubejs/server_scripts/create/tags.js index bf6a2626d..8946b655f 100644 --- a/kubejs/server_scripts/create/tags.js +++ b/kubejs/server_scripts/create/tags.js @@ -8,7 +8,7 @@ const registerCreateItemTags = (event) => { event.add('c:hidden_from_recipe_viewers', item) }) - // Is this Greate's fault? + // This is greate's fault event.remove('c:hidden_from_recipe_viewers', 'create:copper_sheet') event.remove('c:hidden_from_recipe_viewers', 'create:brass_sheet') event.remove('c:hidden_from_recipe_viewers', 'create:golden_sheet') @@ -18,6 +18,7 @@ const registerCreateItemTags = (event) => { event.remove('c:hidden_from_recipe_viewers', 'create:crushed_raw_tin') event.remove('c:hidden_from_recipe_viewers', 'create:crushed_raw_silver') event.remove('c:hidden_from_recipe_viewers', 'create:crushed_raw_lead') + event.remove('c:hidden_from_recipe_viewers', 'create:powdered_obsidian') // Тэги для ручек и сидушек global.MINECRAFT_DYE_NAMES.forEach(dye => { diff --git a/kubejs/server_scripts/create_additions/recipes.js b/kubejs/server_scripts/create_additions/recipes.js index 6b1de2743..d175cd9ab 100644 --- a/kubejs/server_scripts/create_additions/recipes.js +++ b/kubejs/server_scripts/create_additions/recipes.js @@ -13,7 +13,7 @@ const registerCreateAdditionsRecipes = (event) => { ], { A: 'create:precision_mechanism', B: 'greate:steel_shaft', - C: '#forge:gears/black_steel', + C: '#forge:double_plates/black_steel', D: '#gtceu:circuits/ulv', E: 'gtceu:ulv_machine_hull' }).id('tfg:create_additions/shaped/rolling_mill') diff --git a/kubejs/server_scripts/create_horse_power/recipes.js b/kubejs/server_scripts/create_horse_power/recipes.js index 865f155d6..652bfb2b2 100644 --- a/kubejs/server_scripts/create_horse_power/recipes.js +++ b/kubejs/server_scripts/create_horse_power/recipes.js @@ -11,7 +11,7 @@ function registerCreateHorsePowerBlockRecipes(event) { 'CCC' ], { A: '#forge:fences/wooden', - B: '#forge:gears/bronze', + B: '#forge:small_gears/bronze', C: '#tfc:rock/raw', D: '#forge:tools/hammers', E: '#tfc:chisels' @@ -25,7 +25,7 @@ function registerCreateHorsePowerBlockRecipes(event) { 'CCC' ], { A: '#forge:fences/wooden', - B: '#forge:gears/bismuth_bronze', + B: '#forge:small_gears/bismuth_bronze', C: '#tfc:rock/raw', D: '#forge:tools/hammers', E: '#tfc:chisels' @@ -39,7 +39,7 @@ function registerCreateHorsePowerBlockRecipes(event) { 'CCC' ], { A: '#forge:fences/wooden', - B: '#forge:gears/black_bronze', + B: '#forge:small_gears/black_bronze', C: '#tfc:rock/raw', D: '#forge:tools/hammers', E: '#tfc:chisels' diff --git a/kubejs/server_scripts/endermanoverhaul/recipes.js b/kubejs/server_scripts/endermanoverhaul/recipes.js index 5701fa39f..90c2ec970 100644 --- a/kubejs/server_scripts/endermanoverhaul/recipes.js +++ b/kubejs/server_scripts/endermanoverhaul/recipes.js @@ -3,5 +3,6 @@ function registerEndermanOverhaulRecipes(event) { event.remove({ id: 'endermanoverhaul:corrupted_shield' }) + event.remove({ id: 'endermanoverhaul:corrupted_blade' }) } \ No newline at end of file diff --git a/kubejs/server_scripts/exposure/recipes.js b/kubejs/server_scripts/exposure/recipes.js index fbde705f9..8df906463 100644 --- a/kubejs/server_scripts/exposure/recipes.js +++ b/kubejs/server_scripts/exposure/recipes.js @@ -111,4 +111,6 @@ const registerExposureRecipes = (event) => { item: "exposure:developed_color_film" } }).id('exposure:developing_color_film') + + event.replaceInput({id: 'exposure:interplanar_projector'}, 'minecraft:ender_eye', '#forge:plates/silver') } \ No newline at end of file diff --git a/kubejs/server_scripts/firmalife/tags.js b/kubejs/server_scripts/firmalife/tags.js index 87f7914c0..e926f90d2 100644 --- a/kubejs/server_scripts/firmalife/tags.js +++ b/kubejs/server_scripts/firmalife/tags.js @@ -30,6 +30,14 @@ const registerFirmaLifeBlockTags = (event) => { // Удаление тегов у руд event.removeAllTagsFrom("/tfc:ore/[^*]+/[^*]+/") + + //Allows any block with the word "brick" in its id to be used as oven insulation. + //Add blacklisted words to the const with | between. + const brick_blacklist = ('drying|additionalplacements'); + event.add('firmalife:oven_insulation', `/^(?=.*brick)(?!.*(${brick_blacklist})).*/`); + + event.add('firmalife:oven_insulation', 'firmalife:stovetop_pot'); + event.add('firmalife:oven_insulation', 'firmalife:vat'); } const registerFirmaLifeFluidTags = (event) => { diff --git a/kubejs/server_scripts/greate/recipes.js b/kubejs/server_scripts/greate/recipes.js index 09b318c39..44ae555e0 100644 --- a/kubejs/server_scripts/greate/recipes.js +++ b/kubejs/server_scripts/greate/recipes.js @@ -61,22 +61,22 @@ function registerGreateRecipes(event) { // TODO: recycling recipes for these? event.shapeless('greate:steel_cogwheel', ['greate:steel_shaft', '#forge:small_gears/wrought_iron', '#forge:tools/wrenches']) .id('greate:shapeless/steel_cogwheel') - event.shapeless('greate:large_steel_cogwheel', ['greate:steel_shaft', '#forge:gears/wrought_iron', '#forge:tools/wrenches']) + event.shapeless('greate:large_steel_cogwheel', ['greate:steel_shaft', '#forge:small_gears/wrought_iron','#forge:small_gears/wrought_iron', '#forge:tools/wrenches']) .id('greate:shapeless/large_steel_cogwheel'); event.shapeless('greate:aluminium_cogwheel', ['greate:aluminium_shaft', '#forge:small_gears/steel', '#forge:tools/wrenches']) .id('greate:shapeless/aluminium_cogwheel') - event.shapeless('greate:large_aluminium_cogwheel', ['greate:aluminium_shaft', '#forge:gears/steel', '#forge:tools/wrenches']) + event.shapeless('greate:large_aluminium_cogwheel', ['greate:aluminium_shaft', '#forge:small_gears/steel', '#forge:small_gears/steel', '#forge:tools/wrenches']) .id('greate:shapeless/large_aluminium_cogwheel'); event.shapeless('greate:stainless_steel_cogwheel', ['greate:stainless_steel_shaft', '#forge:small_gears/aluminium', '#forge:tools/wrenches']) .id('greate:shapeless/stainless_steel_cogwheel') - event.shapeless('greate:large_stainless_steel_cogwheel', ['greate:stainless_steel_shaft', '#forge:gears/aluminium', '#forge:tools/wrenches']) + event.shapeless('greate:large_stainless_steel_cogwheel', ['greate:stainless_steel_shaft', '#forge:small_gears/aluminium', '#forge:small_gears/aluminium', '#forge:tools/wrenches']) .id('greate:shapeless/large_stainless_steel_cogwheel'); event.shapeless('greate:titanium_cogwheel', ['greate:titanium_shaft', '#forge:small_gears/stainless_steel', '#forge:tools/wrenches']) .id('greate:shapeless/titanium_cogwheel') - event.shapeless('greate:large_titanium_cogwheel', ['greate:titanium_shaft', '#forge:gears/stainless_steel', '#forge:tools/wrenches']) + event.shapeless('greate:large_titanium_cogwheel', ['greate:titanium_shaft', '#forge:small_gears/stainless_steel', '#forge:small_gears/stainless_steel', '#forge:tools/wrenches']) .id('greate:shapeless/large_titanium_cogwheel'); // #endregion @@ -90,7 +90,7 @@ function registerGreateRecipes(event) { ], { A: 'tfc:quern', B: 'tfc:handstone', - C: '#forge:gears/bronze', + C: '#forge:small_gears/bronze', D: '#forge:tools/hammers', E: '#forge:tools/saws' }).id('greate:shaped/andesite_alloy_millstone') @@ -102,7 +102,7 @@ function registerGreateRecipes(event) { ], { A: 'tfc:quern', B: 'tfc:handstone', - C: '#forge:gears/bismuth_bronze', + C: '#forge:small_gears/bismuth_bronze', D: '#forge:tools/hammers', E: '#forge:tools/saws' }).id('greate:shaped/andesite_alloy_millstone2') @@ -114,7 +114,7 @@ function registerGreateRecipes(event) { ], { A: 'tfc:quern', B: 'tfc:handstone', - C: '#forge:gears/black_bronze', + C: '#forge:small_gears/black_bronze', D: '#forge:tools/hammers', E: '#forge:tools/saws' }).id('greate:shaped/andesite_alloy_millstone3') @@ -126,7 +126,7 @@ function registerGreateRecipes(event) { ], { A: '#forge:smooth_stone', B: 'gtceu:treated_wood_slab', - C: '#forge:gears/steel', + C: '#forge:small_gears/steel', D: '#forge:tools/hammers', E: '#forge:tools/wrenches', F: '#forge:dusts/diamond' diff --git a/kubejs/server_scripts/greate/recipes.recycling.js b/kubejs/server_scripts/greate/recipes.recycling.js index b38223a16..3ee3cf82a 100644 --- a/kubejs/server_scripts/greate/recipes.recycling.js +++ b/kubejs/server_scripts/greate/recipes.recycling.js @@ -76,25 +76,25 @@ function registerGreateRecyclingRecipes(event) { event.shapeless('#forge:small_gears/wrought_iron', ['greate:steel_cogwheel'])) event.recipes.tfc.extra_products_shapeless_crafting('greate:steel_shaft', - event.shapeless('#forge:gears/wrought_iron', ['greate:large_steel_cogwheel'])) + event.shapeless('2x #forge:small_gears/wrought_iron', ['greate:large_steel_cogwheel'])) event.recipes.tfc.extra_products_shapeless_crafting('greate:aluminium_shaft', event.shapeless('#forge:small_gears/steel', ['greate:aluminium_cogwheel'])) event.recipes.tfc.extra_products_shapeless_crafting('greate:aluminium_shaft', - event.shapeless('#forge:gears/steel', ['greate:large_aluminium_cogwheel'])) + event.shapeless('2x #forge:small_gears/steel', ['greate:large_aluminium_cogwheel'])) event.recipes.tfc.extra_products_shapeless_crafting('greate:stainless_steel_shaft', event.shapeless('#forge:small_gears/aluminium', ['greate:stainless_steel_cogwheel'])) event.recipes.tfc.extra_products_shapeless_crafting('greate:stainless_steel_shaft', - event.shapeless('#forge:gears/aluminium', ['greate:large_stainless_steel_cogwheel'])) + event.shapeless('2x #forge:small_gears/aluminium', ['greate:large_stainless_steel_cogwheel'])) event.recipes.tfc.extra_products_shapeless_crafting('greate:titanium_shaft', event.shapeless('#forge:small_gears/stainless_steel', ['greate:titanium_cogwheel'])) event.recipes.tfc.extra_products_shapeless_crafting('greate:titanium_shaft', - event.shapeless('#forge:gears/stainless_steel', ['greate:large_titanium_cogwheel'])) + event.shapeless('2x #forge:small_gears/stainless_steel', ['greate:large_titanium_cogwheel'])) // #endregion diff --git a/kubejs/server_scripts/gregtech/armor.js b/kubejs/server_scripts/gregtech/armor.js deleted file mode 100644 index 3dd7cff2e..000000000 --- a/kubejs/server_scripts/gregtech/armor.js +++ /dev/null @@ -1,9 +0,0 @@ -PlayerEvents.tick((event) => { - const { player } = event; - if (player.age % 100 != 0) return; - if (player.legsArmorItem == 'gtceu:nanomuscle_leggings') { - player.potionEffects.add("minecraft:speed", 350, 1, true, false); - } else { - player.removeEffect("minecraft:speed"); - } -}); diff --git a/kubejs/server_scripts/gregtech/events.js b/kubejs/server_scripts/gregtech/events.js new file mode 100644 index 000000000..a9a17beae --- /dev/null +++ b/kubejs/server_scripts/gregtech/events.js @@ -0,0 +1,6 @@ +PlayerEvents.tick((event) => { + const { player } = event; + if (player.age % 100 == 0 && player.legsArmorItem == 'gtceu:nanomuscle_leggings') { + player.potionEffects.add("minecraft:speed", 350, 1, true, false); + } +}); diff --git a/kubejs/server_scripts/gregtech/recipes.js b/kubejs/server_scripts/gregtech/recipes.js index 945066891..0eb8fa5b3 100644 --- a/kubejs/server_scripts/gregtech/recipes.js +++ b/kubejs/server_scripts/gregtech/recipes.js @@ -961,6 +961,13 @@ const registerGTCEURecipes = (event) => { .duration(100) .EUt(GTValues.VA[GTValues.ULV]) + event.recipes.gtceu.centrifuge('tfg:centrifuge_rosin') + .itemInputs('tfg:conifer_rosin') + .outputFluids(Fluid.of('gtceu:glue', 50)) + .itemOutputs('2x #forge:dusts/carbon') + .chancedOutput('gtceu:plant_ball', 1000, 850) + .duration(400) + .EUt(GTValues.VA[GTValues.ULV]) event.recipes.createSequencedAssembly([ 'gtceu:ulv_voltage_coil', @@ -1009,7 +1016,7 @@ const registerGTCEURecipes = (event) => { //#endregion // TODO: Greate again... - event.shapeless('gtceu:programmed_circuit', ['minecraft:stick']) + event.shapeless('gtceu:programmed_circuit', ['minecraft:stick', '#forge:tools/wrenches']) .id('tfg:shapeless/programmed_circuit_from_stick') event.shapeless('gtceu:red_alloy_single_cable', ['gtceu:red_alloy_single_wire', '#forge:plates/rubber']) diff --git a/kubejs/server_scripts/gregtech/recipes.machines.js b/kubejs/server_scripts/gregtech/recipes.machines.js index 9c6a6e520..d1b104513 100644 --- a/kubejs/server_scripts/gregtech/recipes.machines.js +++ b/kubejs/server_scripts/gregtech/recipes.machines.js @@ -581,6 +581,54 @@ function registerGTCEuMachineRecipes(event) { //#endregion + //#region ULV Hatches + + event.recipes.shaped('gtceu:ulv_input_bus', [ + 'CAC', + 'CBC', + 'CDC' + ], { + A: '#forge:chests/wooden', + B: 'gtceu:ulv_machine_hull', + C: 'tfc:glue', + D: '#forge:tools/wrenches' + }).id('gtceu:shaped/ulv_input_bus') + + event.recipes.shaped('gtceu:ulv_output_bus', [ + 'CDC', + 'CBC', + 'CAC' + ], { + A: '#forge:chests/wooden', + B: 'gtceu:ulv_machine_hull', + C: 'tfc:glue', + D: '#forge:tools/wrenches' + }).id('gtceu:shaped/ulv_output_bus') + + event.recipes.shaped('gtceu:ulv_input_hatch', [ + 'CAC', + 'CBC', + 'CDC' + ], { + A: '#forge:glass', + B: 'gtceu:ulv_machine_hull', + C: 'tfc:glue', + D: '#forge:tools/wrenches' + }).id('gtceu:shaped/ulv_input_hatch') + + event.recipes.shaped('gtceu:ulv_output_hatch', [ + 'CDC', + 'CBC', + 'CAC' + ], { + A: '#forge:glass', + B: 'gtceu:ulv_machine_hull', + C: 'tfc:glue', + D: '#forge:tools/wrenches' + }).id('gtceu:shaped/ulv_output_hatch') + + //#endregion + //#region Long distance pipes event.recipes.gtceu.assembler('long_distance_item_pipe') diff --git a/kubejs/server_scripts/gregtech/recipes.removes.js b/kubejs/server_scripts/gregtech/recipes.removes.js index e2bf5f384..87bbfe62a 100644 --- a/kubejs/server_scripts/gregtech/recipes.removes.js +++ b/kubejs/server_scripts/gregtech/recipes.removes.js @@ -2,6 +2,9 @@ function removeGTCEURecipes(event) { + event.replaceInput({ input: 'gtceu:wood_drum' }, 'gtceu:wood_drum', 'minecraft:glass') + event.replaceInput({ input: 'minecraft:chest' }, 'minecraft:chest', '#forge:chests/wooden') + global.GTCEU_DISABLED_ITEMS.forEach(item => { event.remove({ input: item }) event.remove({ output: item }) @@ -611,4 +614,6 @@ function removeGTCEURecipes(event) { event.remove({ id: 'gtceu:chemical_reactor/ghast_tear_separation' }) event.remove({ id: 'gtceu:compressor/bricks' }) + + event.remove({ id: 'gtceu:smelting/sticky_resin_from_slime' }) } diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index 4f91ab922..20e19bfb2 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -348,7 +348,7 @@ const registerMinecraftRecipes = (event) => { C: '#tfc:rock/smooth' }).id('tfg:shaped/comparator_nether_quartz'); - event.replaceInput({id: 'gtceu:shaped/redstone_lamp' }, 'minecraft:glass_pane', '#forge:glass_panes') + event.replaceInput({ id: 'gtceu:shaped/redstone_lamp' }, 'minecraft:glass_pane', '#forge:glass_panes') event.recipes.gtceu.assembler('redstone_lamp') .itemInputs('1x #forge:glass', '1x minecraft:glowstone', '1x #forge:rods/red_alloy') .itemOutputs('minecraft:redstone_lamp') @@ -793,42 +793,41 @@ const registerMinecraftRecipes = (event) => { //#region Выход: Элитра // Ну и херь я придумал - - event.recipes.gtceu.arc_furnace('tfg:minecraft/arc_furnace/recycling/elytra') - .itemInputs(Item.of('minecraft:elytra', '{Damage:0}').strongNBT()) - .itemOutputs('4x gtceu:aluminium_ingot', '2x gtceu:polycaprolactam_ingot') - .duration(224) - .EUt(GTValues.VA[GTValues.LV]) - .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) - - event.recipes.gtceu.macerator('tfg:minecraft/macerator/recycling/elytra') - .itemInputs(Item.of('minecraft:elytra', '{Damage:0}').strongNBT()) - .itemOutputs('4x gtceu:aluminium_dust', '2x gtceu:polycaprolactam_dust') - .duration(224) - .EUt(GTValues.VA[GTValues.ULV]) - .category(GTRecipeCategories.MACERATOR_RECYCLING) - event.recipes.gtceu.assembler('tfg:minecraft/elytra') - .itemInputs('16x #forge:foils/polycaprolactam', '16x #forge:foils/aluminium', '8x minecraft:phantom_membrane', '4x #forge:rings/aluminium', '2x #forge:rods/long/vanadium_steel', '2x #forge:small_springs/aluminium', '1x #forge:small_gears/aluminium') + .itemInputs('16x tfg:polycaprolactam_fabric', '16x #forge:foils/aluminium', '8x tfg:phantom_silk', '4x #forge:rings/aluminium', '2x #forge:rods/long/vanadium_steel', '2x #forge:small_springs/aluminium', '1x #forge:small_gears/aluminium') .circuit(4) .itemOutputs(Item.of('minecraft:elytra', "{Damage:0}")) .duration(1600) .EUt(420) event.recipes.gtceu.assembler('tfg:minecraft/elytra2') - .itemInputs('16x #forge:foils/polycaprolactam', '16x #forge:foils/aluminium', '8x #forge:plates/ender_eye', '4x #forge:rings/aluminium', '2x #forge:rods/long/vanadium_steel', '2x #forge:small_springs/aluminium', '1x #forge:small_gears/aluminium') + .itemInputs('16x tfg:polycaprolactam_fabric', '16x #forge:foils/aluminium', '8x #forge:plates/ender_eye', '4x #forge:rings/aluminium', '2x #forge:rods/long/vanadium_steel', '2x #forge:small_springs/aluminium', '1x #forge:small_gears/aluminium') .circuit(4) .itemOutputs(Item.of('minecraft:elytra', "{Damage:0}")) .duration(1600) .EUt(420) event.recipes.gtceu.assembler('tfg:minecraft/elytra_repairing') - .itemInputs('6x #forge:foils/polycaprolactam', Item.of('minecraft:elytra', '{Damage:2045}').strongNBT()) + .itemInputs('6x tfg:polycaprolactam_fabric', Item.of('minecraft:elytra', '{Damage:2045}').strongNBT()) .circuit(4) .itemOutputs(Item.of('minecraft:elytra', "{Damage:0}")) .duration(1600) .EUt(120) + event.recipes.gtceu.arc_furnace('tfg:minecraft/arc_furnace/recycling/elytra') + .itemInputs(Item.of('minecraft:elytra', '{Damage:0}').strongNBT()) + .itemOutputs('4x gtceu:aluminium_ingot', '4x gtceu:tiny_ash_dust') + .duration(224) + .EUt(GTValues.VA[GTValues.LV]) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + + event.recipes.gtceu.macerator('tfg:minecraft/macerator/recycling/elytra') + .itemInputs(Item.of('minecraft:elytra', '{Damage:0}').strongNBT()) + .itemOutputs('4x gtceu:aluminium_dust', '4x gtceu:polycaprolactam_dust') + .duration(224) + .EUt(GTValues.VA[GTValues.ULV]) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + //#endregion //#region Glowstone @@ -951,25 +950,47 @@ const registerMinecraftRecipes = (event) => { //#region Campfire event.shaped('minecraft:campfire', [ - ' A ', - 'ABA', - 'CDC' - ], { - A: 'minecraft:blaze_rod', - B: 'minecraft:blaze_powder', - C: '#forge:ingots/blue_steel', - D: '#forge:storage_blocks/charcoal', - }).id('tfg:campfire_charcoal') + ' A ', + 'ABA', + 'CDC' + ], { + A: 'minecraft:blaze_rod', + B: 'minecraft:blaze_powder', + C: '#forge:ingots/blue_steel', + D: '#forge:storage_blocks/charcoal', + }).id('tfg:campfire_charcoal') event.shaped('minecraft:campfire', [ - ' A ', - 'ABA', - 'CDC' - ], { - A: 'minecraft:blaze_rod', - B: 'minecraft:blaze_powder', - C: '#forge:ingots/blue_steel', - D: '#forge:storage_blocks/coal', - }).id('tfg:campfire_coal') + ' A ', + 'ABA', + 'CDC' + ], { + A: 'minecraft:blaze_rod', + B: 'minecraft:blaze_powder', + C: '#forge:ingots/blue_steel', + D: '#forge:storage_blocks/coal', + }).id('tfg:campfire_coal') //#endregion + + //#region Smithing Table + event.shaped('minecraft:smithing_table', [ + 'C ', + 'BB ', + 'AA ' + ], { + A: '#minecraft:planks', + B: ChemicalHelper.get(TagPrefix.plate, GTMaterials.Lead, 1), + C: '#forge:tools/hammers' + }).id('minecraft:shapeless/smithing_table') + + event.recipes.gtceu.assembler('minecraft:assembler/smithing_table') + .itemInputs('2x #minecraft:planks', ChemicalHelper.get(TagPrefix.plate, GTMaterials.Lead, 2)) + .circuit(4) + .itemOutputs('minecraft:smithing_table') + .duration(60) + .EUt(GTValues.VA[GTValues.ULV]) + //#endregion + + event.smelting('tfc:glue', 'minecraft:slime_ball') + .id('tfg:smelting/slime_to_glue') } diff --git a/kubejs/server_scripts/minecraft/recipes.removes.js b/kubejs/server_scripts/minecraft/recipes.removes.js index 218d999b5..dc0df2cc0 100644 --- a/kubejs/server_scripts/minecraft/recipes.removes.js +++ b/kubejs/server_scripts/minecraft/recipes.removes.js @@ -1576,6 +1576,9 @@ function removeMinecraftRecipes(event) { //#region Выход: Стол для ковки event.remove({ id: 'minecraft:smithing_table' }) + event.remove({ id: 'tfc:crafting/vanilla/smithing_table' }) + event.remove({ id: 'gtceu:shaped/smithing_table' }) + event.remove({ id: 'gtceu:assembler/smithing_table' }) //#endregion diff --git a/kubejs/server_scripts/minecraft/tags.js b/kubejs/server_scripts/minecraft/tags.js index 39b506db5..18e066553 100644 --- a/kubejs/server_scripts/minecraft/tags.js +++ b/kubejs/server_scripts/minecraft/tags.js @@ -54,8 +54,6 @@ const registerMinecraftItemTags = (event) => { event.add('tfc:rock/raw', 'minecraft:blackstone') event.add('tfc:rock/raw', 'minecraft:dripstone_block') - event.add('tfc:sewing_dark_cloth', 'minecraft:phantom_membrane') - event.remove('forge:gems', 'minecraft:charcoal') } diff --git a/kubejs/server_scripts/railways/recipes.js b/kubejs/server_scripts/railways/recipes.js index 624591e77..50f43c06e 100644 --- a/kubejs/server_scripts/railways/recipes.js +++ b/kubejs/server_scripts/railways/recipes.js @@ -400,4 +400,17 @@ const registerRailWaysRecipes = (event) => { .EUt(16) .circuit(3) }); + + event.shaped('1x railways:handcar', [ + 'EFE', + 'BAA', + 'CDC' + ], { + A: '#minecraft:wooden_slabs', + B: '#create:seats', + C: 'gtceu:steel_minecart_wheels', + D: 'greate:steel_cogwheel', + E: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Steel, 1), + F: ChemicalHelper.get(TagPrefix.spring, GTMaterials.Steel, 1) + }).id('tfg:railways/shaped/handcar') } diff --git a/kubejs/server_scripts/tfc/data.js b/kubejs/server_scripts/tfc/data.js index 6b903d9db..c9d94bb9a 100644 --- a/kubejs/server_scripts/tfc/data.js +++ b/kubejs/server_scripts/tfc/data.js @@ -199,6 +199,15 @@ const registerTFCItemSize = (event) => { event.itemSize('tfg:decorative_vase', 'normal', 'medium', 'decorative_vase') event.itemSize('tfg:decorative_vase/unfired', 'normal', 'medium', 'decorative_vase/unfired') + event.itemSize('tfg:fishing_net/wood', 'large', 'medium', 'wood_fishing_net') + event.itemSize('tfg:fishing_net/brass', 'large', 'medium', 'brass_fishing_net') + event.itemSize('tfg:fishing_net/rose_gold', 'large', 'medium', 'rose_gold_fishing_net') + event.itemSize('tfg:fishing_net/sterling_silver', 'large', 'medium', 'sterling_silver_fishing_net') + event.itemSize('tfg:fishing_net/invar', 'large', 'medium', 'invar_fishing_net') + event.itemSize('tfg:fishing_net/cupronickel', 'large', 'medium', 'cupronickel_fishing_net') + event.itemSize('tfg:fishing_net/tin_alloy', 'large', 'medium', 'tin_alloy_fishing_net') + event.itemSize('tfg:fishing_net/magnalium', 'large', 'medium', 'magnalium_fishing_net') + event.itemSize('#tfc:ore_pieces', 'very_small', 'very_light', 'tfc_ores') } @@ -257,19 +266,19 @@ const registerTFCFoodData = (event) => { //#region registerTFCSupportData //up, down, horizontal const registerTFCSupportData = (event) => { - event.support('tfg:light_concrete_support', 4, 4, 8, 'light_concrete_support') - event.support('tfg:dark_concrete_support', 4, 4, 8, 'dark_concrete_support') - event.support('tfg:reinforced_light_concrete_support', 6, 6, 16, 'reinforced_light_concrete_support') - event.support('tfg:reinforced_dark_concrete_support', 6, 6, 16, 'reinforced_dark_concrete_support') - event.support('tfg:rebar_support', 4, 4, 8, 'rebar_support') - event.support('tfg:steel_support', 6, 6, 16, 'steel_support') + event.support('tfg:light_concrete_support_horizontal', 4, 4, 8, 'light_concrete_support') + event.support('tfg:dark_concrete_support_horizontal', 4, 4, 8, 'dark_concrete_support') + event.support('tfg:reinforced_light_concrete_support_horizontal', 6, 6, 16, 'reinforced_light_concrete_support') + event.support('tfg:reinforced_dark_concrete_support_horizontal', 6, 6, 16, 'reinforced_dark_concrete_support') + event.support('tfg:rebar_support_horizontal', 4, 4, 8, 'rebar_support') + event.support('tfg:steel_support_horizontal', 6, 6, 16, 'steel_support') const other_stone = ['pyroxenite', 'migmatite', 'travertine'] const stone_types = global.TFC_STONE_TYPES.concat(other_stone) stone_types.forEach(stone => { - event.support(`tfg:${stone}_support`, 2, 2, 4, `${stone}_support`) + event.support(`tfg:${stone}_support_horizontal`, 2, 2, 4, `${stone}_support`) }) } //#endregion diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index f59f52eb7..274f75e06 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -238,4 +238,78 @@ const registerTFCRecipes = (event) => { event.recipes.shapeless('gtceu:small_brass_gear', [ 'tfc:brass_mechanisms' ]).id('tfg:replace_brass_mechanisms') event.replaceInput({ input: 'tfc:brass_mechanisms' }, 'tfc:brass_mechanisms', 'gtceu:small_brass_gear') + // Fertilizers + event.recipes.gtceu.centrifuge('tfg:gtceu/centrifuge/pure_fertilizers') + .itemInputs('1x gtceu:fertilizer') + .itemOutputs('1x tfc:pure_nitrogen', '1x tfc:pure_potassium', '1x tfc:pure_phosphorus') + .duration(340) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.mixer('tfg:tfc/mixer/fertilizer') + .itemInputs('1x tfc:pure_nitrogen', '1x tfc:pure_potassium', '1x tfc:pure_phosphorus', ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Clay, 1)) + .itemOutputs('1x gtceu:fertilizer') + .duration(160) + .EUt(GTValues.VA[GTValues.ULV]) + + //Hide Sewing + const stages = [ + 'raw', + 'soaked', + 'scraped', + 'prepared', + 'sheepskin' + ]; + + const sizes = [ + 'small', + 'medium', + 'large' + ]; + + stages.forEach((stage) => { + sizes.forEach((size, index) => { + // Find the next larger size. + const nextLarger = sizes[index + 1]; + + // If a larger size exists, sew the hides together. + if (nextLarger) { + event.recipes.tfc.damage_inputs_shapeless_crafting( + event.shapeless(`1x tfc:${nextLarger}_${stage}_hide`, [ + `2x tfc:${size}_${stage}_hide`, + '#tfc:sewing_needles', + '#forge:string', + 'tfc:glue' + ]).id(`tfg:tfc/${size}_to_${nextLarger}_${stage}_hide`) + ) + + event.recipes.gtceu.assembler(`tfg:gtceu/assembler/${size}_to_${nextLarger}_${stage}_hide`) + .inputFluids(Fluid.of('gtceu:glue', 25)) + .itemOutputs(`1x tfc:${nextLarger}_${stage}_hide`) + .itemInputs(`2x tfc:${size}_${stage}_hide`) + .duration(60) + .circuit(7) + .EUt(GTValues.VA[GTValues.ULV]) + } + + // Find the next smaller size. + const nextSmaller = sizes[index - 1]; + + // If a smaller size exists, cut the hide. + if (nextSmaller) { + event.recipes.tfc.damage_inputs_shapeless_crafting( + event.shapeless(`2x tfc:${nextSmaller}_${stage}_hide`, [ + `1x tfc:${size}_${stage}_hide`, + '#forge:shears' + ]).id(`tfg:tfc/${size}_to_${nextSmaller}_${stage}_hide`) + ) + + event.recipes.gtceu.assembler(`tfg:gtceu/assembler/${size}_to_${nextSmaller}_${stage}_hide`) + .itemOutputs(`2x tfc:${nextSmaller}_${stage}_hide`) + .itemInputs(`1x tfc:${size}_${stage}_hide`) + .duration(60) + .circuit(4) + .EUt(GTValues.VA[GTValues.ULV]) + } + }); + }); } diff --git a/kubejs/server_scripts/tfc/recipes.machines.js b/kubejs/server_scripts/tfc/recipes.machines.js index 3e88be7e7..2f2c32a88 100644 --- a/kubejs/server_scripts/tfc/recipes.machines.js +++ b/kubejs/server_scripts/tfc/recipes.machines.js @@ -176,23 +176,23 @@ function registerTFCMachineRecipes(event) { // Curdled milk event.recipes.gtceu.fermenter('tfg:fermenter/curdled_milk') - .inputFluids(Fluid.of('minecraft:milk', 1000)) + .inputFluids(Fluid.of('minecraft:milk', 2000)) .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('tfc:curdled_milk')) + .outputFluids(Fluid.of('tfc:curdled_milk', 2000)) .duration(2400) .EUt(16) event.recipes.gtceu.fermenter('tfg:fermenter/curdled_yak_milk') - .inputFluids(Fluid.of('firmalife:yak_milk', 1000)) + .inputFluids(Fluid.of('firmalife:yak_milk', 2000)) .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('firmalife:curdled_yak_milk')) + .outputFluids(Fluid.of('firmalife:curdled_yak_milk', 2000)) .duration(2400) .EUt(16) event.recipes.gtceu.fermenter('tfg:fermenter/curdled_goat_milk') - .inputFluids(Fluid.of('firmalife:goat_milk', 1000)) + .inputFluids(Fluid.of('firmalife:goat_milk', 2000)) .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('firmalife:curdled_goat_milk')) + .outputFluids(Fluid.of('firmalife:curdled_goat_milk', 2000)) .duration(2400) .EUt(16) @@ -303,7 +303,7 @@ function registerTFCMachineRecipes(event) { event.recipes.gtceu.mixer('tfg:tfc/olive_oil_water') .inputFluids(Fluid.of('water', 200)) - .itemInputs('2x tfc:olive_paste') + .itemInputs('1x tfc:olive_paste') .outputFluids(Fluid.of('tfc:olive_oil_water', 200)) .duration(200) .EUt(28) @@ -316,6 +316,26 @@ function registerTFCMachineRecipes(event) { //#endregion + // Vinegar and Brine + + global.TFC_ALCOHOL.forEach(alcohol => { + event.recipes.gtceu.fermenter(`tfg:tfc/vinegar/${alcohol.id.replace(':', '_')}`) + .itemInputs('#tfc:foods/fruits') + .inputFluids(Fluid.of(alcohol.id, 250)) + .outputFluids(Fluid.of('tfc:vinegar', 250)) + .duration(600) + .EUt(28) + }) + + event.recipes.gtceu.mixer('tfg:tfc/brine') + .inputFluids(Fluid.of('tfc:salt_water', 900)) + .inputFluids(Fluid.of('tfc:vinegar', 100)) + .outputFluids(Fluid.of('tfc:brine', 1000)) + .duration(100) + .EUt(16) + + //#endregion + // Lamp Glass event.recipes.gtceu.alloy_smelter(`tfg:tfc/lamp_glass`) .itemInputs('#tfc:glass_batches') @@ -389,6 +409,7 @@ function registerTFCMachineRecipes(event) { .itemInputs('tfc:small_sheepskin_hide') .itemOutputs('tfc:wool') .duration(100) + .circuit(3) .EUt(4) // 1x Medium SheepSkin -> 1x Wool @@ -396,6 +417,7 @@ function registerTFCMachineRecipes(event) { .itemInputs('tfc:medium_sheepskin_hide') .itemOutputs('2x tfc:wool') .duration(100) + .circuit(3) .EUt(4) // 1x Large SheepSkin -> 1x Wool @@ -403,6 +425,7 @@ function registerTFCMachineRecipes(event) { .itemInputs('tfc:large_sheepskin_hide') .itemOutputs('3x tfc:wool') .duration(100) + .circuit(3) .EUt(4) // Wool Yarn @@ -446,4 +469,35 @@ function registerTFCMachineRecipes(event) { // Jute Fiber generateMixerRecipe(event, 'tfc:jute', Fluid.of('minecraft:water', 200), 'tfc:jute_fiber', null, [], 100, 4, 16, 'tfg:tfc/jute_fiber') -} \ No newline at end of file + + // Ceramic Recycling + event.recipes.gtceu.macerator('tfg:sherd_to_brick_dust') + .itemInputs('firmalife:pottery_sherd') + .itemOutputs('5x #forge:dusts/brick') + .duration(20) + .EUt(2) + + event.recipes.gtceu.macerator('tfg:ceramic_molds') + .itemInputs('#tfc:fired_molds') + .itemOutputs('2x #forge:dusts/brick') + .duration(20) + .EUt(2) + + event.recipes.gtceu.macerator('tfg:large_vessels') + .itemInputs('#tfc:fired_large_vessels') + .itemOutputs('5x #forge:dusts/brick') + .duration(20) + .EUt(2) + + event.recipes.gtceu.macerator('tfg:casting_channel') + .itemInputs('tfcchannelcasting:channel') + .itemOutputs('1x #forge:dusts/brick') + .duration(20) + .EUt(2) + + event.recipes.gtceu.macerator('tfg:mold_table') + .itemInputs('tfcchannelcasting:mold_table') + .itemOutputs('5x #forge:dusts/brick') + .duration(20) + .EUt(2) +} diff --git a/kubejs/server_scripts/tfc/recipes.metals.js b/kubejs/server_scripts/tfc/recipes.metals.js index a8617193c..70d220efe 100644 --- a/kubejs/server_scripts/tfc/recipes.metals.js +++ b/kubejs/server_scripts/tfc/recipes.metals.js @@ -272,32 +272,7 @@ function registerTFCMetalsRecipes(event) { .tier(5) .id('tfc:anvil/blue_steel_ingot') - // Gears - event.recipes.tfc.anvil('gtceu:bronze_gear', '#forge:double_plates/bronze', ['punch_last', 'shrink_any', 'draw_any']) - .tier(2) - .id('tfc:anvil/bronze_gear') - event.recipes.tfc.anvil('gtceu:black_bronze_gear', '#forge:double_plates/black_bronze', ['punch_last', 'shrink_any', 'draw_any']) - .tier(2) - .id('tfc:anvil/black_bronze_gear') - event.recipes.tfc.anvil('gtceu:bismuth_bronze_gear', '#forge:double_plates/bismuth_bronze', ['punch_last', 'shrink_any', 'draw_any']) - .tier(2) - .id('tfc:anvil/bismuth_bronze_gear') - event.recipes.tfc.anvil('gtceu:wrought_iron_gear', '#forge:double_plates/wrought_iron', ['punch_last', 'shrink_any', 'draw_any']) - .tier(3) - .id('tfc:anvil/wrought_iron_gear') - event.recipes.tfc.anvil('gtceu:steel_gear', '#forge:double_plates/steel', ['punch_last', 'shrink_any', 'draw_any']) - .tier(4) - .id('tfc:anvil/steel_gear') - event.recipes.tfc.anvil('gtceu:black_steel_gear', '#forge:double_plates/black_steel', ['punch_last', 'shrink_any', 'draw_any']) - .tier(5) - .id('tfc:anvil/black_steel_gear') - event.recipes.tfc.anvil('gtceu:red_steel_gear', '#forge:double_plates/red_steel', ['punch_last', 'shrink_any', 'draw_any']) - .tier(6) - .id('tfc:anvil/red_steel_gear') - event.recipes.tfc.anvil('gtceu:blue_steel_gear', '#forge:double_plates/blue_steel', ['punch_last', 'shrink_any', 'draw_any']) - .tier(6) - .id('tfc:anvil/blue_steel_gear') - + // Small Gears event.recipes.tfc.anvil('gtceu:small_wrought_iron_gear', '#forge:ingots/wrought_iron', ['hit_last', 'shrink_second_last', 'draw_third_last']) .tier(3) .id('tfc:anvil/small_wrought_iron_gear') @@ -310,6 +285,12 @@ function registerTFCMetalsRecipes(event) { event.recipes.tfc.anvil('gtceu:small_bronze_gear', '#forge:ingots/bronze', ['hit_last', 'shrink_second_last', 'draw_third_last']) .tier(2) .id('tfc:anvil/small_bronze_gear') + event.recipes.tfc.anvil('gtceu:small_bismuth_bronze_gear', '#forge:ingots/bismuth_bronze', ['hit_last', 'shrink_second_last', 'draw_third_last']) + .tier(2) + .id('tfc:anvil/small_bismuth_bronze_gear') + event.recipes.tfc.anvil('gtceu:small_black_bronze_gear', '#forge:ingots/black_bronze', ['hit_last', 'shrink_second_last', 'draw_third_last']) + .tier(2) + .id('tfc:anvil/small_black_bronze_gear') // Cast iron -> Raw Iron Bloom event.recipes.tfc.bloomery('tfc:raw_iron_bloom', 'minecraft:charcoal', Fluid.of('gtceu:iron', 144), 15000) diff --git a/kubejs/server_scripts/tfc/tags.js b/kubejs/server_scripts/tfc/tags.js index a978d589d..abd47807a 100644 --- a/kubejs/server_scripts/tfc/tags.js +++ b/kubejs/server_scripts/tfc/tags.js @@ -4,6 +4,7 @@ * * @param {TagEvent.Item} event */ +//#region ItemTags const registerTFCItemTags = (event) => { // Теги для соответствия инструментов TFC и GT @@ -29,12 +30,39 @@ const registerTFCItemTags = (event) => { event.add('tfc:usable_on_tool_rack', '#forge:tools/plungers') event.add('tfc:usable_on_tool_rack', '#forge:tools/mortars') event.add('tfc:usable_on_tool_rack', '#forge:tools/mallets') - event.add('tfc:usable_on_tool_rack', 'tfc:wool_cloth') event.add('tfc:usable_on_tool_rack', '#forge:tools/chainsaws') event.add('tfc:usable_on_tool_rack', '#forge:tools/buzzsaws') event.add('tfc:usable_on_tool_rack', '#forge:tools/drills') + event.add('tfc:usable_on_tool_rack', '#forge:tools/fishing_nets') + + event.add('tfc:usable_on_tool_rack', '#tfc:buckets') + + event.add('tfc:usable_on_tool_rack', 'buildinggadgets2:gadget_building') + event.add('tfc:usable_on_tool_rack', 'buildinggadgets2:gadget_exchanging') + event.add('tfc:usable_on_tool_rack', 'buildinggadgets2:gadget_copy_paste') + event.add('tfc:usable_on_tool_rack', 'buildinggadgets2:gadget_cut_paste') + event.add('tfc:usable_on_tool_rack', 'buildinggadgets2:gadget_destruction') + event.add('tfc:usable_on_tool_rack', 'create:super_glue') + event.add('tfc:usable_on_tool_rack', 'exposure:camera') + event.add('tfc:usable_on_tool_rack', 'measurements:tape_measure') + event.add('tfc:usable_on_tool_rack', '#chalk:chalks') + event.add('tfc:usable_on_tool_rack', 'chalk:chalk_box') + event.add('tfc:usable_on_tool_rack', 'computercraft:pocket_computer_normal') + event.add('tfc:usable_on_tool_rack', 'computercraft:pocket_computer_advanced') + event.add('tfc:usable_on_tool_rack', 'grapplemod:grapplinghook') + event.add('tfc:usable_on_tool_rack', 'grapplemod:launcheritem') + event.add('tfc:usable_on_tool_rack', 'ae2:color_applicator') + event.add('tfc:usable_on_tool_rack', 'ae2:matter_cannon') + event.add('tfc:usable_on_tool_rack', 'ae2:network_tool') + event.add('tfc:usable_on_tool_rack', 'ae2:wireless_terminal') + event.add('tfc:usable_on_tool_rack', 'ae2:wireless_crafting_terminal') + event.add('tfc:usable_on_tool_rack', 'waterflasks:leather_flask') + event.add('tfc:usable_on_tool_rack', 'waterflasks:iron_flask') + event.add('tfc:usable_on_tool_rack', 'waterflasks:red_steel_flask') + event.add('tfc:usable_on_tool_rack', 'tfc:wool_cloth') + // Ингредиенты для закваски event.add('tfg:ferments_to_rennet', 'tfc:food/soybean') event.add('tfg:ferments_to_rennet', 'firmalife:food/fig') @@ -259,7 +287,6 @@ const registerTFCItemTags = (event) => { event.add('forge:cloth', 'tfc:burlap_cloth') event.add('forge:cloth', 'tfc:wool_cloth') event.add('forge:cloth', 'tfc:silk_cloth') - event.add('forge:cloth', 'minecraft:phantom_membrane') // Piglin loved event.add('minecraft:piglin_loved', 'tfc:ore/small_native_gold') @@ -267,7 +294,9 @@ const registerTFCItemTags = (event) => { event.add('minecraft:piglin_loved', 'tfc:ore/normal_native_gold') event.add('minecraft:piglin_loved', 'tfc:ore/rich_native_gold') } +//#endregion +//#region BlockTags const registerTFCBlockTags = (event) => { // Теги для каменных ступенек тфк global.TFC_STONE_TYPES.forEach(stoneTypeName => { @@ -376,8 +405,16 @@ const registerTFCBlockTags = (event) => { event.add('minecraft:frogs_spawnable_on', 'tfc:rock/raw/gabbro') //#endregion + + //Allows any block with the word "brick" in its id to be used as bloomery and forge insulation. + //Add blacklisted words to the const with | between. + const brick_blacklist = ('drying|slab|stairs|wall|additionalplacements'); + event.add('tfc:bloomery_insulation', `/^(?=.*brick)(?!.*(${brick_blacklist})).*/`); + event.add('tfc:forge_insulation', `/^(?=.*brick)(?!.*(${brick_blacklist})).*/`); } +//#endregion +//#region FluidTags const registerTFCFluidTags = (event) => { // Удаление TFC металлов из возможных в форме слитка event.remove('tfc:usable_in_ingot_mold', 'tfc:metal/bismuth') @@ -480,12 +517,16 @@ const registerTFCFluidTags = (event) => { event.add('c:hidden_from_recipe_viewers', 'tfc:metal/high_carbon_red_steel') event.add('c:hidden_from_recipe_viewers', 'tfc:metal/high_carbon_blue_steel') } +//#endregion +//#region BiomeTags const registerTFCBiomeTags = (event) => { event.add('tfc:kaolin_clay_spawns_in', 'tfc:rolling_hills') } +//#endregion +//#region PlacedFeatures const registerTFCPlacedFeatures = (event) => { // Удаление @@ -561,3 +602,4 @@ const registerTFCPlacedFeatures = (event) => { event.add('tfc:in_biome/underground_decoration', 'tfg:glow_lichen') event.add('tfc:in_biome/underground_decoration', 'tfg:earth/sulfur_patch') } +//#endregion diff --git a/kubejs/server_scripts/tfg/events.js b/kubejs/server_scripts/tfg/events.js index 98eccb9d0..064d12767 100644 --- a/kubejs/server_scripts/tfg/events.js +++ b/kubejs/server_scripts/tfg/events.js @@ -1,39 +1,39 @@ +//#region Medicine -//pills & tablets + //Pills & Tablets + const pill_event = [ + 'haste', + 'luck', + 'night_vision', + 'poison', + 'regeneration', + 'slowness', + 'speed', + 'water_breathing', + 'weakness', + ]; -const pill_event = [ - 'haste', - 'luck', - 'night_vision', - 'poison', - 'regeneration', - 'slowness', - 'speed', - 'water_breathing', - 'weakness', -]; + pill_event.forEach(pill_event => { -pill_event.forEach(pill_event => { + ItemEvents.rightClicked(event => { + const {item,server,player,player:{x,y,z,username}} = event + if (item.id != `tfg:${pill_event}_pill`) return + item.count-- + player.addItemCooldown(item, 100) + player.runCommandSilent(`effect give ${username} minecraft:${pill_event} 480 0 true`) + server.runCommandSilent(`playsound minecraft:item.honey_bottle.drink player ${username} ${x} ${y} ${z} 10 1.5 1`) + }); - ItemEvents.rightClicked(event => { - const {item,server,player,player:{x,y,z,username}} = event - if (item.id != `tfg:${pill_event}_pill`) return - item.count-- - player.addItemCooldown(item, 100) - player.runCommandSilent(`effect give ${username} minecraft:${pill_event} 480 0 true`) - server.runCommandSilent(`playsound minecraft:item.honey_bottle.drink player ${username} ${x} ${y} ${z} 10 1.5 1`) + ItemEvents.rightClicked(event => { + const {item,server,player,player:{x,y,z,username}} = event + if (item.id != `tfg:${pill_event}_tablet`) return + item.count-- + player.addItemCooldown(item, 100) + player.runCommandSilent(`effect give ${username} minecraft:${pill_event} 1800 0 true`) + server.runCommandSilent(`playsound minecraft:item.honey_bottle.drink player ${username} ${x} ${y} ${z} 10 1.5 1`) + }); }); - ItemEvents.rightClicked(event => { - const {item,server,player,player:{x,y,z,username}} = event - if (item.id != `tfg:${pill_event}_tablet`) return - item.count-- - player.addItemCooldown(item, 100) - player.runCommandSilent(`effect give ${username} minecraft:${pill_event} 1800 0 true`) - server.runCommandSilent(`playsound minecraft:item.honey_bottle.drink player ${username} ${x} ${y} ${z} 10 1.5 1`) - }); -}); - ItemEvents.rightClicked(event => { const {item,server,player,player:{x,y,z,username}} = event if (item.id != `tfg:antipoison_pill`) return @@ -62,26 +62,25 @@ pill_event.forEach(pill_event => { server.runCommandSilent(`playsound minecraft:item.honey_bottle.drink player ${username} ${x} ${y} ${z} 10 1.5 1`) }); -//salvos + //salvos + const salvo_event = [ + 'fire_resistance', + 'invisibility', + 'luck', + 'resistance', + ]; -const salvo_event = [ - 'fire_resistance', - 'invisibility', - 'luck', - 'resistance', -]; + salvo_event.forEach(salvo_event => { -salvo_event.forEach(salvo_event => { - - ItemEvents.rightClicked(event => { - const {item,server,player,player:{x,y,z,username}} = event - if (item.id != `tfg:${salvo_event}_salvo`) return - item.count-- - player.addItemCooldown(item, 100) - player.runCommandSilent(`effect give ${username} minecraft:${salvo_event} 480 0 true`) - server.runCommandSilent(`playsound minecraft:item.glow_ink_sac.use player ${username} ${x} ${y} ${z} 10 2 1`) + ItemEvents.rightClicked(event => { + const {item,server,player,player:{x,y,z,username}} = event + if (item.id != `tfg:${salvo_event}_salvo`) return + item.count-- + player.addItemCooldown(item, 100) + player.runCommandSilent(`effect give ${username} minecraft:${salvo_event} 480 0 true`) + server.runCommandSilent(`playsound minecraft:item.glow_ink_sac.use player ${username} ${x} ${y} ${z} 10 2 1`) + }); }); -}); ItemEvents.rightClicked(event => { const {item,server,player,player:{x,y,z,username}} = event @@ -101,6 +100,8 @@ ItemEvents.rightClicked(event => { server.runCommandSilent(`playsound minecraft:item.glow_ink_sac.use player ${username} ${x} ${y} ${z} 10 2 1`) }); +//#endregion + // Vase Sounds global.MINECRAFT_DYE_NAMES.forEach(color => { BlockEvents.rightClicked(event => { @@ -110,6 +111,7 @@ global.MINECRAFT_DYE_NAMES.forEach(color => { }}) }); + BlockEvents.rightClicked(event => { const {block,server,player,player:{x,y,z,username}} = event if (block.id != 'tfg:decorative_vase') {return}{ @@ -117,7 +119,7 @@ BlockEvents.rightClicked(event => { }}); /** - * + * * @param {Internal.Player} player * @returns {Internal.CompoundTag} */ @@ -128,4 +130,87 @@ function getTFGPersistentDataRoot(player) player.persistentData.put("tfg:custom_data", {}); } return player.persistentData.getCompound("tfg:custom_data") -} \ No newline at end of file +} +//#endregion + +//#region Fishing Net + const fish = [ + 'cod', + 'crappie', + 'jellyfish', + 'lake_trout', + 'largemouth_bass', + 'rainbow_trout', + 'salmon', + 'smallmouth_bass', + 'tropical_fish', + 'bluegill' + ]; + + const shellfish = [ + 'lobster', + 'isopod', + 'crayfish' + ]; + + //Event detects if fish is right clicked with fishing net and then teleports the mob into the void, plays some actions and gives the player the proper item. + fish.forEach(fish => { + ItemEvents.entityInteracted('#forge:tools/fishing_nets', event => { + const {item, player, server, target} = event; + + if (target.type != `tfc:${fish}`) return + server.runCommandSilent(`particle minecraft:bubble_pop ${target.x} ${target.y} ${target.z} 0.5 0.5 0.5 0.00001 10`) + server.runCommandSilent(`playsound minecraft:entity.player.splash player ${player.username} ${target.x} ${target.y} ${target.z} 2 2 1`) + server.runCommandSilent(`tp ${target.uuid} ${target.x} ${target.y - 382} ${target.z}`) + event.player.give(`tfc:food/${fish}`) + player.swing() + if (player.isCreative() == false){ + item.damageValue++ + if (item.damageValue >= item.maxDamage) { + server.runCommandSilent(`playsound minecraft:item.shield.break player ${player.username} ${player.x} ${player.y} ${player.z} 1 1 1`) + item.count-- + } + } + }) + }) + + //Shellfish Exception + shellfish.forEach(shellfish => { + ItemEvents.entityInteracted('#forge:tools/fishing_nets', event => { + const {item, player, server, target} = event; + + if (target.type != `tfc:${shellfish}`) return + server.runCommandSilent(`particle minecraft:bubble_pop ${target.x} ${target.y} ${target.z} 0.5 0.5 0.5 0.00001 10`) + server.runCommandSilent(`playsound minecraft:entity.player.splash player ${player.username} ${target.x} ${target.y} ${target.z} 2 2 1`) + server.runCommandSilent(`tp ${target.uuid} ${target.x} ${target.y - 382} ${target.z}`) + event.player.give('tfc:food/shellfish') + player.swing() + if (player.isCreative() == false){ + item.damageValue++ + if (item.damageValue >= item.maxDamage) { + server.runCommandSilent(`playsound minecraft:item.shield.break player ${player.username} ${player.x} ${player.y} ${player.z} 1 1 1`) + item.count-- + } + } + }) + }) + + //Pufferfish Exception + ItemEvents.entityInteracted('#forge:tools/fishing_nets', event => { + const {item, player, server, target} = event; + + if (target.type != 'tfc:pufferfish') return + server.runCommandSilent(`particle minecraft:bubble_pop ${target.x} ${target.y} ${target.z} 0.5 0.5 0.5 0.00001 10`) + server.runCommandSilent(`playsound minecraft:entity.player.splash player ${player.username} ${target.x} ${target.y} ${target.z} 2 2 1`) + server.runCommandSilent(`tp ${target.uuid} ${target.x} ${target.y - 382} ${target.z}`) + event.player.give('minecraft:pufferfish') + player.swing() + if (player.isCreative() == false){ + item.damageValue++ + if (item.damageValue >= item.maxDamage) { + server.runCommandSilent(`playsound minecraft:item.shield.break player ${player.username} ${player.x} ${player.y} ${player.z} 1 1 1`) + item.count-- + } + } + }) +//#endregion \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/json_tool.armor_trim.js b/kubejs/server_scripts/tfg/json_tool.armor_trim.js new file mode 100644 index 000000000..a25985d26 --- /dev/null +++ b/kubejs/server_scripts/tfg/json_tool.armor_trim.js @@ -0,0 +1,209 @@ + +//priority: 0 + +//#region Assign materials +////////////////////////////// +////////////////////////////// +//Assign a new material here with the name of the material, the hex color for the name display, the item id that is used during smithing, and an index number that should be !!!unique!!! +const materials = [ + //Gems + {materialName: 'almandine_tfc', nameColor: '#7b1112', itemName: 'gtceu:exquisite_almandine_gem', indexNumber: 0.11, lang_en_us: 'Almandine'}, + {materialName: 'andradite_tfc', nameColor: '#c29d1e', itemName: 'gtceu:exquisite_andradite_gem', indexNumber: 0.12, lang_en_us: 'Andradite'}, + {materialName: 'blue_topaz_tfc', nameColor: '#a7c1c6', itemName: 'gtceu:exquisite_blue_topaz_gem', indexNumber: 0.13, lang_en_us: 'Blue Topaz'}, + {materialName: 'cinnabar_tfc', nameColor: '#c2274a', itemName: 'gtceu:exquisite_cinnabar_gem', indexNumber: 0.14, lang_en_us: 'Cinnabar'}, + {materialName: 'coal_tfc', nameColor: '#2b2f32', itemName: 'gtceu:exquisite_coal_gem', indexNumber: 0.15, lang_en_us: 'Coal'}, + {materialName: 'diamond_tfc', nameColor: '#98c2c6', itemName: 'gtceu:exquisite_diamond_gem', indexNumber: 0.16, lang_en_us: 'Diamond'}, + {materialName: 'emerald_tfc', nameColor: '#11c254', itemName: 'gtceu:exquisite_emerald_gem', indexNumber: 0.17, lang_en_us: 'Emerald'}, + {materialName: 'green_sapphire_tfc', nameColor: '#75af89', itemName: 'gtceu:exquisite_green_sapphire_gem', indexNumber: 0.18, lang_en_us: 'Green Sapphire'}, + {materialName: 'grossular_tfc', nameColor: '#c28b5c', itemName: 'gtceu:exquisite_grossular_gem', indexNumber: 0.19, lang_en_us: 'Grossular'}, + {materialName: 'rutile_tfc', nameColor: '#681c05', itemName: 'gtceu:exquisite_rutile_gem', indexNumber: 0.191, lang_en_us: 'Rutile'}, + {materialName: 'lazurite_tfc', nameColor: '#1e29bb', itemName: 'gtceu:exquisite_lazurite_gem', indexNumber: 0.192, lang_en_us: 'Lazurite'}, + {materialName: 'pyrope_tfc', nameColor: '#b11344', itemName: 'gtceu:exquisite_pyrope_gem', indexNumber: 0.193, lang_en_us: 'Pyrope'}, + {materialName: 'rock_salt_tfc', nameColor: '#c2b2af', itemName: 'gtceu:exquisite_rock_salt_gem', indexNumber: 0.194, lang_en_us: 'Rock Salt'}, + {materialName: 'ruby_tfc', nameColor: '#a41b0c', itemName: 'gtceu:exquisite_ruby_gem', indexNumber: 0.195, lang_en_us: 'Ruby'}, + {materialName: 'salt_tfc', nameColor: '#bebec2', itemName: 'gtceu:exquisite_salt_gem', indexNumber: 0.196, lang_en_us: 'salt'}, + {materialName: 'sapphire_tfc', nameColor: '#2628b0', itemName: 'gtceu:exquisite_sapphire_gem', indexNumber: 0.197, lang_en_us: 'Sapphire'}, + {materialName: 'sodalite_tfc', nameColor: '#2e40c6', itemName: 'gtceu:exquisite_sodalite_gem', indexNumber: 0.198, lang_en_us: 'Sodalite'}, + {materialName: 'coke_tfc', nameColor: '#424847', itemName: 'gtceu:exquisite_coke_gem', indexNumber: 0.199, lang_en_us: 'Coke'}, + {materialName: 'spessartine_tfc', nameColor: '#c28017', itemName: 'gtceu:exquisite_spessartine_gem', indexNumber: 0.181, lang_en_us: 'Spessartine'}, + {materialName: 'topaz_tfc', nameColor: '#b1a42d', itemName: 'gtceu:exquisite_topaz_gem', indexNumber: 0.182, lang_en_us: 'Topaz'}, + {materialName: 'uvarovite_tfc', nameColor: '#22b43b', itemName: 'gtceu:exquisite_uvarovite_gem', indexNumber: 0.183, lang_en_us: 'Uvarovite'}, + {materialName: 'nether_quartz_tfc', nameColor: '#bdb6b0', itemName: 'gtceu:exquisite_nether_quartz_gem', indexNumber: 0.184, lang_en_us: 'Nether Quartz'}, + {materialName: 'certus_quartz_tfc', nameColor: '#8ca4c4', itemName: 'gtceu:exquisite_certus_quartz_gem', indexNumber: 0.185, lang_en_us: 'Certus Quartz'}, + {materialName: 'quartzite_tfc', nameColor: '#b8bab8', itemName: 'gtceu:exquisite_quartzite_gem', indexNumber: 0.186, lang_en_us: 'Quartzite'}, + {materialName: 'realgar_tfc', nameColor: '#c22e28', itemName: 'gtceu:exquisite_realgar_gem', indexNumber: 0.187, lang_en_us: 'Realgar'}, + {materialName: 'malachite_tfc', nameColor: '#00b789', itemName: 'gtceu:exquisite_malachite_gem', indexNumber: 0.188, lang_en_us: 'Malachite'}, + {materialName: 'glass_tfc', nameColor: '#c2c2c6', itemName: 'gtceu:exquisite_glass_gem', indexNumber: 0.189, lang_en_us: 'Glass'}, + {materialName: 'olivine_tfc', nameColor: '#7fad03', itemName: 'gtceu:exquisite_olivine_gem', indexNumber: 0.171, lang_en_us: 'Olivine'}, + {materialName: 'opal_tfc', nameColor: '#bdadb6', itemName: 'gtceu:exquisite_opal_gem', indexNumber: 0.172, lang_en_us: 'Opal'}, + {materialName: 'amethyst_tfc', nameColor: '#9b78ba', itemName: 'gtceu:exquisite_amethyst_gem', indexNumber: 0.173, lang_en_us: 'Amethyst'}, + // {materialName: 'echo_shard_tfc', nameColor: '#002123', itemName: 'gtceu:exquisite_echo_shard_gem', indexNumber: 0.174, lang_en_us: 'Echo Shard'}, // disabled + {materialName: 'lapis_tfc', nameColor: '#6581c6', itemName: 'gtceu:exquisite_lapis_gem', indexNumber: 0.175, lang_en_us: 'Lapis'}, + {materialName: 'apatite_tfc', nameColor: '#059cbb', itemName: 'gtceu:exquisite_apatite_gem', indexNumber: 0.176, lang_en_us: 'Apatite'}, + {materialName: 'red_garnet_tfc', nameColor: '#710910', itemName: 'gtceu:exquisite_red_garnet_gem', indexNumber: 0.177, lang_en_us: 'Red Garnet'}, + {materialName: 'yellow_garnet_tfc', nameColor: '#bbc207', itemName: 'gtceu:exquisite_yellow_garnet_gem', indexNumber: 0.178, lang_en_us: 'Yellow Garnet'}, + {materialName: 'monazite_tfc', nameColor: '#9eb576', itemName: 'gtceu:exquisite_monazite_gem', indexNumber: 0.179, lang_en_us: 'Monazite'}, + {materialName: 'rose_quartz_tfc', nameColor: '#ba3458', itemName: 'gtceu:exquisite_rose_quartz_gem', indexNumber: 0.161, lang_en_us: 'Rose Quartz'}, + {materialName: 'fluix_tfc', nameColor: '#53458d', itemName: 'tfg:exquisite_fluix_gem', indexNumber: 0.162, lang_en_us: 'Fluix'}, + //Metals + {materialName: 'silver_tfc', nameColor: '#d8d8f4', itemName: 'vintageimprovements:silver_sheet', indexNumber: 0.162, lang_en_us: 'Silver'}, + {materialName: 'sterling_silver_tfc', nameColor: '#eae5d3', itemName: 'gtceu:sterling_silver_plate', indexNumber: 0.163, lang_en_us: 'Sterling Silver'}, + {materialName: 'gold_tfc', nameColor: '#ede65b', itemName: 'create:golden_sheet', indexNumber: 0.164, lang_en_us: 'Gold'}, + {materialName: 'rose_gold_tfc', nameColor: '#eddedb', itemName: 'vintageimprovements:rose_gold_sheet', indexNumber: 0.165, lang_en_us: 'Rose Gold'}, + {materialName: 'nickel_tfc', nameColor: '#bfd1ea', itemName: 'vintageimprovements:nickel_sheet', indexNumber: 0.166, lang_en_us: 'Nickel'}, + {materialName: 'platinum_tfc', nameColor: '#d8cea1', itemName: 'vintageimprovements:platinum_sheet', indexNumber: 0.167, lang_en_us: 'Platinum'}, + {materialName: 'titanium_tfc', nameColor: '#c496d8', itemName: 'gtceu:titanium_plate', indexNumber: 0.168, lang_en_us: 'Titanium'}, + {materialName: 'bismuth_tfc', nameColor: '#607c79', itemName: 'gtceu:bismuth_plate', indexNumber: 0.169, lang_en_us: 'Bismuth'}, + {materialName: 'neutronium_tfc', nameColor: '#d7d7db', itemName: 'gtceu:neutronium_plate', indexNumber: 0.151, lang_en_us: 'Neutronium'}, + //Other + {materialName: 'pyrite_tfc', nameColor: '#a75e10', itemName: 'gtceu:rich_raw_pyrite', indexNumber: 0.152, lang_en_us: 'Pyrite'}, + {materialName: 'redx_tfc', nameColor: '#a06156', itemName: 'morered:red_alloy_wire', indexNumber: 0.153, lang_en_us: 'RedX'} +] +///////////////////////////// +///////////////////////////// + +// #region Tags +// Assigns trim_materials tag to items registered above +function registerTFGTrimTags(event) { + event.removeAll('minecraft:trim_materials') + materials.forEach(material => { + event.add('minecraft:trim_materials', material.itemName) + }) +} +// #endregion + +//#region Trim Item Atlas +//Automatically creates armor_trims.json file +const trimfilePath = 'kubejs/assets/minecraft/atlases/armor_trims.json'; +let trimdata = JsonIO.read(trimfilePath) || {}; +trimdata["sources"] = trimdata["sources"] || []; + +let trimsource = trimdata["sources"].find(s => s.type === "paletted_permutations"); + +if (!trimsource) { + trimsource = { + type: "paletted_permutations", + textures: [ + "trims/models/armor/coast", + "trims/models/armor/coast_leggings", + "trims/models/armor/sentry", + "trims/models/armor/sentry_leggings", + "trims/models/armor/dune", + "trims/models/armor/dune_leggings", + "trims/models/armor/wild", + "trims/models/armor/wild_leggings", + "trims/models/armor/ward", + "trims/models/armor/ward_leggings", + "trims/models/armor/eye", + "trims/models/armor/eye_leggings", + "trims/models/armor/vex", + "trims/models/armor/vex_leggings", + "trims/models/armor/tide", + "trims/models/armor/tide_leggings", + "trims/models/armor/snout", + "trims/models/armor/snout_leggings", + "trims/models/armor/rib", + "trims/models/armor/rib_leggings", + "trims/models/armor/spire", + "trims/models/armor/spire_leggings", + "trims/models/armor/wayfinder", + "trims/models/armor/wayfinder_leggings", + "trims/models/armor/shaper", + "trims/models/armor/shaper_leggings", + "trims/models/armor/silence", + "trims/models/armor/silence_leggings", + "trims/models/armor/raiser", + "trims/models/armor/raiser_leggings", + "trims/models/armor/host", + "trims/models/armor/host_leggings" + ], + palette_key: "trims/color_palettes/trim_palette", + permutations: {} + }; + trimdata["sources"].push(trimsource); +} + +trimsource.permutations = trimsource.permutations || {}; + +materials.forEach(material => { + trimsource.permutations[material.materialName] = `tfc:color_palettes/trims/${material.materialName}`; +}); +JsonIO.write(trimfilePath, trimdata); +//#endregion + +//#region Trim Block Atlas +//Automatically creates blocks.json file +const blockfilePath = 'kubejs/assets/minecraft/atlases/blocks.json'; +let blockdata = JsonIO.read(blockfilePath) || {}; +blockdata["sources"] = blockdata["sources"] || []; + +let blocksource = blockdata["sources"].find(s => s.type === "paletted_permutations"); + +if (!blocksource) { + blocksource = { + type: "paletted_permutations", + textures: [ + "trims/items/leggings_trim", + "trims/items/chestplate_trim", + "trims/items/helmet_trim", + "trims/items/boots_trim", + "tfc:item/helmet_trim", + "tfc:item/chestplate_trim", + "tfc:item/greaves_trim", + "tfc:item/boots_trim" + ], + palette_key: "trims/color_palettes/trim_palette", + permutations: {} + }; + blockdata["sources"].push(blocksource); +} + +blocksource.permutations = blocksource.permutations || {}; + +materials.forEach(material => { + blocksource.permutations[material.materialName] = `tfc:color_palettes/trims/${material.materialName}`; +}); +JsonIO.write(blockfilePath, blockdata); +//#endregion + +//#region Trim Material Data +//Automatically creates material.json files +materials.forEach(material => { + const trimfilepaths = [ + `kubejs/data/minecraft/trim_material/${material.materialName}.json`, + `kubejs/data/tfc/trim_material/${material.materialName}.json` + ]; + + const newtrimdata = { + asset_name: material.materialName, + description: { + color: material.nameColor, + translate: `trim_material.tfc.${material.materialName}` + }, + ingredient: material.itemName, + item_model_index: material.indexNumber + }; + + trimfilepaths.forEach(trimfilepaths => { + const existingData = JsonIO.read(trimfilepaths); + + // Only write if the file is missing or contents are different + if (JSON.stringify(existingData) !== JSON.stringify(newtrimdata)) { + JsonIO.write(trimfilepaths, newtrimdata); + } + }); + }); +//#endregion + +//#region Lang +//en_us +//reads the existing file, inserts new key-value pair, writes info back to the file +const langfilePath = 'kubejs/assets/tfc/lang/en_us.json'; +let langdata = JsonIO.read(langfilePath) || {}; + +materials.forEach(material => { + langdata[`trim_material.tfc.${material.materialName}`] = material.lang_en_us; +}); + +JsonIO.write(langfilePath, langdata); +//#endregion diff --git a/kubejs/server_scripts/tfg/recipes.fishing_nets.js b/kubejs/server_scripts/tfg/recipes.fishing_nets.js new file mode 100644 index 000000000..818b070f5 --- /dev/null +++ b/kubejs/server_scripts/tfg/recipes.fishing_nets.js @@ -0,0 +1,236 @@ +// priority: 0 + +function registerTFGFishingNetsRecipes(event) { + + //wood + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/wood', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Wood, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Wood, 1), + C: 'tfc:jute_net', + D: 'tfc:glue', + E: ChemicalHelper.get(TagPrefix.bolt, GTMaterials.Wood, 1), + F: '#forge:tools/knives', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/wood')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/wood') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Wood, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.Wood, 1), + '1x tfc:glue', + ChemicalHelper.get(TagPrefix.bolt, GTMaterials.Wood, 1), + '1x tfc:jute_net' + ) + .itemOutputs('tfg:fishing_net/wood') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.ULV]) + + //Brass + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/brass', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Brass, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Brass, 1), + C: '#forge:cloth', + D: ChemicalHelper.get(TagPrefix.ring, GTMaterials.Brass, 1), + E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.Brass, 1), + F: '#forge:tools/wire_cutters', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/brass')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/brass') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Brass, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.Brass, 1), + ChemicalHelper.get(TagPrefix.ring, GTMaterials.Brass, 1), + ChemicalHelper.get(TagPrefix.screw, GTMaterials.Brass, 1), + '1x #forge:cloth' + ) + .itemOutputs('tfg:fishing_net/brass') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.ULV]) + + //Rose Gold + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/rose_gold', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.RoseGold, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.RoseGold, 1), + C: '#forge:cloth', + D: ChemicalHelper.get(TagPrefix.ring, GTMaterials.RoseGold, 1), + E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.RoseGold, 1), + F: '#forge:tools/wire_cutters', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/rose_gold')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/rose_gold') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.RoseGold, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.RoseGold, 1), + ChemicalHelper.get(TagPrefix.ring, GTMaterials.RoseGold, 1), + ChemicalHelper.get(TagPrefix.screw, GTMaterials.RoseGold, 1), + '1x #forge:cloth' + ) + .itemOutputs('tfg:fishing_net/rose_gold') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.ULV]) + + //Sterling Silver + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/sterling_silver', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.SterlingSilver, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.SterlingSilver, 1), + C: '#forge:cloth', + D: ChemicalHelper.get(TagPrefix.ring, GTMaterials.SterlingSilver, 1), + E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.SterlingSilver, 1), + F: '#forge:tools/wire_cutters', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/sterling_silver')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/sterling_silver') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.SterlingSilver, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.SterlingSilver, 1), + ChemicalHelper.get(TagPrefix.ring, GTMaterials.SterlingSilver, 1), + ChemicalHelper.get(TagPrefix.screw, GTMaterials.SterlingSilver, 1), + '1x #forge:cloth' + ) + .itemOutputs('tfg:fishing_net/sterling_silver') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.ULV]) + + //Invar + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/invar', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Invar, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Invar, 1), + C: '#forge:cloth', + D: ChemicalHelper.get(TagPrefix.ring, GTMaterials.Invar, 1), + E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.Invar, 1), + F: '#forge:tools/wire_cutters', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/invar')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/invar') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Invar, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.Invar, 1), + ChemicalHelper.get(TagPrefix.ring, GTMaterials.Invar, 1), + ChemicalHelper.get(TagPrefix.screw, GTMaterials.Invar, 1), + '1x #forge:cloth' + ) + .itemOutputs('tfg:fishing_net/invar') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.LV]) + + //Cupronickel + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/cupronickel', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Cupronickel, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Cupronickel, 1), + C: '#forge:cloth', + D: ChemicalHelper.get(TagPrefix.ring, GTMaterials.Cupronickel, 1), + E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.Cupronickel, 1), + F: '#forge:tools/wire_cutters', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/cupronickel')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/cupronickel') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Cupronickel, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.Cupronickel, 1), + ChemicalHelper.get(TagPrefix.ring, GTMaterials.Cupronickel, 1), + ChemicalHelper.get(TagPrefix.screw, GTMaterials.Cupronickel, 1), + '1x #forge:cloth' + ) + .itemOutputs('tfg:fishing_net/cupronickel') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.LV]) + + //Tin Alloy + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/tin_alloy', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.TinAlloy, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.TinAlloy, 1), + C: '#forge:cloth', + D: ChemicalHelper.get(TagPrefix.ring, GTMaterials.TinAlloy, 1), + E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.TinAlloy, 1), + F: '#forge:tools/wire_cutters', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/tin_alloy')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/tin_alloy') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.TinAlloy, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.TinAlloy, 1), + ChemicalHelper.get(TagPrefix.ring, GTMaterials.TinAlloy, 1), + ChemicalHelper.get(TagPrefix.screw, GTMaterials.TinAlloy, 1), + '1x #forge:cloth' + ) + .itemOutputs('tfg:fishing_net/tin_alloy') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.LV]) + + //Magnalium + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('1x tfg:fishing_net/magnalium', [ + ' DC', + 'GBE', + 'AF ' + ],{ + A: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Magnalium, 1), + B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Magnalium, 1), + C: 'tfg:polycaprolactam_fabric', + D: ChemicalHelper.get(TagPrefix.ring, GTMaterials.Magnalium, 1), + E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.Magnalium, 1), + F: '#forge:tools/wire_cutters', + G: '#tfc:sewing_needles' + }).id('tfg:shaped/fishing_net/magnalium')) + + event.recipes.gtceu.assembler('tfg:assembler/fishing_net/magnalium') + .itemInputs( + ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.Magnalium, 1), + ChemicalHelper.get(TagPrefix.rod, GTMaterials.Magnalium, 1), + ChemicalHelper.get(TagPrefix.ring, GTMaterials.Magnalium, 1), + ChemicalHelper.get(TagPrefix.screw, GTMaterials.Magnalium, 1), + '1x tfg:polycaprolactam_fabric' + ) + .itemOutputs('tfg:fishing_net/magnalium') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.LV]) +} \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.js b/kubejs/server_scripts/tfg/recipes.js index 2740895a7..eec0f9d35 100644 --- a/kubejs/server_scripts/tfg/recipes.js +++ b/kubejs/server_scripts/tfg/recipes.js @@ -12,6 +12,6 @@ const registerTFGRecipes = (event) => { registerTFGMedicineRecipes(event) registerTFGMiscellaneousRecipes(event) registerTFGSupportRecipes(event) - + registerTFGFishingNetsRecipes(event) registerTFGConvertingRecipes(event) } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index 41836919d..55a001fdf 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -6,6 +6,8 @@ */ function registerTFGMiscellaneousRecipes(event) { + event.remove({ id: 'gtceu:wiremill/string_from_polycaprolactam'}) + //tfc:moss event.replaceInput({}, 'minecraft:vine', '#tfc:moss') @@ -161,15 +163,18 @@ function registerTFGMiscellaneousRecipes(event) { .EUt(GTValues.VA[GTValues.ULV]); //Airship Balloon - event.shaped('tfg:airship_balloon', [ - 'ABA', - 'BCB', - 'ABA' - ], { - A: '#forge:string', - B: 'immersive_aircraft:sail', - C: 'tfc:bone_needle' - }).id('tfg:shaped/airship_balloon') + event.recipes.tfc.damage_inputs_shaped_crafting( + event.shaped('tfg:airship_balloon', [ + 'ABA', + 'BCB', + 'ABA' + ], { + A: '#forge:string', + B: 'immersive_aircraft:sail', + C: 'tfc:bone_needle' + }) + ).id('tfg:shaped/airship_balloon') + event.recipes.gtceu.assembler('tfg:assembler/airship_balloon') .itemInputs('4x immersive_aircraft:sail', '4x #forge:string') .itemOutputs('tfg:airship_balloon') @@ -313,4 +318,67 @@ function registerTFGMiscellaneousRecipes(event) { event.shapeless('8x minecraft:snow', ['minecraft:snow_block', '#forge:tools/saws']) .id('tfg:shapeless/snow') + + //Cloth & String + event.recipes.gtceu.wiremill('tfg:wiremill/phantom_thread') + .itemInputs('1x minecraft:phantom_membrane') + .itemOutputs('16x tfg:phantom_thread') + .duration(100) + .circuit(0) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.wiremill('tfg:wiremill/polycaprolactam_string') + .itemInputs(ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Polycaprolactam, 1)) + .itemOutputs('32x tfg:polycaprolactam_string') + .duration(100) + .circuit(0) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.assembler('tfg:assembler/phantom_silk') + .itemInputs('16x tfg:phantom_thread') + .itemOutputs('1x tfg:phantom_silk') + .duration(100) + .circuit(0) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.assembler('tfg:assembler/polycaprolactam_fabric') + .itemInputs('16x tfg:polycaprolactam_string') + .itemOutputs('1x tfg:polycaprolactam_fabric') + .duration(100) + .circuit(0) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.chemical_bath('tfg:chemical_bath/bleaching/polycaprolactam_string') + .itemInputs('tfg:polycaprolactam_string') + .inputFluids(Fluid.of('gtceu:chlorine', 16)) + .itemOutputs('minecraft:string') + .duration(80) + .EUt(GTValues.VA[GTValues.ULV]) + .category(GTRecipeCategories.CHEM_DYES) + + event.recipes.tfc.loom( + '1x tfg:phantom_silk', + '16x tfg:phantom_thread', + 8, + 'tfg:block/phantom_silk_block' + ) + + event.recipes.tfc.loom( + '1x tfg:polycaprolactam_fabric', + '16x tfg:polycaprolactam_string', + 8, + 'tfg:block/polycaprolactam_fabric_block' + ) + + event.recipes.tfc.damage_inputs_shapeless_crafting( + event.shapeless('16x tfg:phantom_thread', [ + 'minecraft:phantom_membrane', + 'tfc:spindle' + ]).id('tfg:shapeless/phantom_thread')) + + // Universal Circuit + global.UNIVERSAL_CIRCUIT_TIERS.forEach(tier => { + event.shapeless(Item.of(`tfg:${tier}_universal_circuit`, 1), [Ingredient.of([`#gtceu:circuits/${tier}`]).subtract([`tfg:${tier}_universal_circuit`])] + ).id(`universal_circuits_${tier}`); + }); } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.recycling.js b/kubejs/server_scripts/tfg/recipes.recycling.js new file mode 100644 index 000000000..bb34d453d --- /dev/null +++ b/kubejs/server_scripts/tfg/recipes.recycling.js @@ -0,0 +1,122 @@ +// priority: 0 + +function registerGTCEURecyclingRecipes(event) { + + // Tantalum Capacitor + event.recipes.gtceu.macerator('gtceu:macerator/recycling/tantulum_capacitor') + .itemInputs('gtceu:tantalum_capacitor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Tantalum, 1), + ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Polyethylene, 1) + ) + .duration(GTMaterials.Tantalum.getMass() * 1) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('gtceu:arc_furnace/recycling/tantulum_capacitor') + .itemInputs('gtceu:tantalum_capacitor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.nugget, GTMaterials.Tantalum, 1), + ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Ash, 1) + ) + .duration(GTMaterials.Tantalum.getMass() * 1) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + // Capacitor + event.recipes.gtceu.macerator('gtceu:macerator/recycling/capacitor') + .itemInputs('gtceu:capacitor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Polyethylene, 1) + ) + .duration(GTMaterials.Polyethylene.getMass() * 1) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('gtceu:arc_furnace/recycling/capacitor') + .itemInputs('gtceu:capacitor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Ash, 1) + ) + .duration(GTMaterials.Ash.getMass() * 1) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + // Empty Tier I Capacitor + event.recipes.gtceu.macerator('gtceu:macerator/recycling/empty_tier_i_battery') + .itemInputs('gtceu:empty_tier_i_battery') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Ultimet, 6) + ) + .duration(GTMaterials.Ultimet.getMass() * 6) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('gtceu:arc_furnace/recycling/empty_tier_i_battery') + .itemInputs('gtceu:empty_tier_i_battery') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Ultimet, 6) + ) + .duration(GTMaterials.Ultimet.getMass() * 6) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + event.recipes.gtceu.extractor('gtceu:extractor/recycling/empty_tier_i_battery') + .itemInputs('gtceu:empty_tier_i_battery') + .outputFluids(Fluid.of('gtceu:ultimet', 864)) + .duration(GTMaterials.Ultimet.getMass() * 6) + .category(GTRecipeCategories.EXTRACTOR_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + // Empty Tier II Capacitor + event.recipes.gtceu.macerator('gtceu:macerator/recycling/empty_tier_ii_battery') + .itemInputs('gtceu:empty_tier_ii_battery') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Ruridit, 6) + ) + .duration(GTMaterials.Ruridit.getMass() * 6) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('gtceu:arc_furnace/recycling/empty_tier_ii_battery') + .itemInputs('gtceu:empty_tier_ii_battery') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Ruridit, 6) + ) + .duration(GTMaterials.Ruridit.getMass() * 6) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + event.recipes.gtceu.extractor('gtceu:extractor/recycling/empty_tier_ii_battery') + .itemInputs('gtceu:empty_tier_ii_battery') + .outputFluids(Fluid.of('gtceu:ruridit', 864)) + .duration(GTMaterials.Ruridit.getMass() * 6) + .category(GTRecipeCategories.EXTRACTOR_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + // Empty Tier III Capacitor + event.recipes.gtceu.macerator('gtceu:macerator/recycling/empty_tier_iii_battery') + .itemInputs('gtceu:empty_tier_iii_battery') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Neutronium, 6) + ) + .duration(GTMaterials.Neutronium.getMass() * 6) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('gtceu:arc_furnace/recycling/empty_tier_iii_battery') + .itemInputs('gtceu:empty_tier_iii_battery') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Neutronium, 6) + ) + .duration(GTMaterials.Neutronium.getMass() * 6) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + event.recipes.gtceu.extractor('gtceu:extractor/recycling/empty_tier_iii_battery') + .itemInputs('gtceu:empty_tier_iii_battery') + .outputFluids(Fluid.of('gtceu:neutronium', 864)) + .duration(GTMaterials.Neutronium.getMass() * 6) + .category(GTRecipeCategories.EXTRACTOR_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) +} \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/tags.js b/kubejs/server_scripts/tfg/tags.js index 78a2217bc..f19ff1179 100644 --- a/kubejs/server_scripts/tfg/tags.js +++ b/kubejs/server_scripts/tfg/tags.js @@ -1,4 +1,7 @@ const registerTFGItemTags = (event) => { + + registerTFGTrimTags(event) + //Decorative Vases global.MINECRAFT_DYE_NAMES.forEach(color => { event.add('c:hidden_from_recipe_viewers', `tfg:decorative_vase/generated/${color}`) @@ -12,6 +15,16 @@ const registerTFGItemTags = (event) => { //Knapping event.add('tfc:any_knapping', 'minecraft:flint') + //Tools + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/wood') + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/brass') + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/rose_gold') + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/sterling_silver') + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/invar') + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/tin_alloy') + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/cupronickel') + event.add('forge:tools/fishing_nets', 'tfg:fishing_net/magnalium') + // #region Paper from wood event.add('tfg:hardwood_strips', 'tfg:hardwood_strip') @@ -29,9 +42,17 @@ const registerTFGItemTags = (event) => { event.add('forge:wax', 'tfg:conifer_rosin') event.add('tfc:fluxstone', 'tfg:loose/dripstone') - // #endregion + //#region Cloth & String + event.add('forge:cloth', 'tfg:phantom_silk') + event.add('forge:cloth', 'tfg:polycaprolactam_fabric') + event.add('tfc:sewing_light_cloth', 'tfg:phantom_silk') + event.add('tfc:sewing_dark_cloth', 'tfg:polycaprolactam_fabric') + event.add('forge:string', 'tfg:phantom_thread') + event.add('forge:string', 'tfg:polycaprolactam_string') + //#endregion + // #region Medicines event.add('tfg:antipoison_ingredients', 'tfc:plant/blood_lily') @@ -98,6 +119,16 @@ const registerTFGItemTags = (event) => { event.add('immersive_aircraft:upgrades', `tfg:${value}`); }) + // #endregion + + // Universal Circuits + + global.UNIVERSAL_CIRCUIT_TIERS.forEach(tier => { + event.add(`gtceu:circuits/${tier}`, `tfg:${tier}_universal_circuit`); + }) + + // #endregion + // #region 0.7.19 -> 0.9 conversion event.add('c:hidden_from_recipe_viewers', 'treetap:tap') diff --git a/kubejs/server_scripts/vintage_improvements/recipes.js b/kubejs/server_scripts/vintage_improvements/recipes.js index 76dde34b8..c35cfd5ea 100644 --- a/kubejs/server_scripts/vintage_improvements/recipes.js +++ b/kubejs/server_scripts/vintage_improvements/recipes.js @@ -539,6 +539,14 @@ function registerVintageImprovementsRecipes(event) { processingTime: 200 }).id('tfg:vi/vacuumizing/glue_from_resin') + event.custom({ + type: 'vintageimprovements:vacuumizing', + ingredients: [{ item: 'tfg:conifer_rosin' }], + results: [{ fluid: 'gtceu:glue', amount: 50 }], + heatRequirement: "heated", + processingTime: 200 + }).id('tfg:vi/vacuumizing/glue_from_rosin') + event.custom({ type: 'vintageimprovements:vacuumizing', ingredients: [{ item: 'minecraft:bone_meal' }, { fluid: 'tfc:limewater', amount: 500 }], diff --git a/kubejs/startup_scripts/gtceu/constants.js b/kubejs/startup_scripts/gtceu/constants.js index 690013acc..edc6dbcdb 100644 --- a/kubejs/startup_scripts/gtceu/constants.js +++ b/kubejs/startup_scripts/gtceu/constants.js @@ -34,6 +34,10 @@ global.GTCEU_DISABLED_ITEMS = [ 'gtceu:flint_knife', 'gtceu:firebrick', 'gtceu:firebricks', + 'gtceu:fireclay_dust', + 'gtceu:small_fireclay_dust', + 'gtceu:tiny_fireclay_dust', + 'gtceu:compressed_fireclay', 'gtceu:wood_drum', 'gtceu:primitive_blast_furnace', 'gtceu:iron_pickaxe', @@ -183,3 +187,4 @@ global.ORE_BEARING_STONES = [ 'pyroxenite', 'dripstone' ]; + diff --git a/kubejs/startup_scripts/gtceu/items.js b/kubejs/startup_scripts/gtceu/items.js index 840068717..97fe73a29 100644 --- a/kubejs/startup_scripts/gtceu/items.js +++ b/kubejs/startup_scripts/gtceu/items.js @@ -1,4 +1,35 @@ // priority: 0 const registerGTCEuItems = (event) => { + + event.create('tfg:ulv_universal_circuit') + .translationKey('item.ulv_universal_circuit') + + event.create('tfg:lv_universal_circuit') + .translationKey('item.lv_universal_circuit') + + event.create('tfg:mv_universal_circuit') + .translationKey('item.mv_universal_circuit') + + event.create('tfg:hv_universal_circuit') + .translationKey('item.hv_universal_circuit') + + event.create('tfg:ev_universal_circuit') + .translationKey('item.ev_universal_circuit') + + event.create('tfg:iv_universal_circuit') + .translationKey('item.iv_universal_circuit') + + event.create('tfg:luv_universal_circuit') + .translationKey('item.luv_universal_circuit') + + event.create('tfg:zpm_universal_circuit') + .translationKey('item.zpm_universal_circuit') + + event.create('tfg:uv_universal_circuit') + .translationKey('item.uv_universal_circuit') + + event.create('tfg:uhv_universal_circuit') + .translationKey('item.uhv_universal_circuit') + } diff --git a/kubejs/startup_scripts/gtceu/materials.js b/kubejs/startup_scripts/gtceu/materials.js index 01b6e0f90..5deb267fd 100644 --- a/kubejs/startup_scripts/gtceu/materials.js +++ b/kubejs/startup_scripts/gtceu/materials.js @@ -187,7 +187,8 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.Wood.addFlags(GENERATE_SMALL_GEAR); GTMaterials.Brass.addFlags(GENERATE_SMALL_GEAR, GENERATE_RING); - GTMaterials.BismuthBronze.addFlags(GENERATE_GEAR); + GTMaterials.BlackBronze.addFlags(GENERATE_SMALL_GEAR); + GTMaterials.BismuthBronze.addFlags(GENERATE_SMALL_GEAR); GTMaterials.Nickel.addFlags(GENERATE_ROD, GENERATE_LONG_ROD); GTMaterials.BlackSteel.addFlags(GENERATE_LONG_ROD, GENERATE_BOLT_SCREW, GENERATE_SMALL_GEAR); @@ -199,6 +200,13 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.DamascusSteel.addFlags(GENERATE_BOLT_SCREW); GTMaterials.Duranium.addFlags(GENERATE_BOLT_SCREW); + GTMaterials.Cupronickel.addFlags(GENERATE_BOLT_SCREW, GENERATE_RING); + + GTMaterials.Invar.addFlags(GENERATE_RING); + GTMaterials.Magnalium.addFlags(GENERATE_RING); + GTMaterials.TinAlloy.addFlags(GENERATE_RING); + GTMaterials.SterlingSilver.addFlags(GENERATE_RING); + GTMaterials.IronMagnetic.addFlags(GENERATE_PLATE) GTMaterials.TreatedWood.addFlags(GENERATE_LONG_ROD); diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index 18ceab785..f89d0156b 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -1017,6 +1017,18 @@ global.TFC_MILKS = [ {id: 'firmalife:coconut_milk'}, ]; +global.TFC_ALCOHOL = [ + {id: 'tfc:beer'}, + {id: 'tfc:cider'}, + {id: 'tfc:rum'}, + {id: 'tfc:sake'}, + {id: 'tfc:vodka'}, + {id: 'tfc:whiskey'}, + {id: 'tfc:corn_whiskey'}, + {id: 'tfc:rye_whiskey'}, + {id: 'firmalife:mead'}, +]; + global.TFC_MAGMA_BLOCKS = [ 'tfc:rock/magma/granite', 'tfc:rock/magma/diorite', diff --git a/kubejs/startup_scripts/tfc/icon_sets.js b/kubejs/startup_scripts/tfc/icon_sets.js index bf2378eae..6acd4afc2 100644 --- a/kubejs/startup_scripts/tfc/icon_sets.js +++ b/kubejs/startup_scripts/tfc/icon_sets.js @@ -18,7 +18,7 @@ function registerTFCIconSets(event) { event.create('tfc_ruby').parent('ruby') event.create('tfc_sapphire').parent('gem_horizontal') event.create('tfc_topaz').parent('gem_vertical') - event.create('tfc_realgar').parent('fine') + event.create('tfc_realgar').parent('emerald') event.create('tfc_bismuth').parent('bright') event.create('tfc_cassiterite').parent('bright') diff --git a/kubejs/startup_scripts/tfc/tag_prefixes.js b/kubejs/startup_scripts/tfc/tag_prefixes.js index d3a4026f5..81a1f11e9 100644 --- a/kubejs/startup_scripts/tfc/tag_prefixes.js +++ b/kubejs/startup_scripts/tfc/tag_prefixes.js @@ -2,7 +2,7 @@ const registerTFCTagPrefixes = (event) => { - TagPrefix.ORES.remove(TagPrefix.ore) + TagPrefix.ORES.remove(TagPrefix.oreDeepslate) TagPrefix.ORES.remove(TagPrefix.oreTuff) TagPrefix.ORES.remove(TagPrefix.oreSand) diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index baeaa7533..72ad3a186 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -17,4 +17,6 @@ global.AIRCRAFT_UPGRADES = [ "aluminium_hull_reinforcement", "stainless_steel_hull_reinforcement", "titanium_hull_reinforcement" -] \ No newline at end of file +] + +global.UNIVERSAL_CIRCUIT_TIERS = ["ulv", "lv", "mv", "hv", "ev", "iv", "luv", "zpm", "uv", "uhv"]; \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/items.js b/kubejs/startup_scripts/tfg/items.js index 1ec58c60a..d665f28a6 100644 --- a/kubejs/startup_scripts/tfg/items.js +++ b/kubejs/startup_scripts/tfg/items.js @@ -133,19 +133,82 @@ const registerTFGItems = (event) => { //#endregion //#region Wax - event.create(`tfg:paraffin_wax`) - .translationKey(`item.tfg.paraffin_wax`) + event.create('tfg:paraffin_wax') + .translationKey('item.tfg.paraffin_wax') event.create('tfg:conifer_rosin') .translationKey('item.tfg.conifer_rosin') //#endregion - //#region Arrow Parts + //#region Cloth & String + event.create('tfg:polycaprolactam_fabric') + .translationKey('item.tfg.polycaprolactam_fabric') + + event.create('tfg:polycaprolactam_string') + .translationKey('item.tfg.polycaprolactam_string') + + event.create('tfg:phantom_silk') + .translationKey('item.tfg.phantom_silk') + + event.create('tfg:phantom_thread') + .translationKey('item.tfg.phantom_thread') + //#endregion + + //#region Tools event.create('tfg:flint_arrow_head') .translationKey('item.tfg.flint_arrow_head') event.create('tfg:fletching') .translationKey('item.tfg.fletching') + + event.create('tfg:fishing_net/wood') + .translationKey('item.tfg.fishing_net.wood') + .parentModel('tfg:item/fishing_nets/wood_fishing_net') + .texture('tfg:item/fishing_nets/wood_fishing_net') + .maxDamage(112) + + event.create('tfg:fishing_net/brass') + .translationKey('item.tfg.fishing_net.brass') + .parentModel('tfg:item/fishing_nets/brass_fishing_net') + .texture('tfg:item/fishing_nets/brass_fishing_net') + .maxDamage(326) + + event.create('tfg:fishing_net/rose_gold') + .translationKey('item.tfg.fishing_net.rose_gold') + .parentModel('tfg:item/fishing_nets/rose_gold_fishing_net') + .texture('tfg:item/fishing_nets/rose_gold_fishing_net') + .maxDamage(380) + + event.create('tfg:fishing_net/sterling_silver') + .translationKey('item.tfg.fishing_net.sterling_silver') + .parentModel('tfg:item/fishing_nets/sterling_silver_fishing_net') + .texture('tfg:item/fishing_nets/sterling_silver_fishing_net') + .maxDamage(380) + + event.create('tfg:fishing_net/invar') + .translationKey('item.tfg.fishing_net.invar') + .parentModel('tfg:item/fishing_nets/invar_fishing_net') + .texture('tfg:item/fishing_nets/invar_fishing_net') + .maxDamage(740) + + event.create('tfg:fishing_net/tin_alloy') + .translationKey('item.tfg.fishing_net.tin_alloy') + .parentModel('tfg:item/fishing_nets/tin_alloy_fishing_net') + .texture('tfg:item/fishing_nets/tin_alloy_fishing_net') + .maxDamage(710) + + event.create('tfg:fishing_net/cupronickel') + .translationKey('item.tfg.fishing_net.cupronickel') + .parentModel('tfg:item/fishing_nets/cupronickel_fishing_net') + .texture('tfg:item/fishing_nets/cupronickel_fishing_net') + .maxDamage(560) + + event.create('tfg:fishing_net/magnalium') + .translationKey('item.tfg.fishing_net.magnalium') + .parentModel('tfg:item/fishing_nets/magnalium_fishing_net') + .texture('tfg:item/fishing_nets/magnalium_fishing_net') + .maxDamage(1830) + //#endregion //#region Immersive Aircraft Impl diff --git a/kubejs/startup_scripts/tfg/materials.js b/kubejs/startup_scripts/tfg/materials.js index 1f7d13754..360785bb6 100644 --- a/kubejs/startup_scripts/tfg/materials.js +++ b/kubejs/startup_scripts/tfg/materials.js @@ -37,4 +37,5 @@ const registerTFGMaterials = (event) => { .iconSet(GTMaterialIconSet.FINE) .color('0xede8da') .secondaryColor('0xeddcad') + .components('12x carbon', '22x hydrogen', '11x oxygen') } \ No newline at end of file diff --git a/mods b/mods index ffeea9861..18f2162c9 160000 --- a/mods +++ b/mods @@ -1 +1 @@ -Subproject commit ffeea9861f4266858a98d7be602b11eb3b8df073 +Subproject commit 18f2162c995feab284ea8048b405e3efb41aff96 diff --git a/pakku-lock.json b/pakku-lock.json index 17997219d..2515b2ebe 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -372,7 +372,7 @@ "files": [ { "type": "curseforge", - "file_name": "alltheleaks-0.1.2-beta+1.20.1-forge.jar", + "file_name": "alltheleaks-0.1.3-beta+1.20.1-forge.jar", "mc_versions": [ "1.20.1" ], @@ -380,16 +380,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6321/543/alltheleaks-0.1.2-beta+1.20.1-forge.jar", - "id": "6321543", + "url": "https://edge.forgecdn.net/files/6371/968/alltheleaks-0.1.3-beta+1.20.1-forge.jar", + "id": "6371968", "parent_id": "1091339", "hashes": { - "sha1": "29c1d160dcb1e726101497bcabbb6903b01e218d", - "md5": "253ba2355cbff97b8c6e5f4066389703" + "sha1": "86336dee4cb58c3df082d3d523b9f1226269ba90", + "md5": "75f55c7155d193329aea05813c695c84" }, "required_dependencies": [], - "size": 523165, - "date_published": "2025-03-19T09:19:08.017Z" + "size": 523166, + "date_published": "2025-03-31T19:45:19.383Z" } ] }, @@ -482,7 +482,7 @@ "files": [ { "type": "modrinth", - "file_name": "AmbientSounds_FORGE_v6.1.8_mc1.20.1.jar", + "file_name": "AmbientSounds_FORGE_v6.1.9_mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -491,22 +491,22 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/fM515JnW/versions/PDmfRznc/AmbientSounds_FORGE_v6.1.8_mc1.20.1.jar", - "id": "PDmfRznc", + "url": "https://cdn.modrinth.com/data/fM515JnW/versions/Azcdw9vT/AmbientSounds_FORGE_v6.1.9_mc1.20.1.jar", + "id": "Azcdw9vT", "parent_id": "fM515JnW", "hashes": { - "sha512": "10b8e34696583a6354c857ff00a15f7fa8978686a0dab4301bfc8cf11d24661ac296af9d481642f18145f21c241876eb40189b095b0505818fe44769ab63b665", - "sha1": "cf86d8e1f8de7fd9450a05d8cded6f5763849794" + "sha512": "7f50aca7fd415b8ccbab47d28b5f7fecc5bc83f7c6964d6b40222f02119f453e515e00659b11f3c4797e403d39e11796b467d7f06a0ec30c257a6a1948767eec", + "sha1": "934e8939b27625532cce257cd4fc57765eaa2de9" }, "required_dependencies": [ "OsZiaDHq" ], - "size": 83885939, - "date_published": "2025-04-08T22:11:03.624331Z" + "size": 83885807, + "date_published": "2025-04-22T12:25:27.402652Z" }, { "type": "curseforge", - "file_name": "AmbientSounds_FORGE_v6.1.8_mc1.20.1.jar", + "file_name": "AmbientSounds_FORGE_v6.1.9_mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -515,18 +515,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6400/880/AmbientSounds_FORGE_v6.1.8_mc1.20.1.jar", - "id": "6400880", + "url": "https://edge.forgecdn.net/files/6451/670/AmbientSounds_FORGE_v6.1.9_mc1.20.1.jar", + "id": "6451670", "parent_id": "254284", "hashes": { - "sha1": "cf86d8e1f8de7fd9450a05d8cded6f5763849794", - "md5": "aeabd3a86153a2af1231a7b857627dd0" + "sha1": "934e8939b27625532cce257cd4fc57765eaa2de9", + "md5": "dd203c11ba29f4a6056efc726f3ba5a7" }, "required_dependencies": [ "257814" ], - "size": 83885939, - "date_published": "2025-04-08T22:10:36.207Z" + "size": 83885807, + "date_published": "2025-04-22T12:24:57.987Z" } ] }, @@ -547,31 +547,9 @@ "modrinth": "XxWD5pD3" }, "files": [ - { - "type": "curseforge", - "file_name": "appliedenergistics2-forge-15.3.3.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6091/401/appliedenergistics2-forge-15.3.3.jar", - "id": "6091401", - "parent_id": "223794", - "hashes": { - "sha1": "37ba16fa86aeab788d7b916bb45c25638df5cfb0", - "md5": "c7e870e3200139ebe8f260c4ea52b622" - }, - "required_dependencies": [], - "size": 9746146, - "date_published": "2025-01-15T23:06:41.440Z" - }, { "type": "modrinth", - "file_name": "appliedenergistics2-forge-15.3.3.jar", + "file_name": "appliedenergistics2-forge-15.3.4.jar", "mc_versions": [ "1.20.1" ], @@ -580,16 +558,38 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/XxWD5pD3/versions/JSY0V9J5/appliedenergistics2-forge-15.3.3.jar", - "id": "JSY0V9J5", + "url": "https://cdn.modrinth.com/data/XxWD5pD3/versions/Ap6Grcvz/appliedenergistics2-forge-15.3.4.jar", + "id": "Ap6Grcvz", "parent_id": "XxWD5pD3", "hashes": { - "sha512": "e1da8e1666b3d221fe82ec14a4f88b15c34c0ef445c526ae0f3baa8f50d52276b35360433413db6af0e7232fc4e5a685fdd05754d912c7b1e387ad8fbaf2527c", - "sha1": "37ba16fa86aeab788d7b916bb45c25638df5cfb0" + "sha512": "b24496c052d8c56673e7b8fd68fb171c851a442928e5a88d0121b5e6e388f748c0588b5965bda1b12d65944b4288bc60607bb7c5017a4fdd6c12c86f33a3d9ea", + "sha1": "fa899580dddd44500586a43874c504c7e4620d7a" }, "required_dependencies": [], - "size": 9746146, - "date_published": "2025-01-15T23:06:49.856833Z" + "size": 9746206, + "date_published": "2025-03-27T20:34:07.359242Z" + }, + { + "type": "curseforge", + "file_name": "appliedenergistics2-forge-15.3.4.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6357/138/appliedenergistics2-forge-15.3.4.jar", + "id": "6357138", + "parent_id": "223794", + "hashes": { + "sha1": "fa899580dddd44500586a43874c504c7e4620d7a", + "md5": "7df1bee0c97c2d819ef6c745f6213fa8" + }, + "required_dependencies": [], + "size": 9746206, + "date_published": "2025-03-27T20:34:05.820Z" } ] }, @@ -1061,69 +1061,6 @@ } ] }, - { - "pakku_id": "Jb0rTeH1FtOgJKci", - "type": "MOD", - "side": "CLIENT", - "slug": { - "curseforge": "auroras", - "modrinth": "auroras" - }, - "name": { - "curseforge": "Auroras", - "modrinth": "Auroras" - }, - "id": { - "curseforge": "1105290", - "modrinth": "Q7VPWopC" - }, - "files": [ - { - "type": "curseforge", - "file_name": "Auroras-1.20.1-1.6.2.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6040/671/Auroras-1.20.1-1.6.2.jar", - "id": "6040671", - "parent_id": "1105290", - "hashes": { - "sha1": "f7ba6e761a5c439325c93f6d33b6b3feda3182bd", - "md5": "7fff40d58f53aea9c9767ca8b0d0efd3" - }, - "required_dependencies": [], - "size": 2119153, - "date_published": "2024-12-31T19:57:57.427Z" - }, - { - "type": "modrinth", - "file_name": "Auroras-1.20.1-1.6.2.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Q7VPWopC/versions/Y1QQeYYi/Auroras-1.20.1-1.6.2.jar", - "id": "Y1QQeYYi", - "parent_id": "Q7VPWopC", - "hashes": { - "sha512": "41a678484369764a2acbd98ae153b0eb104a8e201cd5600dd1cd5b31ec4d94d72266044102c2d82273ddbd8c089cd854a18d6b1366ffa1e2aa403b58ecf5cfce", - "sha1": "f7ba6e761a5c439325c93f6d33b6b3feda3182bd" - }, - "required_dependencies": [], - "size": 2119153, - "date_published": "2024-12-31T20:00:15.446246Z" - } - ] - }, { "pakku_id": "IaAWVyyrZaHMumyk", "type": "MOD", @@ -1206,7 +1143,7 @@ "files": [ { "type": "modrinth", - "file_name": "balm-forge-1.20.1-7.3.25-all.jar", + "file_name": "balm-forge-1.20.1-7.3.27-all.jar", "mc_versions": [ "1.20", "1.20.1" @@ -1215,20 +1152,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/MBAkmtvl/versions/hk6Zuxrh/balm-forge-1.20.1-7.3.25-all.jar", - "id": "hk6Zuxrh", + "url": "https://cdn.modrinth.com/data/MBAkmtvl/versions/GmMJVPH4/balm-forge-1.20.1-7.3.27-all.jar", + "id": "GmMJVPH4", "parent_id": "MBAkmtvl", "hashes": { - "sha512": "47bf74e27686abe0aabdd19075dbcf3bd67d08c112d21b9000ba077dd8aea652de25294db01437a190fc006c192a46ad387f5a8fe65ae312d568a21a5cafdbd8", - "sha1": "9ea708714bae53e9aac894f034fd7d37840a8ced" + "sha512": "a740f45553c945e0cc255390c5f84db9de2efc0f801c5c3a8580662fd5521b5ee9633c07ae8453f3a54d785f49aef7eed97e279ccd714137c4ab3d560c3600d3", + "sha1": "ca67b7528946937c609d8d3bfb9ea69a56f4b4b4" }, "required_dependencies": [], - "size": 473917, - "date_published": "2025-03-24T07:57:06.335261Z" + "size": 475315, + "date_published": "2025-03-29T09:50:05.774689Z" }, { "type": "curseforge", - "file_name": "balm-forge-1.20.1-7.3.25-all.jar", + "file_name": "balm-forge-1.20.1-7.3.27-all.jar", "mc_versions": [ "1.20.1", "1.20" @@ -1237,16 +1174,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6338/295/balm-forge-1.20.1-7.3.25-all.jar", - "id": "6338295", + "url": "https://edge.forgecdn.net/files/6362/504/balm-forge-1.20.1-7.3.27-all.jar", + "id": "6362504", "parent_id": "531761", "hashes": { - "sha1": "384db53619c4c1f4d22d39c0ba536298737de81a", - "md5": "2e84b519da3eef234fa77d4110429e23" + "sha1": "8c0364c8e7fe47f86505d2a4c53c6022ebd7b9d2", + "md5": "f602ed9d2c722942623165fec6eb538f" }, "required_dependencies": [], - "size": 473917, - "date_published": "2025-03-24T07:57:19.600Z" + "size": 475315, + "date_published": "2025-03-29T09:50:06.680Z" } ] }, @@ -1390,80 +1327,6 @@ } ] }, - { - "pakku_id": "BlX16Sv4PU9CrHXV", - "type": "MOD", - "side": "CLIENT", - "slug": { - "curseforge": "better-biome-reblend", - "modrinth": "bbrb" - }, - "name": { - "curseforge": "Better Biome Reblend", - "modrinth": "Better Biome Reblend" - }, - "id": { - "curseforge": "1018276", - "modrinth": "Xh8hkQmD" - }, - "files": [ - { - "type": "modrinth", - "file_name": "betterbiomeblend-1.4.2.jar", - "mc_versions": [ - "1.20", - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4", - "1.20.5", - "1.20.6" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Xh8hkQmD/versions/FBM8BqFa/betterbiomeblend-1.4.2.jar", - "id": "FBM8BqFa", - "parent_id": "Xh8hkQmD", - "hashes": { - "sha512": "f3ed0ae1d5c6940f04ba77087f128919c7ec0bb1d98965a967e8ce8a733f90efed4e620f428522579ea8a4fb1b07fe8b750cb6776c6399c0f71a686406cf204e", - "sha1": "02cb03cfd38763177928855083207e8381bf659f" - }, - "required_dependencies": [], - "size": 54314, - "date_published": "2024-05-21T23:33:56.785624Z" - }, - { - "type": "curseforge", - "file_name": "betterbiomeblend-1.4.2.jar", - "mc_versions": [ - "1.20.2", - "1.20.5", - "1.20.3", - "1.20.1", - "1.20", - "1.20.6", - "1.20.4" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/5362/745/betterbiomeblend-1.4.2.jar", - "id": "5362745", - "parent_id": "1018276", - "hashes": { - "sha1": "02cb03cfd38763177928855083207e8381bf659f", - "md5": "2381ec29c676484732f7243d1da2db47" - }, - "required_dependencies": [], - "size": 54314, - "date_published": "2024-05-21T23:35:18.680Z" - } - ] - }, { "pakku_id": "ySlgxfqolWwH2GXk", "type": "MOD", @@ -2239,7 +2102,7 @@ "files": [ { "type": "modrinth", - "file_name": "chat_heads-0.13.13-forge-1.20.jar", + "file_name": "chat_heads-0.13.17-forge-1.20.jar", "mc_versions": [ "1.20", "1.20.1" @@ -2248,20 +2111,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/PXpM1WCy/chat_heads-0.13.13-forge-1.20.jar", - "id": "PXpM1WCy", + "url": "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/UrstGMbf/chat_heads-0.13.17-forge-1.20.jar", + "id": "UrstGMbf", "parent_id": "Wb5oqrBJ", "hashes": { - "sha512": "8b990fcdab738d73c03186a0e8fb6abc7927855fb8cbf38896757db8cd9df12178425ba8f8db05b9aaa42aa2eb43a6b356c7e0dd2db31de13b588878afcd5200", - "sha1": "08be219d79d6b42551bc6ade3dd4e9297c46c3d1" + "sha512": "2843459e0786b5ae8351aed6ea929b806d1e34408d57822f211d7d85ce539bf6f2a4ac1888fa19ce92f225c5bbb03fdac96de222233fdb1aeca7b546b1d298d2", + "sha1": "f7c16bd0a456bf1d0d06ac9b39e6da55e219749d" }, "required_dependencies": [], - "size": 266987, - "date_published": "2025-02-08T13:33:16.519984Z" + "size": 268433, + "date_published": "2025-04-15T08:16:22.928664Z" }, { "type": "curseforge", - "file_name": "chat_heads-0.13.13-forge-1.20.jar", + "file_name": "chat_heads-0.13.17-forge-1.20.jar", "mc_versions": [ "1.20.1", "1.20" @@ -2270,16 +2133,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6171/85/chat_heads-0.13.13-forge-1.20.jar", - "id": "6171085", + "url": "https://edge.forgecdn.net/files/6424/995/chat_heads-0.13.17-forge-1.20.jar", + "id": "6424995", "parent_id": "407206", "hashes": { - "sha1": "08be219d79d6b42551bc6ade3dd4e9297c46c3d1", - "md5": "d5921acbc304dd65051a5cdbae5072d8" + "sha1": "f7c16bd0a456bf1d0d06ac9b39e6da55e219749d", + "md5": "5579dabff81a3792700e29a7c975dad2" }, "required_dependencies": [], - "size": 266987, - "date_published": "2025-02-08T13:33:20.770Z" + "size": 268433, + "date_published": "2025-04-15T08:16:28.790Z" } ] }, @@ -3067,7 +2930,7 @@ "files": [ { "type": "modrinth", - "file_name": "CraftPresence-2.5.3+1.20.1-forge.jar", + "file_name": "CraftPresence-2.5.5+1.20.1-forge.jar", "mc_versions": [ "1.20", "1.20.1" @@ -3077,22 +2940,22 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/DFqQfIBR/versions/bidlFDsi/CraftPresence-2.5.3+1.20.1-forge.jar", - "id": "bidlFDsi", + "url": "https://cdn.modrinth.com/data/DFqQfIBR/versions/4Qt4lFlj/CraftPresence-2.5.5+1.20.1-forge.jar", + "id": "4Qt4lFlj", "parent_id": "DFqQfIBR", "hashes": { - "sha512": "1150620372dadfd31c7b67d873897fdba66924bfee71d2b6a24ccd684aa1f5d309f33e818e0c550f2168f59f3d9210d537a1bb892e991f429684c72bd6fe29a8", - "sha1": "7a350de8adcfff12b8606f1ab0de8422974d7e52" + "sha512": "9ba45610311c9db7ddeb3bdb2eeabc284e88f353778bdd811bd8e94b870da70117acdd23d23ae04e2b7c66d7a21bdebb5855ec1ffb886910f584d251c867682e", + "sha1": "33adc43455affa85e1570e1992d034e9b14267d2" }, "required_dependencies": [ "nT86WUER" ], - "size": 2032016, - "date_published": "2025-01-15T02:17:46.973451Z" + "size": 2050483, + "date_published": "2025-04-24T18:12:23.688459Z" }, { "type": "curseforge", - "file_name": "CraftPresence-2.5.3+1.20.1-forge.jar", + "file_name": "CraftPresence-2.5.5+1.20.1-forge.jar", "mc_versions": [ "1.20.1", "1.20" @@ -3102,18 +2965,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6088/518/CraftPresence-2.5.3+1.20.1-forge.jar", - "id": "6088518", + "url": "https://edge.forgecdn.net/files/6460/301/CraftPresence-2.5.5+1.20.1-forge.jar", + "id": "6460301", "parent_id": "297038", "hashes": { - "sha1": "7a350de8adcfff12b8606f1ab0de8422974d7e52", - "md5": "b08827d5e8a3ecfa580a7e660ec4a1f6" + "sha1": "33adc43455affa85e1570e1992d034e9b14267d2", + "md5": "f27f3a73b06aeb6148b68f4688e4f5a3" }, "required_dependencies": [ "1056812" ], - "size": 2032016, - "date_published": "2025-01-15T02:17:23.247Z" + "size": 2050483, + "date_published": "2025-04-24T18:12:02.433Z" } ] }, @@ -3764,7 +3627,7 @@ "files": [ { "type": "modrinth", - "file_name": "CreativeCore_FORGE_v2.12.31_mc1.20.1.jar", + "file_name": "CreativeCore_FORGE_v2.12.32_mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -3773,20 +3636,20 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/OsZiaDHq/versions/ERxjjtmi/CreativeCore_FORGE_v2.12.31_mc1.20.1.jar", - "id": "ERxjjtmi", + "url": "https://cdn.modrinth.com/data/OsZiaDHq/versions/IbFWHI5h/CreativeCore_FORGE_v2.12.32_mc1.20.1.jar", + "id": "IbFWHI5h", "parent_id": "OsZiaDHq", "hashes": { - "sha512": "def780dc76c9701ad3947c5f4dba4f75a4717c51bd1b9433967ed5f5ae88a23e03dab61a32b1d8217f86fe9cbaa230a76b8d07c3926bf5b7ff54989602d476b1", - "sha1": "0a4331b9670a3ad2467aac1d766d12cb9c0d4629" + "sha512": "7f7c684a35020a0327e31f5521a363d1c29312a22839c69c5dbdf51d77428298dbd0ca685166c06d8426010448e777e087e141fef6b5093fd67cb73c4bd51f8a", + "sha1": "d49e8c29748677d0a530432f1c1bda4e9865da00" }, "required_dependencies": [], - "size": 1158550, - "date_published": "2025-01-21T14:14:09.469983Z" + "size": 1158417, + "date_published": "2025-04-04T12:49:13.885436Z" }, { "type": "curseforge", - "file_name": "CreativeCore_FORGE_v2.12.31_mc1.20.1.jar", + "file_name": "CreativeCore_FORGE_v2.12.32_mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -3795,16 +3658,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6109/933/CreativeCore_FORGE_v2.12.31_mc1.20.1.jar", - "id": "6109933", + "url": "https://edge.forgecdn.net/files/6383/884/CreativeCore_FORGE_v2.12.32_mc1.20.1.jar", + "id": "6383884", "parent_id": "257814", "hashes": { - "sha1": "0a4331b9670a3ad2467aac1d766d12cb9c0d4629", - "md5": "1ba328e0a3dfb34261c234b5f02f8935" + "sha1": "d49e8c29748677d0a530432f1c1bda4e9865da00", + "md5": "7aabe100af362d0df92d8ea1dbc2667b" }, "required_dependencies": [], - "size": 1158550, - "date_published": "2025-01-21T14:14:12.967Z" + "size": 1158417, + "date_published": "2025-04-04T12:49:16.510Z" } ] }, @@ -3925,7 +3788,7 @@ "files": [ { "type": "modrinth", - "file_name": "curios-forge-5.12.1+1.20.1.jar", + "file_name": "curios-forge-5.14.1+1.20.1.jar", "mc_versions": [ "1.20", "1.20.1" @@ -3935,20 +3798,20 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/vvuO3ImH/versions/aFw6K2Jy/curios-forge-5.12.1+1.20.1.jar", - "id": "aFw6K2Jy", + "url": "https://cdn.modrinth.com/data/vvuO3ImH/versions/IPQlZkz1/curios-forge-5.14.1+1.20.1.jar", + "id": "IPQlZkz1", "parent_id": "vvuO3ImH", "hashes": { - "sha512": "3d78f4918056d91641fe50b78011b62aa1b6973fd078bd5d986e3d7411f27dce5a57c2a770f8b4dadaf8ff024d1af099b0b14e7fe6db0619349bd5e15e239df3", - "sha1": "aae5dcf04a670133953839360ad236f0890c0be6" + "sha512": "1373f95fd111c977db2f6adcef8e4eb486a2d926a3e17374692dee4ac3d65857de6446c16922b531aa5ace2c23c666a7fcc28c720b2917c1e04808d15648ba87", + "sha1": "452175b95ad3db6ff58bb8968f6bf7a9d1e0f480" }, "required_dependencies": [], - "size": 395966, - "date_published": "2025-02-26T10:45:02.998362Z" + "size": 398066, + "date_published": "2025-04-13T13:09:28.168539Z" }, { "type": "curseforge", - "file_name": "curios-forge-5.12.1+1.20.1.jar", + "file_name": "curios-forge-5.14.1+1.20.1.jar", "mc_versions": [ "1.20.1", "1.20" @@ -3958,16 +3821,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6238/756/curios-forge-5.12.1+1.20.1.jar", - "id": "6238756", + "url": "https://edge.forgecdn.net/files/6418/456/curios-forge-5.14.1+1.20.1.jar", + "id": "6418456", "parent_id": "309927", "hashes": { - "sha1": "aae5dcf04a670133953839360ad236f0890c0be6", - "md5": "35855cd2282e9499e35f17c23c353c7b" + "sha1": "452175b95ad3db6ff58bb8968f6bf7a9d1e0f480", + "md5": "2fdcc97cbc66c4b2492b407c792e7159" }, "required_dependencies": [], - "size": 395966, - "date_published": "2025-02-26T10:45:05.590Z" + "size": 398066, + "date_published": "2025-04-13T13:09:30.850Z" } ] }, @@ -4337,7 +4200,7 @@ "files": [ { "type": "modrinth", - "file_name": "drippyloadingscreen_forge_3.0.11_MC_1.20.1.jar", + "file_name": "drippyloadingscreen_forge_3.0.12_MC_1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -4345,23 +4208,23 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/v3CYg2V9/versions/iR874weD/drippyloadingscreen_forge_3.0.11_MC_1.20.1.jar", - "id": "iR874weD", + "url": "https://cdn.modrinth.com/data/v3CYg2V9/versions/SCbkqLQR/drippyloadingscreen_forge_3.0.12_MC_1.20.1.jar", + "id": "SCbkqLQR", "parent_id": "v3CYg2V9", "hashes": { - "sha512": "d164b5c7538a9a7e907da9eca01b19b85ba843be18ba734481565647261bb2d6224db4e82778b5c9460a3b95f4f185729518208c002ac0e8a47e547b3869489c", - "sha1": "04a0dacd153d8809877f663057004bba04668bee" + "sha512": "b253926f9faab8ae069bb6cf4a5380ff3cc04071d44216ebc8cd032f68a4ae760320a03059fe5fa2daf6563f6fa39e90fc659b6e64bae94079ae8e74ae8342d5", + "sha1": "ea21436917b84780835b041cd27b7f86679dc6a1" }, "required_dependencies": [ - "Wq5SjeWM", - "J81TRJWm" + "J81TRJWm", + "Wq5SjeWM" ], - "size": 240085, - "date_published": "2025-02-08T20:40:05.906123Z" + "size": 239365, + "date_published": "2025-04-11T20:29:48.819686Z" }, { "type": "curseforge", - "file_name": "drippyloadingscreen_forge_3.0.11_MC_1.20.1.jar", + "file_name": "drippyloadingscreen_forge_3.0.12_MC_1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -4369,19 +4232,19 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6172/518/drippyloadingscreen_forge_3.0.11_MC_1.20.1.jar", - "id": "6172518", + "url": "https://edge.forgecdn.net/files/6412/211/drippyloadingscreen_forge_3.0.12_MC_1.20.1.jar", + "id": "6412211", "parent_id": "511770", "hashes": { - "sha1": "04a0dacd153d8809877f663057004bba04668bee", - "md5": "a49a0e0bf7b5b48204328ed415e6bedd" + "sha1": "ea21436917b84780835b041cd27b7f86679dc6a1", + "md5": "a8cbcca4541cb6eb794ded4a10c57ac9" }, "required_dependencies": [ "410295", "367706" ], - "size": 240085, - "date_published": "2025-02-08T20:40:01.767Z" + "size": 239365, + "date_published": "2025-04-11T20:29:43.010Z" } ] }, @@ -4404,7 +4267,7 @@ "files": [ { "type": "modrinth", - "file_name": "emi-1.1.20+1.20.1+forge.jar", + "file_name": "emi-1.1.22+1.20.1+forge.jar", "mc_versions": [ "1.20.1" ], @@ -4412,20 +4275,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/fRiHVvU7/versions/3fJ5PcgX/emi-1.1.20+1.20.1+forge.jar", - "id": "3fJ5PcgX", + "url": "https://cdn.modrinth.com/data/fRiHVvU7/versions/WtJS5tVw/emi-1.1.22+1.20.1+forge.jar", + "id": "WtJS5tVw", "parent_id": "fRiHVvU7", "hashes": { - "sha512": "32ecb901c18cadc76059afebcfa889f72985252205c18863b70048bbba456c938ce135c085caadea76cd9fa96843e4b471619f82b98ef56a628726e39d4a822b", - "sha1": "f6ee97d1f49e106b2dc887df3c238bb06b84bada" + "sha512": "fcc80ee419a96682d157e8fd0993e0f13031dafc6399dabb17b9696636e791a903e7d3d15131edd3b533544454f072c4b19e92b146c80d4be6980bb20a0dbb7b", + "sha1": "d8049d6ec86befcd100a0ff0fc8ebc289f735997" }, "required_dependencies": [], - "size": 1028204, - "date_published": "2025-02-18T04:58:54.075523Z" + "size": 1048567, + "date_published": "2025-04-14T03:37:26.013177Z" }, { "type": "curseforge", - "file_name": "emi-1.1.20+1.20.1+forge.jar", + "file_name": "emi-1.1.22+1.20.1+forge.jar", "mc_versions": [ "1.20.1" ], @@ -4433,16 +4296,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6205/514/emi-1.1.20+1.20.1+forge.jar", - "id": "6205514", + "url": "https://edge.forgecdn.net/files/6420/945/emi-1.1.22+1.20.1+forge.jar", + "id": "6420945", "parent_id": "580555", "hashes": { - "sha1": "f6ee97d1f49e106b2dc887df3c238bb06b84bada", - "md5": "dc29b4d99258b76f28aa3ad5ce5e6e2d" + "sha1": "d8049d6ec86befcd100a0ff0fc8ebc289f735997", + "md5": "441c582c6e8a1d6fd9e3d16a27c1a39e" }, "required_dependencies": [], - "size": 1028204, - "date_published": "2025-02-18T04:58:55.627Z" + "size": 1048567, + "date_published": "2025-04-14T03:37:30.690Z" } ] }, @@ -4606,7 +4469,7 @@ "files": [ { "type": "modrinth", - "file_name": "EnhancedVisuals_FORGE_v1.8.1_mc1.20.1.jar", + "file_name": "EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -4615,22 +4478,22 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/KjL0jE2w/versions/mi9Ew0CA/EnhancedVisuals_FORGE_v1.8.1_mc1.20.1.jar", - "id": "mi9Ew0CA", + "url": "https://cdn.modrinth.com/data/KjL0jE2w/versions/m3cjYtkA/EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar", + "id": "m3cjYtkA", "parent_id": "KjL0jE2w", "hashes": { - "sha512": "300b4dc6e5dc70b4fa003bfae60ae2eaa3fb7b017b5be0a040363b2bcef42453ef8621be92b28167697436ea269da5a2105547668fc7006b279b23633a28db5b", - "sha1": "647b4dfdb721fc873092ccfaca40c03235034ed8" + "sha512": "d3e6fca63651f262b07a75053453beb8ccf963f096a8aaffef13cc16a27666e3b31bb4eab36282c27b3c7586b030cb53f74b7534f756c26d5f2b9b745cc39941", + "sha1": "780caf39421ccfc495d14cb287856ced97c32985" }, "required_dependencies": [ "OsZiaDHq" ], - "size": 4726281, - "date_published": "2024-05-25T08:46:10.730967Z" + "size": 4726286, + "date_published": "2025-02-14T13:11:40.681177Z" }, { "type": "curseforge", - "file_name": "EnhancedVisuals_FORGE_v1.8.1_mc1.20.1.jar", + "file_name": "EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -4639,18 +4502,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5370/490/EnhancedVisuals_FORGE_v1.8.1_mc1.20.1.jar", - "id": "5370490", + "url": "https://edge.forgecdn.net/files/6192/498/EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar", + "id": "6192498", "parent_id": "255389", "hashes": { - "sha1": "647b4dfdb721fc873092ccfaca40c03235034ed8", - "md5": "de2418c4becb5e0030d3c8d35659d101" + "sha1": "780caf39421ccfc495d14cb287856ced97c32985", + "md5": "8df8c9043267068df9f4e52de0116c93" }, "required_dependencies": [ "257814" ], - "size": 4726281, - "date_published": "2024-05-25T08:46:14.527Z" + "size": 4726286, + "date_published": "2025-02-14T13:11:44.420Z" } ] }, @@ -4674,7 +4537,7 @@ "files": [ { "type": "modrinth", - "file_name": "entityculling-forge-1.7.3-mc1.20.1.jar", + "file_name": "entityculling-forge-1.7.4-mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -4682,37 +4545,37 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/NNAgCjsB/versions/SdwRMvNg/entityculling-forge-1.7.3-mc1.20.1.jar", - "id": "SdwRMvNg", + "url": "https://cdn.modrinth.com/data/NNAgCjsB/versions/kMC7OLoZ/entityculling-forge-1.7.4-mc1.20.1.jar", + "id": "kMC7OLoZ", "parent_id": "NNAgCjsB", "hashes": { - "sha512": "2a5989064f58342b98045857113aa6e9b7889dcb92bebee2b2de3f97a29f52d26d4b29d7ce4026e6420992064e0f86397e00aeb5777a4d6a568588e42381c088", - "sha1": "09c17c8794a0e00d2ccb51b8d7c1b812498c5c33" + "sha512": "b9d36a1320dbe41deec4b19b292b6936c3b9f699621beb148330e7dd8b4d63e9107967a6bcd658d89db69e953d8690c33ce686dc17f37862be7e53f200f987c0", + "sha1": "f68ae39bd2a78d405a193757fd328a60ceea0323" }, "required_dependencies": [], - "size": 77548, - "date_published": "2025-02-25T19:44:40.265577Z" + "size": 75290, + "date_published": "2025-03-27T15:50:42.857730Z" }, { "type": "curseforge", - "file_name": "entityculling-forge-1.7.3-mc1.20.1.jar", + "file_name": "entityculling-forge-1.7.4-mc1.20.1.jar", "mc_versions": [ "1.20.1" ], "loaders": [ "forge" ], - "release_type": "beta", - "url": "https://edge.forgecdn.net/files/6236/056/entityculling-forge-1.7.3-mc1.20.1.jar", - "id": "6236056", + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6355/861/entityculling-forge-1.7.4-mc1.20.1.jar", + "id": "6355861", "parent_id": "448233", "hashes": { - "sha1": "09c17c8794a0e00d2ccb51b8d7c1b812498c5c33", - "md5": "34ae0d54004066bac5c13ab2129978b8" + "sha1": "f68ae39bd2a78d405a193757fd328a60ceea0323", + "md5": "a6bc8ba692b23fac2aa0e6d3afad47cf" }, "required_dependencies": [], - "size": 77548, - "date_published": "2025-02-25T19:44:37.793Z" + "size": 75290, + "date_published": "2025-03-27T15:50:42.303Z" } ] }, @@ -4835,30 +4698,9 @@ "modrinth": "hB899VmG" }, "files": [ - { - "type": "curseforge", - "file_name": "exposure-1.20.1-1.7.10-forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6304/406/exposure-1.20.1-1.7.10-forge.jar", - "id": "6304406", - "parent_id": "871755", - "hashes": { - "sha1": "a8595144c369937987152ba3661f04c821443c4d", - "md5": "b7772ed21e7a5422c5d6d85991aba2bc" - }, - "required_dependencies": [], - "size": 1333973, - "date_published": "2025-03-14T19:42:36.340Z" - }, { "type": "modrinth", - "file_name": "exposure-1.20.1-1.7.10-forge.jar", + "file_name": "exposure-1.20.1-1.7.13-forge.jar", "mc_versions": [ "1.20.1" ], @@ -4866,16 +4708,37 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/hB899VmG/versions/8oUcWZTh/exposure-1.20.1-1.7.10-forge.jar", - "id": "8oUcWZTh", + "url": "https://cdn.modrinth.com/data/hB899VmG/versions/xmqarwFl/exposure-1.20.1-1.7.13-forge.jar", + "id": "xmqarwFl", "parent_id": "hB899VmG", "hashes": { - "sha512": "bb91b3d59414bb58bdd24e1570fee33be714ec7e816d3f70b2196dd597a7b1da3420f7bc781986f8a20a6f87d89f6c0a80a4f1f4ea4ee0e6f789610fc7148254", - "sha1": "a8595144c369937987152ba3661f04c821443c4d" + "sha512": "ac2292b91dd3dc1a5e9524350e13992a50c6c7c5d9121f47d39d07e95467878de839961d2e32f28fd417910f1815a9bb274736a621b03bb9ff0bba634465a78a", + "sha1": "d02564001309a6129f519c6fcbf9f920e6d2036b" }, "required_dependencies": [], - "size": 1333973, - "date_published": "2025-03-14T19:42:36.029110Z" + "size": 1333908, + "date_published": "2025-04-18T13:21:00.833767Z" + }, + { + "type": "curseforge", + "file_name": "exposure-1.20.1-1.7.13-forge.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6436/177/exposure-1.20.1-1.7.13-forge.jar", + "id": "6436177", + "parent_id": "871755", + "hashes": { + "sha1": "d02564001309a6129f519c6fcbf9f920e6d2036b", + "md5": "eaf0495f4119654986c92f6a925691e4" + }, + "required_dependencies": [], + "size": 1333908, + "date_published": "2025-04-18T13:19:19.177Z" } ] }, @@ -5087,7 +4950,7 @@ "files": [ { "type": "curseforge", - "file_name": "ftb-filter-system-forge-1.0.2.jar", + "file_name": "ftb-filter-system-forge-20.0.1.jar", "mc_versions": [ "1.20.1" ], @@ -5095,19 +4958,19 @@ "neoforge", "forge" ], - "release_type": "beta", - "url": "https://edge.forgecdn.net/files/4926/70/ftb-filter-system-forge-1.0.2.jar", - "id": "4926070", + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6466/153/ftb-filter-system-forge-20.0.1.jar", + "id": "6466153", "parent_id": "943925", "hashes": { - "sha1": "d45c6bc341e50ba1b133c378de8938a3d349f4f3", - "md5": "582fc5a14bd1b74f33552676f4408000" + "sha1": "812de9759fe87cb405e14cbb0fe5b72a7ee11f42", + "md5": "e94ddd33cf0d6ed5a5eeaefcea8f5089" }, "required_dependencies": [ "419699" ], - "size": 196440, - "date_published": "2023-12-04T14:11:50.307Z" + "size": 197884, + "date_published": "2025-04-26T08:49:57.267Z" } ] }, @@ -5167,7 +5030,7 @@ "files": [ { "type": "curseforge", - "file_name": "ftb-quests-forge-2001.4.11.jar", + "file_name": "ftb-quests-forge-2001.4.13.jar", "mc_versions": [ "1.20.1" ], @@ -5175,20 +5038,20 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6167/56/ftb-quests-forge-2001.4.11.jar", - "id": "6167056", + "url": "https://edge.forgecdn.net/files/6431/737/ftb-quests-forge-2001.4.13.jar", + "id": "6431737", "parent_id": "289412", "hashes": { - "sha1": "8d128193018b64efec3a6dda14c7cffbca7d20ec", - "md5": "9a517a062ee32a9daba22b65a534b415" + "sha1": "ad087e2dc897c7e2eea36901a05da9518bc0673f", + "md5": "182d3bc7450d50ba9b71e5a08e903d9e" }, "required_dependencies": [ "404468", "404465", "419699" ], - "size": 1192604, - "date_published": "2025-02-07T10:19:05.973Z" + "size": 1215007, + "date_published": "2025-04-17T08:08:04.603Z" } ] }, @@ -5246,7 +5109,7 @@ "files": [ { "type": "curseforge", - "file_name": "ftb-teams-forge-2001.3.0.jar", + "file_name": "ftb-teams-forge-2001.3.1.jar", "mc_versions": [ "1.20.1" ], @@ -5254,19 +5117,19 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5267/190/ftb-teams-forge-2001.3.0.jar", - "id": "5267190", + "url": "https://edge.forgecdn.net/files/6130/786/ftb-teams-forge-2001.3.1.jar", + "id": "6130786", "parent_id": "404468", "hashes": { - "sha1": "bb5a1f3ac9d44c5e9b319768e7166e877879aaaa", - "md5": "31acf433df9d13282fa12bd6974c44f9" + "sha1": "c2af94e0b86631cb75daa8de2377ff72527651ca", + "md5": "98efb58ba7cecfb39034544eced0389f" }, "required_dependencies": [ - "419699", - "404465" + "404465", + "419699" ], - "size": 247666, - "date_published": "2024-04-16T09:41:27.820Z" + "size": 248592, + "date_published": "2025-01-27T16:07:52.110Z" } ] }, @@ -5289,7 +5152,7 @@ "files": [ { "type": "curseforge", - "file_name": "ftb-xmod-compat-forge-2.1.2.jar", + "file_name": "ftb-xmod-compat-forge-2.1.3.jar", "mc_versions": [ "1.20.1" ], @@ -5297,19 +5160,19 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6046/20/ftb-xmod-compat-forge-2.1.2.jar", - "id": "6046020", + "url": "https://edge.forgecdn.net/files/6402/486/ftb-xmod-compat-forge-2.1.3.jar", + "id": "6402486", "parent_id": "889915", "hashes": { - "sha1": "68e497eadb936bf9e92591f9c2e34288a52b01f4", - "md5": "270efcd953102996e26d318ef8c3c09d" + "sha1": "0584f628d2bc6a612d79dee368324357ebae1423", + "md5": "6d01bd4bc73c6ce36d0d91c56bb27772" }, "required_dependencies": [ - "404465", - "419699" + "419699", + "404465" ], - "size": 129682, - "date_published": "2025-01-02T15:28:42.713Z" + "size": 129725, + "date_published": "2025-04-09T10:47:38.837Z" } ] }, @@ -5336,7 +5199,7 @@ "files": [ { "type": "modrinth", - "file_name": "fancymenu_forge_3.4.6_MC_1.20.1.jar", + "file_name": "fancymenu_forge_3.5.0_MC_1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -5344,23 +5207,23 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/Wq5SjeWM/versions/UQK8sljp/fancymenu_forge_3.4.6_MC_1.20.1.jar", - "id": "UQK8sljp", + "url": "https://cdn.modrinth.com/data/Wq5SjeWM/versions/FRgAQGvw/fancymenu_forge_3.5.0_MC_1.20.1.jar", + "id": "FRgAQGvw", "parent_id": "Wq5SjeWM", "hashes": { - "sha512": "cf75b236d9c9d459eed187b2c52be837ebaea0bac6fc447e198fa2994507b80fac0d5a998b12a1c30e4718e809379845e52f19ede53590cc43c357f82a50fc1c", - "sha1": "9e7fc73dacca36b8b93fc5e67ed919dd295ae9c9" + "sha512": "09470968e5b2fd6c4570f1868febc5dd0d2164d7fc844e948253f0fc97cb781ec0b6b4b2385bac84db83920a8a5b3a72dc62d69d93dc12327b6cad67d636c991", + "sha1": "3217f4a8fdaa919fc11d03f07306edc868efa0d6" }, "required_dependencies": [ - "J81TRJWm", - "CVT4pFB2" + "CVT4pFB2", + "J81TRJWm" ], - "size": 3236834, - "date_published": "2025-02-24T20:03:26.499398Z" + "size": 3280422, + "date_published": "2025-04-10T23:23:20.411380Z" }, { "type": "curseforge", - "file_name": "fancymenu_forge_3.4.6_MC_1.20.1.jar", + "file_name": "fancymenu_forge_3.5.0_MC_1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -5368,19 +5231,19 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6231/136/fancymenu_forge_3.4.6_MC_1.20.1.jar", - "id": "6231136", + "url": "https://edge.forgecdn.net/files/6408/859/fancymenu_forge_3.5.0_MC_1.20.1.jar", + "id": "6408859", "parent_id": "367706", "hashes": { - "sha1": "9e7fc73dacca36b8b93fc5e67ed919dd295ae9c9", - "md5": "cf03ba79512e5466e253c27889f7ec94" + "sha1": "3217f4a8fdaa919fc11d03f07306edc868efa0d6", + "md5": "4da459780fb51757bd0e467460c01e63" }, "required_dependencies": [ - "410295", - "938643" + "938643", + "410295" ], - "size": 3236834, - "date_published": "2025-02-24T20:03:16.967Z" + "size": 3280422, + "date_published": "2025-04-10T23:23:12.083Z" } ] }, @@ -5830,7 +5693,7 @@ "files": [ { "type": "modrinth", - "file_name": "Firmalife-1.20.1-2.1.17.jar", + "file_name": "Firmalife-1.20.1-2.1.18.jar", "mc_versions": [ "1.20.1" ], @@ -5839,22 +5702,22 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/5bKeBHw2/versions/gJiot3h6/Firmalife-1.20.1-2.1.17.jar", - "id": "gJiot3h6", + "url": "https://cdn.modrinth.com/data/5bKeBHw2/versions/3pqbYHWH/Firmalife-1.20.1-2.1.18.jar", + "id": "3pqbYHWH", "parent_id": "5bKeBHw2", "hashes": { - "sha512": "1993b13c8119d635b208c8b9a938860439f161829b678773a663c3c2017bdfbe32ab9bc196833258251419d456a1bf008e376ea7fc7ea5d417784cbed6040ea0", - "sha1": "9f25104803df71aac481885d20282d46dd624a01" + "sha512": "1a135f81b4249972213758cac6d663bf6c8bb846bd14328b6d04b0664c031fd43014b258258c8e461c96d1c7e32f61dd36f213cd51aafd3e72377ba60ebd7c89", + "sha1": "de9ec2980e5f09a28415e489aa24eec5840a010d" }, "required_dependencies": [ "JaCEZUhg" ], - "size": 4532304, - "date_published": "2025-04-03T02:22:20.561569Z" + "size": 4597517, + "date_published": "2025-04-19T02:25:00.538403Z" }, { "type": "curseforge", - "file_name": "Firmalife-1.20.1-2.1.17.jar", + "file_name": "Firmalife-1.20.1-2.1.18.jar", "mc_versions": [ "1.20.1" ], @@ -5863,18 +5726,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6379/742/Firmalife-1.20.1-2.1.17.jar", - "id": "6379742", + "url": "https://edge.forgecdn.net/files/6438/438/Firmalife-1.20.1-2.1.18.jar", + "id": "6438438", "parent_id": "453394", "hashes": { - "sha1": "9f25104803df71aac481885d20282d46dd624a01", - "md5": "a954970500b6b78adf392e696d1e4c47" + "sha1": "de9ec2980e5f09a28415e489aa24eec5840a010d", + "md5": "1275fd720bd36ed1144e558d8c395267" }, "required_dependencies": [ "302973" ], - "size": 4532304, - "date_published": "2025-04-03T02:22:17.440Z" + "size": 4597517, + "date_published": "2025-04-19T02:24:56.657Z" } ] }, @@ -5896,30 +5759,9 @@ }, "redistributable": false, "files": [ - { - "type": "curseforge", - "file_name": "firstperson-forge-2.4.8-mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "beta", - "url": "https://edge.forgecdn.net/files/6011/928/firstperson-forge-2.4.8-mc1.20.1.jar", - "id": "6011928", - "parent_id": "333287", - "hashes": { - "sha1": "1ab303f2e074acf090bb150b929d0d5737dc1183", - "md5": "c1c1281332086f06f3906774f36503ed" - }, - "required_dependencies": [], - "size": 126470, - "date_published": "2024-12-21T23:24:09.477Z" - }, { "type": "modrinth", - "file_name": "firstperson-forge-2.4.8-mc1.20.1.jar", + "file_name": "firstperson-forge-2.4.9-mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -5927,16 +5769,41 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/H5XMjpHi/versions/iwodXe68/firstperson-forge-2.4.8-mc1.20.1.jar", - "id": "iwodXe68", + "url": "https://cdn.modrinth.com/data/H5XMjpHi/versions/QgNMKdd7/firstperson-forge-2.4.9-mc1.20.1.jar", + "id": "QgNMKdd7", "parent_id": "H5XMjpHi", "hashes": { - "sha512": "f2bcd626c3b634959d1dc375c9ef4df379b137a8f8f7120553e08fec87199bb1f8c690bd0395f6c1fa49d5610f1fbb58ac952dc8d75bb7fc985759c5c5113e8a", - "sha1": "1ab303f2e074acf090bb150b929d0d5737dc1183" + "sha512": "d1d7c0cffe0b1110c4ef27b02578de225dd1506c33a76b988bc512894224610838c63d7b8b0fecd125271f26aef9a7529bfe29e03f30fdf6abb3422c391d0b96", + "sha1": "b7e05fb6072e8b39512ce0485186cfc9751bf2ee" }, - "required_dependencies": [], - "size": 126470, - "date_published": "2024-12-21T23:24:11.155518Z" + "required_dependencies": [ + "MPCX6s5C" + ], + "size": 127349, + "date_published": "2025-03-27T18:13:27.545948Z" + }, + { + "type": "curseforge", + "file_name": "firstperson-forge-2.4.9-mc1.20.1.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6356/575/firstperson-forge-2.4.9-mc1.20.1.jar", + "id": "6356575", + "parent_id": "333287", + "hashes": { + "sha1": "b7e05fb6072e8b39512ce0485186cfc9751bf2ee", + "md5": "10ef2db76496d99760bc02a0b8edf4fc" + }, + "required_dependencies": [ + "433760" + ], + "size": 127349, + "date_published": "2025-03-27T18:13:26.607Z" } ] }, @@ -6193,7 +6060,7 @@ "files": [ { "type": "modrinth", - "file_name": "fzzy_config-0.6.2+1.20.1+forge.jar", + "file_name": "fzzy_config-0.6.9+1.20.1+forge.jar", "mc_versions": [ "1.20.1" ], @@ -6202,22 +6069,22 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/hYykXjDp/versions/QOLmBnu1/fzzy_config-0.6.2+1.20.1+forge.jar", - "id": "QOLmBnu1", + "url": "https://cdn.modrinth.com/data/hYykXjDp/versions/Jp0w2D0o/fzzy_config-0.6.9+1.20.1+forge.jar", + "id": "Jp0w2D0o", "parent_id": "hYykXjDp", "hashes": { - "sha512": "40cc9d874dfe2ed2cf4dd6115de3d508bd843ae07f3e0cb9c6c9851b5d58a92da316c177e1c510ad4d9754319ade387c2a0beb966168f87d1acfdac29f544f22", - "sha1": "a5bc43c8a4d999981aba47a1b0bf3fab3fa39f31" + "sha512": "dfc78eb1f07767c9b0d69f75a2d9160d470dd25c366fbbc149dbea0fecc018225d6513be9aad6b06d5bebbc4e40773da1cbd58c2a50e61aa2a03c221e5523a82", + "sha1": "749df31acdf11c562ad689b26ef478da37807f94" }, "required_dependencies": [ "ordsPcFz" ], - "size": 1865000, - "date_published": "2025-01-18T00:11:40.677921Z" + "size": 2158962, + "date_published": "2025-04-09T23:12:08.437182Z" }, { "type": "curseforge", - "file_name": "fzzy_config-0.6.2+1.20.1+forge.jar", + "file_name": "fzzy_config-0.6.9+1.20.1+forge.jar", "mc_versions": [ "1.20.1" ], @@ -6226,18 +6093,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6097/787/fzzy_config-0.6.2+1.20.1+forge.jar", - "id": "6097787", + "url": "https://edge.forgecdn.net/files/6405/142/fzzy_config-0.6.9+1.20.1+forge.jar", + "id": "6405142", "parent_id": "1005914", "hashes": { - "sha1": "a5bc43c8a4d999981aba47a1b0bf3fab3fa39f31", - "md5": "bb2c58275b895f728e29fc557a137719" + "sha1": "749df31acdf11c562ad689b26ef478da37807f94", + "md5": "ed89b0cc00e3cf711112aba8ad0c58ba" }, "required_dependencies": [ "351264" ], - "size": 1865000, - "date_published": "2025-01-18T00:11:31.747Z" + "size": 2158962, + "date_published": "2025-04-09T23:12:00.580Z" } ] }, @@ -9091,68 +8958,6 @@ } ] }, - { - "pakku_id": "LygBbX5d2RFkLrzE", - "type": "MOD", - "side": "CLIENT", - "slug": { - "curseforge": "model-gap-fix", - "modrinth": "modelfix" - }, - "name": { - "curseforge": "Model Gap Fix", - "modrinth": "Model Gap Fix" - }, - "id": { - "curseforge": "676136", - "modrinth": "QdG47OkI" - }, - "files": [ - { - "type": "modrinth", - "file_name": "modelfix-1.15.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/QdG47OkI/versions/og4A1nN8/modelfix-1.15.jar", - "id": "og4A1nN8", - "parent_id": "QdG47OkI", - "hashes": { - "sha512": "b46d6b507b12c63a6fa96ca0571c1b94fc6525e48fdfdbcaa018aa3c4a4801da5c4bb80a173f7cca04b1591854147260163716e25041363b8640f20ff1c736d4", - "sha1": "5bdda0781bf9dfb5f992a7aa2bee64d5d3fe0b84" - }, - "required_dependencies": [], - "size": 45246, - "date_published": "2024-03-21T17:21:41.435809Z" - }, - { - "type": "curseforge", - "file_name": "modelfix-1.15.jar", - "mc_versions": [ - "1.20.1", - "1.20" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/5200/949/modelfix-1.15.jar", - "id": "5200949", - "parent_id": "676136", - "hashes": { - "sha1": "5bdda0781bf9dfb5f992a7aa2bee64d5d3fe0b84", - "md5": "9afd060094be1353e818bd2b7c249cc9" - }, - "required_dependencies": [], - "size": 45246, - "date_published": "2024-03-21T17:21:36.727Z" - } - ] - }, { "pakku_id": "14yvPa78Z5Fni5hX", "type": "MOD", @@ -9172,7 +8977,7 @@ "files": [ { "type": "modrinth", - "file_name": "modernfix-forge-5.20.2+mc1.20.1.jar", + "file_name": "modernfix-forge-5.21.0+mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -9180,20 +8985,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/nmDcB62a/versions/LmgaF8pW/modernfix-forge-5.20.2+mc1.20.1.jar", - "id": "LmgaF8pW", + "url": "https://cdn.modrinth.com/data/nmDcB62a/versions/5m06ltZw/modernfix-forge-5.21.0+mc1.20.1.jar", + "id": "5m06ltZw", "parent_id": "nmDcB62a", "hashes": { - "sha512": "e34badc237b2ef3e763d0d45a8a0d0c9f361e6b87ce02ccc92bd978855736713ace08069d7f3f78331b109f86dfa824a76329fed1affa9b2c63c195112b03c13", - "sha1": "23d49f71d56de4fdb8ec046507a42c48594daadb" + "sha512": "892bcd98869df037db9fa8bbefe62f48e9b0ae6ee65d5768a9a931a3fc3a8aaa436f35f5c643b36dd45545534f26b87a536ec955b8f474d79409ab9193ac6f70", + "sha1": "95eb1238db9d8229d57ee19999ff5478f092602e" }, "required_dependencies": [], - "size": 821631, - "date_published": "2025-01-26T00:47:27.319846Z" + "size": 824640, + "date_published": "2025-04-06T19:29:11.851601Z" }, { "type": "curseforge", - "file_name": "modernfix-forge-5.20.2+mc1.20.1.jar", + "file_name": "modernfix-forge-5.21.0+mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -9201,16 +9006,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6125/143/modernfix-forge-5.20.2+mc1.20.1.jar", - "id": "6125143", + "url": "https://edge.forgecdn.net/files/6392/741/modernfix-forge-5.21.0+mc1.20.1.jar", + "id": "6392741", "parent_id": "790626", "hashes": { - "sha1": "23d49f71d56de4fdb8ec046507a42c48594daadb", - "md5": "05ba904400eb9505f619689b0f5a220c" + "sha1": "95eb1238db9d8229d57ee19999ff5478f092602e", + "md5": "3231eb6ba18ea27d8dd3a66fc4fc952e" }, "required_dependencies": [], - "size": 821631, - "date_published": "2025-01-26T00:47:23.323Z" + "size": 824640, + "date_published": "2025-04-06T19:29:07.607Z" } ] }, @@ -9233,7 +9038,7 @@ "files": [ { "type": "modrinth", - "file_name": "moonlight-1.20-2.13.51-forge.jar", + "file_name": "moonlight-1.20-2.13.82-forge.jar", "mc_versions": [ "1.20.1" ], @@ -9242,20 +9047,20 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/twkfQtEc/versions/Qyu7D5xj/moonlight-1.20-2.13.51-forge.jar", - "id": "Qyu7D5xj", + "url": "https://cdn.modrinth.com/data/twkfQtEc/versions/UmPA4T0M/moonlight-1.20-2.13.82-forge.jar", + "id": "UmPA4T0M", "parent_id": "twkfQtEc", "hashes": { - "sha512": "2108dd8186a88ef4a60a75b74769f3dbfefefe7193eb863ed4c2b5ffbd2d3f97adefc115a2ac376b5185cf64bd1649b0d6b189024f11bda3329470004156e73d", - "sha1": "c32ada3857b70dff88aa698e4c2f0a1d36b956d6" + "sha512": "0147cade8e5540952312591cdac8a1edad7f637fd4a6e1822b02bd100f2b2b53b19fd1fa769a4b4c4c266b10af79e9dfadbf25c47eb33a588a541d986f640215", + "sha1": "fbbf0120b288856b57c95503c50972058154314d" }, "required_dependencies": [], - "size": 1223674, - "date_published": "2025-01-18T17:33:40.656520Z" + "size": 1252228, + "date_published": "2025-04-16T06:36:30.891262Z" }, { "type": "curseforge", - "file_name": "moonlight-1.20-2.13.51-forge.jar", + "file_name": "moonlight-1.20-2.13.82-forge.jar", "mc_versions": [ "1.20.1" ], @@ -9264,16 +9069,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6100/164/moonlight-1.20-2.13.51-forge.jar", - "id": "6100164", + "url": "https://edge.forgecdn.net/files/6428/221/moonlight-1.20-2.13.82-forge.jar", + "id": "6428221", "parent_id": "499980", "hashes": { - "sha1": "c32ada3857b70dff88aa698e4c2f0a1d36b956d6", - "md5": "37ec156a26377b695017e4568990427f" + "sha1": "fbbf0120b288856b57c95503c50972058154314d", + "md5": "d2fb903091892e08cf6cdc115624744c" }, "required_dependencies": [], - "size": 1223674, - "date_published": "2025-01-18T17:33:26.290Z" + "size": 1252228, + "date_published": "2025-04-16T06:36:14.127Z" } ] }, @@ -9759,7 +9564,7 @@ "files": [ { "type": "modrinth", - "file_name": "notenoughanimations-forge-1.9.2-mc1.20.1.jar", + "file_name": "notenoughanimations-forge-1.9.3-mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -9767,37 +9572,37 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/MPCX6s5C/versions/9nsxApYz/notenoughanimations-forge-1.9.2-mc1.20.1.jar", - "id": "9nsxApYz", + "url": "https://cdn.modrinth.com/data/MPCX6s5C/versions/a2Q3t34g/notenoughanimations-forge-1.9.3-mc1.20.1.jar", + "id": "a2Q3t34g", "parent_id": "MPCX6s5C", "hashes": { - "sha512": "972bff34a36cdb198138372e30f975503a670897886a76ee6f3db537c08a73a635f6b6f56fcfcb54e449cd60b87e783a6363e8afdc24e599e78957e45bda6c73", - "sha1": "c9666025164bcafed9e6d03057ec8a31ebbce170" + "sha512": "9e6d501d6409c991d6d80474e76267ad7b8dfe91b5a8c2e7f8302726f4cf44a66e4ba4b6ff99b60f96f8cfc8cbe5e656a26dbc709aaa1cc8c9f7ae70f62491a4", + "sha1": "68e3ab1b89d39a48362a4741a50c73e7ebb2fe7a" }, "required_dependencies": [], - "size": 455945, - "date_published": "2025-02-10T18:15:03.719362Z" + "size": 453719, + "date_published": "2025-03-27T17:09:33.153226Z" }, { "type": "curseforge", - "file_name": "notenoughanimations-forge-1.9.2-mc1.20.1.jar", + "file_name": "notenoughanimations-forge-1.9.3-mc1.20.1.jar", "mc_versions": [ "1.20.1" ], "loaders": [ "forge" ], - "release_type": "beta", - "url": "https://edge.forgecdn.net/files/6179/086/notenoughanimations-forge-1.9.2-mc1.20.1.jar", - "id": "6179086", + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6356/205/notenoughanimations-forge-1.9.3-mc1.20.1.jar", + "id": "6356205", "parent_id": "433760", "hashes": { - "sha1": "c9666025164bcafed9e6d03057ec8a31ebbce170", - "md5": "315ca93cf31b1307abd9ad99a9a9e09b" + "sha1": "68e3ab1b89d39a48362a4741a50c73e7ebb2fe7a", + "md5": "57a955e091614c70105679d7ecad2ef7" }, "required_dependencies": [], - "size": 455945, - "date_published": "2025-02-10T18:15:01.423Z" + "size": 453719, + "date_published": "2025-03-27T17:09:31.037Z" } ] }, @@ -9888,27 +9693,26 @@ "files": [ { "type": "modrinth", - "file_name": "OctoLib-FORGE-0.4.2+1.20.1.jar", + "file_name": "OctoLib-FORGE-0.5.0.1+1.20.1.jar", "mc_versions": [ "1.20.1" ], "loaders": [ - "forge", - "neoforge" + "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/RH2KUdKJ/versions/9dJfM8hR/OctoLib-FORGE-0.4.2+1.20.1.jar", - "id": "9dJfM8hR", + "url": "https://cdn.modrinth.com/data/RH2KUdKJ/versions/HZ7KmyXp/OctoLib-FORGE-0.5.0.1+1.20.1.jar", + "id": "HZ7KmyXp", "parent_id": "RH2KUdKJ", "hashes": { - "sha512": "be8c3ee844e24a6ec68bd805ccae6fc54928aa211f44fb208454a835796e2405765e7cadcff5763782f3d9bc262b44626b69863d83804258501f5e6e0926d96e", - "sha1": "d39a7e4d7ebd4e6f427f5c0958b7e2080ba02800" + "sha512": "e0bbe3a999f3a8c32b7dc0fd5bae61f62915dc5be40ac97a777f0784cdfaaed74b74f48cd407b9a8abb081ff331fbd272c9d4e08125f48f091435c926468d5c6", + "sha1": "9eab28baff36942e1c924489e34753df10f40208" }, "required_dependencies": [ "lhGA9TYQ" ], - "size": 401032, - "date_published": "2024-08-21T12:25:46.019010Z" + "size": 424035, + "date_published": "2025-03-07T11:56:23.366463Z" }, { "type": "curseforge", @@ -10023,7 +9827,7 @@ "files": [ { "type": "modrinth", - "file_name": "open-parties-and-claims-forge-1.20.1-0.23.7.jar", + "file_name": "open-parties-and-claims-forge-1.20.1-0.24.0.jar", "mc_versions": [ "1.20", "1.20.1" @@ -10032,20 +9836,20 @@ "forge" ], "release_type": "beta", - "url": "https://cdn.modrinth.com/data/gF3BGWvG/versions/oeVpN9sy/open-parties-and-claims-forge-1.20.1-0.23.7.jar", - "id": "oeVpN9sy", + "url": "https://cdn.modrinth.com/data/gF3BGWvG/versions/pRiZtdXR/open-parties-and-claims-forge-1.20.1-0.24.0.jar", + "id": "pRiZtdXR", "parent_id": "gF3BGWvG", "hashes": { - "sha512": "02b257698f46ae57adc8c407b318d10c2463e6ab66b4840b1c467716d675c70999acb03f0458175d98b69e4ce5bcd53dc9a2bbe17012a5e040765736e1f702e4", - "sha1": "8f59207176cdc2fe53e5f7e65debc08a7dca3882" + "sha512": "351ff271cac9ff89e408b6e0fa6a473934496e34c10487610fb414cee61e721539be1d3ffabbf31408c2656b49c85bf8ae9c92aba16e5a7192e676d4ee3bee03", + "sha1": "884924b3820d51f0d6ae0f0b5b8bc35aefaf1920" }, "required_dependencies": [], - "size": 1245092, - "date_published": "2025-01-05T09:27:14.419271Z" + "size": 1246814, + "date_published": "2025-02-27T09:48:25.851280Z" }, { "type": "curseforge", - "file_name": "open-parties-and-claims-forge-1.20.1-0.23.7.jar", + "file_name": "open-parties-and-claims-forge-1.20.1-0.24.0.jar", "mc_versions": [ "1.20.1", "1.20" @@ -10054,16 +9858,16 @@ "forge" ], "release_type": "beta", - "url": "https://edge.forgecdn.net/files/6055/478/open-parties-and-claims-forge-1.20.1-0.23.7.jar", - "id": "6055478", + "url": "https://edge.forgecdn.net/files/6242/869/open-parties-and-claims-forge-1.20.1-0.24.0.jar", + "id": "6242869", "parent_id": "636608", "hashes": { - "sha1": "8f59207176cdc2fe53e5f7e65debc08a7dca3882", - "md5": "29b434029c7960a57ea1b70cb73bf7a9" + "sha1": "884924b3820d51f0d6ae0f0b5b8bc35aefaf1920", + "md5": "dc2c65305e9ce2ac6ff1c5d5801a31f8" }, "required_dependencies": [], - "size": 1245092, - "date_published": "2025-01-05T08:54:48.380Z" + "size": 1246814, + "date_published": "2025-02-27T09:15:57.640Z" } ] }, @@ -10304,7 +10108,7 @@ "files": [ { "type": "modrinth", - "file_name": "particle_core-0.2.5+1.20.1+forge.jar", + "file_name": "particle_core-0.2.6+1.20.1+forge.jar", "mc_versions": [ "1.20.1" ], @@ -10313,23 +10117,23 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/RSeLon5O/versions/2pgXWmty/particle_core-0.2.5+1.20.1+forge.jar", - "id": "2pgXWmty", + "url": "https://cdn.modrinth.com/data/RSeLon5O/versions/bqPuw9aZ/particle_core-0.2.6+1.20.1+forge.jar", + "id": "bqPuw9aZ", "parent_id": "RSeLon5O", "hashes": { - "sha512": "1da3ce936ce34f60ee96aa1faab9fec89f1227152a3c146bbe48a404cb93918f1f8722a6c44afc3eda8a9e4ea6f97a61ad6788da6085aec1816b1c3871e15c9c", - "sha1": "d791c2000b0985bdef906db93b9313319ac47aba" + "sha512": "58c88b1654f3b2d733860aa3358cfa322245f2edc4ee6e79150912bf675c6bdef936f2f4f043a7cc56472a24cdee7f5963b6db2631478446fdcaf14ebc17d94c", + "sha1": "91f302ab9b85016aeb3a9a0e85b80650a1d2e984" }, "required_dependencies": [ - "hYykXjDp", - "ordsPcFz" + "ordsPcFz", + "hYykXjDp" ], - "size": 95351, - "date_published": "2024-09-16T22:23:21.437733Z" + "size": 97943, + "date_published": "2025-04-16T00:24:40.146141Z" }, { "type": "curseforge", - "file_name": "particle_core-0.2.5+1.20.1+forge.jar", + "file_name": "particle_core-0.2.6+1.20.1+forge.jar", "mc_versions": [ "1.20.1" ], @@ -10338,19 +10142,19 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5729/965/particle_core-0.2.5+1.20.1+forge.jar", - "id": "5729965", + "url": "https://edge.forgecdn.net/files/6427/560/particle_core-0.2.6+1.20.1+forge.jar", + "id": "6427560", "parent_id": "985426", "hashes": { - "sha1": "d791c2000b0985bdef906db93b9313319ac47aba", - "md5": "e8ac337d4436d8b3dfbbb9edf503c338" + "sha1": "91f302ab9b85016aeb3a9a0e85b80650a1d2e984", + "md5": "ac9abf66740c4c6fa0436a369fe446a8" }, "required_dependencies": [ - "351264", - "1005914" + "1005914", + "351264" ], - "size": 95351, - "date_published": "2024-09-16T22:23:18.103Z" + "size": 97943, + "date_published": "2025-04-16T00:24:36.463Z" } ] }, @@ -10815,7 +10619,7 @@ "files": [ { "type": "modrinth", - "file_name": "PuzzlesLib-v8.1.29-1.20.1-Forge.jar", + "file_name": "PuzzlesLib-v8.1.32-1.20.1-Forge.jar", "mc_versions": [ "1.20.1" ], @@ -10823,20 +10627,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/QAGBst4M/versions/pbMkjqgd/PuzzlesLib-v8.1.29-1.20.1-Forge.jar", - "id": "pbMkjqgd", + "url": "https://cdn.modrinth.com/data/QAGBst4M/versions/YFZdsqXl/PuzzlesLib-v8.1.32-1.20.1-Forge.jar", + "id": "YFZdsqXl", "parent_id": "QAGBst4M", "hashes": { - "sha512": "75f2d77e61027b0ea2bd60ca2d5f1b6f7d3e860baad1d8f3955c4d33da7715ece5d028d086e9e34f1faa7c402f1159b9c9285a14e43a29565dea916cda983c53", - "sha1": "6d26b564e8fcc2757e63a735530ed22c345f6279" + "sha512": "f6420b4884583727ee66d7410ce5ad3ce2a5fd9aed49700ea4bba1fd944a4b63d2d3f15a3d0d64afa2ec1aa261f8ef52b6277712c7d19e6dd31ff9d9360f05ae", + "sha1": "1f24a25582fa6bb2569e32401a232ee90d34cc1a" }, "required_dependencies": [], - "size": 1321050, - "date_published": "2025-03-09T12:14:34.855400Z" + "size": 1342204, + "date_published": "2025-04-05T11:23:08.540092Z" }, { "type": "curseforge", - "file_name": "PuzzlesLib-v8.1.29-1.20.1-Forge.jar", + "file_name": "PuzzlesLib-v8.1.32-1.20.1-Forge.jar", "mc_versions": [ "1.20.1" ], @@ -10844,16 +10648,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6283/733/PuzzlesLib-v8.1.29-1.20.1-Forge.jar", - "id": "6283733", + "url": "https://edge.forgecdn.net/files/6387/81/PuzzlesLib-v8.1.32-1.20.1-Forge.jar", + "id": "6387081", "parent_id": "495476", "hashes": { - "sha1": "6d26b564e8fcc2757e63a735530ed22c345f6279", - "md5": "67ab6af1d19c585fedc9f1e44bf91a4d" + "sha1": "1f24a25582fa6bb2569e32401a232ee90d34cc1a", + "md5": "3ca3da58d71c0b14241df38578ffdb22" }, "required_dependencies": [], - "size": 1321050, - "date_published": "2025-03-09T12:14:28.217Z" + "size": 1342204, + "date_published": "2025-04-05T11:23:03.413Z" } ] }, @@ -10920,69 +10724,6 @@ } ] }, - { - "pakku_id": "8Xy6EP4mZpuTcXQt", - "type": "MOD", - "side": "CLIENT", - "slug": { - "curseforge": "rainboows", - "modrinth": "rainboows" - }, - "name": { - "curseforge": "Rainbows!", - "modrinth": "Rainbows" - }, - "id": { - "curseforge": "1121832", - "modrinth": "MdWygI5q" - }, - "files": [ - { - "type": "curseforge", - "file_name": "Rainbows-1.20.1-1.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6323/743/Rainbows-1.20.1-1.4.jar", - "id": "6323743", - "parent_id": "1121832", - "hashes": { - "sha1": "5eafa465c959b0483fd21daedf7da1a3849b59d1", - "md5": "4935728dbc603e867f3490a05d342e78" - }, - "required_dependencies": [], - "size": 2312766, - "date_published": "2025-03-19T22:42:59.493Z" - }, - { - "type": "modrinth", - "file_name": "Rainbows-1.20.1-1.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/MdWygI5q/versions/zCe8Wtfk/Rainbows-1.20.1-1.4.jar", - "id": "zCe8Wtfk", - "parent_id": "MdWygI5q", - "hashes": { - "sha512": "14c7a6b14b88abd354b0d92573343032f3abf4a1ce97faee4fe8b4533e0fa9bd91e61efec392e344a69cc46c837aac3c53587415a41b698f55ea94b65840880c", - "sha1": "5eafa465c959b0483fd21daedf7da1a3849b59d1" - }, - "required_dependencies": [], - "size": 2312766, - "date_published": "2025-03-19T22:44:41.887240Z" - } - ] - }, { "pakku_id": "mLvNtlnkhh3Rrdhq", "pakku_links": [ @@ -11164,7 +10905,7 @@ "files": [ { "type": "modrinth", - "file_name": "rhino-forge-2001.2.3-build.6.jar", + "file_name": "rhino-forge-2001.2.3-build.10.jar", "mc_versions": [ "1.20.1" ], @@ -11172,20 +10913,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/sk9knFPE/versions/maCpsT70/rhino-forge-2001.2.3-build.6.jar", - "id": "maCpsT70", + "url": "https://cdn.modrinth.com/data/sk9knFPE/versions/uNALdylI/rhino-forge-2001.2.3-build.10.jar", + "id": "uNALdylI", "parent_id": "sk9knFPE", "hashes": { - "sha512": "5e9f06561b776c472848d0f44461ad4daef64b08db9734ced785fede6198748f785f7ca721f806cf118c995bc43b2807e138845962b43fa2d91d97d972237341", - "sha1": "0c91c1710d7338f139b7cb3465f00590e210139e" + "sha512": "4eb6a635f3eff3baa158539bd55344421cf69b15e28f7da8bf55f370a11c071f3525063a6f81b67fbfca550ad8aaab7e6208df87f65ca6ed2851edd46f032b58", + "sha1": "c83c9b719a6bab33fbd2b3f2f680eb3adbfc1aa1" }, "required_dependencies": [], - "size": 1796600, - "date_published": "2024-08-23T12:53:19.932888Z" + "size": 1798244, + "date_published": "2025-02-12T21:26:49.669723Z" }, { "type": "curseforge", - "file_name": "rhino-forge-2001.2.3-build.6.jar", + "file_name": "rhino-forge-2001.2.3-build.10.jar", "mc_versions": [ "1.20.1" ], @@ -11193,16 +10934,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5655/836/rhino-forge-2001.2.3-build.6.jar", - "id": "5655836", + "url": "https://edge.forgecdn.net/files/6186/971/rhino-forge-2001.2.3-build.10.jar", + "id": "6186971", "parent_id": "416294", "hashes": { - "sha1": "0c91c1710d7338f139b7cb3465f00590e210139e", - "md5": "c6f376b91e330b5e220541aab5edd92f" + "sha1": "c83c9b719a6bab33fbd2b3f2f680eb3adbfc1aa1", + "md5": "59387620b0ef6becbff02c7c1636ad3e" }, "required_dependencies": [], - "size": 1796600, - "date_published": "2024-08-23T12:53:18.240Z" + "size": 1798244, + "date_published": "2025-02-12T21:26:47.347Z" } ] }, @@ -12175,7 +11916,7 @@ }, { "type": "curseforge", - "file_name": "tfcambiental-1.20.1-3.3.0.jar", + "file_name": "tfcambiental-1.20.1-3.3.1.jar", "mc_versions": [ "1.20.1" ], @@ -12184,16 +11925,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5313/702/tfcambiental-1.20.1-3.3.0.jar", - "id": "5313702", + "url": "https://edge.forgecdn.net/files/5655/440/tfcambiental-1.20.1-3.3.1.jar", + "id": "5655440", "parent_id": "940350", "hashes": { - "sha1": "e1bc92959d8cbfb1d8f16dc124a14a0709d6aba6", - "md5": "e3a22bddd9fc54081ac5a9ca6bdf1cc7" + "sha1": "0837547febfc05c18e224fd8b3f9ed4eef8eb9de", + "md5": "f057f8e13adacf35c50ae52cf312ee38" }, "required_dependencies": [], - "size": 640033, - "date_published": "2024-05-03T21:24:47.150Z" + "size": 640068, + "date_published": "2024-08-23T09:41:25.543Z" } ] }, @@ -13140,6 +12881,27 @@ "modrinth": "lNttW2Xl" }, "files": [ + { + "type": "modrinth", + "file_name": "TerraFirmaGreg-Core-Modern-0.6.2.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/lNttW2Xl/versions/GNiiq3GB/TerraFirmaGreg-Core-Modern-0.6.2.jar", + "id": "GNiiq3GB", + "parent_id": "lNttW2Xl", + "hashes": { + "sha512": "b94362f2b923c83e6265f34b96a553356d265fa50221222ba2ab81091628e1a61cc2071b31f406d2f2823651247f2fce5b91634c78569cff861a9319ac5b4b8b", + "sha1": "cac7136e073528263a0064c3d70876a06106754a" + }, + "required_dependencies": [], + "size": 237159, + "date_published": "2025-04-27T07:12:55.828230Z" + }, { "type": "curseforge", "file_name": "TerraFirmaGreg-Core-Modern-0.6.1.jar", @@ -13163,30 +12925,6 @@ ], "size": 241598, "date_published": "2025-04-15T03:58:23.103Z" - }, - { - "type": "modrinth", - "file_name": "TerraFirmaGreg-Core-Modern-0.6.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/lNttW2Xl/versions/V5J04AzG/TerraFirmaGreg-Core-Modern-0.6.1.jar", - "id": "V5J04AzG", - "parent_id": "lNttW2Xl", - "hashes": { - "sha512": "49b5afb2a8b17309d5787a373b765cbbfb266de547bd67a91aa82ee01f14c504601b60e50ec562e1474963ec7060bc11ae246ea8e282f1eb71138f5aa820a0ef", - "sha1": "5c23bc9e7d5948142b1d45ad8fca91e6a9467bf3" - }, - "required_dependencies": [ - "JaCEZUhg", - "7tG215v7" - ], - "size": 241598, - "date_published": "2025-04-15T03:58:27.227420Z" } ] }, @@ -13345,7 +13083,7 @@ "files": [ { "type": "modrinth", - "file_name": "u_team_core-forge-1.20.1-5.1.4.346.jar", + "file_name": "u_team_core-forge-1.20.1-5.1.4.362.jar", "mc_versions": [ "1.20.1" ], @@ -13353,20 +13091,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/g2FGQs4R/versions/6kPqkkwS/u_team_core-forge-1.20.1-5.1.4.346.jar", - "id": "6kPqkkwS", + "url": "https://cdn.modrinth.com/data/g2FGQs4R/versions/E0xcADiW/u_team_core-forge-1.20.1-5.1.4.362.jar", + "id": "E0xcADiW", "parent_id": "g2FGQs4R", "hashes": { - "sha512": "6e81837e5173fd90ce7cda2be7050bf89ffbf298d642118c42c99208188ef608133679c2a87e4a325ecb8d56663db1f5070bd154336a5e0e869c80d7aea151f5", - "sha1": "56082ef86ba5513656bf6e555239ad050d07e1df" + "sha512": "1520395e10bdb017085638a67841425284a04d47379b80a998355629bc8acdb6ed8b1a1afcb0593271cd7839ec33f51de50256f10170590aa6dd1de13f389929", + "sha1": "a620177a6d39cd34ee4ed62f2dd66e2b2e1c64f5" }, "required_dependencies": [], "size": 587603, - "date_published": "2025-01-03T19:56:10.459519Z" + "date_published": "2025-04-06T17:57:40.320455Z" }, { "type": "curseforge", - "file_name": "u_team_core-forge-1.20.1-5.1.4.346.jar", + "file_name": "u_team_core-forge-1.20.1-5.1.4.362.jar", "mc_versions": [ "1.20.1" ], @@ -13374,16 +13112,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6050/182/u_team_core-forge-1.20.1-5.1.4.346.jar", - "id": "6050182", + "url": "https://edge.forgecdn.net/files/6392/410/u_team_core-forge-1.20.1-5.1.4.362.jar", + "id": "6392410", "parent_id": "273744", "hashes": { - "sha1": "56082ef86ba5513656bf6e555239ad050d07e1df", - "md5": "caa53c17a04f92025d147b8e6556fcd1" + "sha1": "a620177a6d39cd34ee4ed62f2dd66e2b2e1c64f5", + "md5": "71db48cee765cb109c393da532fa062b" }, "required_dependencies": [], "size": 587603, - "date_published": "2025-01-03T19:56:09.753Z" + "date_published": "2025-04-06T17:57:37.050Z" } ] }, @@ -13406,7 +13144,7 @@ "files": [ { "type": "modrinth", - "file_name": "UniLib-1.0.5+1.20.1-forge.jar", + "file_name": "UniLib-1.0.6+1.20.1-forge.jar", "mc_versions": [ "1.20", "1.20.1" @@ -13416,20 +13154,20 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/nT86WUER/versions/Q5oirb2U/UniLib-1.0.5+1.20.1-forge.jar", - "id": "Q5oirb2U", + "url": "https://cdn.modrinth.com/data/nT86WUER/versions/VHNcPnYG/UniLib-1.0.6+1.20.1-forge.jar", + "id": "VHNcPnYG", "parent_id": "nT86WUER", "hashes": { - "sha512": "47a86b45a41df7704e096d788bda23082b9742b85ca394991474d619b9196076d5e2958465efb90814a5bfc3acb28ea15a8c9373d672bf3ecf26632ec8b39041", - "sha1": "1ffef0d813d911d44105ea9e63dde970edee018e" + "sha512": "07edc0328a069145222148859c50c9c964c6248911dad104dfcecbb109c6cd53af912654388eb970cd194a9f67c2f17ff21439ccdb46cfd441535d43c886aac8", + "sha1": "04548f18aadced65d2962be0a3a15eea49189c41" }, "required_dependencies": [], - "size": 1045910, - "date_published": "2025-01-14T21:30:43.137872Z" + "size": 1626977, + "date_published": "2025-04-21T18:26:25.495112Z" }, { "type": "curseforge", - "file_name": "UniLib-1.0.5+1.20.1-forge.jar", + "file_name": "UniLib-1.0.6+1.20.1-forge.jar", "mc_versions": [ "1.20.1", "1.20" @@ -13439,16 +13177,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6087/784/UniLib-1.0.5+1.20.1-forge.jar", - "id": "6087784", + "url": "https://edge.forgecdn.net/files/6448/929/UniLib-1.0.6+1.20.1-forge.jar", + "id": "6448929", "parent_id": "1056812", "hashes": { - "sha1": "1ffef0d813d911d44105ea9e63dde970edee018e", - "md5": "a5a75873d8138aa46decbdd733b3c244" + "sha1": "04548f18aadced65d2962be0a3a15eea49189c41", + "md5": "829173f9fd03d28cb8f486de74add028" }, "required_dependencies": [], - "size": 1045910, - "date_published": "2025-01-14T21:30:24.660Z" + "size": 1626977, + "date_published": "2025-04-21T18:26:05.427Z" } ] }, @@ -13534,31 +13272,9 @@ "modrinth": "1bokaNcj" }, "files": [ - { - "type": "curseforge", - "file_name": "Xaeros_Minimap_24.7.1_Forge_1.20.jar", - "mc_versions": [ - "1.20.1", - "1.20" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6012/833/Xaeros_Minimap_24.7.1_Forge_1.20.jar", - "id": "6012833", - "parent_id": "263420", - "hashes": { - "sha1": "b1108546e4adad0d84401af546b9ed987b3fc437", - "md5": "c29078689ae23ddf4ded23b8b13d0727" - }, - "required_dependencies": [], - "size": 1621195, - "date_published": "2024-12-22T10:01:28.163Z" - }, { "type": "modrinth", - "file_name": "Xaeros_Minimap_24.7.1_Forge_1.20.jar", + "file_name": "Xaeros_Minimap_25.2.0_Forge_1.20.jar", "mc_versions": [ "1.20", "1.20.1" @@ -13567,16 +13283,38 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/1bokaNcj/versions/sr50tbXn/Xaeros_Minimap_24.7.1_Forge_1.20.jar", - "id": "sr50tbXn", + "url": "https://cdn.modrinth.com/data/1bokaNcj/versions/uhCZlwOM/Xaeros_Minimap_25.2.0_Forge_1.20.jar", + "id": "uhCZlwOM", "parent_id": "1bokaNcj", "hashes": { - "sha512": "8e82015a0307e854c18ff6b92f9fdfc17c2339631c9ecc02cdb9882d0826f558e50770022728f7c0c666ef2b5485824dd1abd9afed67024801e88341d40e5547", - "sha1": "b1108546e4adad0d84401af546b9ed987b3fc437" + "sha512": "ca1c0506a84122888f284702ecd3dbf2de32f9a46886bb2bb93884bb238aae5ee856dc77ed7aac3c84918a33fceae2715ff2bbd50eda88e171d15f97fbdab8be", + "sha1": "a68019d24a8dc4fb0e9d1b958f5473cde7f6db8c" }, "required_dependencies": [], - "size": 1621195, - "date_published": "2024-12-22T10:29:10.503180Z" + "size": 1704129, + "date_published": "2025-03-15T09:01:35.690870Z" + }, + { + "type": "curseforge", + "file_name": "Xaeros_Minimap_25.2.0_Forge_1.20.jar", + "mc_versions": [ + "1.20.1", + "1.20" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6306/152/Xaeros_Minimap_25.2.0_Forge_1.20.jar", + "id": "6306152", + "parent_id": "263420", + "hashes": { + "sha1": "a68019d24a8dc4fb0e9d1b958f5473cde7f6db8c", + "md5": "e606d37df7888b3b4806712ec6095a82" + }, + "required_dependencies": [], + "size": 1704129, + "date_published": "2025-03-15T08:42:30.867Z" } ] }, @@ -13599,7 +13337,7 @@ "files": [ { "type": "modrinth", - "file_name": "XaerosWorldMap_1.39.2_Forge_1.20.jar", + "file_name": "XaerosWorldMap_1.39.4_Forge_1.20.jar", "mc_versions": [ "1.20", "1.20.1" @@ -13608,20 +13346,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/NcUtCpym/versions/3Wmpi0tR/XaerosWorldMap_1.39.2_Forge_1.20.jar", - "id": "3Wmpi0tR", + "url": "https://cdn.modrinth.com/data/NcUtCpym/versions/SMViC4Yw/XaerosWorldMap_1.39.4_Forge_1.20.jar", + "id": "SMViC4Yw", "parent_id": "NcUtCpym", "hashes": { - "sha512": "b719fba032ad51dd390a9d3906c801d17aa6dc88106b37a78f230144f3f435c35f0a0f3fc3193d199d09146800c11b64194b6aa246c7e3135b4d32c564c5cb90", - "sha1": "75fa377a33128aa0f294b310838032ddd697810f" + "sha512": "2b1060839325fd90ced491d7e58306d0473c616fcf7ca9714b70719bac03e0a2d37fd1b9ceca1ff37167b88527ee935e7b715a07486e430a26b26f953e3bb721", + "sha1": "cb2027cd4cb87704750c666205d16b6a0234a63d" }, "required_dependencies": [], - "size": 931860, - "date_published": "2024-12-13T08:34:56.041590Z" + "size": 933184, + "date_published": "2025-02-20T09:44:39.875266Z" }, { "type": "curseforge", - "file_name": "XaerosWorldMap_1.39.2_Forge_1.20.jar", + "file_name": "XaerosWorldMap_1.39.4_Forge_1.20.jar", "mc_versions": [ "1.20.1", "1.20" @@ -13630,16 +13368,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5987/149/XaerosWorldMap_1.39.2_Forge_1.20.jar", - "id": "5987149", + "url": "https://edge.forgecdn.net/files/6212/636/XaerosWorldMap_1.39.4_Forge_1.20.jar", + "id": "6212636", "parent_id": "317780", "hashes": { - "sha1": "75fa377a33128aa0f294b310838032ddd697810f", - "md5": "d052e96d54415b5073acec65ae548245" + "sha1": "cb2027cd4cb87704750c666205d16b6a0234a63d", + "md5": "3da6919fb4f0c993772c073d787403e1" }, "required_dependencies": [], - "size": 931860, - "date_published": "2024-12-13T08:18:53.190Z" + "size": 933184, + "date_published": "2025-02-20T09:16:59.333Z" } ] }, @@ -13723,7 +13461,7 @@ "files": [ { "type": "modrinth", - "file_name": "YetAnotherConfigLib-3.6.2+1.20.1-forge.jar", + "file_name": "yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar", "mc_versions": [ "1.20", "1.20.1" @@ -13732,22 +13470,20 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/1eAoo2KR/versions/PI0hRkb0/YetAnotherConfigLib-3.6.2+1.20.1-forge.jar", - "id": "PI0hRkb0", + "url": "https://cdn.modrinth.com/data/1eAoo2KR/versions/sCWgXDYQ/yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar", + "id": "sCWgXDYQ", "parent_id": "1eAoo2KR", "hashes": { - "sha512": "c77f4cea583cbb4e057950e2a900916c4f0615a6a84173f7fc8185a5f73967bc43b543ef83a54d7e31be0909ce8616465ee321a1e07b8d5cb6c2f10077e50505", - "sha1": "044fe3b2bd50d2a00d07bd44a2cbdd677617786e" + "sha512": "7fdd923ae94c1ada9bf0524f21cdfbb4f870ea93b26d02f369829585892fc5a2f61e60f43a6686ee611ff11bde8f123f178279e2de453c8fb320264153a0e8d9", + "sha1": "644731e321c53a35a0b3177a3cc6347fe38002f4" }, - "required_dependencies": [ - "P7dR8mSH" - ], - "size": 1111897, - "date_published": "2024-12-04T21:02:46.112031Z" + "required_dependencies": [], + "size": 1105891, + "date_published": "2025-03-23T19:12:55.655767Z" }, { "type": "curseforge", - "file_name": "YetAnotherConfigLib-3.6.2+1.20.1-forge.jar", + "file_name": "yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar", "mc_versions": [ "1.20.1", "1.20" @@ -13756,18 +13492,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/5963/252/YetAnotherConfigLib-3.6.2+1.20.1-forge.jar", - "id": "5963252", + "url": "https://edge.forgecdn.net/files/6336/646/yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar", + "id": "6336646", "parent_id": "667299", "hashes": { - "sha1": "044fe3b2bd50d2a00d07bd44a2cbdd677617786e", - "md5": "e8bb7648a2bc6f0108e363f6826f77b8" + "sha1": "644731e321c53a35a0b3177a3cc6347fe38002f4", + "md5": "2437cb642e24726a83f864e345f24479" }, - "required_dependencies": [ - "306612" - ], - "size": 1111897, - "date_published": "2024-12-04T21:02:45.487Z" + "required_dependencies": [], + "size": 1105891, + "date_published": "2025-03-23T19:12:56.087Z" } ] }, diff --git a/pakku.json b/pakku.json index 796b3396b..5f26d4655 100644 --- a/pakku.json +++ b/pakku.json @@ -1,6 +1,6 @@ { "name": "TerraFirmaGreg-Modern", - "version": "0.9.1", + "version": "0.9.2", "description": "An innovative modpack that contains GregTech and TerraFirmaCraft on 1.20.x.", "author": "Exception, Xikaro", "overrides": [ @@ -16,7 +16,8 @@ "server.properties", "server_starter.conf", "server-icon.png", - "start_server.bat" + "start_server.bat", + "README.md" ], "client_overrides": [ "resourcepacks"