commit
95f2928e5c
849 changed files with 17840 additions and 6800 deletions
53
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
53
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
name: "[🐛]: Bug report"
|
||||
description: "Report a bug where something is not working as expected, which does not crash the game."
|
||||
description: "Report a bug where something is not working as expected, but does not crash the game."
|
||||
title: "[🐛]: "
|
||||
labels: [ "Status: Backlog" ]
|
||||
projects: ["TerraFirmaGreg-Team/10"]
|
||||
|
|
@ -10,28 +10,65 @@ body:
|
|||
id: exists
|
||||
attributes:
|
||||
label: "Was this bug reported before?"
|
||||
description: "Please search open/closed issues before submitting, as the issue may have already been reported/addressed."
|
||||
description: "Please search OPEN/CLOSED issues before submitting, as the issue may have already been reported/addressed."
|
||||
options:
|
||||
- label: "No, it was not."
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: launcher
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Are you using Prism or Curseforge?"
|
||||
description: "Prism and Curseforge are the only supported launchers for TFG. Some others may not work. TLAUNCHER DOES NOT WORK."
|
||||
options:
|
||||
- "Yes, I am using Prism or Curseforge."
|
||||
- "No, I am not using Prism or Curseforge."
|
||||
|
||||
- type: checkboxes
|
||||
id: redownload
|
||||
attributes:
|
||||
label: "Have you tried redownloading the pack?"
|
||||
description: "For issues that you are experiencing singularly, redownloading the pack may fix the issue."
|
||||
options:
|
||||
- label: "Not Applicable / Yes, I have tried downloading a new instance."
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: os
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Computer OS
|
||||
description: Write which OS your PC is running on.
|
||||
placeholder: "Example: Windows 11"
|
||||
|
||||
- type: input
|
||||
id: version
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Version modpack used"
|
||||
description: "Write which version of the modpack you are using."
|
||||
label: Modpack Version Used
|
||||
description: Write which version of the modpack you are using.
|
||||
placeholder: "Example: 0.1.1"
|
||||
|
||||
- type: input
|
||||
- type: dropdown
|
||||
id: environment
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Environment
|
||||
description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server."
|
||||
placeholder: "Example: Singleplayer"
|
||||
label: Minecraft Environment
|
||||
options:
|
||||
- "Singleplayer"
|
||||
- "LAN"
|
||||
- "Forge Server"
|
||||
- "Sponge Server"
|
||||
- "Magma Server"
|
||||
- "Mohist Server"
|
||||
- "E4MC"
|
||||
- "Essential"
|
||||
- "Other"
|
||||
|
||||
- type: dropdown
|
||||
id: world
|
||||
|
|
|
|||
59
.github/ISSUE_TEMPLATE/CRASH_REPORT.yml
vendored
59
.github/ISSUE_TEMPLATE/CRASH_REPORT.yml
vendored
|
|
@ -9,29 +9,74 @@ body:
|
|||
- type: checkboxes
|
||||
id: exists
|
||||
attributes:
|
||||
label: "Was this crash report before?"
|
||||
description: "Please search open/closed issues before submitting, as the issue may have already been reported/addressed."
|
||||
label: "Was this crash reported before?"
|
||||
description: "Please search OPEN/CLOSED issues before submitting, as the issue may have already been reported/addressed."
|
||||
options:
|
||||
- label: "No, it was not."
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: launcher
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Are you using Prism or Curseforge?"
|
||||
description: "Prism and Curseforge are the only supported launchers for TFG. Some others may not work. TLAUNCHER DOES NOT WORK."
|
||||
options:
|
||||
- "Yes, I am using Prism or Curseforge."
|
||||
- "No, I am not using Prism or Curseforge."
|
||||
|
||||
- type: checkboxes
|
||||
id: dependencies
|
||||
attributes:
|
||||
label: "Did you install required dependencies?"
|
||||
description: "If you are using Prism or Modrinth you will be instructed to install required mods. Do so."
|
||||
options:
|
||||
- label: "Not Applicable / Yes, I have all required dependencies installed."
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: redownload
|
||||
attributes:
|
||||
label: "Have you tried redownloading the pack?"
|
||||
description: "For issues that you are experiencing singularly, redownloading the pack may fix the issue."
|
||||
options:
|
||||
- label: "Not Applicable / Yes, I have tried downloading a new instance."
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: os
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Computer OS
|
||||
description: Write which OS your PC is running on.
|
||||
placeholder: "Example: Windows 10"
|
||||
|
||||
- type: input
|
||||
id: version
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Version modpack used
|
||||
label: Modpack Version Used
|
||||
description: Write which version of the modpack you are using.
|
||||
placeholder: "Example: 0.1.1"
|
||||
|
||||
- type: input
|
||||
- type: dropdown
|
||||
id: environment
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Environment
|
||||
description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server."
|
||||
placeholder: "Example: Singleplayer"
|
||||
label: Minecraft Environment
|
||||
options:
|
||||
- "Singleplayer"
|
||||
- "LAN"
|
||||
- "Forge Server"
|
||||
- "Sponge Server"
|
||||
- "Mohist Server"
|
||||
- "E4MC"
|
||||
- "Essential"
|
||||
- "Other"
|
||||
|
||||
- type: dropdown
|
||||
id: crash
|
||||
|
|
|
|||
16
.github/ISSUE_TEMPLATE/ENHANCEMENT.yml
vendored
16
.github/ISSUE_TEMPLATE/ENHANCEMENT.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: "[🪡]: Enhancement"
|
||||
description: "Provide supporting details for a feature in development"
|
||||
title: "[🪡]: "
|
||||
name: "[💎]: Enhancement"
|
||||
description: "Provide details for a gameplay enhancement or improvement."
|
||||
title: "[💎]: "
|
||||
labels: [ "Status: Backlog" ]
|
||||
projects: ["TerraFirmaGreg-Team/10"]
|
||||
type: "Enhancement"
|
||||
|
|
@ -9,8 +9,8 @@ body:
|
|||
- type: checkboxes
|
||||
id: exists
|
||||
attributes:
|
||||
label: "Was this enhancement asked before?"
|
||||
description: "Please search open/closed issues before submitting, as the issue may have already been reported/addressed."
|
||||
label: "Was this enhancement suggested before?"
|
||||
description: "Please search OPEN/CLOSED issues before submitting, as the enhancement may have already been reported/addressed."
|
||||
options:
|
||||
- label: "No, it was not."
|
||||
required: true
|
||||
|
|
@ -20,8 +20,8 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: What would you like to be added?
|
||||
description: Feature requests are unlikely to make progress as issues.
|
||||
label: What would you like to be added/ changed?
|
||||
description: Enhancement requests should focus on gameplay improvements or additions that can be achieved without completely new features. Ex. Rebalancing the energy cost of a recipe.
|
||||
|
||||
- type: textarea
|
||||
id: rationale
|
||||
|
|
@ -32,4 +32,4 @@ body:
|
|||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "Thanks for taking the time to fill out this request enhancement."
|
||||
value: "Thanks for taking the time to fill out this enhancement request."
|
||||
60
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
60
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: "[🪶]: Feature request"
|
||||
description: "Request a new feature or a change to an existing one."
|
||||
title: "[🪶]: "
|
||||
name: "[💡]: Feature request"
|
||||
description: "Request a new feature or a new mod."
|
||||
title: "[💡]: "
|
||||
labels: [ "Status: Backlog" ]
|
||||
projects: ["TerraFirmaGreg-Team/10"]
|
||||
type: "Feature"
|
||||
|
|
@ -10,46 +10,44 @@ body:
|
|||
id: exists
|
||||
attributes:
|
||||
label: "Was this feature suggested before?"
|
||||
description: "Please search open/closed issues before submitting, as the issue may have already been reported/addressed."
|
||||
description: "Please search OPEN/CLOSED issues before submitting, as the feature may have already been reported/addressed."
|
||||
options:
|
||||
- label: "No, it was not."
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: version
|
||||
- type: checkboxes
|
||||
id: blacklist
|
||||
attributes:
|
||||
label: "A list of popular features/mods the team has already considered and will not implement."
|
||||
description: |
|
||||
### Mod Requests:
|
||||
- Other large tech mods (Immersive Engineering, Mekanism, etc.) will not be added to the pack due to overlap with Gregtech.
|
||||
- Magic mods (Thaumcraft, Botania, etc.) will not be added to the pack as we wish to be grounded in plausibility.
|
||||
- Create: the factory must grow. And other large Create mods. They do not work with Greate and we do not wish to focus on Create too much.
|
||||
- Create Clockworks & Valkyrian Skies. Both cool mods, but impossible to balance in TFG.
|
||||
- Stargate. Overdone in GT packs. We will work on something unique as an endgame goal.
|
||||
|
||||
### Feature Requests:
|
||||
- Dyson Spheres. Boring and overdone.
|
||||
- More GT Voltage Tiers. We would prefer to have larger more rounded tiers than many small ones.
|
||||
options:
|
||||
- label: "I understand :("
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: feature
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Version modpack used"
|
||||
description: Write which version of the modpack you are using.
|
||||
placeholder: "Example: 0.1.1"
|
||||
label: What would you like to be added?
|
||||
description: Feature requests should focus on new gameplay experiences or QoL additions.
|
||||
|
||||
- type: textarea
|
||||
id: problem
|
||||
validations:
|
||||
required: false
|
||||
attributes:
|
||||
label: "Related problem"
|
||||
description: If the feature you wish to change is related to a problem, please desscribe it. Leave this field blank if it is not related to a problem.
|
||||
placeholder: "Example: I'm always frustrated when..."
|
||||
|
||||
- type: textarea
|
||||
id: solution
|
||||
id: rationale
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Your solution"
|
||||
description: Describe the solution you would like to have happen.
|
||||
placeholder: "Example: If I could..."
|
||||
|
||||
- type: textarea
|
||||
id: additional-info
|
||||
validations:
|
||||
required: false
|
||||
attributes:
|
||||
label: "Additional information"
|
||||
description: Any additional information you wish to provide. Please add anything which did not fit into the other sections here.
|
||||
placeholder: "Example: This is likely achieveable by doing X because..."
|
||||
label: Why is this needed?
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
|
|||
10
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
10
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
|
|
@ -9,7 +9,7 @@ body:
|
|||
id: exists
|
||||
attributes:
|
||||
label: "Was this question asked before?"
|
||||
description: "Please search open/closed issues before submitting, as the issue may have already been reported/addressed."
|
||||
description: "Please search OPEN/CLOSED issues before submitting, as the issue may have already been reported/addressed."
|
||||
options:
|
||||
- label: "No, it was not."
|
||||
required: true
|
||||
|
|
@ -17,9 +17,13 @@ body:
|
|||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
If you are in need of quick response, Discord may be a better place. You can find a link to join in our README.md for this project.
|
||||
If you are in need of a quick response, [Discord](https://discord.gg/AEaCzCTUwQ) may be a better place.
|
||||
|
||||
If you are looking for a game wiki, we are currently developing it, however most information is available in-game info through tooltips, JEI/HEI and quest. You can also ask any question on Discord, and someone will most likely have a response.
|
||||
Most information is available in-game through Tooltips, EMI, Field Guide, or Quests.
|
||||
An online version of the [Field Guide](https://terrafirmagreg-team.github.io/Field-Guide-Modern/en_us/) is also available.
|
||||
|
||||
For installing a development environment, please refer to the [Contributing Guide](https://github.com/TerraFirmaGreg-Team/Modpack-Modern/blob/dev/.github/CONTRIBUTING.md)
|
||||
For information about translating please read our [Localization Guide](https://github.com/TerraFirmaGreg-Team/Modpack-Modern/blob/dev/kubejs/README_IF_TRANSLATING.md)
|
||||
|
||||
- type: textarea
|
||||
id: question
|
||||
|
|
|
|||
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -7,3 +7,7 @@ contact_links:
|
|||
- name: TerraFirmaGreg CurseForge
|
||||
url: https://www.curseforge.com/minecraft/modpacks/terrafirmagreg-modern
|
||||
about: Download page.
|
||||
|
||||
- name: TerraFirmaGreg YouTube
|
||||
url: https://www.youtube.com/@TFG-modern
|
||||
about: YouTube channel.
|
||||
|
|
|
|||
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: 📦 Checkout
|
||||
uses: actions/checkout@v6.0.1
|
||||
uses: actions/checkout@v6.0.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -229,7 +229,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6.0.1
|
||||
uses: actions/checkout@v6.0.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -313,7 +313,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6.0.1
|
||||
uses: actions/checkout@v6.0.2
|
||||
|
||||
- name: 🔄 Replace strings
|
||||
shell: bash
|
||||
|
|
@ -347,7 +347,7 @@ jobs:
|
|||
sed -i -e "s/MINECRAFT_VERSION/${MINECRAFT_VERSION}/g" .pakku/docker-overrides/docker-compose.yml
|
||||
|
||||
- name: 📝 Cache Pakku
|
||||
uses: actions/cache@v5.0.2
|
||||
uses: actions/cache@v5.0.3
|
||||
id: cache
|
||||
with:
|
||||
path: build/.cache
|
||||
|
|
@ -460,7 +460,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: 📦 Checkout
|
||||
uses: actions/checkout@v6.0.1
|
||||
uses: actions/checkout@v6.0.2
|
||||
|
||||
- name: 📦 Download artifact
|
||||
uses: actions/download-artifact@v7.0.0
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ familiarityDecayLimit = 0.3
|
|||
#
|
||||
# Tank capacity of a crucible (in mB).
|
||||
#Range: 0 ~ 2147483645
|
||||
crucibleCapacity = 4032
|
||||
crucibleCapacity = 4608
|
||||
#
|
||||
# A modifier for how fast fluid containers empty into crucibles. Containers will empty 1 mB every (this) number of ticks.
|
||||
#Range: > 1
|
||||
|
|
|
|||
117
CHANGELOG.md
117
CHANGELOG.md
|
|
@ -5,6 +5,123 @@
|
|||
### Bug fixes
|
||||
### Translation updates
|
||||
|
||||
## [0.11.19] - 03-02-2026
|
||||
### Breaking changes
|
||||
- The chemical reactor recipe for making Kaolinite Powder now uses circuit 3 @Pyritie
|
||||
- The two chemical reactor recipes for Tetramethoxysilane now have circuits (1 and 2) (#2898) @Pyritie
|
||||
- Toluene + Benzene = Biphenyl + Methane now uses circuit 1 (#2928) @Pyritie
|
||||
- TFC Gurman changed its name and recipe IDs to TFC Gourmet. There will be conversion items, but not fluids, so drink all your lemonade and kvass before updating.
|
||||
- The BTX line has been modified, with the Cracker now outputting the used Catalyser instead of the LCR
|
||||
#### Energy Update
|
||||
- Cetane Boosted Diesel's duration is buffed by 30%
|
||||
- Diesel's duration is nerfed by 25%, but can now be crafted at ULV
|
||||
- Added distillation recipe to get fuel from oil with the Vacuum Chamber
|
||||
- Light Fuel isn't a fuel anymore (make Diesel with it!)
|
||||
- High Octane Gasoline now requires an IV Energy Hatch
|
||||
- Add Small Fission Reactor, Small Turbine Generator, and the Cooling Tower. You can now make power from Fission on Earth!
|
||||
- BTX has been buffed by 10%, and also produces 12.5% more with each craft!
|
||||
#### ULV changes
|
||||
- The vacuum chamber requires a blue steel spring now, so the colored steel anvil can't be skipped
|
||||
- The steel mechanical mixer can now only make weak red/blue steel dust, not regular (it can still make black steel dust though). The LV mixer can make normal red/blue steel dust
|
||||
- Changed ULV hulls to needing lead plates instead of wood plates
|
||||
- Adjusted a few other machine recipes slightly
|
||||
- Deserts now contain oil spouts for heavy, raw, light, and normal oils
|
||||
- Oilsands veins are now smaller across most of the world, except the huge ones have been moved to the desert
|
||||
- Unhid and added a recipe for the kinetic bridge (#2881) @Pyritie
|
||||
- High speed on a Belt Grinder now only requires 64 RPM instead of 128 RPM
|
||||
- Added steam alloy smelter glass batch recipes (#2853) @Pyritie
|
||||
#### LV changes
|
||||
- Completely rearranged the quest chapter! Now it should be much less intimidating for new players
|
||||
- Added Bakelite, a new early plastic used for Phenolic Boards and MV machine hulls (instead of wrought iron plates)
|
||||
- Removed the other fiberboard that was previously used for phenolic boards
|
||||
- Added some recipes to get Phenol and Methane in LV
|
||||
- Added new ceramics required to craft Cupronickel Coils, made out of your recycled TFC blast furnace, Magnesia, and some resin
|
||||
- Cupronickel coils now also need blue steel foil instead of bronze
|
||||
- Polyethylene now requires an MV chemical reactor
|
||||
- Added the Artisan Table to "knap" circuit boards and GT extruder and casting molds, replacing their crafting table recipes. @BlueBoat29 @Redeix
|
||||
#### EV changes
|
||||
- Added Radon to EV Superconductor so they are gated behind the Uranium Reactor
|
||||
- Active Energy Transformer and Normal Laser Pipe are moved to EV behind the Uranium Reactor
|
||||
- Change to Refrigerant Pellet, you now need the TerraFirmaGuard PA6 to run your first Plutonium Rods
|
||||
- Added the Heat Battery - a new multiblock that stores heat from your fission coolant
|
||||
- Rework of the Ostrum Linear Accelerator - it can now be expanded in height, requires heat from a Heat Battery to run and used for many new resources
|
||||
- Every Fission Reactor recipe now outputs a depleted rod that you have to process to get the product from fission
|
||||
- The depleted rod now has an average heat depending on the temperature of the fission reactor while it was in it. Every time the reactor goes on cooldown, it adds 10,000 heat to your rod
|
||||
- RTM Coils were modified to require resources from Mars (from the martian trees) and Rockwool, but now you don't need them as early in EV
|
||||
- Blocks (such as sand piles) in the Nuclear Turbine's chimney or turbine area will now just stop it from working instead of unforming the multiblock
|
||||
#### IV changes
|
||||
- Multi-Layer Insulated Shielding is now required for HSS-G coils.
|
||||
#### Electric Greenhouse changes
|
||||
- You can now use glass casings and trapdoors for the EGH floor. @Redeix
|
||||
- Aquaponic multiblocks now only need half an amp to run. (#2950) @Redeix
|
||||
- Base recipe duration has been reduced to 600/450/300 seconds. (#2950) @Redeix
|
||||
- More circuit options for recipes that priorities seeds/saplings and recipes that prioritize leaves have been added. (#2950) @Redeix
|
||||
- More plants have been added for production. @Redeix & @thederpysockdude123
|
||||
- The EGH and the Pisciculture recipes now require 50% less energy
|
||||
#### Other major changes
|
||||
- The railgun should actually work on servers now! (#2820, #2702, #2030, #2031, #2057, #2010) @gustovafing, @asere
|
||||
- Added two-person rockets! @BlueBoat29
|
||||
- Added new advanced GTCEu Terminals @TomPlop
|
||||
- Added much more music to the different dimensions @Pyritie
|
||||
### Changes
|
||||
- Vanadium magnetite is now usable as an iron ore for TFC purposes (#2834) @Pyritie
|
||||
- Paracetamol now cures a small amount of the Radioactive condition, and RadAway now cures everything completely @Pyritie
|
||||
- Glow ink now just requires a fluid solidifier and a ball mold, instead of whatever it was doing before @Pyritie
|
||||
- TFC "pure" fertilisers are now all craftable and provide 100 fertiliser instead of 15 (#2884) @Coox1e
|
||||
- Added shapeless recipes to convert any old stone dusts into their new equivalents (#2900) @Pyritie
|
||||
- Added recipe to convert sedimentary carbonate stone dust into flux (#2862) @Pyritie
|
||||
- Fixed the crucible capacity config on servers (#2899) @Pyritie
|
||||
- Some volcanoes should now have much bigger amounts of lava underneath them, for more lava needs, but also infinite obsidian via the rock breaker has been removed. (Use a fluid solidifier instead) @Pyritie
|
||||
- Added manual/automated sanding recipes for making smooth stone (#2876) @Pyritie
|
||||
- Added deployer recipes for all the in-world block modification recipes (#2876) @Pyritie
|
||||
- Added recipe to convert kaolin clay blocks back into kaolin clay (#2904) @Pyritie
|
||||
- Axolotls now have genders @Pyritie
|
||||
- Piglins can now spawn with crossbows @Pyritie
|
||||
- Piglin brutes now always spawn with full armor and harder-hitting weapons @Pyritie
|
||||
- Added quartzite as a mars stone type @Pyritie
|
||||
- Added assembler recipe for framed cubes (#2889) @Coox1e
|
||||
- Added a furnace recipe for dead grass to thatch (#2935) @Coox1e
|
||||
- Added support for Bluemap (#2922) @trisjob
|
||||
- Added mixer and barrel recipes for dye fluids (#2925, #2938) @OLOXpl
|
||||
- Added recipes to convert leaves into leaf piles. (#2950) @Redeix
|
||||
- Added a recipe to convert fruit leaf blocks into firmalife fruit leaf items. (#2950) @Redeix
|
||||
- Added a recipe to turn leaf blocks into hedges. (#2950) @Redeix
|
||||
- Added recipes to make krummholz. (#2950) @Redeix
|
||||
- Added config file for Via Romana support. (#2950) @Redeix
|
||||
- Backpack void upgrades are now cheaper @Pyritie
|
||||
- All tools should now have TFC damage types (#2868) @Pyritie
|
||||
- TFC magma blocks, lightblooms, and bulbkins now correctly have emissive textures @Pyritie
|
||||
- Quivers can now also go in the belt curios slot (#2927) @Pyritie
|
||||
- Various quest fixes and improvements @ashleney @Tinchik @TomPlop @Pyritie
|
||||
### Bug fixes
|
||||
- Fixed being able to right-click crops with a scythe to harvest them (#1724) @Ujhik
|
||||
- Fixed large miners not outputting crushed ore when mining Migmatite @Pyritie
|
||||
- Fixed red granite ores never dropping poor or rich raw ores @Pyritie
|
||||
- Fixed rosin leaves and saplings having tags the wrong way around (#2840) @TanJeeSchuan
|
||||
- Fixed missing borax to flux recipe @Pyritie
|
||||
- Fixed lavaproof blue steel boots not having armor resistances (#2872) @Paradalope
|
||||
- Fixed the dye colors used to make Create Deco's bricks (#2859) @silllil
|
||||
- Fixed the Electric Greenhouse outputting way less Chorus Fruit than before @Pyritie
|
||||
- Fixed the hot ingot icons for Ostrum and Vanadium ingots looking inconsistent with the regular ingots (#2875) @RubenVerg
|
||||
- Fixed pyrogallol and black and white film developer requiring too high of a heat on the pot recipe (#2909) @Pyritie
|
||||
- Fixed not being able to fire scraping blade clay mold (#2905) @Pyritie
|
||||
- Fixed stair and slab versions of road blocks not having speed bonuses (#2912) @Pyritie
|
||||
- Fixed RNR roofs not having mineable tags, and blocked the stair/slab frame from Additional Placements (#2870) @Pyritie
|
||||
- Fixed piglin brutes not dropping meat or bones @Pyritie
|
||||
- Fixed not being able to put rings, wrench tips, screwdriver tips, buzzsaw blades, or wire cutter tips in a crucible (#2913) @Pyritie
|
||||
- Fixed a concrete dupe (#2948) and some other stone-related recycling recipes @Pyritie
|
||||
- Fixed the rendering of adjacent large martian nests @Mqrius
|
||||
- Fixed the interdimensional wireless card so it should actually work again (the crafting requests aren't fixed yet though) @Mqrius
|
||||
- Fixed the position of the dimension indicator on recipes that are valid on multiple dimensions @BlueBoat29
|
||||
- Fixed rockets breaking when you were carrying something @BlueBoat29
|
||||
- Fixed a rare crash with beneath to overworld teleporting @Lolens
|
||||
- Added Sacks 'n' Such's containers to the Toolbelt blacklist, preventing a dupe (#2926) @Pyritie
|
||||
- Fixed a dupe with steam miner and steam rock crusher recycling @Pyritie
|
||||
### Translation updates
|
||||
- Chinese (simplified) @jmecn
|
||||
- Russian @Petr211071 + @Nixieeunrare
|
||||
- Spanish @NikoNeko17
|
||||
|
||||
## [0.11.18] - 23-01-2026
|
||||
### Important notes
|
||||
If you missed it, 0.11.17 was a Beta version with other important breaking changes. Be sure to [read it](https://github.com/TerraFirmaGreg-Team/Modpack-Modern/releases/tag/0.11.17) as well!
|
||||
|
|
|
|||
|
|
@ -14,13 +14,13 @@
|
|||
[startup.types.additionalplacements.slab]
|
||||
#Blocklist for controlling which blocks (that are valid for this type) will generate variants of this type
|
||||
#See https://github.com/FirEmerald/AdditionalPlacements/wiki/Blocklist-Format for blocklist format
|
||||
enabled = ["+*"]
|
||||
enabled = ["+*", "-rnr:roof_frame_slab"]
|
||||
|
||||
#Stairs
|
||||
[startup.types.additionalplacements.stairs]
|
||||
#Blocklist for controlling which blocks (that are valid for this type) will generate variants of this type
|
||||
#See https://github.com/FirEmerald/AdditionalPlacements/wiki/Blocklist-Format for blocklist format
|
||||
enabled = ["+*"]
|
||||
enabled = ["+*", "-rnr:roof_frame_stairs"]
|
||||
#Blocklist to control which blocks will allow for vertical stair connections.
|
||||
#Keep in mind vertical is RELATIVE to the placement of the stair - "vertical" for a vertically placed stair will be one of the two horizontal directions.
|
||||
#See https://github.com/FirEmerald/AdditionalPlacements/wiki/Blocklist-Format for blocklist format
|
||||
|
|
|
|||
|
|
@ -5,11 +5,21 @@
|
|||
"rnr:hoggin_slab": 1.1,
|
||||
"rnr:hoggin_stairs": 1.1,
|
||||
"#rnr:gravel_road_blocks": 1.1,
|
||||
"#rnr:gravel_road_stairs": 1.1,
|
||||
"#rnr:gravel_road_slabs": 1.1,
|
||||
"#rnr:overheight_gravel_blocks": 1.1,
|
||||
"#rnr:macadam_road_blocks": 1.2,
|
||||
"#rnr:macadam_road_stairs": 1.2,
|
||||
"#rnr:macadam_road_slabs": 1.2,
|
||||
"#rnr:sett_road_blocks": 1.2,
|
||||
"#rnr:sett_road_stairs": 1.2,
|
||||
"#rnr:sett_road_slabs": 1.2,
|
||||
"#rnr:flagstones_blocks": 1.2,
|
||||
"#rnr:flagstones_stairs": 1.2,
|
||||
"#rnr:flagstones_slabs": 1.2,
|
||||
"#rnr:cobbled_road_blocks": 1.2,
|
||||
"#rnr:cobbled_road_stairs": 1.2,
|
||||
"#rnr:cobbled_road_slabs": 1.2,
|
||||
"#rnr:functional_concrete_roads": 1.3,
|
||||
"#rnr:functional_concrete_road_stairs": 1.3,
|
||||
"#rnr:functional_concrete_road_slabs": 1.3
|
||||
|
|
|
|||
95
config/bluemap/packs/TFG_fix/assets/afc/blockColors.json
Normal file
95
config/bluemap/packs/TFG_fix/assets/afc/blockColors.json
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
{
|
||||
//AFC leaves
|
||||
"afc:wood/leaves/boabab": "@foliage",
|
||||
"afc:wood/leaves/eucalyptus": "@foliage",
|
||||
"afc:wood/leaves/mahogany": "@foliage",
|
||||
"afc:wood/leaves/hevea": "@foliage",
|
||||
"afc:wood/leaves/tualang": "@foliage",
|
||||
"afc:wood/leaves/teak": "@foliage",
|
||||
"afc:wood/leaves/cypress": "@foliage",
|
||||
"afc:wood/leaves/fig": "@foliage",
|
||||
"afc:wood/leaves/ironwood": "@foliage",
|
||||
"afc:wood/leaves/ipe": "@foliage",
|
||||
"afc:wood/leaves/gum_arabic": "@foliage",
|
||||
"afc:wood/leaves/acacia_koa": "@foliage",
|
||||
"afc:wood/leaves/poplar": "@foliage",
|
||||
"afc:wood/leaves/mpingo_blackwood": "@foliage",
|
||||
"afc:wood/leaves/mountain_fir": "@foliage",
|
||||
"afc:wood/leaves/balsam_fir": "@foliage",
|
||||
"afc:wood/leaves/scrub_hickory": "@foliage",
|
||||
"afc:wood/leaves/red_silk_cotton": "@foliage",
|
||||
"afc:wood/leaves/bigleaf_maple": "@foliage",
|
||||
"afc:wood/leaves/weeping_maple": "@foliage",
|
||||
"afc:wood/leaves/black_oak": "@foliage",
|
||||
"afc:wood/leaves/live_oak": "@foliage",
|
||||
"afc:wood/leaves/jaggery_palm": "@foliage",
|
||||
"afc:wood/leaves/stone_pine": "@foliage",
|
||||
"afc:wood/leaves/red_pine": "@foliage",
|
||||
"afc:wood/leaves/tamarack": "@foliage",
|
||||
"afc:wood/leaves/giant_rosewood": "@foliage",
|
||||
"afc:wood/leaves/coast_redwood": "@foliage",
|
||||
"afc:wood/leaves/coast_spruce": "@foliage",
|
||||
"afc:wood/leaves/sitka_spruce": "@foliage",
|
||||
"afc:wood/leaves/black_spruce": "@foliage",
|
||||
"afc:wood/leaves/atlas_cedar": "@foliage",
|
||||
"afc:wood/leaves/weeping_willow": "@foliage",
|
||||
"afc:wood/leaves/rainbow_eucalyptus": "@foliage",
|
||||
"afc:wood/leaves/mountain_ash": "@foliage",
|
||||
"afc:wood/leaves/rubber_fig": "@foliage",
|
||||
"afc:wood/leaves/redcedar": "@foliage",
|
||||
"afc:wood/leaves/weeping_cypress": "@foliage",
|
||||
"afc:wood/leaves/bald_cypress": "@foliage",
|
||||
"afc:wood/leaves/sapele_mahogany": "@foliage",
|
||||
"afc:wood/leaves/small_leaf_mahogany": "@foliage",
|
||||
"afc:wood/leaves/iroko_teak": "@foliage",
|
||||
"afc:wood/leaves/flame_of_the_forest": "@foliage",
|
||||
"afc:wood/leaves/lebombo_ironwood": "@foliage",
|
||||
"afc:wood/leaves/horsetail_ironwood": "@foliage",
|
||||
|
||||
//AFC fallen_leaves
|
||||
"afc:wood/fallen_leaves/boabab": "@foliage",
|
||||
"afc:wood/fallen_leaves/eucalyptus": "@foliage",
|
||||
"afc:wood/fallen_leaves/mahogany": "@foliage",
|
||||
"afc:wood/fallen_leaves/hevea": "@foliage",
|
||||
"afc:wood/fallen_leaves/tualang": "@foliage",
|
||||
"afc:wood/fallen_leaves/teak": "@foliage",
|
||||
"afc:wood/fallen_leaves/cypress": "@foliage",
|
||||
"afc:wood/fallen_leaves/fig": "@foliage",
|
||||
"afc:wood/fallen_leaves/ironwood": "@foliage",
|
||||
"afc:wood/fallen_leaves/ipe": "@foliage",
|
||||
"afc:wood/fallen_leaves/gum_arabic": "@foliage",
|
||||
"afc:wood/fallen_leaves/acacia_koa": "@foliage",
|
||||
"afc:wood/fallen_leaves/poplar": "@foliage",
|
||||
"afc:wood/fallen_leaves/mpingo_blackwood": "@foliage",
|
||||
"afc:wood/fallen_leaves/mountain_fir": "@foliage",
|
||||
"afc:wood/fallen_leaves/balsam_fir": "@foliage",
|
||||
"afc:wood/fallen_leaves/scrub_hickory": "@foliage",
|
||||
"afc:wood/fallen_leaves/red_silk_cotton": "@foliage",
|
||||
"afc:wood/fallen_leaves/bigleaf_maple": "@foliage",
|
||||
"afc:wood/fallen_leaves/weeping_maple": "@foliage",
|
||||
"afc:wood/fallen_leaves/black_oak": "@foliage",
|
||||
"afc:wood/fallen_leaves/live_oak": "@foliage",
|
||||
"afc:wood/fallen_leaves/jaggery_palm": "@foliage",
|
||||
"afc:wood/fallen_leaves/stone_pine": "@foliage",
|
||||
"afc:wood/fallen_leaves/red_pine": "@foliage",
|
||||
"afc:wood/fallen_leaves/tamarack": "@foliage",
|
||||
"afc:wood/fallen_leaves/giant_rosewood": "@foliage",
|
||||
"afc:wood/fallen_leaves/coast_redwood": "@foliage",
|
||||
"afc:wood/fallen_leaves/coast_spruce": "@foliage",
|
||||
"afc:wood/fallen_leaves/sitka_spruce": "@foliage",
|
||||
"afc:wood/fallen_leaves/black_spruce": "@foliage",
|
||||
"afc:wood/fallen_leaves/atlas_cedar": "@foliage",
|
||||
"afc:wood/fallen_leaves/weeping_willow": "@foliage",
|
||||
"afc:wood/fallen_leaves/rainbow_eucalyptus": "@foliage",
|
||||
"afc:wood/fallen_leaves/mountain_ash": "@foliage",
|
||||
"afc:wood/fallen_leaves/rubber_fig": "@foliage",
|
||||
"afc:wood/fallen_leaves/redcedar": "@foliage",
|
||||
"afc:wood/fallen_leaves/weeping_cypress": "@foliage",
|
||||
"afc:wood/fallen_leaves/bald_cypress": "@foliage",
|
||||
"afc:wood/fallen_leaves/sapele_mahogany": "@foliage",
|
||||
"afc:wood/fallen_leaves/small_leaf_mahogany": "@foliage",
|
||||
"afc:wood/fallen_leaves/iroko_teak": "@foliage",
|
||||
"afc:wood/fallen_leaves/flame_of_the_forest": "@foliage",
|
||||
"afc:wood/fallen_leaves/lebombo_ironwood": "@foliage",
|
||||
"afc:wood/fallen_leaves/horsetail_ironwood": "@foliage",
|
||||
}
|
||||
1087
config/bluemap/packs/TFG_fix/assets/afc/blockProperties.json
Normal file
1087
config/bluemap/packs/TFG_fix/assets/afc/blockProperties.json
Normal file
File diff suppressed because it is too large
Load diff
245
config/bluemap/packs/TFG_fix/assets/tfc/blockColors.json
Normal file
245
config/bluemap/packs/TFG_fix/assets/tfc/blockColors.json
Normal file
|
|
@ -0,0 +1,245 @@
|
|||
{
|
||||
//TFC plants
|
||||
"tfc:peat_grass": "@grass",
|
||||
"tfc:kaolin_clay_grass": "@grass",
|
||||
"tfc:grass/silt": "@grass",
|
||||
"tfc:clay_grass/silt": "@grass",
|
||||
"tfc:grass/loam": "@grass",
|
||||
"tfc:clay_grass/loam": "@grass",
|
||||
"tfc:grass/sandy": "@grass",
|
||||
"tfc:clay_grass/sandy": "@grass",
|
||||
"tfc:grass/silty_loam": "@grass",
|
||||
"tfc:clay_grass/silty_loam": "@grass",
|
||||
"tfc:grass/sandy_loam": "@grass",
|
||||
"tfc:clay_grass/sandy_loam": "@grass",
|
||||
"tfc:plant/sagebrush": "@foliage",
|
||||
"tfc:plant/cordgrass": "@foliage",
|
||||
"tfc:plant/guzmania": "@foliage",
|
||||
"tfc:plant/pine_krummholz": "@foliage",
|
||||
"tfc:plant/king_fern": "@foliage",
|
||||
"tfc:plant/perovskia": "@foliage",
|
||||
"tfc:plant/gooseberry_bush": "@foliage",
|
||||
"tfc:plant/saguaro_fruit": "@foliage",
|
||||
"tfc:plant/olive_growing_branch": "@foliage",
|
||||
"tfc:plant/manatee_grass": "@foliage",
|
||||
"tfc:plant/spanish_moss": "@foliage",
|
||||
"tfc:plant/hanging_vines_plant": "@foliage",
|
||||
"tfc:plant/philodendron": "@foliage",
|
||||
"tfc:plant/maiden_pink": "@foliage",
|
||||
"tfc:plant/switchgrass": "@foliage",
|
||||
"tfc:plant/red_apple_branch": "@foliage",
|
||||
"tfc:plant/lily_of_the_valley": "@foliage",
|
||||
"tfc:plant/licorice_fern": "@foliage",
|
||||
"tfc:plant/cloudberry_bush": "@foliage",
|
||||
"tfc:plant/ivy": "@foliage",
|
||||
"tfc:plant/peach_branch": "@foliage",
|
||||
"tfc:plant/plum_leaves": "@foliage",
|
||||
"tfc:plant/cattail": "@foliage",
|
||||
"tfc:plant/butterfly_milkweed": "@foliage",
|
||||
"tfc:plant/saguaro": "@foliage",
|
||||
"tfc:plant/laminaria": "@foliage",
|
||||
"tfc:plant/poppy": "@foliage",
|
||||
"tfc:plant/snapdragon_yellow": "@foliage",
|
||||
"tfc:plant/plum_sapling": "@foliage",
|
||||
"tfc:plant/olive_sapling": "@foliage",
|
||||
"tfc:plant/tulip_pink": "@foliage",
|
||||
"tfc:plant/dead_bush": "@foliage",
|
||||
"tfc:plant/peach_leaves": "@foliage",
|
||||
"tfc:plant/canna": "@foliage",
|
||||
"tfc:plant/green_apple_sapling": "@foliage",
|
||||
"tfc:plant/orange_sapling": "@foliage",
|
||||
"tfc:plant/strawberry_bush": "@foliage",
|
||||
"tfc:plant/raddia_grass": "@foliage",
|
||||
"tfc:plant/bromegrass": "@foliage",
|
||||
"tfc:plant/kangaroo_paw": "@foliage",
|
||||
"tfc:plant/green_apple_growing_branch": "@foliage",
|
||||
"tfc:plant/gutweed": "@foliage",
|
||||
"tfc:plant/phragmite": "@foliage",
|
||||
"tfc:plant/tulip_red": "@foliage",
|
||||
"tfc:plant/banana_sapling": "@foliage",
|
||||
"tfc:plant/sword_fern": "@foliage",
|
||||
"tfc:plant/lemon_growing_branch": "@foliage",
|
||||
"tfc:plant/elderberry_bush_cane": "@foliage",
|
||||
"tfc:plant/red_apple_growing_branch": "@foliage",
|
||||
"tfc:plant/anthurium": "@foliage",
|
||||
"tfc:plant/goldenrod": "@foliage",
|
||||
"tfc:plant/peach_growing_branch": "@foliage",
|
||||
"tfc:plant/elderberry_bush": "@foliage",
|
||||
"tfc:plant/duckweed": "@foliage",
|
||||
"tfc:plant/cranberry_bush": "@foliage",
|
||||
"tfc:plant/field_horsetail": "@foliage",
|
||||
"tfc:plant/olive_branch": "@foliage",
|
||||
"tfc:plant/giant_kelp_plant": "@foliage",
|
||||
"tfc:plant/blood_lily": "@foliage",
|
||||
"tfc:plant/raspberry_bush": "@foliage",
|
||||
"tfc:plant/leafy_kelp_plant": "@foliage",
|
||||
"tfc:plant/orange_branch": "@foliage",
|
||||
"tfc:plant/allium": "@foliage",
|
||||
"tfc:plant/lotus": "@foliage",
|
||||
"tfc:plant/strelitzia": "@foliage",
|
||||
"tfc:plant/peach_sapling": "@foliage",
|
||||
"tfc:plant/red_algae": "@foliage",
|
||||
"tfc:plant/dead_berry_bush": "@foliage",
|
||||
"tfc:plant/bur_reed": "@foliage",
|
||||
"tfc:plant/cherry_growing_branch": "@foliage",
|
||||
"tfc:plant/pulsatilla": "@foliage",
|
||||
"tfc:plant/orange_leaves": "@foliage",
|
||||
"tfc:plant/sea_palm": "@foliage",
|
||||
"tfc:plant/silver_spurflower": "@foliage",
|
||||
"tfc:plant/coontail": "@foliage",
|
||||
"tfc:plant/sapphire_tower": "@foliage",
|
||||
"tfc:plant/scutch_grass": "@foliage",
|
||||
"tfc:plant/sago": "@foliage",
|
||||
"tfc:plant/winged_kelp_plant": "@foliage",
|
||||
"tfc:plant/aspen_krummholz": "@foliage",
|
||||
"tfc:plant/raspberry_bush_cane": "@foliage",
|
||||
"tfc:plant/timothy_grass": "@foliage",
|
||||
"tfc:plant/cobblestone_lichen": "@foliage",
|
||||
"tfc:plant/snapdragon_pink": "@foliage",
|
||||
"tfc:plant/red_apple_leaves": "@foliage",
|
||||
"tfc:plant/winged_kelp": "@foliage",
|
||||
"tfc:plant/saguaro_plant": "@foliage",
|
||||
"tfc:plant/sargassum": "@foliage",
|
||||
"tfc:plant/artists_conk": "@foliage",
|
||||
"tfc:plant/black_orchid": "@foliage",
|
||||
"tfc:plant/dry_phragmite_plant": "@foliage",
|
||||
"tfc:plant/tree_fern_plant": "@foliage",
|
||||
"tfc:plant/oxeye_daisy": "@foliage",
|
||||
"tfc:plant/vriesea": "@foliage",
|
||||
"tfc:plant/toquilla_palm": "@foliage",
|
||||
"tfc:plant/badderlocks": "@foliage",
|
||||
"tfc:plant/grape_hyacinth": "@foliage",
|
||||
"tfc:plant/red_sealing_wax_palm": "@foliage",
|
||||
"tfc:plant/lemon_sapling": "@foliage",
|
||||
"tfc:plant/spanish_moss_plant": "@foliage",
|
||||
"tfc:plant/blueberry_bush_cane": "@foliage",
|
||||
"tfc:plant/bluegrass": "@foliage",
|
||||
"tfc:plant/spruce_krummholz": "@foliage",
|
||||
"tfc:plant/heliconia": "@foliage",
|
||||
"tfc:plant/water_taro": "@foliage",
|
||||
"tfc:plant/green_apple_branch": "@foliage",
|
||||
"tfc:plant/dry_phragmite": "@foliage",
|
||||
"tfc:plant/barrel_cactus": "@foliage",
|
||||
"tfc:plant/rose": "@foliage",
|
||||
"tfc:plant/houstonia": "@foliage",
|
||||
"tfc:plant/labrador_tea": "@foliage",
|
||||
"tfc:plant/nasturtium": "@foliage",
|
||||
"tfc:plant/leafy_kelp": "@foliage",
|
||||
"tfc:plant/moss": "@foliage",
|
||||
"tfc:plant/yucca": "@foliage",
|
||||
"tfc:plant/lemon_leaves": "@foliage",
|
||||
"tfc:plant/snowberry_bush": "@foliage",
|
||||
"tfc:plant/orchard_grass": "@foliage",
|
||||
"tfc:plant/morning_glory": "@foliage",
|
||||
"tfc:plant/hanging_vines": "@foliage",
|
||||
"tfc:plant/water_lily": "@foliage",
|
||||
"tfc:plant/blueberry_bush": "@foliage",
|
||||
"tfc:plant/blue_orchid": "@foliage",
|
||||
"tfc:plant/banana_plant": "@foliage",
|
||||
"tfc:plant/blackberry_bush_cane": "@foliage",
|
||||
"tfc:plant/reindeer_lichen": "@foliage",
|
||||
"tfc:plant/athyrium_fern": "@foliage",
|
||||
"tfc:plant/trillium": "@foliage",
|
||||
"tfc:plant/white_cedar_krummholz": "@foliage",
|
||||
"tfc:plant/turtle_grass": "@foliage",
|
||||
"tfc:plant/arrowhead": "@foliage",
|
||||
"tfc:plant/blackberry_bush": "@foliage",
|
||||
"tfc:plant/tall_fescue_grass": "@foliage",
|
||||
"tfc:plant/blue_ginger": "@foliage",
|
||||
"tfc:plant/arundo": "@foliage",
|
||||
"tfc:plant/sacred_datura": "@foliage",
|
||||
"tfc:plant/tree_fern": "@foliage",
|
||||
"tfc:plant/heather": "@foliage",
|
||||
"tfc:plant/foxglove": "@foliage",
|
||||
"tfc:plant/liana": "@foliage",
|
||||
"tfc:plant/douglas_fir_krummholz": "@foliage",
|
||||
"tfc:plant/lemon_branch": "@foliage",
|
||||
"tfc:plant/giant_kelp_flower": "@foliage",
|
||||
"tfc:plant/meads_milkweed": "@foliage",
|
||||
"tfc:plant/tulip_orange": "@foliage",
|
||||
"tfc:plant/arundo_plant": "@foliage",
|
||||
"tfc:plant/olive_leaves": "@foliage",
|
||||
"tfc:plant/pistia": "@foliage",
|
||||
"tfc:plant/snapdragon_red": "@foliage",
|
||||
"tfc:plant/water_canna": "@foliage",
|
||||
"tfc:plant/ryegrass": "@foliage",
|
||||
"tfc:plant/fountain_grass": "@foliage",
|
||||
"tfc:plant/bunchberry_bush": "@foliage",
|
||||
"tfc:plant/lady_fern": "@foliage",
|
||||
"tfc:plant/dandelion": "@foliage",
|
||||
"tfc:plant/tulip_white": "@foliage",
|
||||
"tfc:plant/cherry_leaves": "@foliage",
|
||||
"tfc:plant/cherry_sapling": "@foliage",
|
||||
"tfc:plant/orange_growing_branch": "@foliage",
|
||||
"tfc:plant/dead_banana_plant": "@foliage",
|
||||
"tfc:plant/star_grass": "@foliage",
|
||||
"tfc:plant/desert_flame": "@foliage",
|
||||
"tfc:plant/eel_grass": "@foliage",
|
||||
"tfc:plant/wintergreen_berry_bush": "@foliage",
|
||||
"tfc:plant/beachgrass": "@foliage",
|
||||
"tfc:plant/milfoil": "@foliage",
|
||||
"tfc:plant/pickerelweed": "@foliage",
|
||||
"tfc:plant/primrose": "@foliage",
|
||||
"tfc:plant/sea_lavender": "@foliage",
|
||||
"tfc:plant/marigold": "@foliage",
|
||||
"tfc:plant/tropical_milkweed": "@foliage",
|
||||
"tfc:plant/pampas_grass": "@foliage",
|
||||
"tfc:plant/ostrich_fern": "@foliage",
|
||||
"tfc:plant/green_algae": "@foliage",
|
||||
"tfc:plant/liana_plant": "@foliage",
|
||||
"tfc:plant/hibiscus": "@foliage",
|
||||
"tfc:plant/green_apple_leaves": "@foliage",
|
||||
"tfc:plant/jungle_vines": "@foliage",
|
||||
"tfc:plant/dead_cane": "@foliage",
|
||||
"tfc:plant/red_apple_sapling": "@foliage",
|
||||
"tfc:plant/calendula": "@foliage",
|
||||
"tfc:plant/plum_growing_branch": "@foliage",
|
||||
"tfc:plant/snapdragon_white": "@foliage",
|
||||
"tfc:plant/cherry_branch": "@foliage",
|
||||
"tfc:plant/plum_branch": "@foliage",
|
||||
"tfc:plant/lilac": "@foliage",
|
||||
|
||||
//TFC leaves
|
||||
"tfc:wood/leaves/willow": "@foliage",
|
||||
"tfc:wood/leaves/acacia": "@foliage",
|
||||
"tfc:wood/leaves/maple": "@foliage",
|
||||
"tfc:wood/leaves/douglas_fir": "@foliage",
|
||||
"tfc:wood/leaves/chestnut": "@foliage",
|
||||
"tfc:wood/leaves/kapok": "@foliage",
|
||||
"tfc:wood/leaves/blackwood": "@foliage",
|
||||
"tfc:wood/leaves/oak": "@foliage",
|
||||
"tfc:wood/leaves/sequoia": "@foliage",
|
||||
"tfc:wood/leaves/mangrove": "@foliage",
|
||||
"tfc:wood/leaves/white_cedar": "@foliage",
|
||||
"tfc:wood/leaves/ash": "@foliage",
|
||||
"tfc:wood/leaves/hickory": "@foliage",
|
||||
"tfc:wood/leaves/birch": "@foliage",
|
||||
"tfc:wood/leaves/rosewood": "@foliage",
|
||||
"tfc:wood/leaves/spruce": "@foliage",
|
||||
"tfc:wood/leaves/palm": "@foliage",
|
||||
"tfc:wood/leaves/aspen": "@foliage",
|
||||
"tfc:wood/leaves/pine": "@foliage",
|
||||
"tfc:wood/leaves/sycamore": "@foliage",
|
||||
|
||||
//TFC fallen leaves
|
||||
"tfc:wood/fallen_leaves/willow": "@foliage",
|
||||
"tfc:wood/fallen_leaves/acacia": "@foliage",
|
||||
"tfc:wood/fallen_leaves/maple": "@foliage",
|
||||
"tfc:wood/fallen_leaves/douglas_fir": "@foliage",
|
||||
"tfc:wood/fallen_leaves/chestnut": "@foliage",
|
||||
"tfc:wood/fallen_leaves/kapok": "@foliage",
|
||||
"tfc:wood/fallen_leaves/blackwood": "@foliage",
|
||||
"tfc:wood/fallen_leaves/oak": "@foliage",
|
||||
"tfc:wood/fallen_leaves/sequoia": "@foliage",
|
||||
"tfc:wood/fallen_leaves/mangrove": "@foliage",
|
||||
"tfc:wood/fallen_leaves/white_cedar": "@foliage",
|
||||
"tfc:wood/fallen_leaves/ash": "@foliage",
|
||||
"tfc:wood/fallen_leaves/hickory": "@foliage",
|
||||
"tfc:wood/fallen_leaves/birch": "@foliage",
|
||||
"tfc:wood/fallen_leaves/rosewood": "@foliage",
|
||||
"tfc:wood/fallen_leaves/spruce": "@foliage",
|
||||
"tfc:wood/fallen_leaves/palm": "@foliage",
|
||||
"tfc:wood/fallen_leaves/aspen": "@foliage",
|
||||
"tfc:wood/fallen_leaves/pine": "@foliage",
|
||||
"tfc:wood/fallen_leaves/sycamore": "@foliage"
|
||||
}
|
||||
1793
config/bluemap/packs/TFG_fix/assets/tfc/blockProperties.json
Normal file
1793
config/bluemap/packs/TFG_fix/assets/tfc/blockProperties.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
6
config/bluemap/packs/TFG_fix/pack.mcmeta
Normal file
6
config/bluemap/packs/TFG_fix/pack.mcmeta
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"pack": {
|
||||
"pack_format": 8,
|
||||
"description": "TFC Water and Grass Fix for BlueMap by dhs92 + AFC tree and leaves fix by WoopSmile"
|
||||
}
|
||||
}
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
[whitelist]
|
||||
#Whitelist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config
|
||||
#Entities that CAN be picked up (useWhitelistEntities must be true)
|
||||
allowedEntities = ["minecraft:axolotl", "tfc:turkey", "tfc:isopod", "tfc:lobster", "tfc:frog", "tfc:penguin", "tfc:turtle", "tfc:horseshoe_crab", "tfc:crayfish", "tfc:grouse", "tfc:pheasant", "tfc:peafowl", "tfc:rat", "tfc:chicken", "tfc:duck", "tfc:quail", "tfc:rabbit", "tfc:sheep", "tfc:wolf", "tfc:dog", "tfc:pig", "tfc:goat", "tfc:alpaca", "tfg:wraptor", "tfg:surfer", "tfg:moon_rabbit", "species:limpet", "species:birt", "species:stackatick", "species:springling", "tfg:glacian_ram", "wan_ancient_beasts:crusher", "wan_ancient_beasts:glider", "wan_ancient_beasts:soarer", "wan_ancient_beasts:surfer", "primitive_creatures:viloger_10"]
|
||||
allowedEntities = ["minecraft:axolotl", "tfc:turkey", "tfc:isopod", "tfc:lobster", "tfc:frog", "tfc:penguin", "tfc:turtle", "tfc:horseshoe_crab", "tfc:crayfish", "tfc:grouse", "tfc:pheasant", "tfc:peafowl", "tfc:rat", "tfc:chicken", "tfc:duck", "tfc:quail", "tfc:rabbit", "tfc:sheep", "tfc:wolf", "tfc:dog", "tfc:pig", "tfc:goat", "tfc:alpaca", "tfg:wraptor", "tfg:surfer", "tfg:moon_rabbit", "species:limpet", "species:birt", "species:stackatick", "species:springling", "tfg:glacian_ram", "wan_ancient_beasts:crusher", "wan_ancient_beasts:glider", "wan_ancient_beasts:soarer", "wan_ancient_beasts:surfer", "wan_ancient_beasts:snatcher", "primitive_creatures:viloger_10"]
|
||||
#Blocks that CAN be picked up (useWhitelistBlocks must be true)
|
||||
allowedBlocks = ["framedblocks:framed_chest", "tfc:wood/chest/*", "tfc:wood/trapped_chest/*", "afc:wood/chest/*", "afc:wood/trapped_chest/*", "#forge:chests/wooden"]
|
||||
#Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true)
|
||||
|
|
|
|||
|
|
@ -123,12 +123,12 @@
|
|||
"curseForgeHash": 409215932,
|
||||
"modrinthHash": "f0b711df59cd589b088e536ca4134c5e6e73fd58"
|
||||
},
|
||||
"AmbientSounds_FORGE_v6.3.3_mc1.20.1.jar": {
|
||||
"jarName": "AmbientSounds_FORGE_v6.3.3_mc1.20.1.jar",
|
||||
"AmbientSounds_FORGE_v6.3.4_mc1.20.1.jar": {
|
||||
"jarName": "AmbientSounds_FORGE_v6.3.4_mc1.20.1.jar",
|
||||
"modId": "ambientsounds",
|
||||
"version": "6.3.3",
|
||||
"curseForgeHash": 1083459992,
|
||||
"modrinthHash": "b4a0e4937db9c83ec82a6809f8d53ab2b9e7a62c"
|
||||
"version": "6.3.4",
|
||||
"curseForgeHash": 2803957593,
|
||||
"modrinthHash": "e84e7053c4c3a73c7f608c9da516bb5d393aab60"
|
||||
},
|
||||
"applied_ammo_box-1.0.2.jar": {
|
||||
"jarName": "applied_ammo_box-1.0.2.jar",
|
||||
|
|
@ -165,12 +165,12 @@
|
|||
"curseForgeHash": 381211649,
|
||||
"modrinthHash": "6eb69343eb21d38f95d1b1d00e6bc777bdb336fa"
|
||||
},
|
||||
"baguettelib-1.20.1-Forge-1.1.5.jar": {
|
||||
"jarName": "baguettelib-1.20.1-Forge-1.1.5.jar",
|
||||
"baguettelib-1.20.1-Forge-1.1.6.jar": {
|
||||
"jarName": "baguettelib-1.20.1-Forge-1.1.6.jar",
|
||||
"modId": "baguettelib",
|
||||
"version": "1.1.5",
|
||||
"curseForgeHash": 734602455,
|
||||
"modrinthHash": "7aaab6216e7fc72e1606b1e35f1f56a18f01153f"
|
||||
"version": "1.1.6",
|
||||
"curseForgeHash": 2947245849,
|
||||
"modrinthHash": "8d3c9551bbed4c2f2e8cb2b9a10d31bad4edb52d"
|
||||
},
|
||||
"balm-forge-1.20.1-7.3.38-all.jar": {
|
||||
"jarName": "balm-forge-1.20.1-7.3.38-all.jar",
|
||||
|
|
@ -396,12 +396,12 @@
|
|||
"curseForgeHash": 2156032012,
|
||||
"modrinthHash": "b13d912b9247a38d66d11598c121442585a1c1e9"
|
||||
},
|
||||
"create_connected-1.1.10-mc1.20.1-all.jar": {
|
||||
"jarName": "create_connected-1.1.10-mc1.20.1-all.jar",
|
||||
"create_connected-1.1.12-mc1.20.1-all.jar": {
|
||||
"jarName": "create_connected-1.1.12-mc1.20.1-all.jar",
|
||||
"modId": "create_connected",
|
||||
"version": "1.1.10-mc1.20.1",
|
||||
"curseForgeHash": 198954090,
|
||||
"modrinthHash": "eea1d04aee638689a99acf66457327b13a4b3f96"
|
||||
"version": "1.1.12-mc1.20.1",
|
||||
"curseForgeHash": 658641737,
|
||||
"modrinthHash": "6a27b27ad502429650fa621009daacc876bd3e28"
|
||||
},
|
||||
"create_factory_logistics-1.20.1-1.4.7.jar": {
|
||||
"jarName": "create_factory_logistics-1.20.1-1.4.7.jar",
|
||||
|
|
@ -452,13 +452,6 @@
|
|||
"curseForgeHash": 3915242941,
|
||||
"modrinthHash": "338704cdf6623ad96983e72e81e8a9d97e8b28d8"
|
||||
},
|
||||
"createstockbridge-1.20-0.1.5.jar": {
|
||||
"jarName": "createstockbridge-1.20-0.1.5.jar",
|
||||
"modId": "createstockbridge",
|
||||
"version": "0.1.5",
|
||||
"curseForgeHash": 3147522607,
|
||||
"modrinthHash": "0fa15f11788e3bc3a812fc597ade17af33888952"
|
||||
},
|
||||
"CreativeCore_FORGE_v2.12.32_mc1.20.1.jar": {
|
||||
"jarName": "CreativeCore_FORGE_v2.12.32_mc1.20.1.jar",
|
||||
"modId": "creativecore",
|
||||
|
|
@ -515,12 +508,12 @@
|
|||
"curseForgeHash": 4053708632,
|
||||
"modrinthHash": "08b58bfbdf20660bdc5a0c4a0b088f7d89f40a38"
|
||||
},
|
||||
"domum_ornamentum-1.20.1-1.0.295-snapshot-universal.jar": {
|
||||
"jarName": "domum_ornamentum-1.20.1-1.0.295-snapshot-universal.jar",
|
||||
"domum_ornamentum-1.20.1-1.0.295-universal.jar": {
|
||||
"jarName": "domum_ornamentum-1.20.1-1.0.295-universal.jar",
|
||||
"modId": "domum_ornamentum",
|
||||
"version": "1.20.1-1.0.295-snapshot",
|
||||
"curseForgeHash": 2324950079,
|
||||
"modrinthHash": "f5fc47a7006445e4f999611d1cc95bda55c70b1f"
|
||||
"version": "1.20.1-1.0.295",
|
||||
"curseForgeHash": 2550579719,
|
||||
"modrinthHash": "29950245b98ec35184d806e3b9ace700e67ac585"
|
||||
},
|
||||
"drippyloadingscreen_forge_3.1.0_MC_1.20.1.jar": {
|
||||
"jarName": "drippyloadingscreen_forge_3.1.0_MC_1.20.1.jar",
|
||||
|
|
@ -627,12 +620,12 @@
|
|||
"curseForgeHash": 3575355395,
|
||||
"modrinthHash": "ceeeae222c51ae100e5126c4a5a7a05f4f3f4712"
|
||||
},
|
||||
"FastSuite-1.20.1-5.1.1.jar": {
|
||||
"jarName": "FastSuite-1.20.1-5.1.1.jar",
|
||||
"FastSuite-1.20.1-5.1.2.jar": {
|
||||
"jarName": "FastSuite-1.20.1-5.1.2.jar",
|
||||
"modId": "fastsuite",
|
||||
"version": "5.1.1",
|
||||
"curseForgeHash": 4161769711,
|
||||
"modrinthHash": "dfceb81524a9e1be19bf89d0281c05b6edf5326c"
|
||||
"version": "5.1.2",
|
||||
"curseForgeHash": 2881858684,
|
||||
"modrinthHash": "32ea4495b0e646f8f060e4e97d17044dd9fdefbd"
|
||||
},
|
||||
"FastWorkbench-1.20.1-8.0.4.jar": {
|
||||
"jarName": "FastWorkbench-1.20.1-8.0.4.jar",
|
||||
|
|
@ -760,19 +753,19 @@
|
|||
"curseForgeHash": 3895274001,
|
||||
"modrinthHash": "6f1e3a25c4a0258c2592fefb837f95a24eb3bfa0"
|
||||
},
|
||||
"fzzy_config-0.7.5+1.20.1+forge.jar": {
|
||||
"jarName": "fzzy_config-0.7.5+1.20.1+forge.jar",
|
||||
"fzzy_config-0.7.6+1.20.1+forge.jar": {
|
||||
"jarName": "fzzy_config-0.7.6+1.20.1+forge.jar",
|
||||
"modId": "fzzy_config",
|
||||
"version": "0.7.5+1.20.1+forge",
|
||||
"curseForgeHash": 1765843012,
|
||||
"modrinthHash": "7e890f8b527ccb4523fed54a2864549a53f65fed"
|
||||
"version": "0.7.6+1.20.1+forge",
|
||||
"curseForgeHash": 3620637257,
|
||||
"modrinthHash": "2e9ca1c5f028c251e1bc18b9ebaa06d401c8e624"
|
||||
},
|
||||
"geckolib-forge-1.20.1-4.8.2.jar": {
|
||||
"jarName": "geckolib-forge-1.20.1-4.8.2.jar",
|
||||
"geckolib-forge-1.20.1-4.8.3.jar": {
|
||||
"jarName": "geckolib-forge-1.20.1-4.8.3.jar",
|
||||
"modId": "geckolib",
|
||||
"version": "4.8.2",
|
||||
"curseForgeHash": 1555934041,
|
||||
"modrinthHash": "395a9f21a36dc8466d67c2af67a904e7013460d1"
|
||||
"version": "4.8.3",
|
||||
"curseForgeHash": 4092514766,
|
||||
"modrinthHash": "5428765c6c2e2135da6ee01f2f0478fa0db6aee7"
|
||||
},
|
||||
"Glodium-1.20-1.5-forge.jar": {
|
||||
"jarName": "Glodium-1.20-1.5-forge.jar",
|
||||
|
|
@ -795,12 +788,12 @@
|
|||
"curseForgeHash": 3324262533,
|
||||
"modrinthHash": "aa53625ab5e145c6aa196645335b062b37ae82da"
|
||||
},
|
||||
"greate-0.0.62.jar": {
|
||||
"jarName": "greate-0.0.62.jar",
|
||||
"greate-0.0.64.jar": {
|
||||
"jarName": "greate-0.0.64.jar",
|
||||
"modId": "greate",
|
||||
"version": "0.0.62",
|
||||
"curseForgeHash": 4030779299,
|
||||
"modrinthHash": "0e4ffe5e88f97df724172b3061a1691028f45582"
|
||||
"version": "0.0.64",
|
||||
"curseForgeHash": 2026447132,
|
||||
"modrinthHash": "7e779ac568c27ebb8cb9b16c6b8797b633ffdcdf"
|
||||
},
|
||||
"gtceu-1.20.1-7.4.1.jar": {
|
||||
"jarName": "gtceu-1.20.1-7.4.1.jar",
|
||||
|
|
@ -809,12 +802,19 @@
|
|||
"curseForgeHash": 2174922911,
|
||||
"modrinthHash": "50ae5df1cc5213aa429a976b6393e0bd4e22238e"
|
||||
},
|
||||
"gtmoldraw-3.0.0.jar": {
|
||||
"jarName": "gtmoldraw-3.0.0.jar",
|
||||
"gtceuterminal-2.4.5.jar": {
|
||||
"jarName": "gtceuterminal-2.4.5.jar",
|
||||
"modId": "gtceuterminal",
|
||||
"version": "1.0.2",
|
||||
"curseForgeHash": 3654021553,
|
||||
"modrinthHash": "d0e5cd6b8d6d5fe89f9e24434c35a61bc0294896"
|
||||
},
|
||||
"gtmoldraw-3.0.1.jar": {
|
||||
"jarName": "gtmoldraw-3.0.1.jar",
|
||||
"modId": "moldraw",
|
||||
"version": "3.0.0",
|
||||
"curseForgeHash": 586035337,
|
||||
"modrinthHash": "9377694e2e3d8c62bdacd400e125acc732c54803"
|
||||
"version": "3.0.1",
|
||||
"curseForgeHash": 3258582267,
|
||||
"modrinthHash": "caaf28b88afe1b01ec4180a4458c2795184255bc"
|
||||
},
|
||||
"guideme-20.1.14.jar": {
|
||||
"jarName": "guideme-20.1.14.jar",
|
||||
|
|
@ -844,12 +844,12 @@
|
|||
"curseForgeHash": 726705548,
|
||||
"modrinthHash": "bc2d8febd3ddb7f5a0da5c840544ad49eb6e8625"
|
||||
},
|
||||
"ImmediatelyFast-Forge-1.5.3+1.20.4.jar": {
|
||||
"jarName": "ImmediatelyFast-Forge-1.5.3+1.20.4.jar",
|
||||
"ImmediatelyFast-Forge-1.5.4+1.20.4.jar": {
|
||||
"jarName": "ImmediatelyFast-Forge-1.5.4+1.20.4.jar",
|
||||
"modId": "immediatelyfast",
|
||||
"version": "1.5.3+1.20.4",
|
||||
"curseForgeHash": 2056126318,
|
||||
"modrinthHash": "d4695d013e9da7089e2906db3f56bc5398e478e2"
|
||||
"version": "1.5.4+1.20.4",
|
||||
"curseForgeHash": 4234781540,
|
||||
"modrinthHash": "e2e60485a0c3efa72f1948c952b095150e3ba4fc"
|
||||
},
|
||||
"immersive_aircraft-1.4.0+1.20.1-forge.jar": {
|
||||
"jarName": "immersive_aircraft-1.4.0+1.20.1-forge.jar",
|
||||
|
|
@ -968,12 +968,12 @@
|
|||
"curseForgeHash": 2035895651,
|
||||
"modrinthHash": "e6346060ae70cbf103b231d8a1536bcd044c84a8"
|
||||
},
|
||||
"lootjs-forge-1.20.1-2.13.0.jar": {
|
||||
"jarName": "lootjs-forge-1.20.1-2.13.0.jar",
|
||||
"lootjs-forge-1.20.1-2.13.1.jar": {
|
||||
"jarName": "lootjs-forge-1.20.1-2.13.1.jar",
|
||||
"modId": "lootjs",
|
||||
"version": "1.20.1-2.13.0",
|
||||
"curseForgeHash": 4083554858,
|
||||
"modrinthHash": "fdf90acf177c19bcbfaa08527f6568bd3e6e622e"
|
||||
"version": "1.20.1-2.13.1",
|
||||
"curseForgeHash": 1389353380,
|
||||
"modrinthHash": "804deb0bd34d69cad873170642b9d7e47fa0d6ad"
|
||||
},
|
||||
"lootr-forge-1.20-0.7.35.94.jar": {
|
||||
"jarName": "lootr-forge-1.20-0.7.35.94.jar",
|
||||
|
|
@ -1024,12 +1024,12 @@
|
|||
"curseForgeHash": 544928077,
|
||||
"modrinthHash": "24e6611df470afd957eafd16c43890b7214e3da9"
|
||||
},
|
||||
"modernfix-forge-5.26.1+mc1.20.1.jar": {
|
||||
"jarName": "modernfix-forge-5.26.1+mc1.20.1.jar",
|
||||
"modernfix-forge-5.26.2+mc1.20.1.jar": {
|
||||
"jarName": "modernfix-forge-5.26.2+mc1.20.1.jar",
|
||||
"modId": "modernfix",
|
||||
"version": "5.26.1+mc1.20.1",
|
||||
"curseForgeHash": 424935770,
|
||||
"modrinthHash": "fa0163b33e911b69af61fee8a3920820e7c617a0"
|
||||
"version": "5.26.2+mc1.20.1",
|
||||
"curseForgeHash": 2785638273,
|
||||
"modrinthHash": "0adfc122e9f632d8847688c4c3ed20a1af182afa"
|
||||
},
|
||||
"ModernUI-Forge-1.20.1-3.12.0.1-universal.jar": {
|
||||
"jarName": "ModernUI-Forge-1.20.1-3.12.0.1-universal.jar",
|
||||
|
|
@ -1038,12 +1038,12 @@
|
|||
"curseForgeHash": 2393054142,
|
||||
"modrinthHash": "fcebe51e3c2ca34793f9b132fa05b5494ffc76a4"
|
||||
},
|
||||
"moonlight-1.20-2.16.23-forge.jar": {
|
||||
"jarName": "moonlight-1.20-2.16.23-forge.jar",
|
||||
"moonlight-1.20-2.16.27-forge.jar": {
|
||||
"jarName": "moonlight-1.20-2.16.27-forge.jar",
|
||||
"modId": "moonlight",
|
||||
"version": "1.20-2.16.23",
|
||||
"curseForgeHash": 3524849719,
|
||||
"modrinthHash": "c63750ef54ac17d0dc1e58c246c6dac3d8d9ac87"
|
||||
"version": "1.20-2.16.27",
|
||||
"curseForgeHash": 827170608,
|
||||
"modrinthHash": "0a1b384ec20d63e94c56123b53e264dc2afe5b17"
|
||||
},
|
||||
"morered-1.20.1-4.0.0.4.jar": {
|
||||
"jarName": "morered-1.20.1-4.0.0.4.jar",
|
||||
|
|
@ -1094,12 +1094,12 @@
|
|||
"curseForgeHash": 1367373369,
|
||||
"modrinthHash": "c0806369f4257149664904db44efc60bd1785c17"
|
||||
},
|
||||
"notenoughanimations-forge-1.11.1-mc1.20.1.jar": {
|
||||
"jarName": "notenoughanimations-forge-1.11.1-mc1.20.1.jar",
|
||||
"notenoughanimations-forge-1.11.2-mc1.20.1.jar": {
|
||||
"jarName": "notenoughanimations-forge-1.11.2-mc1.20.1.jar",
|
||||
"modId": "notenoughanimations",
|
||||
"version": "1.11.1",
|
||||
"curseForgeHash": 1394524316,
|
||||
"modrinthHash": "9aa8917d7c0a5311dc495da3c720434de49e0e24"
|
||||
"version": "1.11.2",
|
||||
"curseForgeHash": 978006094,
|
||||
"modrinthHash": "fe7898d27c15b76552a69b972abec0728be9ea8a"
|
||||
},
|
||||
"OctoLib-FORGE-0.5.0.1+1.20.1.jar": {
|
||||
"jarName": "OctoLib-FORGE-0.5.0.1+1.20.1.jar",
|
||||
|
|
@ -1129,12 +1129,12 @@
|
|||
"curseForgeHash": 3233971835,
|
||||
"modrinthHash": "cc0332d3bbf7824b673abc59e231f1f5aafc6420"
|
||||
},
|
||||
"particle_core-0.3.1+1.20.1+forge.jar": {
|
||||
"jarName": "particle_core-0.3.1+1.20.1+forge.jar",
|
||||
"particle_core-0.3.2+1.20.1+forge.jar": {
|
||||
"jarName": "particle_core-0.3.2+1.20.1+forge.jar",
|
||||
"modId": "particle_core",
|
||||
"version": "0.3.1+1.20.1+forge",
|
||||
"curseForgeHash": 4077743380,
|
||||
"modrinthHash": "935a8c19cc7a72364fdfe494d9ddbd599f01588d"
|
||||
"version": "0.3.2+1.20.1+forge",
|
||||
"curseForgeHash": 1864908717,
|
||||
"modrinthHash": "57079d1607ce044533fb076d2db0e2a3d277a4fb"
|
||||
},
|
||||
"particular-1.20.1-Forge-1.2.7.jar": {
|
||||
"jarName": "particular-1.20.1-Forge-1.2.7.jar",
|
||||
|
|
@ -1164,6 +1164,13 @@
|
|||
"curseForgeHash": 3174429337,
|
||||
"modrinthHash": "e85f53de2e582a79ce25ff1df1e7b5b5fc08440f"
|
||||
},
|
||||
"playerrevive_compat-1.0.2-12c699b.jar": {
|
||||
"jarName": "playerrevive_compat-1.0.2-12c699b.jar",
|
||||
"modId": "playerrevive_compat",
|
||||
"version": "1.0.2",
|
||||
"curseForgeHash": 2120677158,
|
||||
"modrinthHash": "a0f05d85155560b743d6ffab61741e3da3803611"
|
||||
},
|
||||
"PlayerRevive_FORGE_v2.0.31_mc1.20.1.jar": {
|
||||
"jarName": "PlayerRevive_FORGE_v2.0.31_mc1.20.1.jar",
|
||||
"modId": "playerrevive",
|
||||
|
|
@ -1374,12 +1381,12 @@
|
|||
"curseForgeHash": 218830698,
|
||||
"modrinthHash": "7d4f578a42c9b880744ea6058a495847aac9e4c3"
|
||||
},
|
||||
"tacz-tweaks-2.12.1-all.jar": {
|
||||
"jarName": "tacz-tweaks-2.12.1-all.jar",
|
||||
"tacz-tweaks-2.12.2-all.jar": {
|
||||
"jarName": "tacz-tweaks-2.12.2-all.jar",
|
||||
"modId": "tacztweaks",
|
||||
"version": "2.12.1",
|
||||
"curseForgeHash": 769672337,
|
||||
"modrinthHash": "92c9981e2e2f2edecab25ee48c5bade7a14298a8"
|
||||
"version": "2.12.2",
|
||||
"curseForgeHash": 493830591,
|
||||
"modrinthHash": "f726c2d0ac2c77e3cc7f93fad7fd4338117c7a80"
|
||||
},
|
||||
"taczammoquery-1.20.1-1.0.0.jar": {
|
||||
"jarName": "taczammoquery-1.20.1-1.0.0.jar",
|
||||
|
|
@ -1402,19 +1409,19 @@
|
|||
"curseForgeHash": 2679626739,
|
||||
"modrinthHash": "ea725f5bed9662aa22d4ec089a009bd52fb82275"
|
||||
},
|
||||
"TerraFirmaGreg-Core-Modern-0.8.18.jar": {
|
||||
"jarName": "TerraFirmaGreg-Core-Modern-0.8.18.jar",
|
||||
"TerraFirmaGreg-Core-Modern-0.8.19.jar": {
|
||||
"jarName": "TerraFirmaGreg-Core-Modern-0.8.19.jar",
|
||||
"modId": "tfg",
|
||||
"version": "0.8.18",
|
||||
"curseForgeHash": 3264017794,
|
||||
"modrinthHash": "b4f98b976aa7096b6ec0a6bd291fb16415dfeb3a"
|
||||
"version": "0.8.19",
|
||||
"curseForgeHash": 275630824,
|
||||
"modrinthHash": "ff9b919b7afa7a8f921c50d29718d4a3f8115648"
|
||||
},
|
||||
"tfc_gurman-1.3.0.jar": {
|
||||
"jarName": "tfc_gurman-1.3.0.jar",
|
||||
"modId": "tfc_gurman",
|
||||
"version": "1.3.0",
|
||||
"curseForgeHash": 1214501371,
|
||||
"modrinthHash": "c55512789128af89d57fe0c9a2f3b4d59a491724"
|
||||
"tfc_gourmet-1.4.3.jar": {
|
||||
"jarName": "tfc_gourmet-1.4.3.jar",
|
||||
"modId": "tfc_gourmet",
|
||||
"version": "1.4.3",
|
||||
"curseForgeHash": 415442845,
|
||||
"modrinthHash": "103326499c4a574c87474a5af52f97d7a730071f"
|
||||
},
|
||||
"TFC_punishment_for_death-1.20.1-1.0.0.15.jar": {
|
||||
"jarName": "TFC_punishment_for_death-1.20.1-1.0.0.15.jar",
|
||||
|
|
@ -1626,12 +1633,12 @@
|
|||
"curseForgeHash": 1687292018,
|
||||
"modrinthHash": "d1416bd683464538a7615d1649eecc7027b227e2"
|
||||
},
|
||||
"wab-1.20.1-1.3.2.jar": {
|
||||
"jarName": "wab-1.20.1-1.3.2.jar",
|
||||
"wab-1.20.1-1.4.1.jar": {
|
||||
"jarName": "wab-1.20.1-1.4.1.jar",
|
||||
"modId": "wan_ancient_beasts",
|
||||
"version": "1.3.2",
|
||||
"curseForgeHash": 2333549546,
|
||||
"modrinthHash": "7298a59e383d2327e2acc49d8f1b132cedb8860b"
|
||||
"version": "1.4.1",
|
||||
"curseForgeHash": 194648790,
|
||||
"modrinthHash": "6a9465b15671d7f1ea2f7b3ed44c881065b945f6"
|
||||
},
|
||||
"wakes-1.20.1-Forge-1.0.9.jar": {
|
||||
"jarName": "wakes-1.20.1-Forge-1.0.9.jar",
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ key_key.astikorcarts.desc:key.keyboard.r:NONE
|
|||
key_key.curios.open.desc:key.keyboard.unknown:NONE
|
||||
key_create.keyinfo.toolmenu:key.keyboard.left.alt:NONE
|
||||
key_create.keyinfo.toolbelt:key.keyboard.left.alt:NONE
|
||||
key_key.toolbelt.open:key.keyboard.unknown:NONE
|
||||
key_key.toolbelt.open:key.keyboard.x:NONE
|
||||
key_key.toolbelt.slot:key.keyboard.unknown:NONE
|
||||
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown:NONE
|
||||
key_gui.xaero_instant_waypoint:key.keyboard.unknown:NONE
|
||||
|
|
@ -120,4 +120,9 @@ key_gtceu.key.armor_mode_switch:key.keyboard.o
|
|||
key_key.ftbchunks.map:key.keyboard.unknown:NONE
|
||||
key_key.ftbchunks.claim_manager:key.keyboard.unknown:NONE
|
||||
key_key.ad_astra.toggle_suit_flight:key.keyboard.h:NONE
|
||||
key_key.ad_astra.open_radio:key.keyboard.r:NONE
|
||||
key_key.ad_astra.open_radio:key.keyboard.r:NONE
|
||||
key_key.wan_ancient_beasts.special_ability:key.keyboard.c:NONE
|
||||
key_key.saveToolbarActivator:key.keyboard.unknown:NONE
|
||||
key_key.loadToolbarActivator:key.keyboard.unknown:NONE
|
||||
key_key.tacz.crawl.desc:key.keyboard.c:NONE
|
||||
key_key.prone:key.keyboard.c:NONE
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@ resourcePacks:["vanilla","mod_resources","gtceu:dynamic_assets","Moonlight Mods
|
|||
incompatibleResourcePacks:["firmalife_data","file/Perfected Anvil Helper.zip"]
|
||||
narrator:0
|
||||
soundCategory_master:1.0
|
||||
soundCategory_music:0.3
|
||||
soundCategory_music:0.4
|
||||
soundCategory_record:1.0
|
||||
soundCategory_weather:1.0
|
||||
soundCategory_block:1.0
|
||||
soundCategory_hostile:1.0
|
||||
soundCategory_neutral:1.0
|
||||
soundCategory_player:1.0
|
||||
soundCategory_ambient:0.3
|
||||
soundCategory_ambient:0.7
|
||||
soundCategory_voice:1.0
|
||||
|
|
@ -1288,21 +1288,6 @@
|
|||
x: -2.0d
|
||||
y: -9.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["25007C5E43D28DB2"]
|
||||
description: ["{quests.ae2.stock_bridge.desc}"]
|
||||
id: "0E54B3BCBBA34A00"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
tasks: [{
|
||||
id: "1F8D81C524CE694A"
|
||||
item: "createstockbridge:ae_bridge"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.ae2.stock_bridge.title}"
|
||||
x: 5.0d
|
||||
y: -8.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.ae2.subtitle}"]
|
||||
title: "{quests.ae2}"
|
||||
|
|
|
|||
|
|
@ -131,6 +131,8 @@
|
|||
dependencies: [
|
||||
"572A8983FA12152A"
|
||||
"3AF956758FA289A8"
|
||||
"07E7678095258EDB"
|
||||
"383A14A5C65B3ADF"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.create_logistics.rose_quartz_lens.desc}"]
|
||||
|
|
@ -209,8 +211,9 @@
|
|||
{
|
||||
dependencies: [
|
||||
"7C4807A247AF36A1"
|
||||
"648BCF486E16CCB2"
|
||||
"713C8D6A20BF3A0E"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.create_logistics.stock_link.desc}"]
|
||||
id: "76490E046A44BCC3"
|
||||
size: 2.0d
|
||||
|
|
@ -225,7 +228,11 @@
|
|||
y: -1.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["76490E046A44BCC3"]
|
||||
dependencies: [
|
||||
"76490E046A44BCC3"
|
||||
"50FE830DA6F403B2"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: [
|
||||
"{quests.create_logistics.stock_ticker.desc.1}"
|
||||
"{@pagebreak}"
|
||||
|
|
@ -245,7 +252,11 @@
|
|||
y: -2.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["76490E046A44BCC3"]
|
||||
dependencies: [
|
||||
"76490E046A44BCC3"
|
||||
"50FE830DA6F403B2"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.create_logistics.redstone_requester.desc}"]
|
||||
id: "3F44CFF8A6018F3E"
|
||||
subtitle: "{quests.create_logistics.redstone_requester.subtitle}"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -118,10 +118,7 @@
|
|||
y: -7.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"06B2E38F7DCF2678"
|
||||
"22510C5F2386B453"
|
||||
]
|
||||
dependencies: ["06B2E38F7DCF2678"]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.gregtech_energy.produce_energy.desc}"]
|
||||
icon: "gtceu:lv_field_generator"
|
||||
|
|
@ -235,7 +232,7 @@
|
|||
dependencies: [
|
||||
"60FF9249376DF9BD"
|
||||
"05E2F203DA46A5E8"
|
||||
"3EC8D58DB73CEFE5"
|
||||
"2BE373381980C85F"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.gregtech_energy.transformer.desc}"]
|
||||
|
|
@ -1019,8 +1016,8 @@
|
|||
}
|
||||
{
|
||||
dependencies: [
|
||||
"0AF286AA540A82E6"
|
||||
"0C718329245D9619"
|
||||
"4C620105AAC49381"
|
||||
]
|
||||
description: [
|
||||
"{quests.medium_voltage.mv_diesel.desc.1}"
|
||||
|
|
@ -1037,8 +1034,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_diesel.title}"
|
||||
x: -9.0d
|
||||
y: -5.0d
|
||||
x: -8.5d
|
||||
y: -7.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["7AF726555D721DFC"]
|
||||
|
|
@ -1083,13 +1080,16 @@
|
|||
"4C620105AAC49381"
|
||||
"0C718329245D9619"
|
||||
]
|
||||
description: ["{quests.low_voltage.lv_biodiesel.desc}"]
|
||||
id: "139C7DF629329753"
|
||||
subtitle: "{quests.low_voltage.lv_biodiesel.subtitle}"
|
||||
tasks: [{
|
||||
id: "7BA9FDD1F45B53F6"
|
||||
item: "gtceu:bio_diesel_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
x: -9.0d
|
||||
title: "{quests.low_voltage.lv_biodiesel.title}"
|
||||
x: -9.5d
|
||||
y: -7.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1236,16 +1236,65 @@
|
|||
"05E2F203DA46A5E8"
|
||||
"0ABD326DC2551CBD"
|
||||
]
|
||||
description: ["{quests.gregtech_energy.smr.desc.1}"]
|
||||
description: [
|
||||
"{quests.gregtech_energy.smr.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.gregtech_energy.smr.desc.2}"
|
||||
"{@pagebreak}"
|
||||
"{quests.gregtech_energy.smr.desc.3}"
|
||||
]
|
||||
icon: "tfg:smr_generator"
|
||||
id: "4659447C85CDC058"
|
||||
subtitle: "{quests.gregtech_energy.smr.subtitle}"
|
||||
tasks: [{
|
||||
id: "1D02468DD9869C72"
|
||||
item: "deafission:fission_reactor_smr1"
|
||||
type: "item"
|
||||
}]
|
||||
tasks: [
|
||||
{
|
||||
id: "1D02468DD9869C72"
|
||||
item: "deafission:fission_reactor_smr1"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "4DA2451D673DABE3"
|
||||
item: "tfg:smr_generator"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "7647ABCBC805E3B3"
|
||||
item: "tfg:uv_smr_fluid_import_hatch"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "4BDA2F8B0D5B310D"
|
||||
item: "gtceu:lubricant_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "5C5003050BCE8601"
|
||||
item: "tfg:polyalkylene_lubricant_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "79126D47F1236F45"
|
||||
item: "tfg:ozone_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "5075B6C62A7AB675"
|
||||
item: "tfg:cyclohex_diperoxide_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "28AAB372882C8996"
|
||||
item: "tfg:ticl4_doped_supercritical_co2_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
title: "{quests.gregtech_energy.smr.title}"
|
||||
x: -7.5d
|
||||
x: -7.0d
|
||||
y: 1.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1266,21 +1315,65 @@
|
|||
y: -7.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["4512E5DE7A84F809"]
|
||||
description: ["{quests.gregtech_energy.fission_rod.desc.1}"]
|
||||
dependencies: [
|
||||
"4512E5DE7A84F809"
|
||||
"4C29DDE89AE8D6EE"
|
||||
"3E0ABDFCC0FC6928"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: [
|
||||
"{quests.gregtech_energy.fission_rod.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.gregtech_energy.fission_rod.desc.2}"
|
||||
"{@pagebreak}"
|
||||
"{quests.gregtech_energy.fission_rod.desc.3}"
|
||||
]
|
||||
icon: {
|
||||
Count: 1
|
||||
id: "tfg:tbu_232_rod"
|
||||
tag: {
|
||||
Damage: 0
|
||||
}
|
||||
}
|
||||
id: "0ABD326DC2551CBD"
|
||||
subtitle: "{quests.gregtech_energy.fission_rod.subtitle}"
|
||||
tasks: [{
|
||||
id: "68E3EE04F4931EFE"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "tfg:tbu_232_rod"
|
||||
tag: {
|
||||
Damage: 0
|
||||
tasks: [
|
||||
{
|
||||
id: "68E3EE04F4931EFE"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "tfg:tbu_232_rod"
|
||||
tag: {
|
||||
Damage: 0
|
||||
}
|
||||
}
|
||||
type: "item"
|
||||
}
|
||||
type: "item"
|
||||
}]
|
||||
{
|
||||
id: "21383A5C0CF976DD"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "tfg:americium_241_rod"
|
||||
tag: {
|
||||
Damage: 0
|
||||
}
|
||||
}
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "5B22DEC6694CDCCB"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "tfg:neptunium_237_rod"
|
||||
tag: {
|
||||
Damage: 0
|
||||
}
|
||||
}
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
title: "{quests.gregtech_energy.fission_rod.title}"
|
||||
x: -7.5d
|
||||
y: 0.0d
|
||||
|
|
@ -1320,6 +1413,41 @@
|
|||
x: -9.0d
|
||||
y: -1.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"05E2F203DA46A5E8"
|
||||
"0ABD326DC2551CBD"
|
||||
]
|
||||
description: [
|
||||
"{quests.gregtech_energy.cooling_tower.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.gregtech_energy.cooling_tower.desc.2}"
|
||||
]
|
||||
icon: "tfg:cooling_tower"
|
||||
id: "7F2F435C727C7AB3"
|
||||
subtitle: "{quests.gregtech_energy.cooling_tower.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
id: "0347D107FEC9761B"
|
||||
item: "tfg:cooling_tower"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "7CD0D40C08CC42D2"
|
||||
item: "tfg:boron_enriched_coolant_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "23C1F8FEFBD23A5C"
|
||||
item: "tfg:warm_water_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
x: -8.0d
|
||||
y: 1.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.gregtech_energy.subtitle}"]
|
||||
title: "{quests.gregtech_energy}"
|
||||
|
|
|
|||
|
|
@ -1010,18 +1010,26 @@
|
|||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.high_voltage.rocket_t1.desc}"]
|
||||
icon: {
|
||||
Count: 1
|
||||
id: "ad_astra:tier_1_rocket"
|
||||
tag: { }
|
||||
}
|
||||
icon_scale: 2.0d
|
||||
id: "3FBDC8552F7D8008"
|
||||
shape: "none"
|
||||
size: 2.0d
|
||||
subtitle: "{quests.high_voltage.rocket_t1.subtitle}"
|
||||
tasks: [{
|
||||
id: "76D1CE96C52F9963"
|
||||
id: "6F40128FAA409B16"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ad_astra:tier_1_rocket"
|
||||
tag: { }
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(ad_astra:tier_1_rocket)item(tfg:tier_1_double_rocket))"
|
||||
}
|
||||
}
|
||||
title: "{quests.high_voltage.rocket_t1.task}"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.high_voltage.rocket_t1.title}"
|
||||
|
|
@ -1698,6 +1706,21 @@
|
|||
x: -2.25d
|
||||
y: -11.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["41D32C5178760F47"]
|
||||
description: ["{quests.high_voltage.multi_structure_terminal.desc}"]
|
||||
id: "3FC6D346B3EE4A92"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.high_voltage.multi_structure_terminal.subtitle}"
|
||||
tasks: [{
|
||||
id: "32C53F040A2F0AD8"
|
||||
item: "gtceuterminal:multi_structure_manager"
|
||||
type: "item"
|
||||
}]
|
||||
x: 5.0d
|
||||
y: 1.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.high_voltage.subtitle}"]
|
||||
title: "{quests.high_voltage}"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -153,7 +153,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.space_survival.heavy_ammoniacal_water.title}"
|
||||
x: 15.0d
|
||||
x: 15.5d
|
||||
y: -4.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -174,7 +174,7 @@
|
|||
{
|
||||
dependencies: ["5AC5AAB9B3758E30"]
|
||||
description: ["{quests.space_survival.soarer.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:tfg_tips/space_fauna 20"
|
||||
guide_page: "tfc:field_guide tfc:tfg_tips/space_fauna 21"
|
||||
icon: "wan_ancient_beasts:soarer_egg"
|
||||
id: "2F711C064635EF2D"
|
||||
optional: true
|
||||
|
|
@ -289,7 +289,7 @@
|
|||
}]
|
||||
title: "{quests.space_survival.mars_crops.title}"
|
||||
x: 13.5d
|
||||
y: -1.5d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["0967CE7F5DFF5CF6"]
|
||||
|
|
@ -460,7 +460,7 @@
|
|||
]
|
||||
title: "{quests.space_survival.bulbkin_pie.title}"
|
||||
x: 13.5d
|
||||
y: 0.0d
|
||||
y: -0.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["155F421FC2F39C3C"]
|
||||
|
|
@ -479,7 +479,7 @@
|
|||
{
|
||||
dependencies: ["5AC5AAB9B3758E30"]
|
||||
description: ["{quests.space_survival.surfer.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:tfg_tips/space_fauna 17"
|
||||
guide_page: "tfc:field_guide tfc:tfg_tips/space_fauna 20"
|
||||
id: "43EBECA48E341C47"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
|
|
@ -578,6 +578,65 @@
|
|||
x: 12.0d
|
||||
y: -6.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["5AC5AAB9B3758E30"]
|
||||
description: ["{quests.space_survival.charger.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:tfg_tips/space_fauna 19"
|
||||
icon: "wan_ancient_beasts:charger_egg"
|
||||
id: "148C2DA8FB1D6DB1"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.space_survival.charger.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
icon: "wan_ancient_beasts:charger_egg"
|
||||
id: "78EBECCA1C40A3BD"
|
||||
observe_type: 5
|
||||
timer: 0L
|
||||
title: "{quests.space_survival.charger.task}"
|
||||
to_observe: "wan_ancient_beasts:charger"
|
||||
type: "observation"
|
||||
}
|
||||
{
|
||||
id: "33ADD26F6AA89CA7"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "ftbfiltersystem:item_tag(wan_ancient_beasts:charger_armors)"
|
||||
}
|
||||
}
|
||||
optional_task: true
|
||||
title: "Any #wan_ancient_beasts:charger_armors"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
title: "{quests.space_survival.charger.title}"
|
||||
x: 9.0d
|
||||
y: -4.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["5AC5AAB9B3758E30"]
|
||||
description: ["{quests.space_survival.snatcher.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:tfg_tips/space_fauna 17"
|
||||
icon: "wan_ancient_beasts:snatcher_egg"
|
||||
id: "02A7FD58F462320F"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.space_survival.snatcher.subtitle}"
|
||||
tasks: [{
|
||||
icon: "wan_ancient_beasts:snatcher_egg"
|
||||
id: "4AC531B94CBA93CE"
|
||||
observe_type: 5
|
||||
timer: 0L
|
||||
title: "{quests.space_survival.snatchertask}"
|
||||
to_observe: "wan_ancient_beasts:snatcher"
|
||||
type: "observation"
|
||||
}]
|
||||
title: "{quests.space_survival.snatcher.title}"
|
||||
x: 9.0d
|
||||
y: -3.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.mars.subtitle}"]
|
||||
title: "{quests.mars}"
|
||||
|
|
|
|||
|
|
@ -1325,7 +1325,7 @@
|
|||
}]
|
||||
title: "{quests.medium_voltage.mv_jetpack_2.title}"
|
||||
x: 1.5d
|
||||
y: 5.0d
|
||||
y: 4.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1700,6 +1700,21 @@
|
|||
x: -5.0d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["75F38905DEA60F15"]
|
||||
description: ["{quests.medium_voltage.terminal_dismantler.desc}"]
|
||||
id: "0053E98892F910BF"
|
||||
shape: "heart"
|
||||
subtitle: "{quests.medium_voltage.terminal_dismantler.subtitle}"
|
||||
tasks: [{
|
||||
id: "6AE4D07F675A23D0"
|
||||
item: "gtceuterminal:dismantler"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.terminal_dismantler.title}"
|
||||
x: 1.5d
|
||||
y: 5.5d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.medium_voltage.subtitle}"]
|
||||
title: "{quests.medium_voltage}"
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
id: "19CF6D922179DFF9"
|
||||
linked_quest: "11C45DBB20ED7647"
|
||||
shape: "heart"
|
||||
x: 9.0d
|
||||
x: 8.5d
|
||||
y: -34.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -415,6 +415,7 @@
|
|||
description: ["{quests.metal_age.anvil_recycling.desc}"]
|
||||
icon: "tfc:firepit"
|
||||
id: "3B2550394C94CEC9"
|
||||
shape: "circle"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.metal_age.anvil_recycling.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -646,6 +647,7 @@
|
|||
}
|
||||
}
|
||||
id: "5792DDAA82895E67"
|
||||
shape: "circle"
|
||||
subtitle: "{quests.metal_age.red_blu.subtitle}"
|
||||
tasks: [{
|
||||
id: "63890641DCD6659F"
|
||||
|
|
@ -719,6 +721,7 @@
|
|||
description: ["{quests.metal_age.wrought_iron_goodies.desc}"]
|
||||
icon: "create:chute"
|
||||
id: "20C2CE92459BE14A"
|
||||
shape: "circle"
|
||||
subtitle: "{quests.metal_age.wrought_iron_goodies.subtitle}"
|
||||
tasks: [{
|
||||
id: "60605AA92B6947D8"
|
||||
|
|
@ -734,6 +737,7 @@
|
|||
description: ["{quests.metal_age.fire_clay_ingredients.desc}"]
|
||||
icon: "minecraft:cartography_table"
|
||||
id: "5A936E9BCF30AA3D"
|
||||
shape: "circle"
|
||||
subtitle: "{quests.metal_age.fire_clay_ingredients.subtitle}"
|
||||
tasks: [{
|
||||
id: "39CA01175999A291"
|
||||
|
|
@ -816,6 +820,7 @@
|
|||
description: ["{quests.metal_age.steel_goodies.desc}"]
|
||||
icon: "greate:steel_mechanical_pump"
|
||||
id: "0C9B7745D812555A"
|
||||
shape: "circle"
|
||||
subtitle: "{quests.metal_age.steel_goodies.subtitle}"
|
||||
tasks: [{
|
||||
id: "3EB7C3AE88950E4B"
|
||||
|
|
@ -1297,6 +1302,30 @@
|
|||
x: 18.5d
|
||||
y: -24.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["174DA15847665CF8"]
|
||||
description: ["{quests.metal_age.toolbelt.desc}"]
|
||||
icon: "toolbelt:belt"
|
||||
id: "1DEC710C3570D5D0"
|
||||
shape: "heart"
|
||||
subtitle: "{quests.metal_age.toolbelt.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
id: "0233F2A323C9FF6F"
|
||||
item: "toolbelt:belt"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "09A674FE4BA67280"
|
||||
item: "toolbelt:pouch"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
title: "{quests.metal_age.toolbelt.title}"
|
||||
x: 9.5d
|
||||
y: -34.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.metal_age.subtitle}"]
|
||||
title: "{quests.metal_age}"
|
||||
|
|
|
|||
|
|
@ -19,20 +19,22 @@
|
|||
{
|
||||
id: "39027CF4DC307D33"
|
||||
linked_quest: "5E186CD5E83BFDF0"
|
||||
x: -28.5d
|
||||
x: -27.0d
|
||||
y: 2.0d
|
||||
}
|
||||
{
|
||||
id: "0CE64B9914191C56"
|
||||
linked_quest: "6FFD4990FF07078A"
|
||||
shape: "diamond"
|
||||
x: -9.5d
|
||||
x: -9.0d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
id: "23A27702FF816291"
|
||||
linked_quest: "6903C72A254A7B08"
|
||||
x: -12.5d
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
x: -11.5d
|
||||
y: 8.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -40,27 +42,27 @@
|
|||
linked_quest: "48A8E3210B2BAE1C"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
x: -28.5d
|
||||
x: -27.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
id: "7C03FE015586C652"
|
||||
linked_quest: "55213ACBF5F5D398"
|
||||
shape: "heart"
|
||||
x: -12.0d
|
||||
x: -10.5d
|
||||
y: 16.0d
|
||||
}
|
||||
{
|
||||
id: "65E0B13E245D2E5F"
|
||||
linked_quest: "379F434116632A89"
|
||||
x: -26.0d
|
||||
x: -24.5d
|
||||
y: 1.0d
|
||||
}
|
||||
{
|
||||
id: "68F5E521F2DB0A86"
|
||||
linked_quest: "0404FBCC34011053"
|
||||
shape: "heart"
|
||||
x: -13.0d
|
||||
x: -11.5d
|
||||
y: 16.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -77,6 +79,14 @@
|
|||
x: -22.5d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
id: "6C8C3BBD2BA9853B"
|
||||
linked_quest: "56CA2EB7812529C5"
|
||||
shape: "gear"
|
||||
size: 1.5d
|
||||
x: -13.0d
|
||||
y: 13.5d
|
||||
}
|
||||
]
|
||||
quests: [
|
||||
{
|
||||
|
|
@ -84,7 +94,11 @@
|
|||
"7B045998769930F0"
|
||||
"55FDF06AC0C01D0B"
|
||||
]
|
||||
description: ["{quests.steam_age.basic_millstone.desc}"]
|
||||
description: [
|
||||
"{quests.steam_age.basic_millstone.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.steam_age.basic_millstone.desc.2}"
|
||||
]
|
||||
id: "48C1E980F7D64317"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.steam_age.basic_millstone.subtitle}"
|
||||
|
|
@ -94,7 +108,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.basic_millstone.title}"
|
||||
x: -20.5d
|
||||
x: -19.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -112,7 +126,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.horse_crank.title}"
|
||||
x: -24.5d
|
||||
x: -23.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -131,7 +145,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.helve_hammer.title}"
|
||||
x: -20.5d
|
||||
x: -19.0d
|
||||
y: -4.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -159,7 +173,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.basic_greate.title}"
|
||||
x: -20.5d
|
||||
x: -19.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -173,7 +187,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.water_wheel.title}"
|
||||
x: -14.5d
|
||||
x: -13.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -195,7 +209,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.windmill.title}"
|
||||
x: -14.5d
|
||||
x: -13.0d
|
||||
y: -4.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -210,7 +224,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.metal_casing.title}"
|
||||
x: -9.5d
|
||||
x: -8.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -227,7 +241,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.steel_encased_fan.title}"
|
||||
x: -5.5d
|
||||
x: -4.0d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -247,7 +261,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.steel_pump.title}"
|
||||
x: -3.5d
|
||||
x: -2.0d
|
||||
y: 2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -297,7 +311,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.steam_engine.title}"
|
||||
x: -5.5d
|
||||
x: -4.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -316,7 +330,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.mechanical_saw.title}"
|
||||
x: -9.5d
|
||||
x: -8.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -330,7 +344,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.mechanical_harvester.title}"
|
||||
x: -9.5d
|
||||
x: -8.0d
|
||||
y: -4.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -358,7 +372,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.chute.title}"
|
||||
x: -12.0d
|
||||
x: -10.5d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -376,7 +390,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.mold_table.title}"
|
||||
x: -3.5d
|
||||
x: -2.0d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -406,7 +420,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.steel_greate.title}"
|
||||
x: -5.5d
|
||||
x: -4.0d
|
||||
y: 2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -424,7 +438,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.steel_millstone.title}"
|
||||
x: -7.5d
|
||||
x: -6.0d
|
||||
y: 2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -523,8 +537,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.miner.title}"
|
||||
x: -10.0d
|
||||
y: 17.0d
|
||||
x: -9.0d
|
||||
y: 18.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -681,7 +695,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.item_pipes.title}"
|
||||
x: -12.0d
|
||||
x: -10.5d
|
||||
y: 2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -695,14 +709,21 @@
|
|||
shape: "square"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.steam_age.circuit_boards.subtitle}"
|
||||
tasks: [{
|
||||
id: "2B8B038789480789"
|
||||
item: "gtceu:resin_printed_circuit_board"
|
||||
type: "item"
|
||||
}]
|
||||
tasks: [
|
||||
{
|
||||
id: "2B8B038789480789"
|
||||
item: "gtceu:resin_printed_circuit_board"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "171A20DD9F208437"
|
||||
item: "tfg:artisan_table"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
title: "{quests.steam_age.circuit_boards.title}"
|
||||
x: -9.5d
|
||||
y: 10.5d
|
||||
x: -9.0d
|
||||
y: 10.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["46FA9DD4755A5548"]
|
||||
|
|
@ -770,8 +791,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.vacuum_tubes.title}"
|
||||
x: -8.0d
|
||||
y: 14.0d
|
||||
x: -7.0d
|
||||
y: 15.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["7DB7AB5349218605"]
|
||||
|
|
@ -821,7 +842,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.resistors.title}"
|
||||
x: -5.0d
|
||||
x: -4.0d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -837,8 +858,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.coiling_machine.title}"
|
||||
x: -5.0d
|
||||
y: 16.0d
|
||||
x: -4.0d
|
||||
y: 17.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["2C35D4E01AEC02AA"]
|
||||
|
|
@ -853,8 +874,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.steel_mixer.title}"
|
||||
x: -5.0d
|
||||
y: 14.5d
|
||||
x: -4.0d
|
||||
y: 15.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["2C35D4E01AEC02AA"]
|
||||
|
|
@ -868,8 +889,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.lathe.title}"
|
||||
x: -6.0d
|
||||
y: 17.0d
|
||||
x: -5.0d
|
||||
y: 18.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -906,8 +927,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.vibrating_table.title}"
|
||||
x: -8.0d
|
||||
y: 17.0d
|
||||
x: -7.0d
|
||||
y: 18.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["2C35D4E01AEC02AA"]
|
||||
|
|
@ -926,8 +947,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.rolling_mill.title}"
|
||||
x: -5.0d
|
||||
y: 13.0d
|
||||
x: -4.0d
|
||||
y: 14.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["2C35D4E01AEC02AA"]
|
||||
|
|
@ -941,8 +962,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.steel_saw.title}"
|
||||
x: -7.0d
|
||||
y: 17.0d
|
||||
x: -6.0d
|
||||
y: 18.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["2C35D4E01AEC02AA"]
|
||||
|
|
@ -956,8 +977,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.curving_press.title}"
|
||||
x: -9.0d
|
||||
y: 17.0d
|
||||
x: -8.0d
|
||||
y: 18.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1117,7 +1138,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.fluid_pipes.title}"
|
||||
x: -3.5d
|
||||
x: -2.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1143,7 +1164,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.fluid_drums.title}"
|
||||
x: -1.5d
|
||||
x: 0.0d
|
||||
y: 2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1172,8 +1193,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.potin.title}"
|
||||
x: -3.5d
|
||||
y: 14.5d
|
||||
x: -2.5d
|
||||
y: 15.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["6F1BC99BE641B671"]
|
||||
|
|
@ -1200,7 +1221,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.create_tools.title}"
|
||||
x: -22.5d
|
||||
x: -21.0d
|
||||
y: -4.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1233,7 +1254,10 @@
|
|||
y: 16.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["6AA07588374B59AB"]
|
||||
dependencies: [
|
||||
"6AA07588374B59AB"
|
||||
"56CA2EB7812529C5"
|
||||
]
|
||||
description: ["{quests.steam_age.vacuum_chamber.desc}"]
|
||||
id: "5F3063C539C9CBBF"
|
||||
subtitle: "{quests.steam_age.vacuum_chamber.subtitle}"
|
||||
|
|
@ -1243,7 +1267,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.vacuum_chamber.title}"
|
||||
x: -12.5d
|
||||
x: -11.5d
|
||||
y: 15.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1314,7 +1338,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.poor_paths.title}"
|
||||
x: -26.0d
|
||||
x: -24.5d
|
||||
y: -3.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1366,7 +1390,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.normal_paths.title}"
|
||||
x: -26.5d
|
||||
x: -25.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1424,7 +1448,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.good_paths.title}"
|
||||
x: -26.0d
|
||||
x: -24.5d
|
||||
y: -0.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1446,7 +1470,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.lv_circuit.title}"
|
||||
x: -8.0d
|
||||
x: -7.0d
|
||||
y: 8.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1461,7 +1485,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.paper.title}"
|
||||
x: -3.5d
|
||||
x: -2.5d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1484,7 +1508,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.metal_age.bronze_goodies.title}"
|
||||
x: -22.5d
|
||||
x: -21.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1508,7 +1532,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.metal_age.wrought_iron_goodies.title}"
|
||||
x: -12.0d
|
||||
x: -10.5d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1532,7 +1556,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.metal_age.steel_goodies.title}"
|
||||
x: -5.5d
|
||||
x: -4.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1614,7 +1638,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.rotation_speed_controller.title}"
|
||||
x: -7.5d
|
||||
x: -6.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1631,7 +1655,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.resin_boards.title}"
|
||||
x: -11.5d
|
||||
x: -10.5d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1665,7 +1689,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.metal_age.coke_oven.title}"
|
||||
x: -14.5d
|
||||
x: -13.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1700,7 +1724,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.basic_mech_press.title}"
|
||||
x: -18.5d
|
||||
x: -17.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1723,7 +1747,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.steel_mech_press.title}"
|
||||
x: -7.5d
|
||||
x: -6.0d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1738,7 +1762,7 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.steam_age.fuel_sources.title}"
|
||||
x: -7.5d
|
||||
x: -6.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1752,7 +1776,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.large_water_wheel.title}"
|
||||
x: -3.5d
|
||||
x: -2.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1774,8 +1798,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.supers.title}"
|
||||
x: -10.5d
|
||||
y: 13.5d
|
||||
x: -6.0d
|
||||
y: 13.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["0D0D461AE3A3F7BF"]
|
||||
|
|
@ -1804,7 +1828,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.multiblock_tank.title}"
|
||||
x: -16.5d
|
||||
x: -15.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1507,32 +1507,6 @@
|
|||
shape: "heart"
|
||||
subtitle: "{quests.stone_age.meals.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
id: "7D77C6BFE159FDC9"
|
||||
item: {
|
||||
Count: 1
|
||||
ForgeCaps: {
|
||||
"tfc:food": {
|
||||
creationDate: -2L
|
||||
foodData: {
|
||||
dairy: 0.0f
|
||||
decay: 0.0f
|
||||
food: 0
|
||||
fruit: 0.0f
|
||||
grain: 0.0f
|
||||
meat: 0.0f
|
||||
sat: 0.0f
|
||||
veg: 0.0f
|
||||
water: 0.0f
|
||||
}
|
||||
ingredients: [ ]
|
||||
traits: [ ]
|
||||
}
|
||||
}
|
||||
id: "firmalife:food/cooked_pizza"
|
||||
}
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "597808680916715E"
|
||||
item: {
|
||||
|
|
@ -1674,6 +1648,7 @@
|
|||
}
|
||||
}
|
||||
id: "1562419608EB333D"
|
||||
shape: "circle"
|
||||
size: 1.5d
|
||||
subtitle: "{quests.stone_age.hydration.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1847,6 +1822,7 @@
|
|||
description: ["{quests.stone_age.water_bucket.desc}"]
|
||||
icon: "minecraft:water_bucket"
|
||||
id: "1F9321F1743A0B79"
|
||||
shape: "circle"
|
||||
subtitle: "{quests.stone_age.water_bucket.subtitle}"
|
||||
tasks: [{
|
||||
id: "64BE95016DF461FD"
|
||||
|
|
@ -2295,6 +2271,8 @@
|
|||
"{quests.stone_age.medical_conditions.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.stone_age.medical_conditions.desc.2}"
|
||||
"{@pagebreak}"
|
||||
"{quests.stone_age.medical_conditions.desc.3}"
|
||||
]
|
||||
icon: "createdeco:decal_skull"
|
||||
id: "00117AD40FACB89D"
|
||||
|
|
|
|||
|
|
@ -685,7 +685,7 @@
|
|||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(minecraft:milk_bucket)item(firmalife:bucket/yak_milk)item(firmalife:bucket/goat_milk)item(tfc_gurman:ox_milk_bucket)item(tfc_gurman:sheep_milk_bucket)item(tfc_gurman:alpaca_milk_bucket))"
|
||||
"ftbfiltersystem:filter": "or(item(minecraft:milk_bucket)item(firmalife:bucket/yak_milk)item(firmalife:bucket/goat_milk)item(tfc_gourmet:ox_milk_bucket)item(tfc_gourmet:sheep_milk_bucket)item(tfc_gourmet:alpaca_milk_bucket))"
|
||||
}
|
||||
}
|
||||
optional_task: true
|
||||
|
|
@ -2158,6 +2158,45 @@
|
|||
x: 0.0d
|
||||
y: -10.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"30DD0DDF86C96926"
|
||||
"1F41C35890E2C44F"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.tfg_tips.food_automation.desc}"]
|
||||
icon: "tfg:lv_food_oven"
|
||||
id: "46111F4D970EE3C5"
|
||||
optional: true
|
||||
subtitle: "{quests.tfg_tips.food_automation.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
id: "770BC20A8062A6BD"
|
||||
item: "tfg:lv_food_processor"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "3EB084CA435F8C19"
|
||||
item: "tfg:lv_food_oven"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "150B81D83DFFB9A1"
|
||||
item: "gtceu:lv_robot_arm"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "2332EB45D64DB9FB"
|
||||
type: "checkmark"
|
||||
}
|
||||
]
|
||||
title: "{quests.tfg_tips.food_automation.title}"
|
||||
x: 0.0d
|
||||
y: -12.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.tfg_tips.subtitle}"]
|
||||
title: "{quests.tfg_tips}"
|
||||
|
|
|
|||
|
|
@ -790,7 +790,10 @@
|
|||
y: 15.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["02FDECC931B5E8EF"]
|
||||
dependencies: [
|
||||
"02FDECC931B5E8EF"
|
||||
"3E6DC423FE4A99F7"
|
||||
]
|
||||
description: [
|
||||
"{quests.tfg_tips.gt_power_tools.desc.1}"
|
||||
"{@pagebreak}"
|
||||
|
|
@ -823,20 +826,13 @@
|
|||
}
|
||||
}
|
||||
id: "2D2CB8104E40E808"
|
||||
optional: true
|
||||
subtitle: "{quests.tfg_tips.gt_power_tools.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
id: "5DA224C235E227E3"
|
||||
title: "GT Tool"
|
||||
type: "checkmark"
|
||||
}
|
||||
{
|
||||
id: "5B0BF3A94CA0D8A9"
|
||||
item: "gtceu:lv_charger_4x"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
tasks: [{
|
||||
id: "5DA224C235E227E3"
|
||||
title: "GT Tool"
|
||||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.tfg_tips.gt_power_tools.title}"
|
||||
x: 10.5d
|
||||
y: 11.5d
|
||||
|
|
|
|||
|
|
@ -9,6 +9,10 @@ enableHardCreateRecipes: false
|
|||
# If false, GTCEu items will be used instead.
|
||||
useCreateItemsInRecipes: false
|
||||
|
||||
# Should recipes from create that conflict with GTCEu recipes be enabled?
|
||||
# [WARNING]: This will not cover every single recipe conflict, only common conflicts (like components (plates/sheets)), or ore processing conflicts.
|
||||
disableConflictingRecipes: true
|
||||
|
||||
# Recipe types that should not be copied to Greate machines. Ex. 'gtceu:macerator' for macerator recipes
|
||||
ignoredRecipeTypes:
|
||||
- gtceu:ore_washer
|
||||
|
|
|
|||
|
|
@ -216,4 +216,4 @@ minecraft\:jukebox=0.0
|
|||
# Lava (Block)
|
||||
minecraft\:lava=0.75
|
||||
# Water (Block)
|
||||
minecraft\:water=0.25
|
||||
\#minecraft\:water=0.25
|
||||
|
|
|
|||
62
config/via_romana.json
Normal file
62
config/via_romana.json
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"infrastructure_check_radius": 1,
|
||||
"path_quality_threshold": 0.6,
|
||||
"node_distance_minimum": 10,
|
||||
"node_distance_maximum": 20,
|
||||
"path_block_ids": [
|
||||
],
|
||||
"path_block_tags": [
|
||||
"tfc:paths",
|
||||
"forge:gravel",
|
||||
"rnr:gravel_road_blocks",
|
||||
"rnr:gravel_road_slabs",
|
||||
"rnr:gravel_road_stairs",
|
||||
"forge:cobblestone",
|
||||
"minecraft:stairs",
|
||||
"minecraft:slabs",
|
||||
"rnr:cobbled_road_blocks",
|
||||
"rnr:cobbled_road_stairs",
|
||||
"rnr:cobbled_road_slabs",
|
||||
"minecraft:mineable/pickaxe",
|
||||
"minecraft:mineable/axe"
|
||||
],
|
||||
"path_block_strings": [
|
||||
],
|
||||
"block_string_blacklist": [
|
||||
],
|
||||
"invalid_dimensions": [],
|
||||
"no_gui_charting": false,
|
||||
"invalid_entities": [],
|
||||
"warp_block_ids": [
|
||||
"via_romana:warp_block"
|
||||
],
|
||||
"warp_block_tags": [
|
||||
"minecraft:all_signs"
|
||||
],
|
||||
"travel_fatigue_cooldown": 6,
|
||||
"fast_movement_speed": 0.0,
|
||||
"direct_warp": false,
|
||||
"fog_of_war_distance": 10,
|
||||
"spline_animation_time": 2.0,
|
||||
"maximum_map_dimension": 512,
|
||||
"map_refresh_interval": 10,
|
||||
"map_refresh_threshold": 10,
|
||||
"map_save_interval": 5,
|
||||
"biome_color_pairs": [],
|
||||
"use_biome_fallback_for_lowres": false,
|
||||
"enable_remote_map_access": true,
|
||||
"enable_surveyor_landmark": false,
|
||||
"enable_surveyor_landmark_coloring": false,
|
||||
"invalid_block_overlay_opacity": 0.4,
|
||||
"biome_map_opacity": 0.3,
|
||||
"node_vignette_opacity": 1.0,
|
||||
"line_colors": [
|
||||
"#ffffff",
|
||||
"#cccccc"
|
||||
],
|
||||
"line_opacity": 1.0,
|
||||
"enable_teleport_particles": true,
|
||||
"enable_sign_particles": true,
|
||||
"enable_custom_cursor": true,
|
||||
"logging_enum": "NONE"
|
||||
}
|
||||
|
|
@ -30,5 +30,5 @@ smallCreatures = ["tfc:wolf", "tfc:dog", "tfc:pig", "tfc:sheep", "tfc:goat", "tf
|
|||
#Valid "Medium" creatures
|
||||
mediumCreatures = ["tfc:cow", "tfc:donkey", "tfc:dolphin", "wan_ancient_beasts:glider", "wan_ancient_beasts:soarer"]
|
||||
#Valid "Large" creatures
|
||||
largeCreatures = ["tfc:horse", "tfc:mule", "tfc:musk_ox", "tfc:yak", "tfg:sniffer", "wan_ancient_beasts:walker", "species:cruncher"]
|
||||
largeCreatures = ["tfc:horse", "tfc:mule", "tfc:musk_ox", "tfc:yak", "tfg:sniffer", "wan_ancient_beasts:walker", "species:cruncher", "wan_ancient_beasts:charger"]
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#List of items to force-allow placing in the belt. Takes precedence over blacklist.
|
||||
whitelist = ["measurements:tape_measure"]
|
||||
#List of items to disallow from placing in the belt. (whitelist takes precedence)
|
||||
blacklist = ["tfclunchbox:lunchbox", "tfclunchbox:cooling_lunchbox", "tfclunchbox:electric_lunchbox", "sophisticatedbackpacks:backpack", "sophisticatedbackpacks:iron_backpack", "sophisticatedbackpacks:gold_backpack", "sophisticatedbackpacks:diamond_backpack", "sophisticatedbackpacks:netherite_backpack", "tfc:ceramic/cyan_glazed_vessel", "tfc:ceramic/purple_glazed_vessel", "tfc:ceramic/blue_glazed_vessel", "tfc:ceramic/brown_glazed_vessel", "tfc:ceramic/green_glazed_vessel", "tfc:ceramic/red_glazed_vessel", "tfc:ceramic/black_glazed_vessel", "tfc:ceramic/large_vessel/gray", "tfc:ceramic/large_vessel/pink", "tfc:ceramic/large_vessel/lime", "tfc:ceramic/large_vessel/yellow", "tfc:ceramic/large_vessel/light_blue", "tfc:ceramic/large_vessel/magenta", "tfc:ceramic/large_vessel/orange", "tfc:ceramic/large_vessel/white", "tfc:ceramic/large_vessel", "tfc:ceramic/large_vessel/light_gray", "tfc:ceramic/large_vessel/cyan", "tfc:ceramic/large_vessel/purple", "tfc:ceramic/large_vessel/blue", "tfc:ceramic/large_vessel/brown", "tfc:ceramic/large_vessel/green", "tfc:ceramic/large_vessel/red", "tfc:ceramic/large_vessel/black", "tfc:ceramic/vessel", "tfc:ceramic/light_gray_glazed_vessel", "tfc:ceramic/gray_glazed_vessel", "tfc:ceramic/pink_glazed_vessel", "tfc:ceramic/lime_glazed_vessel", "tfc:ceramic/yellow_glazed_vessel", "tfc:ceramic/light_blue_glazed_vessel", "tfc:ceramic/magenta_glazed_vessel", "tfc:ceramic/orange_glazed_vessel", "tfc:ceramic/white_glazed_vessel"]
|
||||
blacklist = ["tfclunchbox:lunchbox", "tfclunchbox:cooling_lunchbox", "tfclunchbox:electric_lunchbox", "sophisticatedbackpacks:backpack", "sophisticatedbackpacks:iron_backpack", "sophisticatedbackpacks:gold_backpack", "sophisticatedbackpacks:diamond_backpack", "sophisticatedbackpacks:netherite_backpack", "tfc:ceramic/cyan_glazed_vessel", "tfc:ceramic/purple_glazed_vessel", "tfc:ceramic/blue_glazed_vessel", "tfc:ceramic/brown_glazed_vessel", "tfc:ceramic/green_glazed_vessel", "tfc:ceramic/red_glazed_vessel", "tfc:ceramic/black_glazed_vessel", "tfc:ceramic/large_vessel/gray", "tfc:ceramic/large_vessel/pink", "tfc:ceramic/large_vessel/lime", "tfc:ceramic/large_vessel/yellow", "tfc:ceramic/large_vessel/light_blue", "tfc:ceramic/large_vessel/magenta", "tfc:ceramic/large_vessel/orange", "tfc:ceramic/large_vessel/white", "tfc:ceramic/large_vessel", "tfc:ceramic/large_vessel/light_gray", "tfc:ceramic/large_vessel/cyan", "tfc:ceramic/large_vessel/purple", "tfc:ceramic/large_vessel/blue", "tfc:ceramic/large_vessel/brown", "tfc:ceramic/large_vessel/green", "tfc:ceramic/large_vessel/red", "tfc:ceramic/large_vessel/black", "tfc:ceramic/vessel", "tfc:ceramic/light_gray_glazed_vessel", "tfc:ceramic/gray_glazed_vessel", "tfc:ceramic/pink_glazed_vessel", "tfc:ceramic/lime_glazed_vessel", "tfc:ceramic/yellow_glazed_vessel", "tfc:ceramic/light_blue_glazed_vessel", "tfc:ceramic/magenta_glazed_vessel", "tfc:ceramic/orange_glazed_vessel", "tfc:ceramic/white_glazed_vessel", "sns:burlap_sack", "sns:frame_pack", "sns:leather_sack", "sns:ore_sack", "sns:quiver", "sns:seed_pouch", "sns:straw_basket"]
|
||||
#When set to false, stackable items will no longer be allowed by default.
|
||||
allowAllNonStackableItems = true
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
#.
|
||||
#Medium speed value for grinder crafts, speedLimits = 2.
|
||||
#Range: 1 ~ 256
|
||||
mediumSpeedValue = 128
|
||||
mediumSpeedValue = 64
|
||||
#.
|
||||
#Allows sandpaper crafts on belt grinder, when recipes collides belt grinder recipe have priority.
|
||||
allowSandpaperPolishingOnGrinder = true
|
||||
|
|
|
|||
|
|
@ -74,3 +74,30 @@
|
|||
#Range: 1.0 ~ 1024.0
|
||||
health = 80.0
|
||||
|
||||
#Raider Attributes
|
||||
[charger]
|
||||
#Raider health [default: 60]
|
||||
#Range: 1.0 ~ 1024.0
|
||||
health = 200.0
|
||||
#Raider armor [default: 4]
|
||||
#Range: 0.0 ~ 30.0
|
||||
armor = 6.0
|
||||
#Raider attack damage [default: 15]
|
||||
#Range: 0.0 ~ 1024.0
|
||||
armorToughness = 4.0
|
||||
|
||||
[raider]
|
||||
#Raider health [default: 60]
|
||||
#Range: 1.0 ~ 1024.0
|
||||
health = 200.0
|
||||
#Raider armor [default: 4]
|
||||
#Range: 0.0 ~ 30.0
|
||||
armor = 6.0
|
||||
#Raider attack damage [default: 15]
|
||||
#Range: 0.0 ~ 1024.0
|
||||
armorToughness = 4.0
|
||||
|
||||
[snatcher]
|
||||
#Raider health [default: 60]
|
||||
#Range: 1.0 ~ 1024.0
|
||||
health = 50.0
|
||||
169
kubejs/assets/ad_astra/lang/es_es.json
Normal file
169
kubejs/assets/ad_astra/lang/es_es.json
Normal file
|
|
@ -0,0 +1,169 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.ad_astra.oxygen_distributor": "Distribuidor de aire respirable",
|
||||
"block.ad_astra.infernal_spire_block": "Chapitel infernal",
|
||||
"block.ad_astra.moon_sand": "Arena Lunar",
|
||||
"block.ad_astra.moon_stone": "Anortosita en bruto",
|
||||
"block.ad_astra.moon_cobblestone": "Roca de anortosita",
|
||||
"block.ad_astra.moon_cobblestone_slab": "Losa de roca de anortosita",
|
||||
"block.ad_astra.moon_cobblestone_stairs": "Escaleras de roca de anortosita",
|
||||
"block.ad_astra.moon_pillar": "Pilar de anortosita",
|
||||
"block.ad_astra.moon_stone_brick_slab": "Losa de ladrillos de anortosita",
|
||||
"block.ad_astra.moon_stone_brick_stairs": "Escaleras de ladrillos de anortosita",
|
||||
"block.ad_astra.moon_stone_brick_wall": "Muro de ladrillos de anortosita",
|
||||
"block.ad_astra.moon_stone_bricks": "Ladrillos de anortosita",
|
||||
"block.ad_astra.moon_stone_slab": "Losa de anortosita en bruto",
|
||||
"block.ad_astra.moon_stone_stairs": "Escaleras de anortosita en bruto",
|
||||
"block.ad_astra.chiseled_moon_stone_bricks": "Ladrillos de anortosita cincelados",
|
||||
"block.ad_astra.chiseled_moon_stone_slab": "Losa de ladrillos de anortosita cincelados",
|
||||
"block.ad_astra.chiseled_moon_stone_stairs": "Escaleras de ladrillos de anortosita cincelados",
|
||||
"block.ad_astra.cracked_moon_stone_bricks": "Ladrillos de anortosita agrietados",
|
||||
"block.ad_astra.polished_moon_stone": "Anortosita pulida",
|
||||
"block.ad_astra.polished_moon_stone_slab": "Losa de anortosita pulida",
|
||||
"block.ad_astra.polished_moon_stone_stairs": "Escaleras de anortosita pulida",
|
||||
"block.ad_astra.sky_stone": "Meteorito",
|
||||
"block.ad_astra.moon_deepslate": "Norita en bruto",
|
||||
"block.ad_astra.cheese_block": "Bloque de queso lunar",
|
||||
"block.ad_astra.moon_cheese_ore": "Mena de queso de anortosita",
|
||||
"block.ad_astra.glacian_log": "Tallo glacial",
|
||||
"block.ad_astra.stripped_glacian_log": "Tallo glacial sin corteza",
|
||||
"block.ad_astra.glacian_leaves": "Lamella glacial",
|
||||
"block.ad_astra.mars_sand": "Arena de argilita",
|
||||
"block.ad_astra.mars_stone": "Argilita en bruto",
|
||||
"block.ad_astra.mars_cobblestone": "Roca de argilita",
|
||||
"block.ad_astra.mars_cobblestone_slab": "Losa de roca de argilita",
|
||||
"block.ad_astra.mars_cobblestone_stairs": "Escaleras de roca de argilita",
|
||||
"block.ad_astra.mars_pillar": "Pilar de argilita",
|
||||
"block.ad_astra.mars_stone_brick_slab": "Losa de ladrillos de argilita",
|
||||
"block.ad_astra.mars_stone_brick_stairs": "Escaleras de ladrillos de argilita",
|
||||
"block.ad_astra.mars_stone_brick_wall": "Muro de ladrillos de argilita",
|
||||
"block.ad_astra.mars_stone_bricks": "Ladrillos de argilita",
|
||||
"block.ad_astra.mars_stone_slab": "Losa de argilita en bruto",
|
||||
"block.ad_astra.mars_stone_stairs": "Escaleras de argilita en bruto",
|
||||
"block.ad_astra.chiseled_mars_stone_bricks": "Ladrillos de argilita cincelados",
|
||||
"block.ad_astra.chiseled_mars_stone_slab": "Losa de argilita cincelada",
|
||||
"block.ad_astra.chiseled_mars_stone_stairs": "Escaleras de argilita cincelada",
|
||||
"block.ad_astra.cracked_mars_stone_bricks": "Ladrillos de argilita agrietados",
|
||||
"block.ad_astra.polished_mars_stone": "Argilita pulida",
|
||||
"block.ad_astra.polished_mars_stone_slab": "Losa de argilita pulida",
|
||||
"block.ad_astra.polished_mars_stone_stairs": "Escaleras de argilita pulida",
|
||||
"block.ad_astra.conglomerate": "Roca de cubierta de meseta",
|
||||
"block.ad_astra.polished_conglomerate": "Roca de cubierta de meseta pulida",
|
||||
"block.ad_astra.venus_sand": "Arena de traquita",
|
||||
"block.ad_astra.venus_stone": "Traquita en bruto",
|
||||
"block.ad_astra.venus_cobblestone": "Roca de traquita",
|
||||
"block.ad_astra.venus_cobblestone_slab": "Losa de roca de traquita",
|
||||
"block.ad_astra.venus_cobblestone_stairs": "Escaleras de roca de traquita",
|
||||
"block.ad_astra.venus_pillar": "Pilar de traquita",
|
||||
"block.ad_astra.venus_stone_brick_slab": "Losa de ladrillos de traquita",
|
||||
"block.ad_astra.venus_stone_brick_stairs": "Escaleras de ladrillos de traquita",
|
||||
"block.ad_astra.venus_stone_brick_wall": "Muro de ladrillos de traquita",
|
||||
"block.ad_astra.venus_stone_bricks": "Ladrillos de traquita",
|
||||
"block.ad_astra.venus_stone_slab": "Losa de traquita en bruto",
|
||||
"block.ad_astra.venus_stone_stairs": "Escaleras de traquita en bruto",
|
||||
"block.ad_astra.chiseled_venus_stone_bricks": "Ladrillos de traquita cincelados",
|
||||
"block.ad_astra.chiseled_venus_stone_slab": "Losa de traquita cincelada",
|
||||
"block.ad_astra.chiseled_venus_stone_stairs": "Escaleras de traquita cinceladas",
|
||||
"block.ad_astra.cracked_venus_stone_bricks": "Ladrillos de traquita agrietados",
|
||||
"block.ad_astra.polished_venus_stone": "Traquita pulida",
|
||||
"block.ad_astra.polished_venus_stone_slab": "Losa de traquita pulida",
|
||||
"block.ad_astra.polished_venus_stone_stairs": "Escaleras de traquita pulidas",
|
||||
"block.ad_astra.venus_sandstone": "Arenisca de traquita",
|
||||
"block.ad_astra.venus_sandstone_bricks": "Ladrillos de arenisca de traquita",
|
||||
"block.ad_astra.venus_sandstone_brick_slab": "Losa de ladrillos de arenisca de traquita",
|
||||
"block.ad_astra.venus_sandstone_brick_stairs": "Escaleras de ladrillos de arenisca de traquita",
|
||||
"block.ad_astra.cracked_venus_sandstone_bricks": "Ladrillos de arenisca de traquita agrietados",
|
||||
"block.ad_astra.mercury_stone": "Komatita en bruto",
|
||||
"block.ad_astra.mercury_cobblestone": "Roca de komatita",
|
||||
"block.ad_astra.mercury_cobblestone_slab": "Losa de roca de komatita",
|
||||
"block.ad_astra.mercury_cobblestone_stairs": "Escaleras de roca de komatita",
|
||||
"block.ad_astra.mercury_pillar": "Pilar de komatita",
|
||||
"block.ad_astra.mercury_stone_brick_slab": "Losa de ladrillos de komatita",
|
||||
"block.ad_astra.mercury_stone_brick_stairs": "Escaleras de ladrillos de komatita",
|
||||
"block.ad_astra.mercury_stone_brick_wall": "Muro de ladrillos de komatita",
|
||||
"block.ad_astra.mercury_stone_bricks": "Ladrillos de komatita",
|
||||
"block.ad_astra.mercury_stone_slab": "Losa de komatita en bruto",
|
||||
"block.ad_astra.mercury_stone_stairs": "Escaleras de komatita en bruto",
|
||||
"block.ad_astra.chiseled_mercury_stone_bricks": "Ladrillos de komatita cincelados",
|
||||
"block.ad_astra.chiseled_mercury_stone_slab": "Losa de komatita cincelados",
|
||||
"block.ad_astra.chiseled_mercury_stone_stairs": "Escaleras de komatita cinceladas",
|
||||
"block.ad_astra.cracked_mercury_stone_bricks": "Ladrillos de komatita agrietados",
|
||||
"block.ad_astra.polished_mercury_stone": "Komatita pulida",
|
||||
"block.ad_astra.polished_mercury_stone_slab": "Losa de komatita pulida",
|
||||
"block.ad_astra.polished_mercury_stone_stairs": "Escaleras de komatita pulidas",
|
||||
"block.ad_astra.glacio_stone": "Fonolita en bruto",
|
||||
"block.ad_astra.glacio_cobblestone": "Roca de fonolita",
|
||||
"block.ad_astra.glacio_cobblestone_slab": "Losa de roca de fonolita",
|
||||
"block.ad_astra.glacio_cobblestone_stairs": "Escaleras de roca de fonolita",
|
||||
"block.ad_astra.glacio_pillar": "Pilar de fonolita",
|
||||
"block.ad_astra.glacio_stone_brick_slab": "Losa de ladrillos de fonolita",
|
||||
"block.ad_astra.glacio_stone_brick_stairs": "Escaleras de ladrillos de fonolita",
|
||||
"block.ad_astra.glacio_stone_brick_wall": "Muro de ladrillos de fonolita",
|
||||
"block.ad_astra.glacio_stone_bricks": "Ladrillos de fonolita",
|
||||
"block.ad_astra.glacio_stone_slab": "Losa de fonolita en bruto",
|
||||
"block.ad_astra.glacio_stone_stairs": "Escaleras de fonolita en bruto",
|
||||
"block.ad_astra.chiseled_glacio_stone_bricks": "Ladrillos de fonolita cincelados",
|
||||
"block.ad_astra.chiseled_glacio_stone_slab": "Losa de fonolita cincelada",
|
||||
"block.ad_astra.chiseled_glacio_stone_stairs": "Escaleras de fonolita cinceladas",
|
||||
"block.ad_astra.cracked_glacio_stone_bricks": "Ladrillos de fonolita agrietados",
|
||||
"block.ad_astra.polished_glacio_stone": "Fonolita pulida",
|
||||
"block.ad_astra.polished_glacio_stone_slab": "Losa de fonolita pulida",
|
||||
"block.ad_astra.polished_glacio_stone_stairs": "Escaleras de fonolita pulida",
|
||||
"block.ad_astra.glacio_globe": "Globo de Europa",
|
||||
"entity.ad_astra.corrupted_lunarian": "Zombi lunar",
|
||||
"entity.ad_astra.martian_raptor": "Ave de presa esquelética",
|
||||
"entity.ad_astra.tier_1_rocket": "Cohete de R-Aluminacero",
|
||||
"entity.ad_astra.tier_2_rocket": "Cohete de titanio ASM 4914",
|
||||
"entity.ad_astra.tier_3_rocket": "Cohete de acero de tungsteno 45-Ti",
|
||||
"entity.ad_astra.tier_1_rover": "Astromóvil",
|
||||
"fluid_type.ad_astra.oxygen": "Aire respirable",
|
||||
"item.ad_astra.steel_cable": "Cable RF básico",
|
||||
"item.ad_astra.desh_cable": "Cable RF avanzado",
|
||||
"item.ad_astra.tier_1_rocket": "Cohete de R-Aluminacero",
|
||||
"item.ad_astra.tier_2_rocket": "Cohete de titanio ASM 4914",
|
||||
"item.ad_astra.tier_3_rocket": "Cohete de acero de tungsteno 45-Ti",
|
||||
"item.ad_astra.oxygen_bucket": "Cubo con aire respirable",
|
||||
"item.ad_astra.tier_1_rover": "Astromóvil",
|
||||
"item.ad_astra.photovoltaic_etrium_cell": "Celda fotovoltáica avanzada",
|
||||
"item.ad_astra.photovoltaic_vesnium_cell": "Celda fotovoltáica de energium",
|
||||
"item.ad_astra.ostrum_tank": "Ostrum Booster Tank",
|
||||
"item.ad_astra.steel_engine": "Motor de cohete de acero",
|
||||
"item.ad_astra.desh_engine": "Motor de cohete de desh",
|
||||
"item.ad_astra.ostrum_engine": "Motor de cohete de ostrum",
|
||||
"item.ad_astra.netherite_space_helmet": "§bCasco espacial de acero de tungsteno",
|
||||
"item.ad_astra.netherite_space_suit": "§bTraje espacial de acero de tungsteno",
|
||||
"item.ad_astra.netherite_space_pants": "§bPantalones espaciales de acero de tungsteno",
|
||||
"item.ad_astra.netherite_space_boots": "§bBotas espaciales de acero de tungsteno",
|
||||
"item.ad_astra.cheese": "Queso lunar",
|
||||
"dimension.ad_astra.glacio": "Europa",
|
||||
"dimension.ad_astra.glacio_orbit": "Órbita de Europa",
|
||||
"painting.ad_astra.glacio.title": "Europa",
|
||||
"planet.ad_astra.glacio": "Europa",
|
||||
"planet.ad_astra.glacio_orbit": "Órbita de Europa",
|
||||
"tagprefix.moon_stone": "Mena de %s de anortosita",
|
||||
"tagprefix.moon_deepslate": "Mena de %s de norita",
|
||||
"tagprefix.mars_stone": "Mena de %s de argilita",
|
||||
"tagprefix.venus_stone": "Mena de %s de traquita",
|
||||
"tagprefix.mercury_stone": "Mena de %s de komatita",
|
||||
"tagprefix.glacio_stone": "Mena de %s de fonolita",
|
||||
"info.ad_astra.solar_panel": "Genera energía solar durante el día. La energía generada es dependiente del planeta.",
|
||||
"tooltip.ad_astra.energy": "%s FE / %s FE",
|
||||
"tooltip.ad_astra.energy_generation_per_tick": "Genera %s FE por tick",
|
||||
"tooltip.ad_astra.energy_in": "Entrada: %s FE/t",
|
||||
"tooltip.ad_astra.energy_out": "Salida: %s FE/t",
|
||||
"tooltip.ad_astra.energy_per_tick": "%s FE/t",
|
||||
"tooltip.ad_astra.energy_transfer_tick": "Transferencia: %s FE/t",
|
||||
"tooltip.ad_astra.energy_use_per_tick": "Usa %s FE por tick",
|
||||
"tooltip.ad_astra.max_energy_in": "Entrada máxima: %s FE/t",
|
||||
"tooltip.ad_astra.max_energy_out": "Salida máxima: %s FE/t",
|
||||
"tooltip.ad_astra.max_generation": "Máximo: %s FE/t",
|
||||
"tooltip.ad_astra.max_fluid_in": "Entrada máxima: %s mB/t",
|
||||
"tooltip.ad_astra.max_fluid_out": "Salida máxima: %s mB/t",
|
||||
"tooltip.ad_astra.fluid": "%s mB / %s mB %s",
|
||||
"tooltip.ad_astra.fluid_generation_per_iteration": "Genera %s mB por iteración",
|
||||
"tooltip.ad_astra.fluid_in": "Entrada: %s mB/t",
|
||||
"tooltip.ad_astra.fluid_out": "Salida: %s mB/t",
|
||||
"tooltip.ad_astra.fluid_per_tick": "%s mB/t",
|
||||
"tooltip.ad_astra.fluid_transfer_tick": "Transferencia: %s mB/t",
|
||||
"tooltip.ad_astra.fluid_use_per_iteration": "Usa %s mB por iteración"
|
||||
}
|
||||
|
|
@ -111,16 +111,16 @@
|
|||
"block.ad_astra.glacio_globe": "Глобус Европы",
|
||||
"entity.ad_astra.corrupted_lunarian": "Лунный зомби",
|
||||
"entity.ad_astra.martian_raptor": "Скелетообразный раптор",
|
||||
"entity.ad_astra.tier_1_rocket": "Красная алюминиево-стальная ракета",
|
||||
"entity.ad_astra.tier_2_rocket": "ASM 4914 Titanium Rocket",
|
||||
"entity.ad_astra.tier_3_rocket": "45-Ti Tungstensteel Rocket",
|
||||
"entity.ad_astra.tier_1_rocket": "Легкая ракета R (алюмосталь)",
|
||||
"entity.ad_astra.tier_2_rocket": "Прочная ракета ASM 4914 (титан)",
|
||||
"entity.ad_astra.tier_3_rocket": "Тяжёлая ракета 45-Ti (вольфрамосталь)",
|
||||
"entity.ad_astra.tier_1_rover": "Вездеход",
|
||||
"fluid_type.ad_astra.oxygen": "Искуственный воздух",
|
||||
"item.ad_astra.steel_cable": "Обычный RF кабель",
|
||||
"item.ad_astra.desh_cable": "Улучшенный RF кабель",
|
||||
"item.ad_astra.tier_1_rocket": "Красная алюминиево-стальная ракета",
|
||||
"item.ad_astra.tier_2_rocket": "ASM 4914 Titanium Rocket",
|
||||
"item.ad_astra.tier_3_rocket": "45-Ti Tungstensteel Rocket",
|
||||
"item.ad_astra.tier_1_rocket": "Легкая ракета R (алюмосталь)",
|
||||
"item.ad_astra.tier_2_rocket": "Прочная ракета ASM 4914 (титан)",
|
||||
"item.ad_astra.tier_3_rocket": "Тяжёлая ракета 45-Ti (вольфрамосталь)",
|
||||
"item.ad_astra.oxygen_bucket": "Ведро с искуственным воздухом",
|
||||
"item.ad_astra.tier_1_rover": "Вездеход",
|
||||
"item.ad_astra.photovoltaic_etrium_cell": "Улучшенная фотоэлектрическая ячейка",
|
||||
|
|
|
|||
23
kubejs/assets/ae2/lang/es_es.json
Normal file
23
kubejs/assets/ae2/lang/es_es.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"gui.ae2.inWorldCraftingPresses": "Las prensas de fabricación son obtenidas al romper un cubo misterioso. Los cubos misteriosos se ubican en el centro de meteoritos los cuales pueden ser hallados en La Luna.",
|
||||
"gui.advanced_ae.AdvPatternProvider": "",
|
||||
"gui.expandedae.exp_pattern_provider": "",
|
||||
"item.ae2.sky_dust": "Polvo de suevita",
|
||||
"block.ae2.sky_stone_block": "Suevita en bruto",
|
||||
"block.ae2.sky_stone_stairs": "Escaleras de suevita",
|
||||
"block.ae2.sky_stone_wall": "Muro de suevita",
|
||||
"block.ae2.sky_stone_slab": "Losa de suevita",
|
||||
"block.ae2.smooth_sky_stone_block": "Suevita lisa",
|
||||
"block.ae2.smooth_sky_stone_stairs": "Escaleras de suevita lisas",
|
||||
"block.ae2.smooth_sky_stone_wall": "Muro de suevita liso",
|
||||
"block.ae2.smooth_sky_stone_slab": "Losa de suevita lisa",
|
||||
"block.ae2.sky_stone_brick": "Ladrillos de suevita",
|
||||
"block.ae2.sky_stone_brick_stairs": "Escaleras de ladrillos de suevita",
|
||||
"block.ae2.sky_stone_brick_wall": "Muro de ladrillos de suevita",
|
||||
"block.ae2.sky_stone_brick_slab": "Losa de ladrillos de suevita",
|
||||
"block.ae2.sky_stone_small_brick": "Ladrillos pequeños de suevita",
|
||||
"block.ae2.sky_stone_small_brick_stairs": "Escaleras de ladrillos pequeños de suevita",
|
||||
"block.ae2.sky_stone_small_brick_wall": "Muro de ladrillos pequeños de suevita",
|
||||
"block.ae2.sky_stone_small_brick_slab": "Losa de ladrillos pequeños de suevita"
|
||||
}
|
||||
30
kubejs/assets/beneath/lang/es_es.json
Normal file
30
kubejs/assets/beneath/lang/es_es.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"__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": "Piroxenita suelta",
|
||||
"block.beneath.blackstone_aqueduct": "Acueducto de piroxenita",
|
||||
"block.beneath.loose_blackstone": "Piroxenita suelta",
|
||||
"block.beneath.ore.nether_cursecoal": "Mena de antracita de migmatita",
|
||||
"block.beneath.ore.nether_cursecoal.prospected": "Antracita",
|
||||
"block.beneath.cursecoal_pile": "Pila de antracita",
|
||||
"block.beneath.ore.blackstone_sylvite": "Mena de silvina de piroxenita",
|
||||
"block.beneath.crackrack": "Queratofira en bruto",
|
||||
"block.beneath.soul_clay": "Arcilla fangosa",
|
||||
"block.beneath.wood.log.crimson": "Tallo carmesí",
|
||||
"block.beneath.wood.stripped_log.crimson": "Tallo carmesí pelado",
|
||||
"block.beneath.wood.wood.crimson": "Hifas carmesí",
|
||||
"block.beneath.wood.stripped_wood.crimson": "Hifas carmesí peladas",
|
||||
"block.beneath.wood.fallen_leaves.crimson": "Lamella carmesí caída",
|
||||
"block.beneath.wood.leaves.crimson": "Lamella carmesí",
|
||||
"block.beneath.wood.log.warped": "Tallo distorsionado",
|
||||
"block.beneath.wood.stripped_log.warped": "Tallo distorsionado pelado",
|
||||
"block.beneath.wood.wood.warped": "Hifas distorsionadas",
|
||||
"block.beneath.wood.stripped_wood.warped": "Hifas distorsionadas peladas",
|
||||
"block.beneath.wood.fallen_leaves.warped": "Lamella distorsionada caída",
|
||||
"block.beneath.wood.leaves.warped": "Lamella distorsionada",
|
||||
"block.beneath.ancient_altar": "Pedestal de piroxenita",
|
||||
"item.beneath.cursed_hide": "Piel ignífuga",
|
||||
"item.beneath.blackstone_brick": "Ladrillo de piroxenita",
|
||||
"item.beneath.cursecoal": "Antracita",
|
||||
"item.beneath.crackrack_rock": "Roca de queratofiro",
|
||||
"item.beneath.loose_blackstone": "Piroxenita suelta"
|
||||
}
|
||||
8
kubejs/assets/betterend/blockstates/sandy_jadestone.json
Normal file
8
kubejs/assets/betterend/blockstates/sandy_jadestone.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "betterend:block/sandy_jadestone" },
|
||||
{ "model": "betterend:block/sandy_jadestone", "y": 180 }
|
||||
]
|
||||
}
|
||||
}
|
||||
123
kubejs/assets/betterend/lang/es_es.json
Normal file
123
kubejs/assets/betterend/lang/es_es.json
Normal file
|
|
@ -0,0 +1,123 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.betterend.aeridium": "Erídio",
|
||||
"block.betterend.amaranita_stem": "Tallo de amaranita",
|
||||
"block.betterend.amber_grass": "Césped de ámbar",
|
||||
"block.betterend.amber_root_wild": "Brotes de ámbar silvestres",
|
||||
"block.betterend.amber_root_dead": "Brotes de ámbar secos",
|
||||
"block.betterend.amber_root": "Brotes de ámbar",
|
||||
"block.betterend.aurant_polypore": "Poliporo áureo",
|
||||
"block.betterend.blooming_cooksonia": "Coccionia floreciente",
|
||||
"block.betterend.blossom_berry": "Bayaflor",
|
||||
"block.betterend.blossom_berry_wild": "Bayaflor silvestre",
|
||||
"block.betterend.blossom_berry_dead": "Bayaflor seca",
|
||||
"block.betterend.bolux_mushroom": "Colonia de hongos Bolux",
|
||||
"block.betterend.bolux_mushroom_wild": "Colonia de hongos Bolux silvestre",
|
||||
"block.betterend.bolux_mushroom_dead": "Colonia de hongos Bolux seca",
|
||||
"block.betterend.brimstone": "Azufrita",
|
||||
"block.betterend.bushy_grass": "Hierbanueva",
|
||||
"block.betterend.bulb_moss": "Musgo bulboso",
|
||||
"block.betterend.cave_bush": "Lamella carmín",
|
||||
"block.betterend.cave_bush_fallen": "Lamela carmín pequeña",
|
||||
"block.betterend.cave_grass": "Vermiligma",
|
||||
"block.betterend.cave_pumpkin": "Bulbo cavernario",
|
||||
"block.betterend.cave_pumpkin_wild": "Tallo de bulbo cavernario silvestre",
|
||||
"block.betterend.cave_pumpkin_dead": "Tallo de bulbo cavernario seco",
|
||||
"block.betterend.cave_pumpkin_plant": "Tallo de bulbo cavernario",
|
||||
"block.betterend.charnia_cyan": "Carnia cián",
|
||||
"block.betterend.charnia_green": "Carnia verde",
|
||||
"block.betterend.charnia_light_blue": "Carnia verdácea",
|
||||
"block.betterend.charnia_orange": "Carnia naranja",
|
||||
"block.betterend.charnia_purple": "Carnia morada",
|
||||
"block.betterend.charnia_red": "Carnia roja",
|
||||
"block.betterend.chorus_grass": "Hierba coral",
|
||||
"block.betterend.chorus_lily": "Lirio coral",
|
||||
"block.betterend.chorus_mushroom": "Colonia de hongos Calmia",
|
||||
"block.betterend.chorus_mushroom_wild": "Colonia de hongos Calmia silvestre",
|
||||
"block.betterend.chorus_mushroom_dead": "Colonia de hongos Calmia seca",
|
||||
"block.betterend.clawfern": "Helecho acerado",
|
||||
"block.betterend.crystal_grass": "Hierba cristalina",
|
||||
"block.betterend.end_lily": "Lirio de Deimos",
|
||||
"block.betterend.end_lily_seed": "Brote de lirio de Deimos",
|
||||
"block.betterend.end_lotus_flower": "Flor de loto de Fobos",
|
||||
"block.betterend.end_lotus_leaf": "Hoja de loto de Fobos",
|
||||
"block.betterend.end_lotus_stem": "Tallo de loto de Fobos",
|
||||
"block.betterend.end_lotus_seed": "Brote de loto de Fobos",
|
||||
"block.betterend.filalux_wings": "Alas filalúceas",
|
||||
"block.betterend.flamaea": "Hongo flamigero",
|
||||
"block.betterend.flammalix": "Hongo flamante",
|
||||
"block.betterend.flavolite": "Ignimbrita en bruto",
|
||||
"block.betterend.flavolite_bricks": "Ladrillos de ignimbrita",
|
||||
"block.betterend.flavolite_pillar": "Pilar de ignimbrita",
|
||||
"block.betterend.flavolite_polished": "Ignimbrita pulida",
|
||||
"block.betterend.flavolite_tiles": "Baldosas de ignimbrita",
|
||||
"block.betterend.fracturn": "Fracturno",
|
||||
"block.betterend.glacian_hymenophore": "Himenóforo glacial",
|
||||
"block.betterend.globulagus": "Globulago",
|
||||
"block.betterend.hydrothermal_vent": "Ventilación térmica",
|
||||
"block.betterend.hydralux": "Hidralúz",
|
||||
"block.betterend.hydralux_sapling": "Brote de hidralúz",
|
||||
"block.betterend.inflexia": "Inflexia",
|
||||
"block.betterend.lacugrove": "Alga lacustre",
|
||||
"block.betterend.lacugrove_bark": "Adaquita en bruto",
|
||||
"block.betterend.lamellarium": "Lamellaria",
|
||||
"block.betterend.lanceleaf": "Hoja lanceolada",
|
||||
"block.betterend.lanceleaf_small": "Daga de hoja lanceolada",
|
||||
"block.betterend.large_amaranita_mushroom": "Hongo de amaranita grande",
|
||||
"block.betterend.lucernia_leaves": "Lamella de lucernia",
|
||||
"block.betterend.lucernia_leaves_fallen": "Lamella de lucernia pequeña",
|
||||
"block.betterend.lucernia_outer_leaves": "Hifas de lucernia",
|
||||
"block.betterend.lucernia_bark": "Chapitel siniestro",
|
||||
"block.betterend.lutebus": "Lutebio",
|
||||
"block.betterend.magnula": "Magnulea",
|
||||
"block.betterend.nightshade_moss": "Musgo de Nox",
|
||||
"block.betterend.orango": "Orango",
|
||||
"block.betterend.pond_anemone": "Anemona",
|
||||
"block.betterend.purple_polypore": "Poliporo morado",
|
||||
"block.betterend.rubinea": "Rubineda",
|
||||
"block.betterend.ruscus": "Hierba de rusco",
|
||||
"block.betterend.salteago": "Salteago",
|
||||
"block.betterend.sandy_jadestone": "Lamprita en bruto",
|
||||
"block.betterend.sandy_jadestone_bricks": "Ladrillos de lamprita",
|
||||
"block.betterend.sandy_jadestone_pillar": "Pilar de lamprita",
|
||||
"block.betterend.sandy_jadestone_polished": "Lamprita pulida",
|
||||
"block.betterend.sandy_jadestone_tiles": "Baldosa de lamprita",
|
||||
"block.betterend.selagine": "Selegina",
|
||||
"block.betterend.shadow_berry": "Bayas de Nox",
|
||||
"block.betterend.shadow_berry_wild": "Bayas de Nox silvestres",
|
||||
"block.betterend.shadow_berry_dead": "Bayas de Nox secas",
|
||||
"block.betterend.small_amaranita_mushroom": "Hongo de Amaranita pequeño",
|
||||
"block.betterend.sulphur_crystal": "Cristal de azufre",
|
||||
"block.betterend.sulphuric_rock": "Ignimbrita en bruto",
|
||||
"block.betterend.sulphuric_rock_bricks": "Ladrillos de ignimbrita",
|
||||
"block.betterend.sulphuric_rock_pillar": "Pilar de ignimbrita",
|
||||
"block.betterend.sulphuric_rock_polished": "Ignimbrita pulida",
|
||||
"block.betterend.sulphuric_rock_tiles": "Baldosa de ignimbrita",
|
||||
"block.betterend.tube_worm": "Gusano de tubo",
|
||||
"block.betterend.twisted_moss": "Musgo distorsionado",
|
||||
"block.betterend.twisted_umbrella_moss": "Musgo paraguas distorsionado",
|
||||
"block.betterend.twisted_umbrella_moss_tall": "Musgo paraguas distorsionado",
|
||||
"block.betterend.twisted_vine": "Enredadera distorsionada",
|
||||
"block.betterend.umbrella_moss": "Musgo paraguas",
|
||||
"block.betterend.umbrella_moss_tall": "Musgo paraguas",
|
||||
"block.betterend.vaiolush_fern": "Helecho vaciluceo",
|
||||
"item.betterend.amber_root_product": "Brotes de ámbar",
|
||||
"item.betterend.amber_root_seeds": "Semillas de brotes de ámbar",
|
||||
"item.betterend.blossom_berry_product": "Bayaflor",
|
||||
"item.betterend.blossom_berry_seeds": "Semillas de bayaflor",
|
||||
"item.betterend.bolux_mushroom_cooked": "Hongo de Bolux cocinado",
|
||||
"item.betterend.bolux_mushroom_product": "Hongo de Bolux",
|
||||
"item.betterend.bolux_mushroom_seeds": "Esporas de hongos de Bolux",
|
||||
"item.betterend.cave_pumpkin_chunks": "Porciones de bulbo cavernario",
|
||||
"item.betterend.cave_pumpkin_product": "Bulbo cavernario",
|
||||
"item.betterend.cave_pumpkin_plant_seeds": "Semillas de bulbo cavernario",
|
||||
"item.betterend.cave_pumpkin_pie_dough": "Masa de bulbo cavernario",
|
||||
"item.betterend.cave_pumpkin_pie_raw": "Pastel de bulbo cavernario crudo",
|
||||
"item.betterend.cave_pumpkin_pie": "Pastel de bulbo cavernario",
|
||||
"item.betterend.chorus_mushroom_cooked": "Hongo Calmia cocinado",
|
||||
"item.betterend.chorus_mushroom_product": "Hongo Calmia",
|
||||
"item.betterend.chorus_mushroom_seeds": "Esporas de hongo Calmia",
|
||||
"item.betterend.shadow_berry_cooked": "Baya de Nox cocinada",
|
||||
"item.betterend.shadow_berry_product": "Baya de Nox",
|
||||
"item.betterend.shadow_berry_seeds": "Semillas de baya de Nox"
|
||||
}
|
||||
|
|
@ -8,11 +8,13 @@
|
|||
"top": "betterend:block/cave_pumpkin_top",
|
||||
"side": "betterend:block/cave_pumpkin_side"
|
||||
},
|
||||
"elements": [
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 1, 0, 1 ],
|
||||
"to": [ 15, 13, 15 ],
|
||||
"forge_data": { "block_light": 15, "sky_light": 15 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 1, 1, 15, 15 ], "texture": "#lantern_bottom" },
|
||||
"north": { "uv": [ 1, 3, 15, 16 ], "texture": "#lantern_side" },
|
||||
|
|
|
|||
16
kubejs/assets/createstockbridge/lang/en_us.json
Normal file
16
kubejs/assets/createstockbridge/lang/en_us.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.createstockbridge.ae_bridge": "AE Stock Bridge",
|
||||
"gui.createstockbridge.address": "Package Address:",
|
||||
"gui.stockbridge.remote_items": "Create Stock System Items",
|
||||
"tooltip.stockbridge.remote_item": "Item in Remote System",
|
||||
"item.createstockbridge.request_pattern": "Request Pattern",
|
||||
"createstockbridge.ponder.ae_stockbridge.header": "Connecting the Stock System to AE",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_1": "AE Stock Bridge links the Create Stock system with AE",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_2": "Right-Click to bind to the stock network before placing",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_3": "Set the AE Stock Bridge address to match the Frogport address",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_4": "AE",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_5": "AE",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_6": "AE can request items by 'crafting'",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_7": "Create can request stored items from AE"
|
||||
}
|
||||
16
kubejs/assets/createstockbridge/lang/ru_ru.json
Normal file
16
kubejs/assets/createstockbridge/lang/ru_ru.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.createstockbridge.ae_bridge": "AE Мост-хранилище",
|
||||
"gui.createstockbridge.address": "Адрес пакета:",
|
||||
"gui.stockbridge.remote_items": "Предметы системы Create Stock",
|
||||
"tooltip.stockbridge.remote_item": "Предмет в удалённой системе",
|
||||
"item.createstockbridge.request_pattern": "Шаблон запроса",
|
||||
"createstockbridge.ponder.ae_stockbridge.header": "Подключение системы Stock к AE",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_1": "AE Мост-хранилище связывает систему Create Stock с AE",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_2": "ПКМ для привязки к сети Stock перед установкой",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_3": "Настройте адрес AE Моста-хранилища так, чтобы он совпадал с адресом Frogport",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_4": "AE",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_5": "AE",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_6": "AE может запрашивать предметы через 'крафт'",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_7": "Create может запрашивать хранящиеся предметы из AE"
|
||||
}
|
||||
16
kubejs/assets/createstockbridge/lang/zh_cn.json
Normal file
16
kubejs/assets/createstockbridge/lang/zh_cn.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.createstockbridge.ae_bridge": "AE仓储桥接器",
|
||||
"gui.createstockbridge.address": "包裹地址:",
|
||||
"gui.stockbridge.remote_items": "机械动力仓储系统物品",
|
||||
"tooltip.stockbridge.remote_item": "位于远端系统的物品",
|
||||
"item.createstockbridge.request_pattern": "请求样板",
|
||||
"createstockbridge.ponder.ae_stockbridge.header": "将仓储系统连接至应用能源",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_1": "AE仓储桥接器可让机械动力的仓储系统与应用能源(AE)相连",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_2": "放置前需先右击绑定库存网络",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_3": "为蛙港和AE仓储桥接器设置相同的地址",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_4": "AE",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_5": "AE",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_6": "AE可以通过“自动合成”请求物品",
|
||||
"createstockbridge.ponder.ae_stockbridge.text_7": "机械动力可以请求AE系统中的物品"
|
||||
}
|
||||
|
|
@ -1 +1 @@
|
|||
{"ae2:condenser":{"order":158}}
|
||||
{"ae2:condenser":{"order":165}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"ae2:item_transformation":{"order":49}}
|
||||
{"ae2:item_transformation":{"order":50}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"ae2:p2p_attunement":{"order":170}}
|
||||
{"ae2:p2p_attunement":{"order":177}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"afc:tree_tap":{"order":29}}
|
||||
{"afc:tree_tap":{"order":30}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"create:deploying":{"order":52}}
|
||||
{"create:deploying":{"order":53}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"create:draining":{"order":173}}
|
||||
{"create:draining":{"order":180}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"create:item_application":{"order":53}}
|
||||
{"create:item_application":{"order":54}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"create:sandpaper_polishing":{"order":50}}
|
||||
{"create:sandpaper_polishing":{"order":51}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"create:sequenced_assembly":{"order":55}}
|
||||
{"create:sequenced_assembly":{"order":56}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"create:spout_filling":{"order":174}}
|
||||
{"create:spout_filling":{"order":181}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"createaddition:rolling":{"order":81}}
|
||||
{"createaddition:rolling":{"order":88}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"deafission:component_fr":{"order":71}}
|
||||
{"deafission:component_fr":{"order":73}}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"deafission:component_hb":{"order":76}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"deafission:fission_component":{"order":70}}
|
||||
{"deafission:fission_component":{"order":72}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"deafission:fission_reactor_coolant":{"order":67}}
|
||||
{"deafission:fission_reactor_coolant":{"order":69}}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"deafission:fission_reactor_coolant_smr":{"order":75}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"deafission:fission_reactor_fuel":{"order":69}}
|
||||
{"deafission:fission_reactor_fuel":{"order":71}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"deafission:fission_reactor_processing":{"order":68}}
|
||||
{"deafission:fission_reactor_processing":{"order":70}}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"deafission:hb_export":{"order":78}}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"deafission:hb_import":{"order":77}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"diggerhelmet:helmet_repair":{"order":165}}
|
||||
{"diggerhelmet:helmet_repair":{"order":172}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"domum_ornamentum:architects_cutter":{"order":169}}
|
||||
{"domum_ornamentum:architects_cutter":{"order":176}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"emi:info":{"order":179}}
|
||||
{"emi:info":{"order":186}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"emi:tag":{"order":180}}
|
||||
{"emi:tag":{"order":187}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"exposure:photograph_printing":{"order":163}}
|
||||
{"exposure:photograph_printing":{"order":170}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"exposure:photograph_stacking":{"order":164}}
|
||||
{"exposure:photograph_stacking":{"order":171}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"firmalife:bowl_pot":{"order":43}}
|
||||
{"firmalife:bowl_pot":{"order":44}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"firmalife:drying":{"order":35}}
|
||||
{"firmalife:drying":{"order":36}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"firmalife:mixing_bowl":{"order":36}}
|
||||
{"firmalife:mixing_bowl":{"order":37}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"firmalife:oven":{"order":37}}
|
||||
{"firmalife:oven":{"order":38}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"firmalife:smoking":{"order":39}}
|
||||
{"firmalife:smoking":{"order":40}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"firmalife:stomping":{"order":45}}
|
||||
{"firmalife:stomping":{"order":46}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"firmalife:vat":{"order":44}}
|
||||
{"firmalife:vat":{"order":45}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"framedblocks:framing_saw":{"order":168}}
|
||||
{"framedblocks:framing_saw":{"order":175}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:automatic_packing":{"order":177}}
|
||||
{"greate:automatic_packing":{"order":184}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:automatic_shaped":{"order":175}}
|
||||
{"greate:automatic_shaped":{"order":182}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:automatic_shapeless":{"order":176}}
|
||||
{"greate:automatic_shapeless":{"order":183}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:block_cutting":{"order":167}}
|
||||
{"greate:block_cutting":{"order":174}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:crushing":{"order":119}}
|
||||
{"greate:crushing":{"order":126}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:fan_washing":{"order":125}}
|
||||
{"greate:fan_washing":{"order":132}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:milling":{"order":118}}
|
||||
{"greate:milling":{"order":125}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:mixing":{"order":123}}
|
||||
{"greate:mixing":{"order":130}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:packing":{"order":21}}
|
||||
{"greate:packing":{"order":22}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:pressing":{"order":108}}
|
||||
{"greate:pressing":{"order":115}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:sawing":{"order":95}}
|
||||
{"greate:sawing":{"order":102}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:air_scrubber":{"order":74}}
|
||||
{"gtceu:air_scrubber":{"order":81}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:alloy_blast_smelter":{"order":135}}
|
||||
{"gtceu:alloy_blast_smelter":{"order":142}}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue