32
.github/workflows/build.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: 📦 Checkout
|
||||
uses: actions/checkout@v6.0.0
|
||||
uses: actions/checkout@v6.0.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -156,7 +156,7 @@ jobs:
|
|||
continue-on-error: true
|
||||
|
||||
- name: 🔍 Check if tag exists
|
||||
uses: mukunku/tag-exists-action@v1.6.0
|
||||
uses: mukunku/tag-exists-action@v1.7.0
|
||||
id: check_tag
|
||||
with:
|
||||
tag: ${{ steps.changelog.outputs.version }}
|
||||
|
|
@ -229,7 +229,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6.0.0
|
||||
uses: actions/checkout@v6.0.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -313,7 +313,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6.0.0
|
||||
uses: actions/checkout@v6.0.1
|
||||
|
||||
- name: 🔄 Replace strings
|
||||
shell: bash
|
||||
|
|
@ -340,7 +340,7 @@ jobs:
|
|||
sed -i -e "s/MINECRAFT_VERSION/${MINECRAFT_VERSION}/g" .pakku/server-overrides/forge-auto-install.txt
|
||||
|
||||
- name: 📝 Cache pakku
|
||||
uses: actions/cache@v4.3.0
|
||||
uses: actions/cache@v5.0.1
|
||||
id: cache
|
||||
with:
|
||||
path: build/.cache
|
||||
|
|
@ -362,7 +362,7 @@ jobs:
|
|||
mv *.zip $(basename -s .zip *.zip)-curseforge.zip
|
||||
|
||||
- name: 🚀 Upload artifact CurseForge
|
||||
uses: actions/upload-artifact@v5.0.0
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
with:
|
||||
name: ${{ needs.info.outputs.project_full_name }}-curseforge
|
||||
path: ./build/curseforge/${{ needs.info.outputs.project_full_name }}-curseforge.zip
|
||||
|
|
@ -374,7 +374,7 @@ jobs:
|
|||
mv *.mrpack $(basename -s .mrpack *.mrpack)-modrinth.mrpack
|
||||
|
||||
- name: 🚀 Upload artifact modrinth
|
||||
uses: actions/upload-artifact@v5.0.0
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
with:
|
||||
name: ${{ needs.info.outputs.project_full_name }}-modrinth
|
||||
path: ./build/modrinth/${{ needs.info.outputs.project_full_name }}-modrinth.mrpack
|
||||
|
|
@ -387,16 +387,18 @@ jobs:
|
|||
|
||||
mv -vf .pakku/multimc-overrides ./build/multimc
|
||||
|
||||
cp -vf ./build/.cache/curseforge/manifest.json ./build/multimc/flame/manifest.json
|
||||
|
||||
|
||||
cp -rf ./build/.cache/curseforge/overrides ./build/multimc/.minecraft
|
||||
|
||||
cp -vf ./build/.cache/curseforge/manifest.json ./build/multimc/flame/manifest.json
|
||||
cp -vf ./config/fancymenu/assets/icons/icon128x128.png ./build/multimc/.minecraft/icon.png
|
||||
cp -rf ./mods ./build/multimc/.minecraft/
|
||||
|
||||
cd ./build/multimc/
|
||||
zip -r ${{ needs.info.outputs.project_full_name }}-multimc.zip icon.png mmc-pack.json instance.cfg .minecraft/ flame/
|
||||
|
||||
- name: 🚀 Upload artifact multimc
|
||||
uses: actions/upload-artifact@v5.0.0
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
with:
|
||||
name: ${{ needs.info.outputs.project_full_name }}-multimc
|
||||
path: ./build/multimc/${{ needs.info.outputs.project_full_name }}-multimc.zip
|
||||
|
|
@ -408,7 +410,7 @@ jobs:
|
|||
mv *.zip $(basename -s .zip *.zip)-serverpack.zip
|
||||
|
||||
- name: 🚀 Upload artifact server
|
||||
uses: actions/upload-artifact@v5.0.0
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
with:
|
||||
name: ${{ needs.info.outputs.project_full_name }}-serverpack
|
||||
path: ./build/serverpack/${{ needs.info.outputs.project_full_name }}-serverpack.zip
|
||||
|
|
@ -424,10 +426,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: 📦 Checkout
|
||||
uses: actions/checkout@v6.0.0
|
||||
uses: actions/checkout@v6.0.1
|
||||
|
||||
- name: 📦 Download artifact
|
||||
uses: actions/download-artifact@v6.0.0
|
||||
uses: actions/download-artifact@v7.0.0
|
||||
with:
|
||||
merge-multiple: true
|
||||
|
||||
|
|
@ -495,7 +497,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: 📦 Download artifact
|
||||
uses: actions/download-artifact@v6.0.0
|
||||
uses: actions/download-artifact@v7.0.0
|
||||
with:
|
||||
merge-multiple: true
|
||||
|
||||
|
|
@ -545,7 +547,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: 📦 Download artifact
|
||||
uses: actions/download-artifact@v6.0.0
|
||||
uses: actions/download-artifact@v7.0.0
|
||||
with:
|
||||
merge-multiple: true
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 9.8 KiB |
|
|
@ -7,8 +7,41 @@
|
|||
ftbchunks.max_claimed: 50
|
||||
ftbchunks.max_force_loaded: 6
|
||||
ftbchunks.chunk_load_offline: false
|
||||
|
||||
command.enderchest: false
|
||||
command.ldlib: false
|
||||
command.compass_server: false
|
||||
command.chunky: false
|
||||
command.catnip: false
|
||||
command.bookshelf: false
|
||||
command.aptweaks: false
|
||||
command.afc: false
|
||||
command.advancement: false
|
||||
command.bossbar: false
|
||||
command.clone: false
|
||||
command.cucumber: false
|
||||
command.gamemode: false
|
||||
command.give: false
|
||||
command.guideme: false
|
||||
command.kubejs: false
|
||||
command.kubejs_tfc: false
|
||||
command.letmedespawn: false
|
||||
command.locate: false
|
||||
command.lode: false
|
||||
command.octolib: false
|
||||
command.worldborder: false
|
||||
command.whitelist: false
|
||||
command.uteamcore: false
|
||||
command.tpx: false
|
||||
command.tp_offline: false
|
||||
command.tpa: false
|
||||
command.tpaccept: false
|
||||
command.tpahere: false
|
||||
command.tpdeny: false
|
||||
command.tpx: false
|
||||
|
||||
command.trashcan: true
|
||||
command.enderchest: false
|
||||
|
||||
}
|
||||
vip: {
|
||||
name: "VIP"
|
||||
|
|
@ -18,13 +51,6 @@
|
|||
ftbchunks.max_force_loaded: 8
|
||||
ftbchunks.chunk_load_offline: true
|
||||
}
|
||||
moderator_girl: {
|
||||
name: "Moderator"
|
||||
power: 51
|
||||
ftbranks.name_format: "&d{name}"
|
||||
ftbchunks.max_claimed: 200
|
||||
ftbchunks.max_force_loaded: 8
|
||||
}
|
||||
moderator: {
|
||||
name: "Moderator"
|
||||
power: 51
|
||||
|
|
|
|||
60
CHANGELOG.md
|
|
@ -3,7 +3,67 @@
|
|||
## Unreleased
|
||||
### Changes
|
||||
### Bug fixes
|
||||
|
||||
## [0.11.11] - 18-12-2025
|
||||
### Breaking Changes
|
||||
- Rose Quartz moved namespaces, so you'll have to convert all your old rose quartz items into the new ones. You'll need to explore new chunks to find new geodes with the correct ore blocks.
|
||||
- The previous silicone rubber styrene butadiene rubber belts have been changed to a different item, so please break and recycle them before updating if you're using any.
|
||||
- Cleaning meal bag foil packs is now done in the chem bath instead of the ore washer. @Pyritie
|
||||
- Turning honey into sugar is now done in the extractor instead of the centrifuge. @Pyritie
|
||||
- Syngas crafting in the Vacuum Chamber will now output into the chamber itself instead of the Basin, so it won't get mixed up with the creosote (#2378) @Pyritie
|
||||
- Cleaned up the EMI pages for small and large boilers so they aren't flooded with furniture and other things. If you were using something "non-standard" to fuel your boilers, check if they're still valid. (#2421, #2415) @thederpysockdude123 @applenper
|
||||
- Clay dust is no longer electrolyzable, but now you can get infinite clay blocks from a rock breaker @Pyritie
|
||||
### Changes
|
||||
- Added BTX fuel, a new EV-tier gas fuel to replace nitrobenzene. (#2416) @TomPlop
|
||||
- Primitive illagers will no longer endlessly respawn. Instead, now they only spawn as "structures", so once you kill them they will never return. @Pyritie
|
||||
#### Hot or Not
|
||||
- Added "too cold to handle" and "too light to handle" for cold things and lighter-than-air things. Uses the same mechanic as tongs. Lighter-than-air things can also be negated with something Very Heavy in your inventory, and all effects (including "too hot to handle") are negated by super tanks/chests and cells, but *not* drums or buckets. Check the `#tfg:hot_protection_equipment`, `#tfg:cold_protection_equipment`, and `#tfg:floating_protection_equipment` tags for equipment that makes you immune to these effects. The equipment also protects against pipes! @Pyritie
|
||||
- GregTech hot ingots are also now properly included in the "too hot to handle" system so the same protection applies @Pyritie
|
||||
- Added machine recipes for crafting tongs @Pyritie
|
||||
- All baby animals and more "medium" size animals can now be picked up (#2398) @Pyritie
|
||||
#### Medical Hazards
|
||||
- Added visual debuff effects for all medical conditions, so you're immediately notified when carrying something hazardous instead of wondering why you have Hunger II. They don't do anything by themselves, they're just a much more visible way of checking your conditions. @Pyritie
|
||||
- Early `#tfg:medicines` can now also cure medical conditions! Did you think they wouldn't come with side effects? @Pyritie
|
||||
- The medicines have also been rebalanced, so some of the stronger ones come with a downside, while the weaker ones have a stronger cure effect.
|
||||
- The medical condition effect that previously instantly killed you (which did not spawn a corpse) now gives you Wither III instead. @Pyritie
|
||||
#### Other
|
||||
- Added two more early game mechanical belts, and rubber+ belts are also now more expensive. @Pyritie @Epicificator
|
||||
- Doubled the durability of all space suits @Pyritie
|
||||
- Added a way to convert between vinegar and acetic acid (#2386) @Epicificator
|
||||
- Added a renderer to the electric greenhouse, so now you can visually see your crops grow! @RubenVerg
|
||||
- Added some distant horizons config options, for those who want to use it (#2406) @Mqrius
|
||||
- More animals now drop animal fat (#2367) @Pyritie
|
||||
- Nerfed how much biomass and plant balls are produced from certain vanilla plants (#2361) @Pyritie
|
||||
- Added some more ruined structures with a small bit of loot.
|
||||
- Added some resource packs for TFC, disabled by default
|
||||
- Lenses are now allowed on tool racks (#2434) @thederpysockdude123
|
||||
- The Active Transformer multiblock is now craftable at EV, with a new texture and casings. (#2424) @BlueBoat29
|
||||
- Renamed AE2 Sky Stone to Suevite @Pyritie
|
||||
- Removed the shapeless crafting recipe for colored concrete powder, added an instant barrel recipe to turn it into solid concrete @Pyritie
|
||||
- GregTech mining machines now replace mined ores with the correct type of cobble, instead of rhyolite or vanilla cobble @Pyritie
|
||||
### Bug fixes
|
||||
- Fixed aged sake, vodka, and whiskey losing their buff effects, but for real this time @Pyritie
|
||||
- Fixed fries and cheese curds not being able to be put on burgers. @Redeix
|
||||
- Fixed sliced brinza missing the proper cheese tags. @Redeix
|
||||
- Fixed pyroxenite and keratophyre bricks crafting 1 instead of 4 (#2373) @Pyritie
|
||||
- Fixed some issues with quest text and items (#2384, #2386, #2435) @Mqrius @thederpysockdude123
|
||||
- Fixed some tag issues with foods (#2405) @thederpysockdude123
|
||||
- Fixed treated wooden planks from being excluded in the Domum Ornamentum and Facade whitelists (#2404) @thederpysockdude123
|
||||
- Fixed a recipe conflict for boiled and fried eggs (#2407) @Mqrius
|
||||
- Fixed a recipe conflict blocking the crafting of silicone rubber (#2387) @Mqrius
|
||||
- Fixed the backpack and QuarkTech helmet auto-feeding from feeding you while you're downed @Mqrius
|
||||
- Fixed drills taking way more damage when mining than intended (#2419, #2428) @Mqrius
|
||||
- Fixed Ostrum Casing not having a recipe (#2363) @FlightingFalcon
|
||||
- Fixed warped trees not growing on normal mars dirt @Pyritie
|
||||
- Fixed missing block names for some of the variations of non-earth stones @Pyritie
|
||||
- Fixed being able to turn bismuth and black bronze drums into regular bronze drums (#2436) @Jeuvke
|
||||
- Fixed a recipe conflict with stone plates (#2433) @Pyritie
|
||||
- Fixed concrete pouring consuming your fluid container if you use anything other than a bucket to pour @Mqrius
|
||||
- Fixed large amounts of TPS lag when pouring huge areas of concrete at once @Therighthon
|
||||
### Translation updates
|
||||
- Chinese (simplified) @jmecn
|
||||
- Japanese @sakura-gondra
|
||||
- Russian @Petr211071
|
||||
|
||||
## [0.11.10] - 9-12-2025
|
||||
### Breaking Changes
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
#Larger Entities slow down the player more
|
||||
heavyEntities = true
|
||||
#Allow babies to be carried even when adult mob is blacklisted (or not whitelisted)
|
||||
allowBabies = false
|
||||
allowBabies = true
|
||||
#Use Whitelist instead of Blacklist for Blocks
|
||||
useWhitelistBlocks = true
|
||||
#Use Whitelist instead of Blacklist for Entities
|
||||
|
|
@ -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", "tfg:moon_rabbit", "species:birt", "species:stackatick", "species:springling", "tfg:glacian_ram"]
|
||||
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"]
|
||||
#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)
|
||||
|
|
|
|||
|
|
@ -97,7 +97,9 @@
|
|||
"onlyFallWithRequiredTool": false,
|
||||
"allowedToolFilter": {
|
||||
"whitelistedTags": [],
|
||||
"whitelist": [],
|
||||
"whitelist": [
|
||||
"tfg:charred_log"
|
||||
],
|
||||
"blacklist": []
|
||||
}
|
||||
},
|
||||
|
|
|
|||
BIN
config/fancymenu/assets/icons/icon128x128.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
|
|
@ -91,7 +91,7 @@ element {
|
|||
|
||||
element {
|
||||
interactable = false
|
||||
source = {"placeholder":"local","values":{"key":"tfg.gui.menu.field_guide_splash_text"}}
|
||||
source = Tip: Read the field guide!!!
|
||||
source_mode = direct
|
||||
shadow = true
|
||||
scale = 1.0
|
||||
|
|
@ -158,7 +158,7 @@ element {
|
|||
|
||||
element {
|
||||
interactable = false
|
||||
source = {"placeholder":"local","values":{"key":"tfg.gui.menu.ram_usage"}} {"placeholder":"usedram"}MB/ {"placeholder":"maxram"}MB
|
||||
source = RAM: {"placeholder":"usedram"}MB/ {"placeholder":"maxram"}MB
|
||||
source_mode = direct
|
||||
shadow = true
|
||||
scale = 0.8
|
||||
|
|
@ -225,7 +225,7 @@ element {
|
|||
|
||||
element {
|
||||
interactable = false
|
||||
source = {"placeholder":"local","values":{"key":"tfg.gui.menu.fps_count"}} {"placeholder":"fps"}
|
||||
source = FPS: {"placeholder":"fps"}
|
||||
source_mode = direct
|
||||
shadow = true
|
||||
scale = 0.8
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
*path/ends/with.txt Any files who's path ends with
|
||||
*path/contains* Any files who's path contains
|
||||
*/
|
||||
"excluded": [],
|
||||
"excluded": ["DistantHorizons.sqlite"],
|
||||
// The dimension used when creating backup preview image, specify "all" to enable automatic detection of primary dimension (can be very slow)
|
||||
"preview_dimension": "minecraft:overworld"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@
|
|||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.create_logistics.rose_quartz_lens.desc}"]
|
||||
icon: "gtceu:rose_quartz_lens"
|
||||
icon: "greate:rose_quartz_lens"
|
||||
id: "7C4807A247AF36A1"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
|
|
@ -142,7 +142,7 @@
|
|||
tasks: [
|
||||
{
|
||||
id: "0C0BA9D487C3B948"
|
||||
item: "gtceu:rose_quartz_lens"
|
||||
item: "greate:rose_quartz_lens"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
|
|
@ -182,8 +182,8 @@
|
|||
optional: true
|
||||
subtitle: "{quests.create_logistics.cold_rose_quartz.subtitle}"
|
||||
tasks: [{
|
||||
id: "00680B620AC2F8ED"
|
||||
item: "gtceu:exquisite_rose_quartz_gem"
|
||||
id: "60D9FAD7D3290FF5"
|
||||
item: "greate:exquisite_rose_quartz_gem"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.create_logistics.cold_rose_quartz.title}"
|
||||
|
|
@ -199,7 +199,7 @@
|
|||
subtitle: "{quests.create_logistics.fabricate_rose_quartz.subtitle}"
|
||||
tasks: [{
|
||||
id: "57B107DB57726992"
|
||||
item: "gtceu:rose_quartz_plate"
|
||||
item: "greate:rose_quartz_plate"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.create_logistics.fabricate_rose_quartz.title}"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
image: "gtceu:textures/gui/overlay/atomic_overlay_2.png"
|
||||
rotation: 0.0d
|
||||
width: 8.0d
|
||||
x: 8.5d
|
||||
x: 10.0d
|
||||
y: 7.0d
|
||||
}]
|
||||
order_index: 0
|
||||
|
|
@ -32,19 +32,19 @@
|
|||
id: "66960076A74E9B79"
|
||||
linked_quest: "0CA5B715B76E4A5B"
|
||||
shape: "diamond"
|
||||
x: 14.0d
|
||||
x: 15.5d
|
||||
y: 2.5d
|
||||
}
|
||||
{
|
||||
id: "6058CD9466BE0852"
|
||||
linked_quest: "00202200344F3456"
|
||||
x: 11.5d
|
||||
x: 13.0d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
id: "49FB3507B0FB3000"
|
||||
linked_quest: "155F421FC2F39C3C"
|
||||
x: 10.5d
|
||||
x: 12.0d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -52,14 +52,20 @@
|
|||
linked_quest: "4B1F957EB41A5E9B"
|
||||
shape: "octagon"
|
||||
size: 1.5d
|
||||
x: 4.5d
|
||||
x: 5.5d
|
||||
y: 5.5d
|
||||
}
|
||||
{
|
||||
id: "7B380A243C2C39FA"
|
||||
linked_quest: "13F2929C1C303A0B"
|
||||
x: 0.5d
|
||||
y: -3.0d
|
||||
x: -1.0d
|
||||
y: -5.0d
|
||||
}
|
||||
{
|
||||
id: "2151F8AA263F1D6E"
|
||||
linked_quest: "6ECAD339C91EF194"
|
||||
x: 4.0d
|
||||
y: -5.5d
|
||||
}
|
||||
]
|
||||
quests: [
|
||||
|
|
@ -151,8 +157,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.tungsten.title}"
|
||||
x: 6.0d
|
||||
y: -4.5d
|
||||
x: 7.5d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["4EA8888B12D75BF1"]
|
||||
|
|
@ -176,8 +182,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.tunsgten_line_step_1.title}"
|
||||
x: 0.5d
|
||||
y: -4.5d
|
||||
x: -2.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["4EA8888B12D75BF1"]
|
||||
|
|
@ -288,7 +294,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.extreme_voltage.wood_distillation.title}"
|
||||
x: -6.0d
|
||||
x: -5.5d
|
||||
y: -2.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -306,7 +312,7 @@
|
|||
item: "gtceu:alloy_blast_smelter"
|
||||
type: "item"
|
||||
}]
|
||||
x: 8.5d
|
||||
x: 10.0d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -323,7 +329,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.extreme_voltage.ev_mixer.title}"
|
||||
x: -0.75d
|
||||
x: 0.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -421,7 +427,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.gcym_alloys.title}"
|
||||
x: 4.5d
|
||||
x: 8.5d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -469,7 +475,7 @@
|
|||
item: "gtceu:large_centrifuge"
|
||||
type: "item"
|
||||
}]
|
||||
x: 15.5d
|
||||
x: 17.0d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -495,8 +501,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.tungsten_steel.title}"
|
||||
x: 0.5d
|
||||
y: -2.0d
|
||||
x: 0.0d
|
||||
y: -4.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -514,7 +520,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.extreme_voltage.nuclear_fuel_factory.title}"
|
||||
x: 6.0d
|
||||
x: 7.5d
|
||||
y: 7.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -556,7 +562,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.heavy_water.title}"
|
||||
x: 8.5d
|
||||
x: 10.0d
|
||||
y: 5.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -581,7 +587,7 @@
|
|||
}
|
||||
type: "item"
|
||||
}]
|
||||
x: 7.0d
|
||||
x: 8.5d
|
||||
y: 7.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -612,7 +618,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.gregtech_energy.fission_reactor.title}"
|
||||
x: 8.5d
|
||||
x: 10.0d
|
||||
y: 7.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -635,7 +641,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.radioactive_waste.title}"
|
||||
x: 10.0d
|
||||
x: 11.5d
|
||||
y: 7.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -663,7 +669,7 @@
|
|||
}
|
||||
type: "item"
|
||||
}]
|
||||
x: 11.0d
|
||||
x: 12.5d
|
||||
y: 7.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -684,7 +690,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.uranium_line.title}"
|
||||
x: 11.0d
|
||||
x: 12.5d
|
||||
y: 8.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -698,7 +704,7 @@
|
|||
item: "gtceu:uraninite_dust"
|
||||
type: "item"
|
||||
}]
|
||||
x: 11.0d
|
||||
x: 12.5d
|
||||
y: 9.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -731,7 +737,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.uranium_waste.title}"
|
||||
x: 13.0d
|
||||
x: 14.5d
|
||||
y: 7.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -758,7 +764,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.extreme_voltage.heat_exchanger.title}"
|
||||
x: 13.0d
|
||||
x: 14.5d
|
||||
y: 5.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -786,7 +792,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.ammonium_formate.title}"
|
||||
x: 12.0d
|
||||
x: 13.5d
|
||||
y: 5.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -809,7 +815,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.formamide.title}"
|
||||
x: 14.0d
|
||||
x: 15.5d
|
||||
y: 5.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -842,7 +848,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.nuclear_residue_dust.title}"
|
||||
x: 15.5d
|
||||
x: 17.0d
|
||||
y: 5.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -868,7 +874,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.martian_sludge.title}"
|
||||
x: 15.5d
|
||||
x: 17.0d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -896,7 +902,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.hexafluorosilic_acid.title}"
|
||||
x: 17.0d
|
||||
x: 18.5d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -913,7 +919,7 @@
|
|||
item: "tfg:oxidized_nuclear_residue_dust"
|
||||
type: "item"
|
||||
}]
|
||||
x: 17.0d
|
||||
x: 18.5d
|
||||
y: 5.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -926,7 +932,7 @@
|
|||
item: "tfg:refined_nuclear_residue_dust"
|
||||
type: "item"
|
||||
}]
|
||||
x: 17.0d
|
||||
x: 18.5d
|
||||
y: 7.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -952,7 +958,7 @@
|
|||
}
|
||||
type: "item"
|
||||
}]
|
||||
x: 17.0d
|
||||
x: 18.5d
|
||||
y: 10.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -975,7 +981,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.radioactive_concoction.title}"
|
||||
x: 20.0d
|
||||
x: 21.5d
|
||||
y: 5.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -998,7 +1004,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.tritiated_water.title}"
|
||||
x: 14.5d
|
||||
x: 16.0d
|
||||
y: 10.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1143,7 +1149,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.ostrum_harvester.title}"
|
||||
x: 13.0d
|
||||
x: 14.5d
|
||||
y: 2.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1210,8 +1216,8 @@
|
|||
item: "gtceu:iv_machine_hull"
|
||||
type: "item"
|
||||
}]
|
||||
x: 4.5d
|
||||
y: -2.0d
|
||||
x: 1.5d
|
||||
y: -5.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["2C000B45C23752D0"]
|
||||
|
|
@ -1240,7 +1246,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.ev_superconductor.title}"
|
||||
x: 12.0d
|
||||
x: 13.5d
|
||||
y: 8.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1272,14 +1278,24 @@
|
|||
{
|
||||
dependencies: ["2DEC7AF917AAE4EC"]
|
||||
description: ["{quests.extreme_voltage.gasoline.desc}"]
|
||||
icon: "gtceu:gasoline_bucket"
|
||||
id: "397546E863E9835E"
|
||||
optional: true
|
||||
shape: "octagon"
|
||||
size: 1.5d
|
||||
tasks: [{
|
||||
id: "3F040C1D8A8D6676"
|
||||
item: "gtceu:gasoline_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
tasks: [
|
||||
{
|
||||
id: "3F040C1D8A8D6676"
|
||||
item: "gtceu:gasoline_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "4BE81C925AD3FB91"
|
||||
title: "{quests.tasktype.checkmark}"
|
||||
type: "checkmark"
|
||||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.gasoline.title}"
|
||||
x: -7.0d
|
||||
y: -4.5d
|
||||
|
|
@ -1291,7 +1307,6 @@
|
|||
]
|
||||
description: ["{quests.extreme_voltage.pss.desc}"]
|
||||
id: "60433993B715029A"
|
||||
shape: "heart"
|
||||
subtitle: "{quests.extreme_voltage.pss.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
|
|
@ -1433,7 +1448,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.high_pressure_steam.title}"
|
||||
x: 8.5d
|
||||
x: 10.0d
|
||||
y: 9.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1455,7 +1470,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.extreme_voltage.me_part.title}"
|
||||
x: 4.5d
|
||||
x: 5.5d
|
||||
y: 3.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1481,7 +1496,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.extreme_voltage.building_gadgets.title}"
|
||||
x: 3.5d
|
||||
x: 4.5d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1510,12 +1525,13 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.ae2.wireless_access.title}"
|
||||
x: 4.5d
|
||||
x: 5.5d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["601088B7920140B2"]
|
||||
description: ["{quests.extreme_voltage.new_qol.desc}"]
|
||||
icon: "gtceu:ev_sensor"
|
||||
id: "70ABD1E3FC1CA672"
|
||||
tasks: [{
|
||||
id: "73ABA113A9069875"
|
||||
|
|
@ -1523,7 +1539,7 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.extreme_voltage.new_qol.title}"
|
||||
x: 3.5d
|
||||
x: 4.5d
|
||||
y: 3.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1569,7 +1585,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.plutonium.title}"
|
||||
x: 17.0d
|
||||
x: 18.5d
|
||||
y: 9.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1584,7 +1600,7 @@
|
|||
item: "tfg:ostrum_linear_accelerator"
|
||||
type: "item"
|
||||
}]
|
||||
x: 20.0d
|
||||
x: 21.5d
|
||||
y: 9.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1604,7 +1620,7 @@
|
|||
type: "checkmark"
|
||||
}
|
||||
]
|
||||
x: 20.0d
|
||||
x: 21.5d
|
||||
y: 12.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1624,7 +1640,7 @@
|
|||
type: "checkmark"
|
||||
}
|
||||
]
|
||||
x: 21.0d
|
||||
x: 22.5d
|
||||
y: 12.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1647,7 +1663,7 @@
|
|||
type: "checkmark"
|
||||
}
|
||||
]
|
||||
x: 19.0d
|
||||
x: 20.5d
|
||||
y: 12.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1680,7 +1696,7 @@
|
|||
type: "item"
|
||||
}
|
||||
]
|
||||
x: 21.0d
|
||||
x: 22.5d
|
||||
y: 13.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1713,7 +1729,7 @@
|
|||
type: "item"
|
||||
}
|
||||
]
|
||||
x: 20.0d
|
||||
x: 21.5d
|
||||
y: 13.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1746,7 +1762,7 @@
|
|||
type: "item"
|
||||
}
|
||||
]
|
||||
x: 19.0d
|
||||
x: 20.5d
|
||||
y: 13.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1833,7 +1849,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.nuclear_turbine.title}"
|
||||
x: 7.0d
|
||||
x: 8.5d
|
||||
y: 9.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1848,7 +1864,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.extreme_voltage.refrigerant_pellet.title}"
|
||||
x: 18.0d
|
||||
x: 19.5d
|
||||
y: 10.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1883,7 +1899,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.reactor_components.title}"
|
||||
x: 10.0d
|
||||
x: 11.5d
|
||||
y: 5.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1912,7 +1928,7 @@
|
|||
dependencies: ["5EC5566546591DEE"]
|
||||
description: ["{quests.extreme_voltage.large_miner.desc}"]
|
||||
id: "3F77D528961D5C5E"
|
||||
shape: "heart"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
subtitle: "{quests.extreme_voltage.large_miner.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1921,8 +1937,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.extreme_voltage.large_miner.title}"
|
||||
x: 6.0d
|
||||
y: -6.0d
|
||||
x: 7.5d
|
||||
y: -3.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["2979AFD231E5B37B"]
|
||||
|
|
@ -1957,7 +1973,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.extreme_voltage.dense_lead.title}"
|
||||
x: 5.0d
|
||||
x: 6.5d
|
||||
y: 8.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1982,7 +1998,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.ostrum_dust.title}"
|
||||
x: 13.0d
|
||||
x: 14.5d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -2001,7 +2017,7 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "Breaking changes in next update"
|
||||
x: 22.5d
|
||||
x: 24.0d
|
||||
y: 9.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -2032,8 +2048,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.tunsgten_line_step.title}"
|
||||
x: 0.5d
|
||||
y: -5.5d
|
||||
x: -2.0d
|
||||
y: -3.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["04682CD04FE0A56E"]
|
||||
|
|
@ -2046,8 +2062,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.extreme_voltage.tunsgten_line_step_2.title}"
|
||||
x: 1.5d
|
||||
y: -4.5d
|
||||
x: -1.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["3A2E442E4D84C891"]
|
||||
|
|
@ -2145,8 +2161,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.extreme_voltage.advanced_fluid_rig.title}"
|
||||
x: 7.5d
|
||||
y: -4.5d
|
||||
x: 9.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["5CF58F7CBE255585"]
|
||||
|
|
@ -2171,6 +2187,68 @@
|
|||
x: 2.0d
|
||||
y: 4.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["43BBB9074608F9B1"]
|
||||
description: [
|
||||
"{quests.extreme_voltage.btx.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.extreme_voltage.btx.desc.2}"
|
||||
]
|
||||
icon: "tfg:btx_fuel_bucket"
|
||||
id: "601B05D5F3888C74"
|
||||
optional: true
|
||||
shape: "octagon"
|
||||
size: 1.5d
|
||||
subtitle: "{quests.extreme_voltage.btx.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
id: "1EC8E5CE7DD21191"
|
||||
item: "tfg:btx_fuel_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "2A71DF31AAA0CD3D"
|
||||
title: "{quests.tasktype.checkmark}"
|
||||
type: "checkmark"
|
||||
}
|
||||
]
|
||||
title: "{quests.extreme_voltage.btx.title}"
|
||||
x: -5.5d
|
||||
y: -4.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["601B05D5F3888C74"]
|
||||
description: ["{quests.extreme_voltage.btx_catalyser.desc}"]
|
||||
id: "3EC1D337D9FC3F1B"
|
||||
optional: true
|
||||
subtitle: "{quests.extreme_voltage.btx_catalyser.subtitle}"
|
||||
tasks: [{
|
||||
id: "55930B83D1BA6672"
|
||||
item: "tfg:catalyser_pt_re_zsm"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.extreme_voltage.btx_catalyser.title}"
|
||||
x: -4.0d
|
||||
y: -4.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["3EC1D337D9FC3F1B"]
|
||||
description: [
|
||||
"{quests.extreme_voltage.btx_loop.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.extreme_voltage.btx_loop.desc.2}"
|
||||
]
|
||||
id: "38184C7BA01A9B5B"
|
||||
optional: true
|
||||
tasks: [{
|
||||
id: "39568ED5E30CDC88"
|
||||
item: "gtceu:rhenium_dust"
|
||||
type: "item"
|
||||
}]
|
||||
x: -4.0d
|
||||
y: -5.5d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.extreme_voltage.subtitle}"]
|
||||
title: "{quests.extreme_voltage}"
|
||||
|
|
|
|||
|
|
@ -235,15 +235,18 @@
|
|||
dependencies: [
|
||||
"60FF9249376DF9BD"
|
||||
"05E2F203DA46A5E8"
|
||||
"3EC8D58DB73CEFE5"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.gregtech_energy.transformer.desc}"]
|
||||
icon: "gtceu:active_transformer"
|
||||
icon: "tfg:active_power_transformer"
|
||||
id: "6ECAD339C91EF194"
|
||||
subtitle: "{quests.gregtech_energy.transformer.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
id: "098424C2B55ABA69"
|
||||
item: "gtceu:normal_laser_pipe"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
|
|
@ -260,7 +263,7 @@
|
|||
}
|
||||
{
|
||||
id: "3402A41D0F9CAD37"
|
||||
item: "gtceu:active_transformer"
|
||||
item: "tfg:active_power_transformer"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -244,7 +244,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.high_voltage.ulv_circuits.title}"
|
||||
x: -3.0d
|
||||
x: -3.5d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -496,15 +496,26 @@
|
|||
type: "item"
|
||||
}
|
||||
{
|
||||
count: 40L
|
||||
id: "18AECBFB42064D4E"
|
||||
item: "gtceu:plascrete"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
count: 10L
|
||||
id: "4DA87A845076183A"
|
||||
item: "gtceu:cleanroom_glass"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "0B8D91BE431AEB56"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:auto_maintenance_hatch)item(gtceu:maintenance_hatch))"
|
||||
}
|
||||
}
|
||||
title: "{quests.high_voltage.cleanroom.task}"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
|
|
@ -553,7 +564,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.high_voltage.fluorine.title}"
|
||||
x: 1.0d
|
||||
x: 1.5d
|
||||
y: 4.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -612,8 +623,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.high_voltage.nitrobenzene.title}"
|
||||
x: -1.0d
|
||||
y: 9.5d
|
||||
x: -3.0d
|
||||
y: 5.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["7CC79617A4965F25"]
|
||||
|
|
@ -627,7 +638,7 @@
|
|||
icon: "gtceu:large_chemical_reactor"
|
||||
id: "528CE69DA4358B2E"
|
||||
shape: "octagon"
|
||||
size: 3.0d
|
||||
size: 2.0d
|
||||
tasks: [
|
||||
{
|
||||
id: "4738F666E22B212B"
|
||||
|
|
@ -648,7 +659,7 @@
|
|||
]
|
||||
title: "{quests.high_voltage.lcr.title}"
|
||||
x: 0.0d
|
||||
y: 7.0d
|
||||
y: 6.0d
|
||||
}
|
||||
{
|
||||
description: [
|
||||
|
|
@ -675,7 +686,7 @@
|
|||
}]
|
||||
title: "{quests.high_voltage.tnt.title}"
|
||||
x: 3.5d
|
||||
y: 3.0d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -740,7 +751,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.high_voltage.implosion_compressor.title}"
|
||||
x: 2.5d
|
||||
x: 2.0d
|
||||
y: 2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -772,8 +783,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.high_voltage.nitric_acid.title}"
|
||||
x: 0.0d
|
||||
y: 9.5d
|
||||
x: -1.5d
|
||||
y: 6.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["5BACED5AE350EAB1"]
|
||||
|
|
@ -798,8 +809,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.high_voltage.cetane_diesel.title}"
|
||||
x: 1.0d
|
||||
y: 9.5d
|
||||
x: -3.0d
|
||||
y: 7.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["16B735F9C391D260"]
|
||||
|
|
@ -897,8 +908,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.high_voltage.ammonia.title}"
|
||||
x: -3.0d
|
||||
y: 6.0d
|
||||
x: -1.5d
|
||||
y: 4.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["52AD30F04DD5A812"]
|
||||
|
|
@ -928,7 +939,7 @@
|
|||
description: ["{quests.high_voltage.blue_alloy.desc}"]
|
||||
icon: "gtceu:blue_alloy_ingot"
|
||||
id: "073F59194B479AA3"
|
||||
shape: "square"
|
||||
shape: "diamond"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.high_voltage.blue_alloy.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -938,7 +949,7 @@
|
|||
}]
|
||||
title: "{quests.high_voltage.blue_alloy.title}"
|
||||
x: 0.0d
|
||||
y: -10.0d
|
||||
y: -9.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1253,6 +1264,7 @@
|
|||
""
|
||||
"{ \"text\": \"▶▶▶▶▶▶▶\", \"underlined\": \"true\", \"clickEvent\": { \"action\": \"change_page\", \"value\": \"2CDB9778C7A30044\" } }"
|
||||
]
|
||||
icon: "gtceu:ev_vanadium_battery"
|
||||
id: "595C5A01358B9550"
|
||||
subtitle: "{quests.high_voltage.linked_quest_energy.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1261,8 +1273,8 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.high_voltage.linked_quest_energy.title}"
|
||||
x: 0.0d
|
||||
y: 11.0d
|
||||
x: -4.5d
|
||||
y: 6.0d
|
||||
}
|
||||
{
|
||||
description: ["{quests.high_voltage.kaolinite_powder.desc}"]
|
||||
|
|
@ -1619,6 +1631,7 @@
|
|||
{
|
||||
id: "5B94BB35A8480214"
|
||||
item: "greate:titanium_cogwheel"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
|
|
@ -1629,6 +1642,7 @@
|
|||
{
|
||||
id: "2E602B31550041B9"
|
||||
item: "greate:titanium_shaft"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -6,7 +6,13 @@
|
|||
icon: "tfg:iv_universal_circuit"
|
||||
id: "32EF20533F323E02"
|
||||
order_index: 1
|
||||
quest_links: [ ]
|
||||
quest_links: [{
|
||||
id: "0D1F45B8DE565153"
|
||||
linked_quest: "6ECAD339C91EF194"
|
||||
size: 0.75d
|
||||
x: 1.5d
|
||||
y: 4.875d
|
||||
}]
|
||||
quests: [
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -283,7 +289,7 @@
|
|||
icon: "gtceu:tungstensteel_large_boiler"
|
||||
id: "328CFD483C26EA44"
|
||||
shape: "rsquare"
|
||||
size: 0.66d
|
||||
size: 0.75d
|
||||
subtitle: "Good luck fueling this, lmao"
|
||||
tasks: [
|
||||
{
|
||||
|
|
@ -404,7 +410,7 @@
|
|||
icon: "gtceu:iv_electric_motor"
|
||||
id: "01AB252C72B565FE"
|
||||
shape: "rsquare"
|
||||
size: 0.66d
|
||||
size: 0.75d
|
||||
tasks: [
|
||||
{
|
||||
id: "382B9759383E1AC3"
|
||||
|
|
@ -444,49 +450,8 @@
|
|||
]
|
||||
title: "There is no limit to \"Fun\""
|
||||
x: 0.375d
|
||||
y: 6.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["7CC79617A4965F25"]
|
||||
description: [
|
||||
"Better Ore Processing for &6chanced Byproducts&r, only at the cost of this &3Macerator&r! A must have."
|
||||
""
|
||||
"And now, it's finally time for mass ore processing automation."
|
||||
""
|
||||
"The next Quest will kick things off!"
|
||||
]
|
||||
id: "05003665368F5A57"
|
||||
size: 0.75d
|
||||
tasks: [{
|
||||
id: "4043CFB3C4E0DB90"
|
||||
item: "gtceu:iv_macerator"
|
||||
type: "item"
|
||||
}]
|
||||
title: "Shredding your Ores with further more Byproducts"
|
||||
x: 1.5d
|
||||
y: 4.875d
|
||||
}
|
||||
{
|
||||
dependencies: ["05003665368F5A57"]
|
||||
description: [
|
||||
"Welcome to the age of automation!"
|
||||
""
|
||||
"Ore Processing is now at your fingertips."
|
||||
""
|
||||
"&6This quest unlocks a definitive tutorial on Ore Processing in the &lTips and Tricks&r&6 tab - check it out to learn more!&r"
|
||||
]
|
||||
icon: "gtceu:refined_almandine_ore"
|
||||
id: "724FB950CC472BB4"
|
||||
shape: "circle"
|
||||
size: 0.66d
|
||||
tasks: [{
|
||||
id: "496C00BA0D8F5445"
|
||||
type: "checkmark"
|
||||
}]
|
||||
title: "Setting up Ore Processing"
|
||||
x: 1.5d
|
||||
y: 6.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"12B4423F055BFBF5"
|
||||
|
|
|
|||
|
|
@ -18,15 +18,8 @@
|
|||
{
|
||||
id: "0EA7766FE6845121"
|
||||
linked_quest: "0FFBB6177DEB0A23"
|
||||
x: -8.5d
|
||||
y: 10.5d
|
||||
}
|
||||
{
|
||||
id: "5A47760FCD164E74"
|
||||
linked_quest: "61F58B402F1AE40B"
|
||||
shape: "heart"
|
||||
x: -7.5d
|
||||
y: 4.5d
|
||||
x: -8.0d
|
||||
y: 11.5d
|
||||
}
|
||||
]
|
||||
quests: [
|
||||
|
|
@ -43,8 +36,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_fluid_regulator.title}"
|
||||
x: 5.5d
|
||||
y: -2.0d
|
||||
x: 6.0d
|
||||
y: -1.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["38993B4697B0E16C"]
|
||||
|
|
@ -63,8 +56,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_robot_arm.title}"
|
||||
x: 5.5d
|
||||
y: -4.0d
|
||||
x: 6.0d
|
||||
y: -4.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["7EED0084BA59FED1"]
|
||||
|
|
@ -96,7 +89,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_pump.title}"
|
||||
x: 4.5d
|
||||
y: -2.0d
|
||||
y: -1.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["7EED0084BA59FED1"]
|
||||
|
|
@ -112,7 +105,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_piston.title}"
|
||||
x: 4.5d
|
||||
y: -4.0d
|
||||
y: -4.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["2CDB9778C7A30044"]
|
||||
|
|
@ -132,11 +125,11 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_steam_turbine.title}"
|
||||
x: 7.0d
|
||||
y: 9.0d
|
||||
x: 7.5d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["6431381FBE07D6EF"]
|
||||
dependencies: ["2CDB9778C7A30044"]
|
||||
description: ["{quests.low_voltage.lv_amp_explanation.desc}"]
|
||||
id: "7B0FF43022F6C2EC"
|
||||
optional: true
|
||||
|
|
@ -150,8 +143,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_amp_explanation.title}"
|
||||
x: 7.0d
|
||||
y: 2.5d
|
||||
x: 5.5d
|
||||
y: 10.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["45B71324028F6E68"]
|
||||
|
|
@ -168,7 +161,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.aluminium_ingot.title}"
|
||||
x: -10.0d
|
||||
y: 10.5d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -197,8 +190,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.lv_battery_preparation.title}"
|
||||
x: 7.0d
|
||||
y: -0.5d
|
||||
x: 7.5d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -224,7 +217,7 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.low_voltage.cover_behaviour.title}"
|
||||
x: 5.5d
|
||||
x: 6.0d
|
||||
y: -3.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -250,8 +243,8 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.low_voltage.machine_auto_output_behaviour.title}"
|
||||
x: -3.5d
|
||||
y: 1.5d
|
||||
x: -5.0d
|
||||
y: -0.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -279,7 +272,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_wiremill.title}"
|
||||
x: -2.5d
|
||||
x: -3.0d
|
||||
y: 0.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -304,8 +297,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_bender.title}"
|
||||
x: -2.5d
|
||||
y: 2.5d
|
||||
x: -5.0d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -330,8 +323,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_lathe.title}"
|
||||
x: -2.5d
|
||||
y: 1.5d
|
||||
x: -4.0d
|
||||
y: 1.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -345,8 +338,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_polariser.title}"
|
||||
x: 4.5d
|
||||
y: -0.5d
|
||||
x: 5.5d
|
||||
y: 2.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["6E186F9C57155BFA"]
|
||||
|
|
@ -368,8 +361,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lbb.title}"
|
||||
x: 8.0d
|
||||
y: 9.0d
|
||||
x: 9.0d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["1E9BE8D3F8A602DC"]
|
||||
|
|
@ -389,18 +382,18 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_superconductor.title}"
|
||||
x: -11.5d
|
||||
x: -12.0d
|
||||
y: 7.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["701BCADAE5CF6CA5"]
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
description: [
|
||||
"{quests.low_voltage.lv_chemical_bath.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.low_voltage.lv_chemical_bath.desc.2}"
|
||||
]
|
||||
hide_dependency_lines: true
|
||||
id: "330BDB559A7BAB35"
|
||||
optional: true
|
||||
size: 1.0d
|
||||
subtitle: "{quests.low_voltage.lv_chemical_bath.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -409,8 +402,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_chemical_bath.title}"
|
||||
x: -5.5d
|
||||
y: 7.5d
|
||||
x: -4.0d
|
||||
y: 13.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["64E1E87B8AF72968"]
|
||||
|
|
@ -436,8 +429,8 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.low_voltage.programmed_circuits.title}"
|
||||
x: -4.5d
|
||||
y: 1.5d
|
||||
x: -6.5d
|
||||
y: -0.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -451,8 +444,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_canner.title}"
|
||||
x: 4.5d
|
||||
y: 0.5d
|
||||
x: 5.0d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -480,8 +473,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_battery.title}"
|
||||
x: 7.0d
|
||||
y: 0.5d
|
||||
x: 7.5d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["3E6DC423FE4A99F7"]
|
||||
|
|
@ -510,8 +503,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_battery_buffer_4x.title}"
|
||||
x: 7.0d
|
||||
y: 1.5d
|
||||
x: 7.5d
|
||||
y: 3.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["1646BF9194100E57"]
|
||||
|
|
@ -545,6 +538,7 @@
|
|||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
description: ["{quests.low_voltage.other_machines.desc}"]
|
||||
hide_dependency_lines: false
|
||||
icon: "gtceu:crushed_sulfur_ore"
|
||||
id: "701BCADAE5CF6CA5"
|
||||
shape: "circle"
|
||||
|
|
@ -556,8 +550,8 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.low_voltage.other_machines.title}"
|
||||
x: -4.5d
|
||||
y: 6.5d
|
||||
x: 5.5d
|
||||
y: 4.5d
|
||||
}
|
||||
{
|
||||
description: ["{quests.low_voltage.lv_age_progression.desc}"]
|
||||
|
|
@ -591,7 +585,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_fluid_solidifier.title}"
|
||||
x: -7.5d
|
||||
x: -8.0d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -617,8 +611,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_ore_prospector.title}"
|
||||
x: 8.0d
|
||||
y: 0.5d
|
||||
x: 9.0d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -643,7 +637,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.cupronickel_coil.title}"
|
||||
x: -8.5d
|
||||
x: -8.0d
|
||||
y: 7.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -660,7 +654,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_gas_collector.title}"
|
||||
x: -4.0d
|
||||
y: 8.5d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -693,7 +687,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.lv_chemical_reactor.title}"
|
||||
x: -6.5d
|
||||
x: -6.0d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -703,20 +697,24 @@
|
|||
"{@pagebreak}"
|
||||
"{quests.low_voltage.universal_cell.desc.2}"
|
||||
]
|
||||
icon: "gtceu:fluid_cell"
|
||||
id: "292938760AB9A12B"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.low_voltage.universal_cell.subtitle}"
|
||||
tasks: [{
|
||||
id: "012C90A73EC79E11"
|
||||
item: "gtceu:universal_fluid_cell"
|
||||
id: "4CEC0D86500C2A5B"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:fluid_cell)item(gtceu:universal_fluid_cell)item(gtceu:steel_fluid_cell)item(gtceu:aluminium_fluid_cell)item(gtceu:stainless_steel_fluid_cell)item(gtceu:titanium_fluid_cell)item(gtceu:tungsten_steel_fluid_cell)item(gtceu:glass_vial))"
|
||||
}
|
||||
}
|
||||
title: "{quests.low_voltage.universal_cell.task}"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.universal_cell.title}"
|
||||
x: -3.5d
|
||||
y: 2.5d
|
||||
x: -6.5d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["581CDF545E1EA1FD"]
|
||||
|
|
@ -740,7 +738,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.mold_rotor.title}"
|
||||
x: -8.5d
|
||||
x: -9.5d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -758,11 +756,11 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.soldering_alloy.title}"
|
||||
x: 3.0d
|
||||
y: 10.5d
|
||||
x: 4.0d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["701BCADAE5CF6CA5"]
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
description: [
|
||||
"{quests.low_voltage.lv_electroliser.desc.1}"
|
||||
"{@pagebreak}"
|
||||
|
|
@ -770,7 +768,6 @@
|
|||
"{@pagebreak}"
|
||||
"{quests.low_voltage.lv_electroliser.desc.3}"
|
||||
]
|
||||
hide_dependent_lines: true
|
||||
id: "32B08E6F414A00C0"
|
||||
optional: true
|
||||
size: 1.0d
|
||||
|
|
@ -781,8 +778,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_electroliser.title}"
|
||||
x: -5.5d
|
||||
y: 6.5d
|
||||
x: -6.0d
|
||||
y: 7.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -806,8 +803,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_cutter.title}"
|
||||
x: -2.5d
|
||||
y: -0.5d
|
||||
x: -2.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -819,8 +816,7 @@
|
|||
"{quests.low_voltage.lv_centrifuge.desc.3}"
|
||||
]
|
||||
id: "5263F866638D875C"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
size: 1.0d
|
||||
subtitle: "{quests.low_voltage.lv_centrifuge.subtitle}"
|
||||
tasks: [{
|
||||
id: "20EDB55B8D5CDAD6"
|
||||
|
|
@ -829,7 +825,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_centrifuge.title}"
|
||||
x: -2.0d
|
||||
y: 8.5d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["37307A46E70011D3"]
|
||||
|
|
@ -846,8 +842,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_sprayer.title}"
|
||||
x: 5.5d
|
||||
y: 1.5d
|
||||
x: 5.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -867,7 +863,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_assembler.title}"
|
||||
x: 0.0d
|
||||
y: 8.5d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -885,8 +881,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_extractor.title}"
|
||||
x: -6.5d
|
||||
y: 4.5d
|
||||
x: -6.0d
|
||||
y: 5.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["0DBC148D92A9F69F"]
|
||||
|
|
@ -906,7 +902,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_circuit_assembler.title}"
|
||||
x: 0.0d
|
||||
y: 15.5d
|
||||
y: 16.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["1A77CA35F054F988"]
|
||||
|
|
@ -924,13 +920,14 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_arc_furnace.title}"
|
||||
x: -4.0d
|
||||
x: -6.0d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"15928F50AE80A5CF"
|
||||
"5263F866638D875C"
|
||||
"32B08E6F414A00C0"
|
||||
"15928F50AE80A5CF"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: [
|
||||
|
|
@ -966,8 +963,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.lv_oxygen.title}"
|
||||
x: -4.0d
|
||||
y: 10.5d
|
||||
x: -6.0d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["5263F866638D875C"]
|
||||
|
|
@ -998,7 +995,7 @@
|
|||
]
|
||||
title: "{quests.low_voltage.lv_glue.title}"
|
||||
x: -2.0d
|
||||
y: 10.5d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["5B891BA4897FD73C"]
|
||||
|
|
@ -1014,12 +1011,13 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.gallium_arsenide.title}"
|
||||
x: 2.0d
|
||||
y: 10.5d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"63CD0236B337EAAD"
|
||||
"0EAC071414AEC07E"
|
||||
"330BDB559A7BAB35"
|
||||
"63CD0236B337EAAD"
|
||||
]
|
||||
description: [
|
||||
"{quests.low_voltage.t2_circuit_board.desc.1}"
|
||||
|
|
@ -1034,8 +1032,8 @@
|
|||
item: "gtceu:phenolic_printed_circuit_board"
|
||||
type: "item"
|
||||
}]
|
||||
x: -0.5d
|
||||
y: 10.5d
|
||||
x: -2.0d
|
||||
y: 13.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1052,8 +1050,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_diode.title}"
|
||||
x: 0.5d
|
||||
y: 10.5d
|
||||
x: 0.0d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1072,7 +1070,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.1_mv_circuit.title}"
|
||||
x: 0.0d
|
||||
y: 12.5d
|
||||
y: 13.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["1E9BE8D3F8A602DC"]
|
||||
|
|
@ -1087,7 +1085,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.aluminium_dust.title}"
|
||||
x: -10.0d
|
||||
y: 9.0d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["1E9BE8D3F8A602DC"]
|
||||
|
|
@ -1190,8 +1188,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_rock_crusher.title}"
|
||||
x: 4.5d
|
||||
y: 3.5d
|
||||
x: 4.0d
|
||||
y: 1.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["3E6DC423FE4A99F7"]
|
||||
|
|
@ -1218,8 +1216,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_turbo_charge.title}"
|
||||
x: 8.0d
|
||||
y: -0.5d
|
||||
x: 9.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -1246,15 +1244,13 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_fisher.title}"
|
||||
x: 4.5d
|
||||
y: 2.5d
|
||||
x: 3.0d
|
||||
y: 0.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
description: ["{quests.low_voltage.lv_mixer.desc}"]
|
||||
id: "5B891BA4897FD73C"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
subtitle: "{quests.low_voltage.lv_mixer.subtitle}"
|
||||
tasks: [{
|
||||
id: "337A6B670842F80A"
|
||||
|
|
@ -1273,7 +1269,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_mixer.title}"
|
||||
x: 2.0d
|
||||
y: 8.5d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["12565AB92A2BF976"]
|
||||
|
|
@ -1284,7 +1280,7 @@
|
|||
]
|
||||
id: "22510C5F2386B453"
|
||||
shape: "gear"
|
||||
size: 2.0d
|
||||
size: 2.5d
|
||||
subtitle: "{quests.low_voltage.lv_machine_hull.subtitle}"
|
||||
tasks: [{
|
||||
id: "499CACFF0350B3CA"
|
||||
|
|
@ -1323,8 +1319,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.lv_nitrogen.title}"
|
||||
x: -6.0d
|
||||
y: 10.5d
|
||||
x: -4.0d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["648BCF486E16CCB2"]
|
||||
|
|
@ -1364,7 +1360,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.mold_plate.title}"
|
||||
x: -7.5d
|
||||
x: -9.5d
|
||||
y: 2.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1381,8 +1377,8 @@
|
|||
}
|
||||
type: "item"
|
||||
}]
|
||||
x: 8.0d
|
||||
y: 1.5d
|
||||
x: 9.0d
|
||||
y: 3.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["2CDB9778C7A30044"]
|
||||
|
|
@ -1413,7 +1409,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.alternator.title}"
|
||||
x: 7.0d
|
||||
x: 7.5d
|
||||
y: 8.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1434,14 +1430,12 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.mv_hull.title}"
|
||||
x: -10.0d
|
||||
y: 14.0d
|
||||
y: 15.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["648BCF486E16CCB2"]
|
||||
description: ["{quests.low_voltage.lv_machine_casing.desc}"]
|
||||
id: "12565AB92A2BF976"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
subtitle: "{quests.low_voltage.lv_machine_casing.subtitle}"
|
||||
tasks: [{
|
||||
id: "7459A24E5EBE148D"
|
||||
|
|
@ -1473,8 +1467,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_greenhouse.title}"
|
||||
x: 3.0d
|
||||
y: 12.5d
|
||||
x: 2.25d
|
||||
y: 13.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -1497,8 +1491,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_aqueous_accumulator.title}"
|
||||
x: 4.5d
|
||||
y: 4.5d
|
||||
x: 2.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1518,8 +1512,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_combuston_gen.title}"
|
||||
x: 7.0d
|
||||
y: 10.0d
|
||||
x: 7.5d
|
||||
y: 11.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["2CDB9778C7A30044"]
|
||||
|
|
@ -1561,8 +1555,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_seeds.title}"
|
||||
x: 7.5d
|
||||
y: 13.0d
|
||||
x: 11.0d
|
||||
y: 11.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["55213ACBF5F5D398"]
|
||||
|
|
@ -1577,8 +1571,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_seed_oil.title}"
|
||||
x: 7.5d
|
||||
y: 12.0d
|
||||
x: 10.0d
|
||||
y: 11.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["1D979CB5862BD480"]
|
||||
|
|
@ -1593,7 +1587,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_biodiesel.title}"
|
||||
x: 7.5d
|
||||
x: 9.0d
|
||||
y: 11.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1609,8 +1603,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.cupronickel_ingot.title}"
|
||||
x: -8.5d
|
||||
y: 8.5d
|
||||
x: -8.0d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["7567E885B7166603"]
|
||||
|
|
@ -1623,6 +1617,7 @@
|
|||
{
|
||||
id: "1483488F0E301BCC"
|
||||
item: "greate:aluminium_cogwheel"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
|
|
@ -1633,12 +1628,13 @@
|
|||
{
|
||||
id: "32C96E141753187B"
|
||||
item: "greate:aluminium_shaft"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
title: "{quests.low_voltage.aluminium_greate.title}"
|
||||
x: -11.5d
|
||||
y: 10.5d
|
||||
x: -12.0d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1659,7 +1655,7 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.low_voltage.oil.title}"
|
||||
x: 6.5d
|
||||
x: 10.0d
|
||||
y: 12.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1678,8 +1674,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_gas_turbine.title}"
|
||||
x: 7.0d
|
||||
y: 7.0d
|
||||
x: 7.5d
|
||||
y: 6.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["2CEE3C0972650C81"]
|
||||
|
|
@ -1700,6 +1696,7 @@
|
|||
{
|
||||
id: "34153032225B76BB"
|
||||
item: "gtceu:light_fuel_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
|
|
@ -1709,8 +1706,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.lv_naphtha_light.title}"
|
||||
x: 6.5d
|
||||
y: 11.0d
|
||||
x: 9.0d
|
||||
y: 12.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["5F3063C539C9CBBF"]
|
||||
|
|
@ -1726,8 +1723,26 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_gas_syngas.title}"
|
||||
x: 7.0d
|
||||
y: 6.0d
|
||||
x: 9.0d
|
||||
y: 6.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"581CDF545E1EA1FD"
|
||||
"5B2696206205CB2E"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.low_voltage.glowstone.desc}"]
|
||||
id: "45CEDBD3A2092C71"
|
||||
subtitle: "{quests.low_voltage.glowstone.subtitle}"
|
||||
tasks: [{
|
||||
id: "19C401FA4D964FA1"
|
||||
item: "minecraft:glowstone"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.glowstone.title}"
|
||||
x: -8.0d
|
||||
y: 5.5d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.low_voltage.subtitle}"]
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
id: "4EEC4E3BE1B3D3B1"
|
||||
linked_quest: "222295CD03AF00DC"
|
||||
x: -1.5d
|
||||
y: -5.5d
|
||||
y: -6.0d
|
||||
}]
|
||||
quests: [
|
||||
{
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.pyrolyse.title}"
|
||||
x: -2.5d
|
||||
x: -1.0d
|
||||
y: -0.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -63,14 +63,11 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_biomass.title}"
|
||||
x: -5.5d
|
||||
x: -4.0d
|
||||
y: -0.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"22E462070F8B027A"
|
||||
"499CACFF0350B3CA"
|
||||
]
|
||||
dependencies: ["22E462070F8B027A"]
|
||||
dependency_requirement: "one_completed"
|
||||
description: [
|
||||
"{quests.medium_voltage.mv_brewery.desc.1}"
|
||||
|
|
@ -84,27 +81,19 @@
|
|||
shape: "square"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.medium_voltage.mv_brewery.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
id: "1CB0F32E8293B5D7"
|
||||
item: "gtceu:lubricant_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "29393DEB346EC4D2"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:lv_brewery)item(gtceu:mv_brewery))"
|
||||
}
|
||||
tasks: [{
|
||||
id: "29393DEB346EC4D2"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:lv_brewery)item(gtceu:mv_brewery))"
|
||||
}
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_brewery.title}"
|
||||
x: -5.5d
|
||||
x: -4.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -163,7 +152,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_ethanol.title}"
|
||||
x: -8.0d
|
||||
x: -7.5d
|
||||
y: -0.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -206,7 +195,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_naphtha.title}"
|
||||
x: -7.5d
|
||||
x: -7.0d
|
||||
y: 2.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -241,7 +230,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_fuel_cracking.title}"
|
||||
x: -8.5d
|
||||
x: -8.0d
|
||||
y: 2.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -277,8 +266,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_energy.title}"
|
||||
x: 7.0d
|
||||
y: -1.0d
|
||||
x: 6.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["2AD44111B9B39C90"]
|
||||
|
|
@ -298,7 +287,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_stainless.title}"
|
||||
x: 1.5d
|
||||
x: 1.0d
|
||||
y: 7.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -390,7 +379,7 @@
|
|||
}]
|
||||
title: "{quests.medium_voltage.electrolyzer.title}"
|
||||
x: -1.5d
|
||||
y: -3.5d
|
||||
y: -4.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["22E462070F8B027A"]
|
||||
|
|
@ -420,8 +409,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_miner.title}"
|
||||
x: 0.5d
|
||||
y: 3.0d
|
||||
x: 4.5d
|
||||
y: -4.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["4A92AFD2532EED26"]
|
||||
|
|
@ -437,7 +426,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_steel_alloy.title}"
|
||||
x: 7.0d
|
||||
x: 8.0d
|
||||
y: 1.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -457,10 +446,11 @@
|
|||
"ftbfiltersystem:filter": "or(item(gtceu:mv_cutter)item(greate:aluminium_mechanical_saw))"
|
||||
}
|
||||
}
|
||||
title: "{quests.medium_voltage.mv_cutter.task}"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_cutter.title}"
|
||||
x: 7.0d
|
||||
x: 8.0d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -480,7 +470,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_laser_engraver.title}"
|
||||
x: 7.0d
|
||||
x: 8.0d
|
||||
y: 8.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -501,7 +491,7 @@
|
|||
}]
|
||||
title: "{quests.medium_voltage.mv_energy_hatch.title}"
|
||||
x: 3.0d
|
||||
y: 10.0d
|
||||
y: 9.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["22E462070F8B027A"]
|
||||
|
|
@ -540,7 +530,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_kanthal_coil.title}"
|
||||
x: 1.5d
|
||||
x: 1.0d
|
||||
y: 10.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -591,7 +581,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_ram.title}"
|
||||
x: 8.5d
|
||||
x: 8.0d
|
||||
y: 10.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -657,7 +647,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_silicon_boule.title}"
|
||||
x: 9.0d
|
||||
x: 10.0d
|
||||
y: 8.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -674,7 +664,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_circuit_assembler.title}"
|
||||
x: 1.0d
|
||||
x: 0.0d
|
||||
y: 14.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -711,7 +701,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_best_lv.title}"
|
||||
x: -1.0d
|
||||
x: -3.0d
|
||||
y: 12.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -731,7 +721,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_best_mv.title}"
|
||||
x: -1.0d
|
||||
x: -3.0d
|
||||
y: 14.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -748,7 +738,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_second_hv.title}"
|
||||
x: -1.0d
|
||||
x: -3.0d
|
||||
y: 16.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -777,8 +767,15 @@
|
|||
size: 3.0d
|
||||
subtitle: "{quests.medium_voltage.mv_polyethylene.subtitle}"
|
||||
tasks: [{
|
||||
id: "15E5F008339B8964"
|
||||
item: "gtceu:polyethylene_plate"
|
||||
id: "1605293EDC9EAFCB"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(nbt(fuzzy:{fluid:{FluidName:\"gtceu:polyethylene\"}})nbt(fuzzy:{Fluid:{FluidName:\"gtceu:polyethylene\"}})item(gtceu:polyethylene_bucket))"
|
||||
}
|
||||
}
|
||||
title: "{material.gtceu.polyethylene}"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_polyethylene.title}"
|
||||
|
|
@ -794,8 +791,15 @@
|
|||
size: 1.0d
|
||||
subtitle: "{quests.medium_voltage.mv_pvc.subtitle}"
|
||||
tasks: [{
|
||||
id: "72696AD2B77F805B"
|
||||
item: "gtceu:polyvinyl_chloride_plate"
|
||||
id: "1EDAC09CA0F55A2B"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(nbt(fuzzy:{fluid:{FluidName:\"gtceu:polyvinyl_chloride\"}})nbt(fuzzy:{Fluid:{FluidName:\"gtceu:polyvinyl_chloride\"}})item(gtceu:polyvinyl_chloride_bucket))"
|
||||
}
|
||||
}
|
||||
title: "{material.gtceu.polyvinyl_chloride}"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_pvc.title}"
|
||||
|
|
@ -826,7 +830,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_boards.title}"
|
||||
x: -5.0d
|
||||
x: -7.0d
|
||||
y: 12.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -868,7 +872,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_sodium_iron.title}"
|
||||
x: -5.0d
|
||||
x: -7.0d
|
||||
y: 14.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -933,7 +937,7 @@
|
|||
]
|
||||
title: "{quests.medium_voltage.mv_hydrochloric.title}"
|
||||
x: -10.0d
|
||||
y: -2.5d
|
||||
y: -3.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -958,7 +962,7 @@
|
|||
}]
|
||||
title: "{quests.medium_voltage.mv_aciditic.title}"
|
||||
x: -10.0d
|
||||
y: -1.5d
|
||||
y: -1.75d
|
||||
}
|
||||
{
|
||||
dependencies: ["6F898B934BB79016"]
|
||||
|
|
@ -981,8 +985,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_batteries.title}"
|
||||
x: 9.5d
|
||||
y: -1.0d
|
||||
x: 10.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["22E462070F8B027A"]
|
||||
|
|
@ -999,7 +1003,7 @@
|
|||
}]
|
||||
title: "{quests.medium_voltage.mv_extruder.title}"
|
||||
x: 3.0d
|
||||
y: -3.5d
|
||||
y: -4.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["75F38905DEA60F15"]
|
||||
|
|
@ -1042,11 +1046,10 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_fluid_rig.title}"
|
||||
x: -2.5d
|
||||
x: -1.0d
|
||||
y: 2.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["648BCF486E16CCB2"]
|
||||
description: ["{quests.medium_voltage.mv_oilsands.desc}"]
|
||||
id: "575B07D390D9D079"
|
||||
optional: true
|
||||
|
|
@ -1059,7 +1062,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_oilsands.title}"
|
||||
x: -2.5d
|
||||
x: -1.0d
|
||||
y: 1.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1097,7 +1100,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_distillery.title}"
|
||||
x: -5.5d
|
||||
x: -4.0d
|
||||
y: 1.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1139,7 +1142,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_lpg.title}"
|
||||
x: -2.5d
|
||||
x: -1.0d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1163,8 +1166,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_benzene.title}"
|
||||
x: -5.0d
|
||||
y: 2.5d
|
||||
x: -3.0d
|
||||
y: 3.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["6A304E453D74C57C"]
|
||||
|
|
@ -1189,8 +1192,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_light_fuel.title}"
|
||||
x: -6.0d
|
||||
y: 2.5d
|
||||
x: -5.0d
|
||||
y: 3.0d
|
||||
}
|
||||
{
|
||||
dependency_requirement: "one_started"
|
||||
|
|
@ -1207,14 +1210,14 @@
|
|||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:aluminium_quadruple_fluid_pipe)item(gtceu:blue_steel_quadruple_fluid_pipe)item(gtceu:steel_quadruple_fluid_pipe))"
|
||||
"ftbfiltersystem:filter": "or(item_tag(forge:quadruple_fluid_pipes)item_tag(forge:nonuple_fluid_pipes))"
|
||||
}
|
||||
}
|
||||
title: "Multiple Channel Potin Pipes, please"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_mutli_channel.title}"
|
||||
x: -8.0d
|
||||
x: -7.5d
|
||||
y: 1.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1245,7 +1248,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_ic.title}"
|
||||
x: 7.0d
|
||||
x: 6.0d
|
||||
y: 10.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1276,8 +1279,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_ulpic.title}"
|
||||
x: 5.5d
|
||||
y: 10.0d
|
||||
x: 6.0d
|
||||
y: 8.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["45769156F4253C86"]
|
||||
|
|
@ -1298,8 +1301,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_jetpack.title}"
|
||||
x: -6.0d
|
||||
y: 4.5d
|
||||
x: -5.0d
|
||||
y: 5.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["75F38905DEA60F15"]
|
||||
|
|
@ -1350,7 +1353,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_electronic_components.title}"
|
||||
x: 0.5d
|
||||
x: -0.5d
|
||||
y: 10.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1378,8 +1381,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_chlorine.title}"
|
||||
x: -9.5d
|
||||
y: -3.5d
|
||||
x: -9.0d
|
||||
y: -4.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["45449ECE4F8128E7"]
|
||||
|
|
@ -1401,8 +1404,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_hydrogen.title}"
|
||||
x: -10.5d
|
||||
y: -3.5d
|
||||
x: -11.0d
|
||||
y: -4.0d
|
||||
}
|
||||
{
|
||||
dependency_requirement: "one_started"
|
||||
|
|
@ -1418,7 +1421,7 @@
|
|||
}]
|
||||
title: "{quests.medium_voltage.mv_seawater.title}"
|
||||
x: -10.0d
|
||||
y: -4.5d
|
||||
y: -5.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["583D0CC4FAA4FC98"]
|
||||
|
|
@ -1439,7 +1442,7 @@
|
|||
}]
|
||||
title: "{quests.medium_voltage.mv_battery.title}"
|
||||
x: 8.5d
|
||||
y: -1.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1512,15 +1515,13 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_kanthal_ingot.title}"
|
||||
x: 1.5d
|
||||
y: 9.0d
|
||||
x: 1.0d
|
||||
y: 11.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["22E462070F8B027A"]
|
||||
description: ["{quests.medium_voltage.mv_chemical_reactor.desc}"]
|
||||
id: "79E8DC4D9B5F6B97"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
subtitle: "{quests.medium_voltage.mv_chemical_reactor.subtitle}"
|
||||
tasks: [{
|
||||
id: "04A6D4858DA3CE94"
|
||||
|
|
@ -1528,8 +1529,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_chemical_reactor.title}"
|
||||
x: 7.0d
|
||||
y: -3.5d
|
||||
x: 1.5d
|
||||
y: -4.0d
|
||||
}
|
||||
{
|
||||
description: [
|
||||
|
|
@ -1545,7 +1546,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_silicon.title}"
|
||||
x: 9.0d
|
||||
x: 10.0d
|
||||
y: 6.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1566,7 +1567,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.lsb.title}"
|
||||
x: 1.28d
|
||||
x: 0.0d
|
||||
y: 16.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1593,8 +1594,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_cpu.title}"
|
||||
x: 5.0d
|
||||
y: 8.0d
|
||||
x: 10.0d
|
||||
y: 10.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["5D9D01EF219A31C5"]
|
||||
|
|
@ -1608,7 +1609,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_bio_diesel.title}"
|
||||
x: -8.0d
|
||||
x: -7.5d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1622,6 +1623,7 @@
|
|||
{
|
||||
id: "53919EE5BCCA618A"
|
||||
item: "greate:stainless_steel_cogwheel"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
|
|
@ -1632,12 +1634,13 @@
|
|||
{
|
||||
id: "6DF7F28AABF6785F"
|
||||
item: "greate:stainless_steel_shaft"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.stainless_greate.title}"
|
||||
x: 0.5d
|
||||
y: 6.75d
|
||||
x: 0.0d
|
||||
y: 6.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["54A255C1C6E33165"]
|
||||
|
|
@ -1652,8 +1655,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.reformate_gas.title}"
|
||||
x: -5.0d
|
||||
y: 4.5d
|
||||
x: -3.0d
|
||||
y: 5.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["00E1A728E6F6D6A0"]
|
||||
|
|
@ -1671,8 +1674,8 @@
|
|||
item: "gtceu:coal_liquefaction_tower"
|
||||
type: "item"
|
||||
}]
|
||||
x: -5.0d
|
||||
y: 3.5d
|
||||
x: -3.0d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["61972B16805FC9EE"]
|
||||
|
|
@ -1695,8 +1698,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_diesel.title}"
|
||||
x: -6.0d
|
||||
y: 3.5d
|
||||
x: -5.0d
|
||||
y: 4.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.medium_voltage.subtitle}"]
|
||||
|
|
|
|||
|
|
@ -463,86 +463,13 @@
|
|||
id: "1F185450C1FF7379"
|
||||
item: {
|
||||
Count: 1
|
||||
ForgeCaps: {
|
||||
"tfc:item_heat": {
|
||||
heat: 0.0f
|
||||
ticks: 0L
|
||||
}
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "ftbfiltersystem:item_tag(tfg:platinum_ore_group)"
|
||||
}
|
||||
id: "gtceu:purified_chalcocite_ore"
|
||||
}
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "6140EA15476B4A16"
|
||||
item: {
|
||||
Count: 1
|
||||
ForgeCaps: {
|
||||
"tfc:item_heat": {
|
||||
heat: 0.0f
|
||||
ticks: 0L
|
||||
}
|
||||
}
|
||||
id: "gtceu:purified_chalcopyrite_ore"
|
||||
}
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "6F239C59DC002095"
|
||||
item: {
|
||||
Count: 1
|
||||
ForgeCaps: {
|
||||
"tfc:item_heat": {
|
||||
heat: 0.0f
|
||||
ticks: 0L
|
||||
}
|
||||
}
|
||||
id: "gtceu:purified_bornite_ore"
|
||||
}
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "29D38459E25A0D3E"
|
||||
item: {
|
||||
Count: 1
|
||||
ForgeCaps: {
|
||||
"tfc:item_heat": {
|
||||
heat: 0.0f
|
||||
ticks: 0L
|
||||
}
|
||||
}
|
||||
id: "gtceu:purified_pentlandite_ore"
|
||||
}
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "22DF4DB3FF6976EA"
|
||||
item: "gtceu:purified_cooperite_ore"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "1A8C5E755FE82C59"
|
||||
item: {
|
||||
Count: 1
|
||||
ForgeCaps: {
|
||||
"tfc:item_heat": {
|
||||
heat: 0.0f
|
||||
ticks: 0L
|
||||
}
|
||||
}
|
||||
id: "gtceu:purified_tetrahedrite_ore"
|
||||
}
|
||||
optional_task: true
|
||||
title: "Any #tfg:platinum_ore_group"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
id: "227B6C88FFE99435"
|
||||
linked_quest: "4EBABACAB444244D"
|
||||
shape: "heart"
|
||||
x: 16.5d
|
||||
x: 17.0d
|
||||
y: -24.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
{
|
||||
id: "3249AB9EB552BB77"
|
||||
linked_quest: "4B79026C8D2DACC4"
|
||||
x: 17.5d
|
||||
x: 18.5d
|
||||
y: -28.0d
|
||||
}
|
||||
]
|
||||
|
|
@ -122,6 +122,7 @@
|
|||
{
|
||||
dependencies: ["5996A3A0D475B8A6"]
|
||||
description: ["{quests.metal_age.steel_anvil.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/steel"
|
||||
id: "04DE7C58F20B535A"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
|
|
@ -205,6 +206,7 @@
|
|||
"7B2068B200631D5C"
|
||||
]
|
||||
description: ["{quests.metal_age.bloomery.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/bloomery"
|
||||
id: "0A92F5C4BB6AF972"
|
||||
size: 2.0d
|
||||
subtitle: "{quests.metal_age.bloomery.subtitle}"
|
||||
|
|
@ -285,6 +287,7 @@
|
|||
}
|
||||
{
|
||||
description: ["{quests.metal_age.bellows.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/bellows"
|
||||
hide_dependency_lines: true
|
||||
id: "021D3DEEB15A3D17"
|
||||
subtitle: "{quests.metal_age.bellows.subtitle}"
|
||||
|
|
@ -392,6 +395,7 @@
|
|||
{
|
||||
dependencies: ["2C76EE197C14B0DC"]
|
||||
description: ["{quests.metal_age.crucible.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/crucible"
|
||||
icon: "tfc:crucible"
|
||||
id: "12CB3B9ADC586521"
|
||||
shape: "octagon"
|
||||
|
|
@ -484,6 +488,7 @@
|
|||
dependencies: ["2C76EE197C14B0DC"]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.metal_age.fire_bricks.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/blast_furnace_insulation"
|
||||
icon: "tfc:fire_bricks"
|
||||
id: "7CD2922D9F6FA6C5"
|
||||
shape: "octagon"
|
||||
|
|
@ -664,7 +669,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.metal_age.red_steel_flask.title}"
|
||||
x: 16.5d
|
||||
x: 17.0d
|
||||
y: -27.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1271,6 +1276,27 @@
|
|||
x: 17.0d
|
||||
y: -29.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["56CA2EB7812529C5"]
|
||||
description: ["{quests.metal_age.temperature_protection.desc}"]
|
||||
id: "310D96268266D787"
|
||||
subtitle: "{quests.metal_age.temperature_protection.subtitle}"
|
||||
tasks: [{
|
||||
id: "334F07058A050458"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(tfc:metal/boots/red_steel)item(sns:red_steel_toe_hiking_boots)item(tfc:metal/chestplate/red_steel)item(tfc:metal/boots/blue_steel)item(sns:blue_steel_toe_hiking_boots)item(minecraft:netherite_boots)item(create:netherite_diving_boots)item(tfc:metal/chestplate/blue_steel)item(create:netherite_backtank))"
|
||||
}
|
||||
}
|
||||
title: "{quests.metal_age.temperature_protection.task}"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.metal_age.temperature_protection.title}"
|
||||
x: 18.5d
|
||||
y: -24.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.metal_age.subtitle}"]
|
||||
title: "{quests.metal_age}"
|
||||
|
|
|
|||
|
|
@ -378,11 +378,13 @@
|
|||
{
|
||||
id: "23DE370285589CB4"
|
||||
item: "greate:steel_shaft"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "4FDD99090C920E21"
|
||||
item: "greate:steel_cogwheel"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
|
|
@ -1699,8 +1701,6 @@
|
|||
description: ["{quests.steam_age.supers.desc}"]
|
||||
icon: "gtceu:ulv_super_chest"
|
||||
id: "671405A9F3A8DFDB"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.steam_age.supers.subtitle}"
|
||||
tasks: [{
|
||||
id: "5F5A6967B674C05A"
|
||||
|
|
|
|||
|
|
@ -485,6 +485,7 @@
|
|||
"1D40CAE675C4BB91"
|
||||
]
|
||||
description: ["{quests.stone_age.leather_flask.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:waterflasks/bladders"
|
||||
id: "62BD1E75FD629161"
|
||||
subtitle: "{quests.stone_age.leather_flask.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -508,6 +509,7 @@
|
|||
"174DA15847665CF8"
|
||||
]
|
||||
description: ["{quests.stone_age.iron_flask.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:waterflasks/recipes"
|
||||
id: "11C45DBB20ED7647"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
|
|
@ -1663,6 +1665,7 @@
|
|||
{
|
||||
dependencies: ["1D40CAE675C4BB91"]
|
||||
description: ["{quests.stone_age.hydration.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/hydration"
|
||||
icon: {
|
||||
Count: 1
|
||||
id: "minecraft:potion"
|
||||
|
|
@ -1723,6 +1726,7 @@
|
|||
{
|
||||
dependencies: ["560B17BFBE8D477D"]
|
||||
description: ["{quests.stone_age.leather_armor.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/armor"
|
||||
id: "04E900CFE39D6A6C"
|
||||
optional: true
|
||||
subtitle: "{quests.stone_age.leather_armor.subtitle}"
|
||||
|
|
@ -1819,6 +1823,7 @@
|
|||
{
|
||||
dependencies: ["1D40CAE675C4BB91"]
|
||||
description: ["{quests.stone_age.glass_bottles.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/glassworking"
|
||||
id: "4F7B5C34B7CD27F2"
|
||||
subtitle: "{quests.stone_age.glass_bottles.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -2284,6 +2289,43 @@
|
|||
x: -1.0d
|
||||
y: 8.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["669F84C6A2A64145"]
|
||||
description: [
|
||||
"{quests.stone_age.medical_conditions.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.stone_age.medical_conditions.desc.2}"
|
||||
]
|
||||
icon: "createdeco:decal_skull"
|
||||
id: "00117AD40FACB89D"
|
||||
rewards: [
|
||||
{
|
||||
id: "260BA8E2AB90DDF7"
|
||||
item: "tfg:poison_pill"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "6402410E15263863"
|
||||
item: "tfg:regeneration_pill"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "2135759D738A8AA1"
|
||||
item: "tfg:antipoison_tablet"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
shape: "circle"
|
||||
subtitle: "{quests.stone_age.medical_conditions.subtitle}"
|
||||
tasks: [{
|
||||
id: "400064E41CACA499"
|
||||
title: "{quests.stone_age.medical_conditions.task}"
|
||||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.stone_age.medical_conditions.title}"
|
||||
x: 14.0d
|
||||
y: 7.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.stone_age.subtitle}"]
|
||||
title: "{quests.stone_age}"
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@
|
|||
dependencies: ["173F6FA60A5B280B"]
|
||||
description: ["{quests.tfg_tips.arborfirmacraft.desc}"]
|
||||
disable_toast: true
|
||||
guide_page: "tfc:field_guide tfc:arborfirmacraft/tapping_index"
|
||||
icon: "afc:wood/sapling/weeping_maple"
|
||||
id: "1469936B5DE3AC28"
|
||||
shape: "octagon"
|
||||
|
|
@ -72,7 +73,8 @@
|
|||
dependencies: ["173F6FA60A5B280B"]
|
||||
description: ["{quests.tfg_tips.beneath.desc}"]
|
||||
disable_toast: true
|
||||
icon: "minecraft:netherrack"
|
||||
guide_page: "tfc:field_guide tfc:beneath/beneath"
|
||||
icon: "minecraft:deepslate"
|
||||
id: "4AA0EBFBA5D8788C"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
|
|
@ -120,6 +122,7 @@
|
|||
{
|
||||
dependencies: ["1469936B5DE3AC28"]
|
||||
description: ["{quests.tfg_tips.treetap.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:arborfirmacraft/tree_tapping"
|
||||
id: "128483FFDC8277A0"
|
||||
subtitle: "{quests.tfg_tips.treetap.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -173,6 +176,7 @@
|
|||
{
|
||||
dependencies: ["128483FFDC8277A0"]
|
||||
description: ["{quests.tfg_tips.find_latex_tree.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:arborfirmacraft/making_rubber"
|
||||
id: "4891E995D3EC2BD1"
|
||||
subtitle: "{quests.tfg_tips.find_latex_tree.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -194,6 +198,7 @@
|
|||
{
|
||||
dependencies: ["128483FFDC8277A0"]
|
||||
description: ["{quests.tfg_tips.find_syrup_tree.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:arborfirmacraft/making_syrups"
|
||||
id: "308BB7D9D210C8DA"
|
||||
subtitle: "{quests.tfg_tips.find_syrup_tree.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -254,6 +259,7 @@
|
|||
{
|
||||
dependencies: ["2EFB241490502DB3"]
|
||||
description: ["{quests.tfg_tips.beekeeping.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmalife/beekeeping"
|
||||
icon: "firmalife:beeswax"
|
||||
id: "1071B804483BB882"
|
||||
subtitle: "{quests.tfg_tips.beekeeping.subtitle}"
|
||||
|
|
@ -409,6 +415,7 @@
|
|||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.tfg_tips.cellar.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmalife/cellar"
|
||||
id: "3D1FF501DE2E56FE"
|
||||
size: 1.5d
|
||||
subtitle: "{quests.tfg_tips.cellar.subtitle}"
|
||||
|
|
@ -439,6 +446,7 @@
|
|||
{
|
||||
dependencies: ["3D1FF501DE2E56FE"]
|
||||
description: ["{quests.tfg_tips.cellar_blocks.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmalife/food_shelves"
|
||||
id: "32CD6D2EADA0DCA3"
|
||||
subtitle: "{quests.tfg_tips.cellar_blocks.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -460,6 +468,7 @@
|
|||
{
|
||||
dependencies: ["2EFB241490502DB3"]
|
||||
description: ["{quests.tfg_tips.oven.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmalife/ovens"
|
||||
id: "029264BCA5477837"
|
||||
subtitle: "{quests.tfg_tips.oven.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -513,6 +522,7 @@
|
|||
{
|
||||
dependencies: ["029264BCA5477837"]
|
||||
description: ["{quests.tfg_tips.oven_appliances.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmalife/oven_appliances"
|
||||
id: "73D5ED4099F99A47"
|
||||
subtitle: "{quests.tfg_tips.oven_appliances.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -585,6 +595,7 @@
|
|||
{
|
||||
dependencies: ["73D5ED4099F99A47"]
|
||||
description: ["{quests.tfg_tips.jam.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/jarring"
|
||||
id: "5D373432F0C22C93"
|
||||
subtitle: "{quests.tfg_tips.jam.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -613,6 +624,7 @@
|
|||
{
|
||||
dependencies: ["2EFB241490502DB3"]
|
||||
description: ["{quests.tfg_tips.preservation.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/decay"
|
||||
icon: "minecraft:clock"
|
||||
id: "4047EE998BC4CD03"
|
||||
subtitle: "{quests.tfg_tips.preservation.subtitle}"
|
||||
|
|
@ -937,6 +949,7 @@
|
|||
{
|
||||
dependencies: ["52D944ADA884EFEF"]
|
||||
description: ["{quests.tfg_tips.dry_fruit.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmalife/drying"
|
||||
id: "4417A395801DC4E5"
|
||||
subtitle: "{quests.tfg_tips.dry_fruit.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -1028,6 +1041,7 @@
|
|||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.tfg_tips.smoke_meat.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmalife/smoking"
|
||||
id: "1FC019B45383695E"
|
||||
subtitle: "{quests.tfg_tips.smoke_meat.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -1113,6 +1127,7 @@
|
|||
{
|
||||
dependencies: ["3C7F170E065B60E1"]
|
||||
description: ["{quests.tfg_tips.create_cheese.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmalife/cheese"
|
||||
id: "0FCB88A64D3FBF0F"
|
||||
subtitle: "{quests.tfg_tips.create_cheese.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1193,6 +1208,7 @@
|
|||
{
|
||||
dependencies: ["2EFB241490502DB3"]
|
||||
description: ["{quests.tfg_tips.greenhouse.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmalife/greenhouse"
|
||||
icon: "firmalife:large_planter"
|
||||
id: "07FBA022050DA24A"
|
||||
subtitle: "{quests.tfg_tips.greenhouse.subtitle}"
|
||||
|
|
@ -1223,6 +1239,7 @@
|
|||
"{@pagebreak}"
|
||||
"{quests.tfg_tips.charcoal_pile.desc.4}"
|
||||
]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/charcoal_pit"
|
||||
id: "7B2068B200631D5C"
|
||||
subtitle: "{quests.tfg_tips.charcoal_pile.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -1249,6 +1266,7 @@
|
|||
{
|
||||
dependencies: ["150B7C5CD152E1BA"]
|
||||
description: ["{quests.tfg_tips.thatch_bed.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:getting_started/a_place_to_sleep"
|
||||
id: "4D11F11CE0E9F379"
|
||||
subtitle: "{quests.tfg_tips.thatch_bed.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -1312,6 +1330,7 @@
|
|||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.tfg_tips.loom.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/weaving"
|
||||
id: "1766C916084261AA"
|
||||
subtitle: "{quests.tfg_tips.loom.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1389,6 +1408,7 @@
|
|||
{
|
||||
dependencies: ["1766C916084261AA"]
|
||||
description: ["{quests.tfg_tips.unrefined_paper.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/papermaking"
|
||||
id: "4CD3F04793CE47A2"
|
||||
subtitle: "{quests.tfg_tips.unrefined_paper.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1406,6 +1426,7 @@
|
|||
"{quests.tfg_tips.panning.desc}"
|
||||
"{image:tfg:textures/quests/ore_deposit.png width:100 height:100 align:center}"
|
||||
]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/panning"
|
||||
id: "082310DF9BEA92CE"
|
||||
subtitle: "{quests.tfg_tips.panning.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -1437,6 +1458,7 @@
|
|||
"{quests.tfg_tips.sluice.desc}"
|
||||
"{image:tfg:textures/quests/sluice.png width:100 height:100 align:center}"
|
||||
]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/sluices"
|
||||
id: "5261ECBE3438B05E"
|
||||
subtitle: "{quests.tfg_tips.sluice.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1458,6 +1480,7 @@
|
|||
{
|
||||
dependencies: ["79FA776C414AE8E5"]
|
||||
description: ["{quests.tfg_tips.candles.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/lighting"
|
||||
id: "368E3C94EEDC11BB"
|
||||
subtitle: "{quests.tfg_tips.candles.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1720,6 +1743,7 @@
|
|||
{
|
||||
dependencies: ["4A8910950F638BB5"]
|
||||
description: ["{quests.tfg_tips.beneath_temp_management.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:beneath/cooling"
|
||||
id: "39C21134FD02F94B"
|
||||
subtitle: "{quests.tfg_tips.beneath_temp_management.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -1798,6 +1822,7 @@
|
|||
{
|
||||
dependencies: ["4A8910950F638BB5"]
|
||||
description: ["{quests.tfg_tips.beneath_clothes.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:beneath/cooling"
|
||||
icon: {
|
||||
Count: 1
|
||||
id: "tfcambiental:silk_shirt"
|
||||
|
|
@ -1819,6 +1844,7 @@
|
|||
{
|
||||
dependencies: ["4A8910950F638BB5"]
|
||||
description: ["{quests.tfg_tips.juicer.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:beneath:water"
|
||||
id: "3D845616A2F7083F"
|
||||
subtitle: "{quests.tfg_tips.juicer.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1847,12 +1873,13 @@
|
|||
{
|
||||
dependencies: ["5E2E37673AD87A4B"]
|
||||
description: ["{quests.tfg_tips.reach_the_beneath.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:beneath:biomes"
|
||||
id: "70DA01DFDAE54224"
|
||||
size: 2.0d
|
||||
subtitle: "{quests.tfg_tips.reach_the_beneath.subtitle}"
|
||||
tasks: [{
|
||||
dimension: "minecraft:the_nether"
|
||||
icon: "minecraft:netherrack"
|
||||
icon: "minecraft:gilded_blackstone"
|
||||
id: "253320A57FAE6D0A"
|
||||
title: "{quests.tfg_tips.reach_the_beneath.task}"
|
||||
type: "dimension"
|
||||
|
|
@ -1864,6 +1891,7 @@
|
|||
{
|
||||
dependencies: ["70DA01DFDAE54224"]
|
||||
description: ["{quests.tfg_tips.piglin_bartering.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:beneath/piglins"
|
||||
id: "3D5C898F953FECFC"
|
||||
subtitle: "{quests.tfg_tips.piglin_bartering.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -2080,6 +2108,7 @@
|
|||
{
|
||||
dependencies: ["07FBA022050DA24A"]
|
||||
description: ["{quests.tfg_tips.greenhouse_automation.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmalife/planters"
|
||||
id: "30DD0DDF86C96926"
|
||||
optional: true
|
||||
shape: "gear"
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@
|
|||
Count: 1
|
||||
ForgeCaps: {
|
||||
"tfc:food": {
|
||||
creationDate: 18000L
|
||||
creationDate: 99999999999L
|
||||
traits: [ ]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1122,6 +1122,7 @@
|
|||
{
|
||||
dependencies: ["2D959136A5FC5F46"]
|
||||
description: ["{quests.tfg_tips.lamps.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/lamps"
|
||||
id: "037CDA933FBE2CBE"
|
||||
subtitle: "{quests.tfg_tips.lamps.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -1273,6 +1274,7 @@
|
|||
{
|
||||
dependencies: ["2D959136A5FC5F46"]
|
||||
description: ["{quests.tfg_tips.glass_blocks.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/glassworking_applications"
|
||||
id: "382FC8824F311665"
|
||||
subtitle: "{quests.tfg_tips.glass_blocks.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -1329,6 +1331,7 @@
|
|||
{
|
||||
dependencies: ["150B7C5CD152E1BA"]
|
||||
description: ["{quests.tfg_tips.glassblowing.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/glassworking"
|
||||
icon: {
|
||||
Count: 1
|
||||
ForgeCaps: {
|
||||
|
|
@ -1385,6 +1388,7 @@
|
|||
{
|
||||
dependencies: ["150B7C5CD152E1BA"]
|
||||
description: ["{quests.tfg_tips.trowel.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/trowel"
|
||||
id: "26DFC32AD5DED4E9"
|
||||
subtitle: "{quests.tfg_tips.trowel.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1405,6 +1409,7 @@
|
|||
{
|
||||
dependencies: ["150B7C5CD152E1BA"]
|
||||
description: ["{quests.tfg_tips.fishing_net.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/fishing_nets"
|
||||
id: "2A57C41D681E4611"
|
||||
subtitle: "{quests.tfg_tips.fishing_net.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -2452,6 +2457,7 @@
|
|||
{
|
||||
dependencies: ["150B7C5CD152E1BA"]
|
||||
description: ["{quests.tfg_tips.tools_tips.harvest_basket.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:mechanics/harvest_baskets"
|
||||
id: "5B0A9757F1EF1B9E"
|
||||
subtitle: "{quests.tfg_tips.tools_tips.harvest_basket.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -2528,6 +2534,7 @@
|
|||
{
|
||||
dependencies: ["7FA5B6354A49C396"]
|
||||
description: ["{quests.tfg_tips.first_sacks.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:sns/leather_sack"
|
||||
id: "509C064AA92FD78F"
|
||||
subtitle: "{quests.tfg_tips.first_sacks.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -2571,6 +2578,7 @@
|
|||
{
|
||||
dependencies: ["7178843BCD50A012"]
|
||||
description: ["{quests.tfg_tips.frame_pack.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:sns/frame_pack"
|
||||
id: "5443F4F5AE53B91A"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
|
|
@ -2597,6 +2605,7 @@
|
|||
{
|
||||
dependencies: ["509C064AA92FD78F"]
|
||||
description: ["{quests.tfg_tips.special_sacks.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:sns/ore_sack"
|
||||
id: "21C58B2541BFA2EE"
|
||||
shape: "heart"
|
||||
subtitle: "{quests.tfg_tips.special_sacks.subtitle}"
|
||||
|
|
@ -2663,6 +2672,7 @@
|
|||
{
|
||||
dependencies: ["7FA5B6354A49C396"]
|
||||
description: ["{quests.tfg_tips.straw_basket.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:sns/straw_basket"
|
||||
id: "67F40A90844EC0FC"
|
||||
subtitle: "{quests.tfg_tips.straw_basket.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -2687,6 +2697,7 @@
|
|||
{
|
||||
dependencies: ["150B7C5CD152E1BA"]
|
||||
description: ["{quests.tfg_tips.hiking.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:sns/hiking_boots"
|
||||
icon: {
|
||||
Count: 1
|
||||
id: "sns:hiking_boots"
|
||||
|
|
@ -2780,6 +2791,7 @@
|
|||
}
|
||||
{
|
||||
dependencies: ["379F434116632A89"]
|
||||
guide_page: "tfc:field_guide tfc:roadsandroofs/making_a_road"
|
||||
id: "15277C12EEB517E1"
|
||||
shape: "diamond"
|
||||
subtitle: "{quests.tfg_tips.tools_tips.base_course.subtitle}"
|
||||
|
|
@ -2839,6 +2851,7 @@
|
|||
dependencies: ["15277C12EEB517E1"]
|
||||
description: ["{quests.tfg_tips.tools_tips.gravel_roads.desc}"]
|
||||
disable_toast: true
|
||||
guide_page: "tfc:field_guide tfc:roadsandroofs/gravel_roads"
|
||||
id: "7E46F50FEBEE9003"
|
||||
subtitle: "{quests.tfg_tips.tools_tips.gravel_roads.subtitle}"
|
||||
tasks: [{
|
||||
|
|
|
|||
|
|
@ -543,6 +543,7 @@
|
|||
dependencies: ["2B84F34BFA37C828"]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.tfg_tips.canoe_materials.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmaciv/canoe"
|
||||
id: "32C854110D49A77D"
|
||||
subtitle: "{quests.tfg_tips.canoe_materials.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -603,6 +604,7 @@
|
|||
{
|
||||
dependencies: ["2B84F34BFA37C828"]
|
||||
description: ["{quests.tfg_tips.kayak_materials.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmaciv/kayak"
|
||||
id: "03696C9BBC53AB26"
|
||||
subtitle: "{quests.tfg_tips.kayak_materials.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -649,6 +651,7 @@
|
|||
"2B84F34BFA37C828"
|
||||
]
|
||||
description: ["{quests.tfg_tips.rowboat_materials.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmaciv/rowboat"
|
||||
id: "3DF4F4848B231980"
|
||||
subtitle: "{quests.tfg_tips.rowboat_materials.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -722,6 +725,7 @@
|
|||
dependencies: ["2B84F34BFA37C828"]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.tfg_tips.sloop_under_construction_materials.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmaciv/sloop"
|
||||
id: "2746958D3D4A0885"
|
||||
subtitle: "{quests.tfg_tips.sloop_under_construction_materials.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -844,6 +848,7 @@
|
|||
{
|
||||
dependencies: ["78358ED2C6F6FCFD"]
|
||||
description: ["{quests.tfg_tips.warfare.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmaciv/cannon"
|
||||
id: "66FDACC7E7F9180C"
|
||||
subtitle: "{quests.tfg_tips.warfare.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -890,6 +895,7 @@
|
|||
{
|
||||
dependencies: ["60497014785301EB"]
|
||||
description: ["{quests.tfg_tips.firmaciv.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmaciv/watercraft"
|
||||
icon: {
|
||||
Count: 1
|
||||
ForgeCaps: {
|
||||
|
|
@ -916,6 +922,7 @@
|
|||
{
|
||||
dependencies: ["2B84F34BFA37C828"]
|
||||
description: ["{quests.tfg_tips.firmaciv_info.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:firmaciv/navigation"
|
||||
id: "5EDE435F876349CD"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
|
|
@ -1462,6 +1469,7 @@
|
|||
{
|
||||
dependencies: ["1594C2564FC7982D"]
|
||||
description: ["{quests.tfg_tips.horseshoes.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:sns/horseshoes"
|
||||
id: "40566F6665A095C6"
|
||||
subtitle: "{quests.tfg_tips.horseshoes.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1482,6 +1490,7 @@
|
|||
}
|
||||
{
|
||||
description: ["{quests.tfg_tips.hiking_boots.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:sns/safety_toe_hiking_boots"
|
||||
id: "598CA763D195C84E"
|
||||
subtitle: "{quests.tfg_tips.hiking_boots.subtitle}"
|
||||
tasks: [{
|
||||
|
|
|
|||
|
|
@ -89,15 +89,35 @@ recipes:
|
|||
# Default: false
|
||||
enchantedTools: false
|
||||
|
||||
# Whether to enable macerator decomposition recycling
|
||||
# Default: true
|
||||
enableMaceratorRecycling: true
|
||||
|
||||
# Percentage yield of macerator decomposition recycling outputs, 1.0 means 100%
|
||||
# Default: 1.0f
|
||||
maceratorRecyclingYield: 1.0
|
||||
|
||||
# Whether to enable arc furnace decomposition recycling
|
||||
# Default: true
|
||||
enableArcRecycling: true
|
||||
|
||||
# Percentage yield of arc furnace decomposition recycling outputs, 1.0 means 100%
|
||||
# Default: 1.0f
|
||||
arcRecyclingYield: 1.0
|
||||
|
||||
# Whether to enable extractor decomposition recycling
|
||||
# Default: true
|
||||
enableExtractorRecycling: true
|
||||
|
||||
# Percentage yield of extractor decomposition recycling outputs, 1.0 means 100%
|
||||
# Default: 1.0f
|
||||
extractorRecyclingYield: 1.0
|
||||
|
||||
worldgen:
|
||||
# Rubber Tree spawn chance (decimal % per chunk)
|
||||
# Default: 0.5
|
||||
rubberTreeSpawnChance: 0.0
|
||||
|
||||
# Should all Stone Types drop unique Ore Item Blocks?
|
||||
# Default: false (meaning only Stone, Netherrack, and Endstone)
|
||||
allUniqueStoneTypes: true
|
||||
|
||||
# Should Sand-like ores fall?
|
||||
# This includes gravel, sand, and red sand ores.
|
||||
# Default: false (no falling ores)
|
||||
|
|
@ -199,6 +219,10 @@ machines:
|
|||
# Default: false
|
||||
cleanMultiblocks: false
|
||||
|
||||
# Whether the miner should attempt to replace the block mined with a cobbled version of the ore
|
||||
# Default: true
|
||||
replaceWithCobbleVersion: true
|
||||
|
||||
# Block to replace mined ores with in the miner and multiblock miner.
|
||||
# Default: minecraft:cobblestone
|
||||
replaceMinedBlocksWith: tfc:rock/hardened/rhyolite
|
||||
|
|
@ -211,9 +235,10 @@ machines:
|
|||
# Default: true
|
||||
enableMaintenance: true
|
||||
|
||||
# Time in ticks between when Multiblocks can require Maintenance. By default, 48 hours.
|
||||
# Default: 3456000
|
||||
maintenanceTime: 3456000
|
||||
# How often to check for maintenance, rolling a 1/6000 chance every X ticks (before secondary effects like Configurable Maintenance Hatch).
|
||||
# In default settings, this equates to a 5% chance every hour of a machine running.
|
||||
# Default: 1000 (ticks)
|
||||
maintenanceCheckRate: 1000
|
||||
|
||||
# Whether to enable World Accelerators, which accelerate ticks for surrounding Tile Entities, Crops, etc.
|
||||
# Default: true
|
||||
|
|
@ -288,6 +313,9 @@ machines:
|
|||
# Default: 8
|
||||
steamMultiParallelAmount: 8
|
||||
|
||||
# Whether the Drums can input fluids from the output side (bottom).
|
||||
allowDrumsInputFluidsFromOutputSide: false
|
||||
|
||||
# Small Steam Boiler Options
|
||||
smallBoilers:
|
||||
# The amount of steam a Steam Solid Boiler produces per second at max temperature.
|
||||
|
|
@ -415,6 +443,10 @@ client:
|
|||
# Default: true
|
||||
renderFluids: true
|
||||
|
||||
# Render growing plants in multiblocks that support them?
|
||||
# Default: true
|
||||
renderGrowingPlants: true
|
||||
|
||||
# Whether or not to color tiered machine highlights in the tier color
|
||||
# Default: true
|
||||
coloredTieredMachineOutline: true
|
||||
|
|
@ -423,6 +455,13 @@ client:
|
|||
# Default: true
|
||||
coloredWireOutline: true
|
||||
|
||||
tankItemFluidPreview:
|
||||
# Set true to render the including fluid icons to GT Drums
|
||||
drum: false
|
||||
|
||||
# Set true to render the including fluid icons to Super (Quantum) Tanks
|
||||
quantumTank: false
|
||||
|
||||
# Config options for Tools and Armor
|
||||
tools:
|
||||
# Random chance for electric tools to take actual damage
|
||||
|
|
@ -470,7 +509,7 @@ tools:
|
|||
voltageTierQuarkTech: 5
|
||||
|
||||
# Advanced QuarkTech Suit Chestplate Voltage Tier.
|
||||
# Default: 5 (LuV)
|
||||
# Default: 6 (LuV)
|
||||
voltageTierAdvQuarkTech: 6
|
||||
|
||||
# Electric Impeller Jetpack Voltage Tier.
|
||||
|
|
@ -606,6 +645,10 @@ compat:
|
|||
# Default: false
|
||||
showDimensionTier: false
|
||||
|
||||
# Whether Create compatibility will be available.
|
||||
# Default: true
|
||||
createCompat: true
|
||||
|
||||
dev:
|
||||
# Debug general events? (will print recipe conficts etc. to server's debug.log)
|
||||
# Default: false
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
hotFluidTemperature = 1300
|
||||
#This sets the temperature when a cold fluid should add effects to the player (in kelvin).
|
||||
#Range: > -2147483648
|
||||
coldFluidTemperature = 273
|
||||
coldFluidTemperature = 223
|
||||
#Modifier for how much the offhand item should heat up when holding hot items. Holding multiple hot items will heat your insulating items faster!
|
||||
#Range: 4.9E-324 ~ 1.7976931348623157E308
|
||||
itemTemperatureModifier = 2.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
=== FTB Ranks ===
|
||||
|
||||
Last README file update: Thu Oct 23 13:15:38 YEKT 2025
|
||||
Last README file update: Tue Dec 16 23:03:36 MSK 2025
|
||||
Wiki: https://www.notion.so/feedthebeast/FTB-Mod-Documentation-da2e359bad2449459d58d787edda3168
|
||||
To refresh this file, run /ftbranks refresh_readme
|
||||
|
||||
|
|
@ -169,6 +169,11 @@ command.aptweaks.kill.entities
|
|||
command.aptweaks.kill.items
|
||||
command.aptweaks.load
|
||||
command.aptweaks.playerPositions
|
||||
command.atl
|
||||
command.atl.force_refresh
|
||||
command.atl.reset_statistics
|
||||
command.atl.run_explicit_gc
|
||||
command.atl.thread_dump
|
||||
command.attribute
|
||||
command.attribute.target
|
||||
command.attribute.target.attribute
|
||||
|
|
@ -194,9 +199,6 @@ command.attribute.target.attribute.modifier.value.get
|
|||
command.attribute.target.attribute.modifier.value.get.uuid
|
||||
command.attribute.target.attribute.modifier.value.get.uuid.scale
|
||||
command.back
|
||||
command.backup
|
||||
command.backup.command
|
||||
command.backup.command.name
|
||||
command.balm
|
||||
command.balm.dev
|
||||
command.balm.export
|
||||
|
|
@ -204,6 +206,15 @@ command.balm.export.config
|
|||
command.balm.export.config.mod
|
||||
command.balm.export.icons
|
||||
command.balm.export.icons.filter
|
||||
command.ban
|
||||
command.ban-ip
|
||||
command.ban-ip.target
|
||||
command.ban-ip.target.reason
|
||||
command.ban.targets
|
||||
command.ban.targets.reason
|
||||
command.banlist
|
||||
command.banlist.ips
|
||||
command.banlist.players
|
||||
command.bookshelf
|
||||
command.bookshelf.font
|
||||
command.bookshelf.font.block
|
||||
|
|
@ -569,8 +580,6 @@ command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.repl
|
|||
command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.replace.force
|
||||
command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.replace.move
|
||||
command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.replace.normal
|
||||
command.closeguiscreen
|
||||
command.closeguiscreen.target_players
|
||||
command.compass_server
|
||||
command.compass_server.build_scene
|
||||
command.compass_server.build_scene.start
|
||||
|
|
@ -1266,20 +1275,24 @@ command.debug.start
|
|||
command.debug.stop
|
||||
command.defaultgamemode
|
||||
command.defaultgamemode.gamemode
|
||||
command.defaultoptions
|
||||
command.defaultoptions.saveAll
|
||||
command.defaultoptions.saveKeys
|
||||
command.defaultoptions.saveOptions
|
||||
command.defaultoptions.saveServers
|
||||
command.delhome
|
||||
command.delhome.name
|
||||
command.delwarp
|
||||
command.delwarp.name
|
||||
command.deop
|
||||
command.deop.targets
|
||||
command.difficulty
|
||||
command.difficulty.easy
|
||||
command.difficulty.hard
|
||||
command.difficulty.normal
|
||||
command.difficulty.peaceful
|
||||
command.discord
|
||||
command.discord.ignore
|
||||
command.discord.link
|
||||
command.discord.migrate
|
||||
command.discord.rawmsg
|
||||
command.discord.reload
|
||||
command.discord.unlink
|
||||
command.effect
|
||||
command.effect.clear
|
||||
command.effect.clear.targets
|
||||
|
|
@ -1543,17 +1556,6 @@ command.firmaciv.navigation.pos
|
|||
command.firmaciv.navigation.pos.type
|
||||
command.fly
|
||||
command.fly.player
|
||||
command.fmlayout
|
||||
command.fmlayout.layout_name
|
||||
command.fmlayout.layout_name.is_layout_enabled
|
||||
command.fmlayout.layout_name.is_layout_enabled.target_players
|
||||
command.fmvariable
|
||||
command.fmvariable.get
|
||||
command.fmvariable.get.variable_name
|
||||
command.fmvariable.set
|
||||
command.fmvariable.set.variable_name
|
||||
command.fmvariable.set.variable_name.send_chat_feedback
|
||||
command.fmvariable.set.variable_name.send_chat_feedback.set_to_value
|
||||
command.forceload
|
||||
command.forceload.add
|
||||
command.forceload.add.from
|
||||
|
|
@ -1924,23 +1926,13 @@ command.gtceu.place_vein.vein
|
|||
command.gtceu.place_vein.vein.position
|
||||
command.gtceu.ui_editor
|
||||
command.guideme
|
||||
command.guideme.exportstructure
|
||||
command.guideme.exportstructure.origin
|
||||
command.guideme.exportstructure.origin.sizeX
|
||||
command.guideme.exportstructure.origin.sizeX.sizeY
|
||||
command.guideme.exportstructure.origin.sizeX.sizeY.sizeZ
|
||||
command.guideme.give
|
||||
command.guideme.give.targets
|
||||
command.guideme.give.targets.guide
|
||||
command.guideme.importstructure
|
||||
command.guideme.importstructure.origin
|
||||
command.guideme.open
|
||||
command.guideme.open.targets
|
||||
command.guideme.open.targets.guide
|
||||
command.guideme.open.targets.guide.page
|
||||
command.guideme.placeallstructures
|
||||
command.guideme.placeallstructures.origin
|
||||
command.guideme.placeallstructures.origin.guide
|
||||
command.hat
|
||||
command.heal
|
||||
command.heal.player
|
||||
|
|
@ -2439,6 +2431,7 @@ command.medical_condition.clear.targets.condition
|
|||
command.medical_condition.query
|
||||
command.medical_condition.query.target
|
||||
command.mfsrc
|
||||
command.mobcaps
|
||||
command.modernfix
|
||||
command.modernfix.mcfunctions
|
||||
command.modernfix.upgradeStructures
|
||||
|
|
@ -2462,14 +2455,17 @@ command.octolib.config
|
|||
command.octolib.config.reload
|
||||
command.octolib.config.reload.all
|
||||
command.octolib.config.reload.path
|
||||
command.op
|
||||
command.op.targets
|
||||
command.open-patchouli-book
|
||||
command.open-patchouli-book.targets
|
||||
command.open-patchouli-book.targets.book
|
||||
command.open-patchouli-book.targets.book.entry
|
||||
command.open-patchouli-book.targets.book.entry.page
|
||||
command.openguiscreen
|
||||
command.openguiscreen.screen_identifier
|
||||
command.openguiscreen.screen_identifier.target_players
|
||||
command.pardon
|
||||
command.pardon-ip
|
||||
command.pardon-ip.target
|
||||
command.pardon.targets
|
||||
command.particle
|
||||
command.particle.name
|
||||
command.particle.name.pos
|
||||
|
|
@ -2480,6 +2476,9 @@ command.particle.name.pos.delta.speed.count.force
|
|||
command.particle.name.pos.delta.speed.count.force.viewers
|
||||
command.particle.name.pos.delta.speed.count.normal
|
||||
command.particle.name.pos.delta.speed.count.normal.viewers
|
||||
command.perf
|
||||
command.perf.start
|
||||
command.perf.stop
|
||||
command.ping
|
||||
command.ping.target
|
||||
command.place
|
||||
|
|
@ -2575,10 +2574,6 @@ command.ponder.reload
|
|||
command.ponder.scene
|
||||
command.ponder.scene.targets
|
||||
command.ponder.tags
|
||||
command.publish
|
||||
command.publish.allowCommands
|
||||
command.publish.allowCommands.gamemode
|
||||
command.publish.allowCommands.gamemode.port
|
||||
command.railways
|
||||
command.railways.split_train
|
||||
command.railways.split_train.train_id
|
||||
|
|
@ -2608,6 +2603,10 @@ command.ride.target.dismount
|
|||
command.ride.target.mount
|
||||
command.ride.target.mount.vehicle
|
||||
command.rtp
|
||||
command.save-all
|
||||
command.save-all.flush
|
||||
command.save-off
|
||||
command.save-on
|
||||
command.say
|
||||
command.say.message
|
||||
command.sbp
|
||||
|
|
@ -2618,6 +2617,36 @@ command.sbp.list
|
|||
command.sbp.list.playerName
|
||||
command.sbp.removeNonPlayer
|
||||
command.sbp.removeNonPlayer.onlyWithEmptyInventory
|
||||
command.sbp.template
|
||||
command.sbp.template.create
|
||||
command.sbp.template.create.templateName
|
||||
command.sbp.template.create.templateName.override
|
||||
command.sbp.template.delete
|
||||
command.sbp.template.delete.templateName
|
||||
command.sbp.template.dynamic
|
||||
command.sbp.template.dynamic.addItem
|
||||
command.sbp.template.dynamic.addItem.templateName
|
||||
command.sbp.template.dynamic.addItem.templateName.item
|
||||
command.sbp.template.dynamic.addItem.templateName.item.count
|
||||
command.sbp.template.dynamic.addItem.templateName.slot
|
||||
command.sbp.template.dynamic.addItem.templateName.slot.item
|
||||
command.sbp.template.dynamic.addItem.templateName.slot.item.count
|
||||
command.sbp.template.dynamic.addUpgrade
|
||||
command.sbp.template.dynamic.addUpgrade.templateName
|
||||
command.sbp.template.dynamic.addUpgrade.templateName.item
|
||||
command.sbp.template.dynamic.begin
|
||||
command.sbp.template.dynamic.begin.templateName
|
||||
command.sbp.template.dynamic.begin.templateName.backpackItem
|
||||
command.sbp.template.dynamic.begin.templateName.baseTemplateName
|
||||
command.sbp.template.dynamic.end
|
||||
command.sbp.template.dynamic.end.templateName
|
||||
command.sbp.template.export
|
||||
command.sbp.template.export.templateName
|
||||
command.sbp.template.export.templateName.delete
|
||||
command.sbp.template.give
|
||||
command.sbp.template.give.templateName
|
||||
command.sbp.template.give.templateName.targets
|
||||
command.sbp.template.list
|
||||
command.schedule
|
||||
command.schedule.clear
|
||||
command.schedule.clear.function
|
||||
|
|
@ -2676,6 +2705,18 @@ command.scoreboard.players.set.targets
|
|||
command.scoreboard.players.set.targets.objective
|
||||
command.scoreboard.players.set.targets.objective.score
|
||||
command.seed
|
||||
command.servercore
|
||||
command.servercore.reload
|
||||
command.servercore.settings
|
||||
command.servercore.settings.chunk_tick_distance
|
||||
command.servercore.settings.chunk_tick_distance.value
|
||||
command.servercore.settings.mobcap_percentage
|
||||
command.servercore.settings.mobcap_percentage.value
|
||||
command.servercore.settings.simulation_distance
|
||||
command.servercore.settings.simulation_distance.value
|
||||
command.servercore.settings.view_distance
|
||||
command.servercore.settings.view_distance.value
|
||||
command.servercore.status
|
||||
command.setblock
|
||||
command.setblock.pos
|
||||
command.setblock.pos.block
|
||||
|
|
@ -2684,6 +2725,8 @@ command.setblock.pos.block.keep
|
|||
command.setblock.pos.block.replace
|
||||
command.sethome
|
||||
command.sethome.name
|
||||
command.setidletimeout
|
||||
command.setidletimeout.minutes
|
||||
command.setwarp
|
||||
command.setwarp.name
|
||||
command.setworldspawn
|
||||
|
|
@ -2725,7 +2768,25 @@ command.spreadplayers.center.spreadDistance.maxRange.under
|
|||
command.spreadplayers.center.spreadDistance.maxRange.under.maxHeight
|
||||
command.spreadplayers.center.spreadDistance.maxRange.under.maxHeight.respectTeams
|
||||
command.spreadplayers.center.spreadDistance.maxRange.under.maxHeight.respectTeams.targets
|
||||
command.statistics
|
||||
command.statistics.block-entities
|
||||
command.statistics.block-entities.byPlayer
|
||||
command.statistics.block-entities.byPlayer.page
|
||||
command.statistics.block-entities.byType
|
||||
command.statistics.block-entities.byType.page
|
||||
command.statistics.block-entities.byType.player
|
||||
command.statistics.block-entities.byType.player.page
|
||||
command.statistics.block-entities.page
|
||||
command.statistics.entities
|
||||
command.statistics.entities.byPlayer
|
||||
command.statistics.entities.byPlayer.page
|
||||
command.statistics.entities.byType
|
||||
command.statistics.entities.byType.page
|
||||
command.statistics.entities.byType.player
|
||||
command.statistics.entities.byType.player.page
|
||||
command.statistics.entities.page
|
||||
command.stonecutter
|
||||
command.stop
|
||||
command.stopsound
|
||||
command.stopsound.targets
|
||||
command.stopsound.targets.all
|
||||
|
|
@ -2990,6 +3051,15 @@ command.weather.rain.duration.intensity
|
|||
command.weather.thunder
|
||||
command.weather.thunder.duration
|
||||
command.weather.thunder.duration.intensity
|
||||
command.whitelist
|
||||
command.whitelist.add
|
||||
command.whitelist.add.targets
|
||||
command.whitelist.list
|
||||
command.whitelist.off
|
||||
command.whitelist.on
|
||||
command.whitelist.reload
|
||||
command.whitelist.remove
|
||||
command.whitelist.remove.targets
|
||||
command.worldborder
|
||||
command.worldborder.add
|
||||
command.worldborder.add.distance
|
||||
|
|
|
|||
|
|
@ -129,10 +129,10 @@
|
|||
"item.ad_astra.steel_engine": "Ракетный двигатель (Сталь)",
|
||||
"item.ad_astra.desh_engine": "Ракетный двигатель (Деш)",
|
||||
"item.ad_astra.ostrum_engine": "Ракетный двигатель (Острум)",
|
||||
"item.ad_astra.netherite_space_helmet": "§bКосмический шлем из вольфармовой стали",
|
||||
"item.ad_astra.netherite_space_suit": "§bКосмический костюм из вольфармовой стали",
|
||||
"item.ad_astra.netherite_space_pants": "§bКосмические штаны из вольфармовой стали",
|
||||
"item.ad_astra.netherite_space_boots": "§bКосмические ботинки из вольфармовой стали",
|
||||
"item.ad_astra.netherite_space_helmet": "§bКосмический шлем из вольфрамовой стали",
|
||||
"item.ad_astra.netherite_space_suit": "§bКосмический костюм из вольфрамовой стали",
|
||||
"item.ad_astra.netherite_space_pants": "§bКосмические штаны из вольфрамовой стали",
|
||||
"item.ad_astra.netherite_space_boots": "§bКосмические ботинки из вольфрамовой стали",
|
||||
"item.ad_astra.cheese": "Лунный сыр",
|
||||
"dimension.ad_astra.glacio": "Европа",
|
||||
"dimension.ad_astra.glacio_orbit": "Орбита Европы",
|
||||
|
|
|
|||
|
|
@ -2,5 +2,22 @@
|
|||
"__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": "Crafting Presses are obtained by breaking a Mysterious Cube. Mysterious Cubes are in the center of meteorites which can be found on the moon.",
|
||||
"gui.advanced_ae.AdvPatternProvider": "",
|
||||
"gui.expandedae.exp_pattern_provider": ""
|
||||
"gui.expandedae.exp_pattern_provider": "",
|
||||
"item.ae2.sky_dust": "Suevite Dust",
|
||||
"block.ae2.sky_stone_block": "Raw Suevite",
|
||||
"block.ae2.sky_stone_stairs": "Suevite Stairs",
|
||||
"block.ae2.sky_stone_wall": "Suevite Wall",
|
||||
"block.ae2.sky_stone_slab": "Suevite Slab",
|
||||
"block.ae2.smooth_sky_stone_block": "Smooth Suevite",
|
||||
"block.ae2.smooth_sky_stone_stairs": "Smooth Suevite Stairs",
|
||||
"block.ae2.smooth_sky_stone_wall": "Smooth Suevite Wall",
|
||||
"block.ae2.smooth_sky_stone_slab": "Smooth Suevite Slab",
|
||||
"block.ae2.sky_stone_brick": "Suevite Bricks",
|
||||
"block.ae2.sky_stone_brick_stairs": "Suevite Brick Stairs",
|
||||
"block.ae2.sky_stone_brick_wall": "Suevite Brick Wall",
|
||||
"block.ae2.sky_stone_brick_slab": "Suevite Brick Slab",
|
||||
"block.ae2.sky_stone_small_brick": "Suevite Small Bricks",
|
||||
"block.ae2.sky_stone_small_brick_stairs": "Suevite Small Brick Stairs",
|
||||
"block.ae2.sky_stone_small_brick_wall": "Suevite Small Brick Wall",
|
||||
"block.ae2.sky_stone_small_brick_slab": "Suevite Small Brick Slab"
|
||||
}
|
||||
|
|
@ -2,5 +2,22 @@
|
|||
"__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": "压印模板可通过破坏神秘方块获得,而神秘方块位于月球陨石的中心。",
|
||||
"gui.advanced_ae.AdvPatternProvider": "",
|
||||
"gui.expandedae.exp_pattern_provider": ""
|
||||
"gui.expandedae.exp_pattern_provider": "",
|
||||
"item.ae2.sky_dust": "冲击岩粉",
|
||||
"block.ae2.sky_stone_block": "天然冲击岩",
|
||||
"block.ae2.sky_stone_stairs": "冲击岩楼梯",
|
||||
"block.ae2.sky_stone_wall": "冲击岩墙",
|
||||
"block.ae2.sky_stone_slab": "冲击岩台阶",
|
||||
"block.ae2.smooth_sky_stone_block": "平滑冲击岩",
|
||||
"block.ae2.smooth_sky_stone_stairs": "平滑冲击岩楼梯",
|
||||
"block.ae2.smooth_sky_stone_wall": "平滑冲击岩墙",
|
||||
"block.ae2.smooth_sky_stone_slab": "平滑冲击岩台阶",
|
||||
"block.ae2.sky_stone_brick": "冲击岩砖",
|
||||
"block.ae2.sky_stone_brick_stairs": "冲击岩砖楼梯",
|
||||
"block.ae2.sky_stone_brick_wall": "冲击岩砖墙",
|
||||
"block.ae2.sky_stone_brick_slab": "冲击岩砖台阶",
|
||||
"block.ae2.sky_stone_small_brick": "小型冲击岩砖",
|
||||
"block.ae2.sky_stone_small_brick_stairs": "小型冲击岩砖楼梯",
|
||||
"block.ae2.sky_stone_small_brick_wall": "小型冲击岩砖墙",
|
||||
"block.ae2.sky_stone_small_brick_slab": "小型冲击岩砖台阶"
|
||||
}
|
||||
|
|
@ -263,7 +263,7 @@
|
|||
"block.beneath.warped_thatch": "诡异干草块",
|
||||
"block.beneath.crimson_thatch": "绯红干草块",
|
||||
"block.beneath.hellbricks": "地狱砖",
|
||||
"tfc.recipe.barrel.tfc.barrel.mortar": "灰泥",
|
||||
"tfc.recipe.barrel.tfc.barrel.mortar": "砂浆",
|
||||
"item.beneath.cursed_hide": "耐火皮革",
|
||||
"item.beneath.blackstone_brick": "辉石岩砖",
|
||||
"item.beneath.cursecoal": "无烟煤",
|
||||
|
|
|
|||
BIN
kubejs/assets/beneath/textures/item/blackstone_pebble.png
Normal file
|
After Width: | Height: | Size: 296 B |
3
kubejs/assets/forge/models/tag/item/sand.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfc:item/sand/yellow"
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "greate:block/rose_quartz_bud_indicator" },
|
||||
{ "model": "greate:block/rose_quartz_bud_indicator", "y": 90 },
|
||||
{ "model": "greate:block/rose_quartz_bud_indicator", "y": 180 },
|
||||
{ "model": "greate:block/rose_quartz_bud_indicator", "y": 270 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -32,11 +32,11 @@
|
|||
"block.greate.large_andesite_alloy_cogwheel": "Large Basic Cogwheel",
|
||||
"block.greate.metal_girder_encased_andesite_alloy_shaft": "Metal Girder Encased Basic Shaft",
|
||||
"block.greate.powered_andesite_alloy_shaft": "Powered Basic Shaft",
|
||||
"item.greate.rubber_belt_connector": "Rubber Belt",
|
||||
"item.greate.silicone_rubber_belt_connector": "Silicone Rubber Belt",
|
||||
"block.greate.polyethylene_belt_titanium": "Styrene Butadiene Rubber Belt",
|
||||
"block.greate.polyethylene_belt_tungsten_steel": "Styrene Butadiene Rubber Belt",
|
||||
"item.greate.polyethylene_belt_connector": "Styrene Butadiene Rubber Belt",
|
||||
"item.greate.andesite_alloy_belt_connector": "Plank Tread Mechanical Belt",
|
||||
"item.greate.stone_belt_connector": "Leather Mechanical Belt",
|
||||
"item.greate.rubber_belt_connector": "Rubber Mechanical Belt",
|
||||
"item.greate.silicone_rubber_belt_connector": "Silicone Rubber Mechanical Belt",
|
||||
"item.greate.styrene_butadiene_rubber_belt_connector": "Styrene Butadiene Rubber Mechanical Belt",
|
||||
"item.greate.andesite_alloy_vertical_gearbox": "Basic Vertical Gearbox",
|
||||
"greate.recipe.packing": "Welding & Packing",
|
||||
"greate.ponder.belt_casing.text_1": "Brass or Metal Casing can be used to decorate Mechanical Belts",
|
||||
|
|
|
|||
|
|
@ -368,11 +368,11 @@
|
|||
"block.greate.large_andesite_alloy_cogwheel": "大型基础齿轮",
|
||||
"block.greate.metal_girder_encased_andesite_alloy_shaft": "金属梁包住的基础传动杆",
|
||||
"block.greate.powered_andesite_alloy_shaft": "基础动力曲轴",
|
||||
"item.greate.andesite_alloy_belt_connector": "木板履带式传送带",
|
||||
"item.greate.stone_belt_connector": "皮革传送带",
|
||||
"item.greate.rubber_belt_connector": "橡胶传送带",
|
||||
"item.greate.silicone_rubber_belt_connector": "硅橡胶传送带",
|
||||
"block.greate.polyethylene_belt_titanium": "丁苯橡胶传送带",
|
||||
"block.greate.polyethylene_belt_tungsten_steel": "丁苯橡胶传送带",
|
||||
"item.greate.polyethylene_belt_connector": "丁苯橡胶传送带",
|
||||
"item.greate.styrene_butadiene_rubber_belt_connector": "丁苯橡胶传送带",
|
||||
"item.greate.andesite_alloy_vertical_gearbox": "基础竖直十字齿轮箱",
|
||||
"greate.recipe.packing": "焊接 & 压缩",
|
||||
"greate.ponder.belt_casing.text_1": "你可以用黄铜或者金属机壳装饰你的传送带",
|
||||
|
|
|
|||
BIN
kubejs/assets/greate/textures/block/andesite_alloy/belt.png
Normal file
|
After Width: | Height: | Size: 542 B |
|
After Width: | Height: | Size: 534 B |
|
After Width: | Height: | Size: 617 B |
|
After Width: | Height: | Size: 551 B |
|
After Width: | Height: | Size: 579 B |
BIN
kubejs/assets/greate/textures/block/rubber/belt.png
Normal file
|
After Width: | Height: | Size: 388 B |
BIN
kubejs/assets/greate/textures/block/rubber/belt_diagonal.png
Normal file
|
After Width: | Height: | Size: 342 B |
|
After Width: | Height: | Size: 354 B |
BIN
kubejs/assets/greate/textures/block/rubber/belt_offset.png
Normal file
|
After Width: | Height: | Size: 408 B |
BIN
kubejs/assets/greate/textures/block/rubber/belt_scroll.png
Normal file
|
After Width: | Height: | Size: 425 B |
BIN
kubejs/assets/greate/textures/block/silicone_rubber/belt.png
Normal file
|
After Width: | Height: | Size: 433 B |
|
After Width: | Height: | Size: 437 B |
|
After Width: | Height: | Size: 521 B |
|
After Width: | Height: | Size: 449 B |
|
After Width: | Height: | Size: 519 B |
BIN
kubejs/assets/greate/textures/block/stone/belt.png
Normal file
|
After Width: | Height: | Size: 445 B |
BIN
kubejs/assets/greate/textures/block/stone/belt_diagonal.png
Normal file
|
After Width: | Height: | Size: 441 B |
|
After Width: | Height: | Size: 449 B |
BIN
kubejs/assets/greate/textures/block/stone/belt_offset.png
Normal file
|
After Width: | Height: | Size: 493 B |
BIN
kubejs/assets/greate/textures/block/stone/belt_scroll.png
Normal file
|
After Width: | Height: | Size: 535 B |
|
After Width: | Height: | Size: 344 B |
|
After Width: | Height: | Size: 341 B |
|
After Width: | Height: | Size: 419 B |
|
After Width: | Height: | Size: 352 B |
|
After Width: | Height: | Size: 415 B |
|
After Width: | Height: | Size: 432 B |
BIN
kubejs/assets/greate/textures/item/rubber_belt_connector.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 451 B |
BIN
kubejs/assets/greate/textures/item/stone_belt_connector.png
Normal file
|
After Width: | Height: | Size: 405 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "gtceu:block/rose_quartz_bud_indicator" },
|
||||
{ "model": "gtceu:block/rose_quartz_bud_indicator", "y": 90 },
|
||||
{ "model": "gtceu:block/rose_quartz_bud_indicator", "y": 180 },
|
||||
{ "model": "gtceu:block/rose_quartz_bud_indicator", "y": 270 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"block.gtceu.ostrum_harvester": "Ostrum Harvester",
|
||||
"block.gtceu.moon_dust_harvester": "Moon Dust Harvester",
|
||||
"block.tfg.ostrum_linear_accelerator": "Ostrum Linear Accelerator",
|
||||
"block.gtceu.coal_liquefaction_tower": "Coal Liquefaction Tower",
|
||||
"block.gtceu.coal_liquefaction_tower": "Liquefaction Tower",
|
||||
"block.gtceu.ulv_super_tank": "Basic Super Tank",
|
||||
"block.gtceu.ulv_super_chest": "Basic Super Chest",
|
||||
"block.gtceu.ulv_hermetic_casing": "Basic Hermetic Casing",
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
"gtceu.ostrum_linear_accelerator": "Ostrum Linear Accelerator",
|
||||
"gtceu.bioreactor": "Bioreactor",
|
||||
"gtceu.growth_chamber": "Growth Chamber",
|
||||
"gtceu.coal_liquefaction_tower": "Coal Liquefaction",
|
||||
"gtceu.coal_liquefaction_tower": "Liquefaction Tower",
|
||||
"gtceu.smr_generator": "Small Modular Turbine",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_1": "§7Extraterrestrial Vacuum Cleaner§r",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_2": "§7Harvests infinite Regolith Dust depending on the biome its placed in.§r",
|
||||
|
|
@ -67,8 +67,8 @@
|
|||
"gtceu.tooltip.machine.steam_bloomery_2": "§7Processes Iron-bearing Dusts or Ingots into Raw Iron Blooms.§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_3": "§7Fueling it with Coke or Anthracite will double the output.§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_4": "§7Can process up to 8 recipes at once, which changes how much Steam is required.§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_1": "§7Carbon Smoothie Maker§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_2": "§7Extracts gas fuels from carbonic solids and creosote§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_1": "§7Smoothie Maker§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_2": "§7Extracts gas and liquids from carbonic solids§r",
|
||||
"item.gtceu.tiny_wood_dust": "Tiny Pile of Softwood Pulp",
|
||||
"item.gtceu.small_wood_dust": "Small Pile of Softwood Pulp",
|
||||
"item.gtceu.wood_dust": "Softwood Pulp",
|
||||
|
|
@ -210,8 +210,9 @@
|
|||
"gtceu.jei.bedrock_fluid.heavy_ammoniacal_water": "Martian Heavy Ammoniacal Water Deposit",
|
||||
"gtceu.jei.bedrock_fluid.liquid_ice": "Martian Ice Deposit",
|
||||
"gtceu.recipe.category.ingot_molding": "Material Molding",
|
||||
"block.gtceu.wire_coil.tooltip_pyro": "§8Pyrolyse Oven and Nuclear Fuel Factory:§r",
|
||||
"block.gtceu.wire_coil.tooltip_cracking": "§8Cracking Unit, Coal Liquefaction Tower, Moon and Ostrum Harvesters:§r",
|
||||
"block.gtceu.wire_coil.tooltip_pyro": "§8Pyrolyse Oven, Liquefaction Tower and Nuclear Fuel Factory:§r",
|
||||
"block.gtceu.wire_coil.tooltip_cracking": "§8Cracking Unit, Moon and Ostrum Harvesters:§r",
|
||||
"tooltip.moldraw.shift_view": "§7§oHold (Shift) for Molecular Structure§r",
|
||||
"tagprefix.sword_head": "%s Sword Head",
|
||||
"tagprefix.pickaxe_head": "%s Pickaxe Head",
|
||||
"tagprefix.shovel_head": "%s Shovel Head",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
"block.gtceu.ostrum_harvester": "オストラムハーベスター",
|
||||
"block.gtceu.moon_dust_harvester": "ムーンハーベスター",
|
||||
"block.tfg.ostrum_linear_accelerator": "オストラムリニアアクセラレーター",
|
||||
"block.gtceu.coal_liquefaction_tower": "液化塔",
|
||||
"block.gtceu.ulv_super_tank": "基本型スーパータンク",
|
||||
"block.gtceu.ulv_super_chest": "基本型スーパーチェスト",
|
||||
"block.gtceu.ulv_hermetic_casing": "基本気密外装",
|
||||
|
|
@ -49,6 +50,8 @@
|
|||
"gtceu.ostrum_linear_accelerator": "オストラムリニアアクセラレーター",
|
||||
"gtceu.bioreactor": "Bioreactor",
|
||||
"gtceu.growth_chamber": "Growth Chamber",
|
||||
"gtceu.coal_liquefaction_tower": "液化塔",
|
||||
"gtceu.smr_generator": "Small Modular Turbine",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_1": "§7Extraterrestrial Vacuum Cleaner§r",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_2": "§7Harvests infinite Regolith Dust depending on the biome its placed in.§r",
|
||||
"gtceu.tooltip.machine.ostrum_harvester_1": "§7Legally Distinct Spice Crawler§r",
|
||||
|
|
@ -64,8 +67,8 @@
|
|||
"gtceu.tooltip.machine.steam_bloomery_2": "§7Processes Iron-bearing Dusts or Ingots into Raw Iron Blooms.§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_3": "§7Fueling it with Coke or Anthracite will double the output.§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_4": "§7Can process up to 8 recipes at once, which changes how much Steam is required.§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_1": "§7Carbon Smoothie Maker§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_2": "§7Extracts gas fuels from carbonic solids and creosote§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_1": "§7Smoothie Maker§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_2": "§7Extracts gas and liquids from carbonic solids§r",
|
||||
"item.gtceu.tiny_wood_dust": "極小の木のパルプ",
|
||||
"item.gtceu.small_wood_dust": "小さな木のパルプ",
|
||||
"item.gtceu.wood_dust": "木のパルプ",
|
||||
|
|
@ -139,6 +142,7 @@
|
|||
"material.gtceu.ostrum": "オストラム",
|
||||
"material.tfg.calorite": "カロライト",
|
||||
"material.tfg.etrium": "エトリウム",
|
||||
"material.gtceu.tarkianite": "タキアン鉱",
|
||||
"material.gtceu.aluminium_silicate": "ケイ酸アルミニウム",
|
||||
"material.gtceu.rocket_alloy_t1": "R-AS ロケット合金",
|
||||
"material.gtceu.rocket_alloy_t2": "ASM-4914 チタニウムロケット合金",
|
||||
|
|
@ -197,6 +201,7 @@
|
|||
"item.gtceu.tool.tooltip.repair_material": "",
|
||||
"gtceu.machine.lp_steam_extractor.tooltip": "§7Does not extract fluids",
|
||||
"gtceu.machine.hp_steam_extractor.tooltip": "§7Does not extract fluids",
|
||||
"gtceu.jei.bedrock_fluid.nether_natural_gas_deposit": "Beneath Natural Gas Deposit",
|
||||
"gtceu.jei.bedrock_fluid.moon_helium": "ヘリウム",
|
||||
"gtceu.jei.bedrock_fluid.moon_helium_3": "ヘリウム3",
|
||||
"gtceu.jei.bedrock_fluid.moon_argon": "アルゴン",
|
||||
|
|
@ -205,6 +210,8 @@
|
|||
"gtceu.jei.bedrock_fluid.heavy_ammoniacal_water": "アンモニア交じりの重水",
|
||||
"gtceu.jei.bedrock_fluid.liquid_ice": "氷",
|
||||
"gtceu.recipe.category.ingot_molding": "Material Molding",
|
||||
"block.gtceu.wire_coil.tooltip_pyro": "§8Pyrolyse Oven and Nuclear Fuel Factory:§r",
|
||||
"block.gtceu.wire_coil.tooltip_cracking": "§8Cracking Unit, Coal Liquefaction Tower, Moon and Ostrum Harvesters:§r",
|
||||
"tagprefix.sword_head": "%s製剣身",
|
||||
"tagprefix.pickaxe_head": "%s製ピッケルの頭",
|
||||
"tagprefix.shovel_head": "%s製シャベルの頭",
|
||||
|
|
|
|||
|
|
@ -64,8 +64,8 @@
|
|||
"gtceu.tooltip.machine.steam_bloomery_2": "§7Переробляє залізовмісний пил або злитки у сирі залізні криці.§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_3": "§7Використання коксу чи антрациту як палива подвоїть вихід.§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_4": "§7Може обробляти до 8 рецептів одночасно, що змінює кількість необхідної пари.§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_1": "§7Carbon Smoothie Maker§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_2": "§7Extracts gas fuels from carbonic solids and creosote§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_1": "§7Smoothie Maker§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_2": "§7Extracts gas and liquids from carbonic solids§r",
|
||||
"item.gtceu.tiny_wood_dust": "Маленька купа хвойної целюлози",
|
||||
"item.gtceu.small_wood_dust": "Мала купа хвойної целюлози",
|
||||
"item.gtceu.wood_dust": "Хвойна целюлоза",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"block.gtceu.ostrum_harvester": "紫金采集器",
|
||||
"block.gtceu.moon_dust_harvester": "月壤采集器",
|
||||
"block.tfg.ostrum_linear_accelerator": "紫金线性加速器",
|
||||
"block.gtceu.coal_liquefaction_tower": "煤炭液化塔",
|
||||
"block.gtceu.coal_liquefaction_tower": "液化塔",
|
||||
"block.gtceu.ulv_super_tank": "基础超级缸",
|
||||
"block.gtceu.ulv_super_chest": "基础超级箱",
|
||||
"block.gtceu.ulv_hermetic_casing": "基础密封机械方块",
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
"gtceu.ostrum_linear_accelerator": "紫金线性加速器",
|
||||
"gtceu.bioreactor": "生物反应器",
|
||||
"gtceu.growth_chamber": "生长室",
|
||||
"gtceu.coal_liquefaction_tower": "煤炭液化",
|
||||
"gtceu.coal_liquefaction_tower": "液化塔",
|
||||
"gtceu.smr_generator": "小型模块化涡轮",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_1": "§7地外真空吸尘器§r",
|
||||
"gtceu.tooltip.machine.moon_dust_harvester_2": "§7根据所处生物群系无限采集风化土粉尘。§r",
|
||||
|
|
@ -67,8 +67,8 @@
|
|||
"gtceu.tooltip.machine.steam_bloomery_2": "§7将含铁矿粉或锭加工成生铁方坯。§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_3": "§7使用焦煤或无烟煤可倍增产量。§r",
|
||||
"gtceu.tooltip.machine.steam_bloomery_4": "§7支持最多8组配方并行处理,相应调整蒸汽需求。§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_1": "§7碳素奶昔制造机§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_2": "§7从碳质固体与杂酚油中提取气体燃料§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_1": "§7奶昔制造机§r",
|
||||
"gtceu.tooltip.machine.coal_liquefaction_tower_2": "§7从碳质固体中提取燃气和流体§r",
|
||||
"item.gtceu.tiny_wood_dust": "小撮软木浆",
|
||||
"item.gtceu.small_wood_dust": "小堆软木浆",
|
||||
"item.gtceu.wood_dust": "软木浆",
|
||||
|
|
@ -210,8 +210,9 @@
|
|||
"gtceu.jei.bedrock_fluid.heavy_ammoniacal_water": "火星重氨水矿藏",
|
||||
"gtceu.jei.bedrock_fluid.liquid_ice": "火星冰矿藏",
|
||||
"gtceu.recipe.category.ingot_molding": "压模",
|
||||
"block.gtceu.wire_coil.tooltip_pyro": "§8热解炉与核燃料工厂:§r",
|
||||
"block.gtceu.wire_coil.tooltip_cracking": "§8裂化机,煤炭液化塔,月壤和紫金采集器:§r",
|
||||
"block.gtceu.wire_coil.tooltip_pyro": "§8热解炉,液化塔与核燃料工厂:§r",
|
||||
"block.gtceu.wire_coil.tooltip_cracking": "§8裂化机,月壤和紫金采集器:§r",
|
||||
"tooltip.moldraw.shift_view": "§7§o按住(Shift)查看分子结构§r",
|
||||
"tagprefix.sword_head": "%s剑身",
|
||||
"tagprefix.pickaxe_head": "%s镐头",
|
||||
"tagprefix.shovel_head": "%s铲头",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"parent": "minecraft:block/block",
|
||||
"loader": "gtceu:machine",
|
||||
"machine": "gtceu:active_transformer",
|
||||
"texture_overrides": {
|
||||
"all": "tfg:item/deprecated"
|
||||
},
|
||||
"variants": {
|
||||
"is_formed=false,recipe_logic_status=idle": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:item/deprecated",
|
||||
"overlay_front": "tfg:item/deprecated"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=suspend": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:item/deprecated",
|
||||
"overlay_front": "tfg:item/deprecated"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=waiting": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:item/deprecated",
|
||||
"overlay_front": "tfg:item/deprecated_active"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=working": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:item/deprecated",
|
||||
"overlay_front": "tfg:item/deprecated_active"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=idle": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:item/deprecated",
|
||||
"overlay_front": "tfg:item/deprecated"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=suspend": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:item/deprecated",
|
||||
"overlay_front": "tfg:item/deprecated"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=waiting": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:item/deprecated",
|
||||
"overlay_front": "tfg:item/deprecated_active"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=working": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:item/deprecated",
|
||||
"overlay_front": "tfg:item/deprecated_active"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
"salt_tfc": "tfc:color_palettes/trims/salt_tfc",
|
||||
"sapphire_tfc": "tfc:color_palettes/trims/sapphire_tfc",
|
||||
"sodalite_tfc": "tfc:color_palettes/trims/sodalite_tfc",
|
||||
"coke_tfc": "tfc:color_palettes/trims/coke_tfc",
|
||||
"armalcolite_tfc": "tfc:color_palettes/trims/armalcolite_tfc",
|
||||
"spessartine_tfc": "tfc:color_palettes/trims/spessartine_tfc",
|
||||
"topaz_tfc": "tfc:color_palettes/trims/topaz_tfc",
|
||||
"uvarovite_tfc": "tfc:color_palettes/trims/uvarovite_tfc",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"salt_tfc": "tfc:color_palettes/trims/salt_tfc",
|
||||
"sapphire_tfc": "tfc:color_palettes/trims/sapphire_tfc",
|
||||
"sodalite_tfc": "tfc:color_palettes/trims/sodalite_tfc",
|
||||
"coke_tfc": "tfc:color_palettes/trims/coke_tfc",
|
||||
"armalcolite_tfc": "tfc:color_palettes/trims/armalcolite_tfc",
|
||||
"spessartine_tfc": "tfc:color_palettes/trims/spessartine_tfc",
|
||||
"topaz_tfc": "tfc:color_palettes/trims/topaz_tfc",
|
||||
"uvarovite_tfc": "tfc:color_palettes/trims/uvarovite_tfc",
|
||||
|
|
|
|||
3
kubejs/assets/minecraft/models/tag/item/dirt.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfc:item/dirt/loam"
|
||||
}
|
||||
BIN
kubejs/assets/rnr/textures/item/crushed_base_course.png
Normal file
|
After Width: | Height: | Size: 431 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/andesite.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/basalt.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/black_sandstone.png
Normal file
|
After Width: | Height: | Size: 203 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/brown_sandstone.png
Normal file
|
After Width: | Height: | Size: 203 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/chalk.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/chert.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/claystone.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/conglomerate.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/dacite.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/diorite.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/dolomite.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/gabbro.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/gneiss.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/granite.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/green_sandstone.png
Normal file
|
After Width: | Height: | Size: 203 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/limestone.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/marble.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/phyllite.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/pink_sandstone.png
Normal file
|
After Width: | Height: | Size: 203 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/quartzite.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/red_sandstone.png
Normal file
|
After Width: | Height: | Size: 203 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/rhyolite.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
kubejs/assets/rnr/textures/item/flagstone/schist.png
Normal file
|
After Width: | Height: | Size: 207 B |