commit
e0949ca831
649 changed files with 32228 additions and 16901 deletions
1
.github/README.md
vendored
1
.github/README.md
vendored
|
|
@ -68,6 +68,7 @@ Want to help translate? Please read [this](../kubejs/README_IF_TRANSLATING.md) i
|
|||
- [GregTech Community Pack Modern](https://www.curseforge.com/minecraft/modpacks/gregtech-community-pack-modern) for most of their quest text.
|
||||
- [Better End](https://www.curseforge.com/minecraft/mc-mods/betterend) for some assets.
|
||||
- Uni for Mars' dunes terrain generation.
|
||||
- Flare from the [Cosmic Frontiers](https://www.curseforge.com/minecraft/modpacks/cosmic-frontiers) team for some icon set textures.
|
||||
|
||||
<!-- Links: -->
|
||||
[TerraFirmaCraft]: https://www.curseforge.com/minecraft/mc-mods/terrafirmacraft
|
||||
|
|
|
|||
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: 📦 Checkout
|
||||
uses: actions/checkout@v5.0.0
|
||||
uses: actions/checkout@v6.0.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -194,7 +194,7 @@ jobs:
|
|||
- name: 📄 Format diff
|
||||
id: format_diff
|
||||
if: ${{ steps.read_diff.outputs.diff != '' }}
|
||||
uses: roamingowl/template-output-with-eta@v2.1.0
|
||||
uses: roamingowl/template-output-with-eta@v2.2.0
|
||||
with:
|
||||
template: |
|
||||
```markdown
|
||||
|
|
@ -229,7 +229,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5.0.0
|
||||
uses: actions/checkout@v6.0.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -313,7 +313,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5.0.0
|
||||
uses: actions/checkout@v6.0.0
|
||||
|
||||
- name: 🔄 Replace strings
|
||||
shell: bash
|
||||
|
|
@ -424,7 +424,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: 📦 Checkout
|
||||
uses: actions/checkout@v5.0.0
|
||||
uses: actions/checkout@v6.0.0
|
||||
|
||||
- name: 📦 Download artifact
|
||||
uses: actions/download-artifact@v6.0.0
|
||||
|
|
@ -452,7 +452,7 @@ jobs:
|
|||
- name: 📄 Format diff
|
||||
id: format_diff
|
||||
if: ${{ needs.info.outputs.diff != '' }}
|
||||
uses: roamingowl/template-output-with-eta@v2.1.0
|
||||
uses: roamingowl/template-output-with-eta@v2.2.0
|
||||
with:
|
||||
template: |
|
||||
```markdown
|
||||
|
|
@ -461,7 +461,7 @@ jobs:
|
|||
|
||||
- name: 🚀 Create release
|
||||
id: release
|
||||
uses: softprops/action-gh-release@v2.4.2
|
||||
uses: softprops/action-gh-release@v2.5.0
|
||||
with:
|
||||
name: ${{ needs.info.outputs.project_version }}
|
||||
tag_name: ${{ needs.info.outputs.project_version }}
|
||||
|
|
|
|||
71
CHANGELOG.md
71
CHANGELOG.md
|
|
@ -1,8 +1,75 @@
|
|||
# Changelog
|
||||
## [Unreleased]
|
||||
### Changes
|
||||
|
||||
## [0.11.9] - 7-12-2025
|
||||
### Breaking Changes
|
||||
#### Beginning of the Power Update
|
||||
- Syngas is now available as a ULV/LV gas fuel - can be crafted from Charcoal and Creosote in a Brewery or Vacuum Chamber.
|
||||
- The Coal Liquefaction Tower is a new multiblock (craftable at MV) that you can use to make Reformate Gas. It has the same coildiscounts as the Cracker, and can be boosted with hydrogen.
|
||||
- Reformate Gas is the new gas Fuel starting at MV, with better yields and recipe loops at HV.
|
||||
- Many quests were updated to explain these changes.
|
||||
#### Update on Fission
|
||||
- The Nuclear Steam Turbine has now a baseline power production of 8192 EU/t. What this means is that you now need half as many turbines as before.
|
||||
- Thorium Fuel Rods got a boost of 50% steam production, so early Mars should be a bit easier.
|
||||
- Heat Exchanger can now run Radioactive Steam without Ammonium Formate. If you crave for power and don’t mind losing some materials for the Nano Circuit, this is a good deal
|
||||
- Massive change for steam yield. You now produce 160x more steam, but its yield is 160x less good (so nothing changes power-wise, but now you have to deal with pipe throughput)
|
||||
#### Other
|
||||
- All dynamo hatches on Large Turbines now void power when they are full. Be sure to control your turbines with some redstone when your batteries are full!
|
||||
- The tungsten processing line has been updated to now properly loop and balance all of its intermediates. The actual processes haven't changed, just the numbers, so you shouldn't have to change your setup much. It now also outputs a little extra oxygen instead of sodium (#2267) @SpicyNoodle5 @TomPlop
|
||||
- Removed black/red/blue arc furnace dust to ingot recipes, but changed the EBF recipes to MV (#2306) @applenper @Pyritie
|
||||
### Mod updates
|
||||
- Added TFC Gurman, which adds even more food and drink
|
||||
- Primitive Creatures has fixed its spawning of Huntmasters
|
||||
- New GregTech updates, both [7.3.0](https://github.com/GregTechCEu/GregTech-Modern/releases/tag/v7.3.0-1.20.1) and [7.4.0](https://github.com/GregTechCEu/GregTech-Modern/releases/tag/v7.4.0-1.20.1). TL;DR:
|
||||
- You can use screwdrivers on drums again
|
||||
- Diluted hydrochloric acid distillation circuits have been swapped, so now it's consistent with diluted sulfuric acid
|
||||
- Large rebalancing of small and large boiler fuel. Generally speaking, small boilers are worse while large ones are better, and solid fuels are now better and liquids are worse, but if you're putting all your coke oven output into a large bronze boiler, your rates should be mostly the same as before. Blaze burner liquid fuels have been adjusted to these new values as well.
|
||||
### Other Changes
|
||||
- Many TACZ balance changes, found [here](https://github.com/TerraFirmaGreg-Team/Modpack-Modern/blob/dev/tacz/TACZ_CHANGELOG.md) @BlueBoat29
|
||||
- Add shapeless recipes for ae2 p2p clearing (#2234) @SpicyNoodle5
|
||||
- Added assembler, smelting and heating recipes for firmalife ovens (#2220) @SpicyNoodle5
|
||||
- Raised player-burning fluid threshold from 370K to 1300K @Redeix
|
||||
- Added partial unification to the gtceu Wax material @Redeix
|
||||
- Mars endermen can no longer pick up the wrong kind of warped/crimson sapling, and the correct kind has been added to their loot tables (#2240)
|
||||
- Cleanrooms now allow 9 door "blocks", so you can use a 3x3 Ad Astra door (#2074) @ko-lja
|
||||
- Added recycling for astikor carts (#2227) @Pyritie
|
||||
- Moved Soph Backpack pickup to ULV, adv pickup to MV and magnet to MV @CrashAndSideburns
|
||||
- Oilsands dust can now be centrifuged in the mechanical centrifuge @Pyritie
|
||||
- All oils (both the petrochem kind and the cooking kind) can now be used to fuel small boilers as well @Pyritie
|
||||
- Reduced the cost of the ME Ingredient Buffer @Pyritie
|
||||
- Renamed Blubber to Animal Fat and added it to the drop tables of more animals (pigs drop a fair bit, orcas drop a ton). You can extract it into Tallow and now also use it for biodiesel! @applenper @Pyritie
|
||||
- Glass bottles and ceramic jugs can now hold the same fluids as wooden barrels, buckets, etc @Pyritie
|
||||
- Added fluid/item capacity tooltips to many fluid/item containers @Pyritie
|
||||
- Spring water is now drinkable (it also heats you up a little) @Pyritie
|
||||
- The reinforced hang glider has been buffed, is now craftable as soon as you get aluminium, and is also much cheaper to repair (#2314) @jeuvke
|
||||
- You can now also use bismuth bronze and black bronze crates in recipes that previously required a normal bronze crate (#2328) @jeuvke
|
||||
- Freeze dried food no longer has any hydration (#2325) @mqrius
|
||||
- Added a mechanical crafting recipe for the Paving Cart @Pyritie
|
||||
### Bug fixes
|
||||
- Fixed the horse crank not working at all @Pyritie
|
||||
- Fixed brown gravy recipe @Redeix
|
||||
- Fixed instant mac recipe requiring less cardboard than it gives back @Redeix
|
||||
- Fixed Ad Astra moon cheese nutrition values being inconsistent @Redeix
|
||||
- Fixed some quest typos @Pyritie @mqrius
|
||||
- Fixed duplicate bed dyeing recipe (#2229) @Pyritie
|
||||
- Fixed Basic Hermetic Casing missing a mineable tag and loot table (#2221) @Pyritie
|
||||
- Fixed some inconsistencies with gravel to sand recipe tiers (#2292) @Pyritie
|
||||
- Fixed the thorium-based glowing ink recipe (#2294) @Pyritie
|
||||
- Fixes crafting table output amount for salsa compared to the food processor (#2295) @Pyritie
|
||||
- Added missing food processor recipe for cocoa butter @Pyritie
|
||||
- Fixed recipe conflict with Epichlorohydrin and Sodium Hypochlorite (#2287) @Pyritie
|
||||
- Fixed summoned pet endermen not being able to survive in space or other planets @Pyritie
|
||||
- Fixed some recipe imbalances with trimethyl borate and related recipes @Pyritie
|
||||
- Fixed not being able to feed meat to the Cruncher (#2305) @Pyritie
|
||||
- Hopefully fixed rockets without a pilot getting stuck and not exploding? (#2137) @Pyritie
|
||||
- Fixed some missing blocks from the GT facade whitelist (#2299) @MoltonMontro
|
||||
- Changed the texture of the ME Stocking Input Bus + Hatch to match the hull used to craft them @Pyritie
|
||||
- Fixed warped/crimson trees only growing on mars mycelium and not mars dirt @Pyritie
|
||||
- Fixed a few missing crafting recipes for bricks in the assembler (#2333) @Pyritie
|
||||
- Fixed a recycling dupe with the maintenace hatch (#2321) @Pyritie
|
||||
### Translation updates
|
||||
- Chinese (simplified) @jmecn
|
||||
- Japanese @sakura-gondra
|
||||
- Russian @Petr211071
|
||||
|
||||
## [0.11.8] - 19-11-2025
|
||||
### Changes
|
||||
|
|
|
|||
818
config/DistantHorizons.toml
Normal file
818
config/DistantHorizons.toml
Normal file
|
|
@ -0,0 +1,818 @@
|
|||
_version = 3
|
||||
|
||||
[client]
|
||||
#
|
||||
# Should Distant Horizon's config button appear in Minecraft's options screen next to the fov slider?
|
||||
showDhOptionsButtonInMinecraftUi = true
|
||||
|
||||
[client.advanced]
|
||||
|
||||
[client.advanced.graphics]
|
||||
|
||||
[client.advanced.graphics.quality]
|
||||
#
|
||||
# The radius of the mod's render distance. (measured in chunks)
|
||||
lodChunkRenderDistanceRadius = 256
|
||||
#
|
||||
# This indicates how quickly LODs decrease in quality the further away they are.
|
||||
# Higher settings will render higher quality fake chunks farther away,
|
||||
# but will increase memory and GPU usage.
|
||||
horizontalQuality = "MEDIUM"
|
||||
#
|
||||
# What is the maximum detail LODs should be drawn at?
|
||||
# Higher settings will increase memory and GPU usage.
|
||||
#
|
||||
# CHUNK: render 1 LOD for each Chunk.
|
||||
# HALF_CHUNK: render 4 LODs for each Chunk.
|
||||
# FOUR_BLOCKS: render 16 LODs for each Chunk.
|
||||
# TWO_BLOCKS: render 64 LODs for each Chunk.
|
||||
# BLOCK: render 256 LODs for each Chunk (width of one block).
|
||||
#
|
||||
# Lowest Quality: CHUNK
|
||||
# Highest Quality: BLOCK
|
||||
maxHorizontalResolution = "BLOCK"
|
||||
#
|
||||
# This indicates how well LODs will represent
|
||||
# overhangs, caves, floating islands, etc.
|
||||
# Higher options will make the world more accurate, butwill increase memory and GPU usage.
|
||||
#
|
||||
# Lowest Quality: HEIGHT_MAP
|
||||
# Highest Quality: EXTREME
|
||||
verticalQuality = "MEDIUM"
|
||||
#
|
||||
# How should LOD transparency be handled.
|
||||
#
|
||||
# COMPLETE: LODs will render transparent.
|
||||
# FAKE: LODs will be opaque, but shaded to match the blocks underneath.
|
||||
# DISABLED: LODs will be opaque.
|
||||
transparency = "COMPLETE"
|
||||
#
|
||||
# What blocks shouldn't be rendered as LODs?
|
||||
#
|
||||
# NONE: Represent all blocks in the LODs
|
||||
# NON_COLLIDING: Only represent solid blocks in the LODs (tall grass, torches, etc. won't count for a LOD's height)
|
||||
blocksToIgnore = "NON_COLLIDING"
|
||||
#
|
||||
# Should the blocks underneath avoided blocks gain the color of the avoided block?
|
||||
#
|
||||
# True: a red flower will tint the grass below it red.
|
||||
# False: skipped blocks will not change color of surface below them.
|
||||
tintWithAvoidedBlocks = true
|
||||
#
|
||||
# What the value should vanilla Minecraft's texture LodBias be?
|
||||
# If set to 0 the mod wont overwrite vanilla's default (which so happens to also be 0)
|
||||
lodBias = "0.0"
|
||||
#
|
||||
# How should LODs be shaded?
|
||||
#
|
||||
# AUTO: Uses the same side shading as vanilla Minecraft blocks.
|
||||
# ENABLED: Simulates Minecraft's block shading for LODs.
|
||||
# Can be used to force LOD shading when using some shaders.
|
||||
# DISABLED: All LOD sides will be rendered with the same brightness.
|
||||
lodShading = "AUTO"
|
||||
#
|
||||
# How should the sides and bottom of grass block LODs render?
|
||||
#
|
||||
# AS_GRASS: all sides of dirt LOD's render using the top (green) color.
|
||||
# FADE_TO_DIRT: sides fade from grass to dirt.
|
||||
# AS_DIRT: sides render entirely as dirt.
|
||||
grassSideRendering = "FADE_TO_DIRT"
|
||||
#
|
||||
# If true LODs will fade away as you get closer to them.
|
||||
# If false LODs will cut off abruptly at a set distance from the camera.
|
||||
# This setting is affected by the vanilla overdraw prevention config.
|
||||
ditherDhFade = true
|
||||
#
|
||||
# How should vanilla Minecraft fade into Distant Horizons LODs?
|
||||
#
|
||||
# NONE: Fastest, there will be a pronounced border between DH and MC rendering.
|
||||
# SINGLE_PASS: Fades after MC's transparent pass, opaque blocks underwater won't be faded.
|
||||
# DOUBLE_PASS: Slowest, fades after both MC's opaque and transparent passes, provides the smoothest transition.
|
||||
vanillaFadeMode = "DOUBLE_PASS"
|
||||
#
|
||||
# How bright LOD colors are.
|
||||
#
|
||||
# 0 = black
|
||||
# 1 = normal
|
||||
# 2 = near white
|
||||
brightnessMultiplier = "1.0"
|
||||
#
|
||||
# How saturated LOD colors are.
|
||||
#
|
||||
# 0 = black and white
|
||||
# 1 = normal
|
||||
# 2 = very saturated
|
||||
saturationMultiplier = "1.0"
|
||||
#
|
||||
# This is the same as vanilla Biome Blending settings for Lod area.
|
||||
# Note that anything other than '0' will greatly effect Lod building time.
|
||||
#
|
||||
# '0' equals to Vanilla Biome Blending of '1x1' or 'OFF',
|
||||
# '1' equals to Vanilla Biome Blending of '3x3',
|
||||
# '2' equals to Vanilla Biome Blending of '5x5'...
|
||||
lodBiomeBlending = 3
|
||||
|
||||
[client.advanced.graphics.ssao]
|
||||
#
|
||||
# Enable Screen Space Ambient Occlusion
|
||||
enableSsao = true
|
||||
#
|
||||
# Determines how many points in space are sampled for the occlusion test.
|
||||
# Higher numbers will improve quality and reduce banding, but will increase GPU load.
|
||||
sampleCount = 6
|
||||
#
|
||||
# Determines the radius Screen Space Ambient Occlusion is applied, measured in blocks.
|
||||
radius = "4.0"
|
||||
#
|
||||
# Determines how dark the Screen Space Ambient Occlusion effect will be.
|
||||
strength = "0.2"
|
||||
#
|
||||
# Increasing the value can reduce banding at the cost of reducing the strength of the effect.
|
||||
bias = "0.02"
|
||||
#
|
||||
# Determines how dark the occlusion shadows can be.
|
||||
# 0 = totally black at the corners
|
||||
# 1 = no shadow
|
||||
minLight = "0.25"
|
||||
#
|
||||
# The radius, measured in pixels, that blurring is calculated for the SSAO.
|
||||
# Higher numbers will reduce banding at the cost of GPU performance.
|
||||
blurRadius = 2
|
||||
|
||||
[client.advanced.graphics.genericRendering]
|
||||
#
|
||||
# If true non terrain objects will be rendered in DH's terrain.
|
||||
# This includes beacon beams and clouds.
|
||||
enableGenericRendering = true
|
||||
#
|
||||
# If true LOD beacon beams will be rendered.
|
||||
enableBeaconRendering = true
|
||||
#
|
||||
# Sets the maximum height at which beacons will render.This will only affect new beacons coming into LOD render distance.Beacons currently visible in LOD chunks will not be affected.
|
||||
beaconRenderHeight = 6000
|
||||
#
|
||||
# If true LOD clouds will be rendered.
|
||||
enableCloudRendering = true
|
||||
#
|
||||
# Can be disabled to use much slower but more compatible direct rendering.
|
||||
# Disabling this can be used to fix some crashes on Mac.
|
||||
enableInstancedRendering = true
|
||||
|
||||
[client.advanced.graphics.fog]
|
||||
#
|
||||
# Determines if fog is drawn on DH LODs.
|
||||
enableDhFog = true
|
||||
#
|
||||
# What color should fog use?
|
||||
#
|
||||
# USE_WORLD_FOG_COLOR: Use the world's fog color.
|
||||
# USE_SKY_COLOR: Use the sky's color.
|
||||
colorMode = "USE_WORLD_FOG_COLOR"
|
||||
#
|
||||
# Should Minecraft's fog render?
|
||||
# Note: Other mods may conflict with this setting.
|
||||
enableVanillaFog = false
|
||||
#
|
||||
# At what distance should the far fog start?
|
||||
#
|
||||
# 0.0: Fog starts at the player's position.
|
||||
# 1.0: Fog starts at the closest edge of the vanilla render distance.
|
||||
# 1.414: Fog starts at the corner of the vanilla render distance.
|
||||
farFogStart = "0.4"
|
||||
#
|
||||
# Where should the far fog end?
|
||||
#
|
||||
# 0.0: Fog ends at player's position.
|
||||
# 1.0: Fog ends at the closest edge of the vanilla render distance.
|
||||
# 1.414: Fog ends at the corner of the vanilla render distance.
|
||||
farFogEnd = "1.0"
|
||||
#
|
||||
# What is the minimum fog thickness?
|
||||
#
|
||||
# 0.0: No fog.
|
||||
# 1.0: Fully opaque fog.
|
||||
farFogMin = "0.0"
|
||||
#
|
||||
# What is the maximum fog thickness?
|
||||
#
|
||||
# 0.0: No fog.
|
||||
# 1.0: Fully opaque fog.
|
||||
farFogMax = "1.0"
|
||||
#
|
||||
# How should the fog thickness should be calculated?
|
||||
#
|
||||
# LINEAR: Linear based on distance (will ignore 'density')
|
||||
# EXPONENTIAL: 1/(e^(distance*density))
|
||||
# EXPONENTIAL_SQUARED: 1/(e^((distance*density)^2)
|
||||
farFogFalloff = "EXPONENTIAL_SQUARED"
|
||||
#
|
||||
# Used in conjunction with the Fog Falloff.
|
||||
farFogDensity = "2.5"
|
||||
|
||||
[client.advanced.graphics.fog.heightFog]
|
||||
#
|
||||
# How should height effect the fog thickness?
|
||||
# Note: height fog is combined with the other fog settings.
|
||||
#
|
||||
# SPHERICAL: Fog is calculated based on camera distance.
|
||||
# CYLINDRICAL: Ignore height, fog is calculated based on horizontal distance.
|
||||
#
|
||||
# MAX: max(heightFog, farFog)
|
||||
# ADDITION: heightFog + farFog
|
||||
# MULTIPLY: heightFog * farFog
|
||||
# INVERSE_MULTIPLY: 1 - (1-heightFog) * (1-farFog)
|
||||
# LIMITED_ADDITION: farFog + max(farFog, heightFog)
|
||||
# MULTIPLY_ADDITION: farFog + farFog * heightFog
|
||||
# INVERSE_MULTIPLY_ADDITION: farFog + 1 - (1-heightFog) * (1-farFog)
|
||||
# AVERAGE: farFog*0.5 + heightFog*0.5
|
||||
heightFogMixMode = "SPHERICAL"
|
||||
#
|
||||
# Where should the height fog start?
|
||||
#
|
||||
# ABOVE_CAMERA: Height fog starts at the camera and goes towards the sky
|
||||
# BELOW_CAMERA: Height fog starts at the camera and goes towards the void
|
||||
# ABOVE_AND_BELOW_CAMERA: Height fog starts from the camera to goes towards both the sky and void
|
||||
# ABOVE_SET_HEIGHT: Height fog starts from a set height and goes towards the sky
|
||||
# BELOW_SET_HEIGHT: Height fog starts from a set height and goes towards the void
|
||||
# ABOVE_AND_BELOW_SET_HEIGHT: Height fog starts from a set height and goes towards both the sky and void
|
||||
heightFogDirection = "BELOW_SET_HEIGHT"
|
||||
#
|
||||
# If the height fog is calculated around a set height, what is that height position?
|
||||
heightFogBaseHeight = "80.0"
|
||||
#
|
||||
# Should the start of the height fog be offset?
|
||||
#
|
||||
# 0.0: Fog start with no offset.
|
||||
# 1.0: Fog start with offset of the entire world's height. (Includes depth)
|
||||
heightFogStart = "0.0"
|
||||
#
|
||||
# Should the end of the height fog be offset?
|
||||
#
|
||||
# 0.0: Fog end with no offset.
|
||||
# 1.0: Fog end with offset of the entire world's height. (Include depth)
|
||||
heightFogEnd = "0.6"
|
||||
#
|
||||
# What is the minimum fog thickness?
|
||||
#
|
||||
# 0.0: No fog.
|
||||
# 1.0: Fully opaque fog.
|
||||
heightFogMin = "0.0"
|
||||
#
|
||||
# What is the maximum fog thickness?
|
||||
#
|
||||
# 0.0: No fog.
|
||||
# 1.0: Fully opaque fog.
|
||||
heightFogMax = "1.0"
|
||||
#
|
||||
# How should the height fog thickness should be calculated?
|
||||
#
|
||||
# LINEAR: Linear based on height (will ignore 'density')
|
||||
# EXPONENTIAL: 1/(e^(height*density))
|
||||
# EXPONENTIAL_SQUARED: 1/(e^((height*density)^2)
|
||||
heightFogFalloff = "EXPONENTIAL_SQUARED"
|
||||
#
|
||||
# What is the height fog's density?
|
||||
heightFogDensity = "20.0"
|
||||
|
||||
[client.advanced.graphics.noiseTexture]
|
||||
#
|
||||
# Should a noise texture be applied to LODs?
|
||||
#
|
||||
# This is done to simulate textures and make the LODs appear more detailed.
|
||||
enableNoiseTexture = true
|
||||
#
|
||||
# How many steps of noise should be applied to LODs?
|
||||
noiseSteps = 4
|
||||
#
|
||||
# How intense should the noise should be?
|
||||
noiseIntensity = "5.0"
|
||||
#
|
||||
# Defines how far should the noise texture render before it fades away. (in blocks)
|
||||
# Set to 0 to disable noise from fading away
|
||||
noiseDropoff = 1024
|
||||
|
||||
[client.advanced.graphics.culling]
|
||||
#
|
||||
# Determines how far from the camera Distant Horizons will start rendering.
|
||||
# Measured as a percentage of the vanilla render distance.
|
||||
#
|
||||
# 0 = auto, overdraw will change based on the vanilla render distance.
|
||||
#
|
||||
# Higher values will prevent LODs from rendering behind vanilla blocks at a higher distance,
|
||||
# but may cause holes in the world.
|
||||
# Holes are most likely to appear when flying through unloaded terrain.
|
||||
#
|
||||
# Increasing the vanilla render distance increases the effectiveness of this setting.
|
||||
overdrawPrevention = "0.0"
|
||||
#
|
||||
# If enabled caves won't be rendered.
|
||||
#
|
||||
# Note: for some world types this can cause
|
||||
# overhangs or walls for floating objects.
|
||||
# Tweaking the caveCullingHeight, can resolve some
|
||||
# of those issues.
|
||||
enableCaveCulling = true
|
||||
#
|
||||
# At what Y value should cave culling start?
|
||||
# Lower this value if you get walls for areas with 0 light.
|
||||
caveCullingHeight = 60
|
||||
#
|
||||
# If false all beacons near the camera won't be drawn to prevent vanilla overdraw.
|
||||
# If true all beacons will be rendered.
|
||||
#
|
||||
# Generally this should be left as true. It's main purpose is for debugging
|
||||
# beacon updating/rendering.
|
||||
disableBeaconDistanceCulling = true
|
||||
#
|
||||
# If true LODs outside the player's camera
|
||||
# aren't drawn, increasing GPU performance.
|
||||
#
|
||||
# If false all LODs are drawn, even those behind
|
||||
# the player's camera, decreasing GPU performance.
|
||||
#
|
||||
# Disable this if you see LODs disappearing at the corners of your vision.
|
||||
disableFrustumCulling = false
|
||||
#
|
||||
# Identical to the other frustum culling option
|
||||
# only used when a shader mod is present using the DH API
|
||||
# and the shadow pass is being rendered.
|
||||
#
|
||||
# Disable this if shadows render incorrectly.
|
||||
disableShadowPassFrustumCulling = false
|
||||
#
|
||||
# A comma separated list of block resource locations that won't be rendered by DH.
|
||||
# Air is always included in this list.
|
||||
# Requires a restart to change.
|
||||
ignoredRenderBlockCsv = "minecraft:barrier,minecraft:structure_void,minecraft:light,minecraft:tripwire,minecraft:brown_mushroom"
|
||||
#
|
||||
# A comma separated list of block resource locations that shouldn't be rendered
|
||||
# if they are in a 0 sky light underground area.
|
||||
# Air is always included in this list.
|
||||
# Requires a restart to change.
|
||||
ignoredRenderCaveBlockCsv = "minecraft:glow_lichen,minecraft:rail,minecraft:water,minecraft:lava,minecraft:bubble_column,minecraft:cave_vines_plant,minecraft:vine,minecraft:cave_vines,minecraft:short_grass,minecraft:tall_grass,minecraft:small_dripleaf,minecraft:big_dripleaf,minecraft:big_dripleaf_stem,minecraft:sculk_vein"
|
||||
|
||||
[client.advanced.graphics.experimental]
|
||||
#
|
||||
# This is the earth size ratio when applying the curvature shader effect.
|
||||
# Note: Enabling this feature may cause rendering bugs.
|
||||
#
|
||||
# 0 = flat/disabled
|
||||
# 1 = 1 to 1 (6,371,000 blocks)
|
||||
# 100 = 1 to 100 (63,710 blocks)
|
||||
# 10000 = 1 to 10000 (637.1 blocks)
|
||||
#
|
||||
# Note: Due to current limitations, the min value is 50
|
||||
# and the max value is 5000. Any values outside this range
|
||||
# will be set to 0 (disabled).
|
||||
earthCurveRatio = 0
|
||||
|
||||
[client.advanced.multiplayer]
|
||||
#
|
||||
# How should multiplayer save folders should be named?
|
||||
#
|
||||
# NAME_ONLY: Example: "Minecraft Server"
|
||||
# IP_ONLY: Example: "192.168.1.40"
|
||||
# NAME_IP: Example: "Minecraft Server IP 192.168.1.40"
|
||||
# NAME_IP_PORT: Example: "Minecraft Server IP 192.168.1.40:25565"NAME_IP_PORT_MC_VERSION: Example: "Minecraft Server IP 192.168.1.40:25565 GameVersion 1.16.5"
|
||||
serverFolderNameMode = "NAME_ONLY"
|
||||
|
||||
[client.advanced.autoUpdater]
|
||||
#
|
||||
# Automatically check for updates on game launch?
|
||||
enableAutoUpdater = true
|
||||
#
|
||||
# Should Distant Horizons silently, automatically download and install new versions?
|
||||
# This setting is force disabled on dedicated servers for stability reasons.
|
||||
enableSilentUpdates = false
|
||||
#
|
||||
# If DH should use the nightly (provided by Gitlab), or stable (provided by Modrinth) build.
|
||||
# If [AUTO] is selected DH will update to new stable releases if the current jar is a stable jar
|
||||
# and will update to new nightly builds if the current jar is a nightly jar (IE the version number ends in '-dev').
|
||||
updateBranch = "AUTO"
|
||||
|
||||
[client.advanced.debugging]
|
||||
#
|
||||
# What renderer is active?
|
||||
#
|
||||
# DEFAULT: Default lod renderer
|
||||
# DEBUG: Debug testing renderer
|
||||
# DISABLED: Disable rendering
|
||||
rendererMode = "DEFAULT"
|
||||
#
|
||||
# Should specialized colors/rendering modes be used?
|
||||
#
|
||||
# OFF: LODs will be drawn with their normal colors.
|
||||
# SHOW_DETAIL: LODs' color will be based on their detail level.
|
||||
# SHOW_BLOCK_MATERIAL: LODs' color will be based on their material.
|
||||
# SHOW_OVERLAPPING_QUADS: LODs will be drawn with total white, but overlapping quads will be drawn with red.
|
||||
debugRendering = "OFF"
|
||||
#
|
||||
# If enabled this will disable (most) vanilla Minecraft rendering.
|
||||
#
|
||||
# NOTE: Do not report any issues when this mode is on!
|
||||
# This setting is only for fun and debugging.
|
||||
# Mod compatibility is not guaranteed.
|
||||
lodOnlyMode = false
|
||||
#
|
||||
# If enabled the LODs will render as wireframe.
|
||||
renderWireframe = false
|
||||
#
|
||||
# If true the F8 key can be used to cycle through the different debug modes.
|
||||
# and the F6 key can be used to enable and disable LOD rendering.
|
||||
enableDebugKeybindings = false
|
||||
#
|
||||
# Stops vertex colors from being passed.
|
||||
# Useful for debugging shaders
|
||||
enableWhiteWorld = false
|
||||
#
|
||||
# If true overlapping quads will be rendered as bright red for easy identification.
|
||||
# If false the quads will be rendered normally.
|
||||
showOverlappingQuadErrors = false
|
||||
#
|
||||
# If true OpenGL Buffer garbage collection will be logged
|
||||
# this also includes the number of live buffers.
|
||||
logBufferGarbageCollection = false
|
||||
|
||||
[client.advanced.debugging.debugWireframe]
|
||||
#
|
||||
# If enabled, various wireframes for debugging internal functions will be drawn.
|
||||
#
|
||||
# NOTE: There WILL be performance hit!
|
||||
# Additionally, only stuff that's loaded after you enable this
|
||||
# will render their debug wireframes.
|
||||
enableRendering = false
|
||||
#
|
||||
# Render queued world gen tasks?
|
||||
showWorldGenQueue = false
|
||||
#
|
||||
# Render queued network sync on load tasks?
|
||||
showNetworkSyncOnLoadQueue = false
|
||||
#
|
||||
# Render LOD section status?
|
||||
showRenderSectionStatus = false
|
||||
#
|
||||
# A white box will be drawn when an LOD starts rendering
|
||||
# and a purple box when an LOD stops rendering.
|
||||
#
|
||||
# This can be used to debug Quad Tree holes.
|
||||
showRenderSectionToggling = false
|
||||
#
|
||||
# Render Quad Tree Rendering status?
|
||||
showQuadTreeRenderStatus = false
|
||||
#
|
||||
# Render full data update/lock status?
|
||||
showFullDataUpdateStatus = false
|
||||
|
||||
[client.advanced.debugging.openGl]
|
||||
#
|
||||
# Defines how OpenGL errors are handled.
|
||||
# Requires rebooting Minecraft to change.
|
||||
# Will catch OpenGL errors thrown by other mods.
|
||||
overrideVanillaGLLogger = true
|
||||
#
|
||||
# If true each Open GL error will only be logged once.
|
||||
# Enabling this may cause some error logs to be missed.
|
||||
# Does nothing if overrideVanillaGLLogger is set to false.
|
||||
#
|
||||
# Generally this can be kept as 'true' to prevent log spam.
|
||||
# However, Please set this to 'false' if a developer needs your log to debug a GL issue.
|
||||
onlyLogGlErrorsOnce = true
|
||||
#
|
||||
# Defines how OpenGL errors are handled.
|
||||
# May incorrectly catch OpenGL errors thrown by other mods.
|
||||
#
|
||||
# IGNORE: Do nothing.
|
||||
# LOG: write an error to the log.
|
||||
# LOG_THROW: write to the log and throw an exception.
|
||||
# Warning: this should only be enabled when debugging the LOD renderer
|
||||
# as it may break Minecraft's renderer when an exception is thrown.
|
||||
glErrorHandlingMode = "IGNORE"
|
||||
#
|
||||
# Massively reduces FPS.
|
||||
# Should only be used if mysterious EXCEPTION_ACCESS_VIOLATION crashes are happening in DH's rendering code for troubleshooting.
|
||||
validateBufferIdsBeforeRendering = false
|
||||
|
||||
[client.advanced.debugging.f3Screen]
|
||||
#
|
||||
# Shows the player's LOD position.
|
||||
showPlayerPos = true
|
||||
#
|
||||
# Defines what internal detail level the player position will be shown as.
|
||||
# Internal detail level means: 6 = 1x1 block, 7 = 2x2 blocks, etc.
|
||||
playerPosSectionDetailLevel = 6
|
||||
#
|
||||
# Shows info about each thread pool.
|
||||
showThreadPools = true
|
||||
#
|
||||
# Shows the combined memory use and array counts for all DH pooled objects.
|
||||
showCombinedObjectPools = false
|
||||
#
|
||||
# Shows the memory use and array counts for each DH object pool.
|
||||
showSeparatedObjectPools = false
|
||||
#
|
||||
# Shows how many chunks are queud for processing and the max count that can be queued.
|
||||
showQueuedChunkUpdateCount = true
|
||||
#
|
||||
# Shows what levels are loaded and world gen/rendering info about those levels.
|
||||
showLevelStatus = true
|
||||
|
||||
[client.advanced.debugging.exampleConfigScreen]
|
||||
boolTest = false
|
||||
byteTest = "8"
|
||||
intTest = 69420
|
||||
doubleTest = "420.69"
|
||||
shortTest = "69"
|
||||
longTest = "42069"
|
||||
floatTest = "0.42069"
|
||||
stringTest = "Test input box"
|
||||
listTest = ["option 1", "option 2", "option 3"]
|
||||
mapTest = "{}"
|
||||
linkableTest = 420
|
||||
|
||||
[common]
|
||||
|
||||
[common.worldGenerator]
|
||||
#
|
||||
# Should Distant Horizons slowly generate LODs
|
||||
# outside the vanilla render distance?
|
||||
# Depending on the generator mode, this will import existing chunks
|
||||
# and/or generating missing chunks.
|
||||
enableDistantGeneration = true
|
||||
#
|
||||
# How detailed should LODs be generated outside the vanilla render distance?
|
||||
#
|
||||
# PRE_EXISTING_ONLY
|
||||
# Only create LOD data for already generated chunks.
|
||||
#
|
||||
#
|
||||
# SURFACE
|
||||
# Generate the world surface,
|
||||
# this does NOT include trees,
|
||||
# or structures.
|
||||
#
|
||||
# FEATURES
|
||||
# Generate everything except structures.
|
||||
# WARNING: This may cause world generator bugs or instability when paired with certain world generator mods.
|
||||
#
|
||||
# INTERNAL_SERVER
|
||||
# Ask the local server to generate/load each chunk.
|
||||
# This is the most compatible and will generate structures correctly,
|
||||
# but may cause server/simulation lag.
|
||||
# Note: unlike other modes this option DOES save generated chunks to
|
||||
# Minecraft's region files.
|
||||
distantGeneratorMode = "INTERNAL_SERVER"
|
||||
#
|
||||
# How should distant generator progress be displayed?
|
||||
#
|
||||
# OVERLAY: may be the same as CHAT for some Minecraft versions
|
||||
# CHAT
|
||||
# LOG
|
||||
# DISABLED
|
||||
showGenerationProgress = "DISABLED"
|
||||
#
|
||||
# How often should the distant generator progress be displayed?
|
||||
generationProgressDisplayIntervalInSeconds = 2
|
||||
#
|
||||
# For how many seconds should instructions for disabling the distant generator progress be displayed?
|
||||
# Setting this to 0 hides the instructional message so the world gen progress is shown immediately when it starts.
|
||||
generationProgressDisableMessageDisplayTimeInSeconds = 20
|
||||
#
|
||||
# When logging generation progress also include the rate at which chunks
|
||||
# are being generated.
|
||||
# This can be useful for troubleshooting performance.
|
||||
generationProgressIncludeChunksPerSecond = true
|
||||
|
||||
[common.lodBuilding]
|
||||
#
|
||||
# Enabling this will drastically increase chunk processing time
|
||||
# and you may need to increase your CPU load to handle it.
|
||||
#
|
||||
# Normally DH will attempt to skip creating LODs for chunks it's already seen
|
||||
# and that haven't changed.
|
||||
#
|
||||
# However sometimes that logic incorrectly prevents LODs from being updated.
|
||||
# Disabling this check may fix issues where LODs aren't updated after
|
||||
# blocks have been changed.
|
||||
disableUnchangedChunkCheck = false
|
||||
#
|
||||
# What algorithm should be used to compress new LOD data?
|
||||
# This setting will only affect new or updated LOD data,
|
||||
# any data already generated when this setting is changed will be
|
||||
# unaffected until it needs to be re-written to the database.
|
||||
#
|
||||
# UNCOMPRESSED
|
||||
# Should only be used for testing, is worse in every way vs [LZ4].
|
||||
# Expected Compression Ratio: 1.0
|
||||
# Estimated average DTO read speed: 6.09 milliseconds
|
||||
# Estimated average DTO write speed: 6.01 milliseconds
|
||||
#
|
||||
# LZ4
|
||||
# A good option if you're CPU limited and have plenty of hard drive space.
|
||||
# Expected Compression Ratio: 0.4513
|
||||
# Estimated average DTO read speed: 3.25 ms
|
||||
# Estimated average DTO write speed: 5.99 ms
|
||||
#
|
||||
# Z_STD
|
||||
# A good option if you're CPU limited and have plenty of hard drive space.
|
||||
# Expected Compression Ratio: 0.2606
|
||||
# Estimated average DTO read speed: 9.31 ms
|
||||
# Estimated average DTO write speed: 15.13 ms
|
||||
#
|
||||
# LZMA2
|
||||
# Slow but very good compression.
|
||||
# Expected Compression Ratio: 0.2
|
||||
# Estimated average DTO read speed: 13.29 ms
|
||||
# Estimated average DTO write speed: 70.95 ms
|
||||
dataCompression = "Z_STD"
|
||||
#
|
||||
# How should block data be compressed when creating LOD data?
|
||||
# This setting will only affect new or updated LOD data,
|
||||
# any data already generated when this setting is changed will be
|
||||
# unaffected until it is modified or re-loaded.
|
||||
#
|
||||
# MERGE_SAME_BLOCKS
|
||||
# Every block/biome change is recorded in the database.
|
||||
# This is what DH 2.0 and 2.0.1 all used by default and will store a lot of data.
|
||||
# Expected Compression Ratio: 1.0
|
||||
#
|
||||
# VISUALLY_EQUAL
|
||||
# Only visible block/biome changes are recorded in the database.
|
||||
# Hidden blocks (IE ores) are ignored.
|
||||
# Expected Compression Ratio: 0.7
|
||||
worldCompression = "VISUALLY_EQUAL"
|
||||
#
|
||||
# True: Recalculate chunk height maps before chunks can be used by DH.
|
||||
# This can fix problems with worlds created by World Painter or
|
||||
# other external tools where the heightmap format may be incorrect.
|
||||
# False: Assume any height maps handled by Minecraft are correct.
|
||||
#
|
||||
# Fastest: False
|
||||
# Most Compatible: True
|
||||
recalculateChunkHeightmaps = false
|
||||
#
|
||||
# If true LOD generation for pre-existing chunks will attempt to pull the lighting data
|
||||
# saved in Minecraft's Region files.
|
||||
# If false DH will pull in chunks without lighting and re-light them.
|
||||
#
|
||||
# Setting this to true will result in faster LOD generation
|
||||
# for already generated worlds, but is broken by most lighting mods.
|
||||
#
|
||||
# Set this to false if LODs are black.
|
||||
pullLightingForPregeneratedChunks = false
|
||||
#
|
||||
# When DH pulls in pre-existing chunks it will attempt to
|
||||
# run any missing world generation steps; for example:
|
||||
# if a chunk has the status SURFACE, DH will skip BIOMES
|
||||
# and SURFACE, but will run FEATURES.
|
||||
#
|
||||
# However if for some reason the chunks are malformed
|
||||
# or there's some other issue that causes the status
|
||||
# to be incorrect that can either cause world gen
|
||||
# lock-ups and/or crashes.
|
||||
# If either of those happen try setting this to True.
|
||||
assumePreExistingChunksAreFinished = false
|
||||
|
||||
[common.lodBuilding.experimental]
|
||||
#
|
||||
# When active DH will attempt to fill missing LOD data
|
||||
# with any data that is present in the tree, preventing holes when moving
|
||||
# when a N-sized generator (or server) is active.
|
||||
#
|
||||
# This is only used when N-sized world generation is available
|
||||
# and/or when on a server where [generateOnlyInHighestDetail] is false.
|
||||
#
|
||||
# Experimental:
|
||||
# Enabling this option will increase CPU and harddrive use
|
||||
# and may cause rendering bugs.
|
||||
upsampleLowerDetailLodsToFillHoles = false
|
||||
|
||||
[common.multiThreading]
|
||||
#
|
||||
# How many threads should be used by Distant Horizons?
|
||||
numberOfThreads = 8
|
||||
#
|
||||
# A value between 1.0 and 0.0 that represents the percentage
|
||||
# of time each thread can run before going idle.
|
||||
#
|
||||
# This can be used to reduce CPU usage if the thread count
|
||||
# is already set to 1 for the given option, or more finely
|
||||
# tune CPU performance.
|
||||
threadRunTimeRatio = "1.0"
|
||||
|
||||
[common.logging]
|
||||
#
|
||||
# If enabled, the mod will log information about the world generation process.
|
||||
# This can be useful for debugging.
|
||||
logWorldGenEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE"
|
||||
#
|
||||
# If enabled, the mod will log performance about the world generation process.
|
||||
# This can be useful for debugging.
|
||||
logWorldGenPerformance = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE"
|
||||
#
|
||||
# If enabled, the mod will log information about the world generation process.
|
||||
# This can be useful for debugging.
|
||||
logWorldGenLoadEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE"
|
||||
#
|
||||
# If enabled, the mod will log information about the renderer buffer process.
|
||||
# This can be useful for debugging.
|
||||
logRendererBufferEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE"
|
||||
#
|
||||
# If enabled, the mod will log information about the renderer OpenGL process.
|
||||
# This can be useful for debugging.
|
||||
logRendererGLEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE"
|
||||
#
|
||||
# If enabled, the mod will log information about network operations.
|
||||
# This can be useful for debugging.
|
||||
logNetworkEvent = "LOG_ERROR_TO_CHAT_AND_WARNING_TO_FILE"
|
||||
|
||||
[common.logging.warning]
|
||||
#
|
||||
# If enabled, a chat message will be displayed if Java doesn't have enough
|
||||
# memory allocated to run DH well.
|
||||
showLowMemoryWarningOnStartup = true
|
||||
#
|
||||
# If enabled, a chat message will be displayed if DH detects
|
||||
# that any pooled objects have been garbage collected.
|
||||
showPoolInsufficientMemoryWarning = true
|
||||
#
|
||||
# If enabled, a chat message will be displayed if vanilla MC's
|
||||
# render distance is higher than the recommended amount.
|
||||
showHighVanillaRenderDistanceWarning = true
|
||||
#
|
||||
# If enabled, a chat message will be displayed when a replay is started
|
||||
# giving some basic information about how DH will function.
|
||||
showReplayWarningOnStartup = true
|
||||
#
|
||||
# If enabled, a chat message will be displayed when DH has too many chunks
|
||||
# queued for updating.
|
||||
showUpdateQueueOverloadedChatWarning = false
|
||||
#
|
||||
# If enabled, a chat message will be displayed when a potentially problematic
|
||||
# mod is installed alongside DH.
|
||||
showModCompatibilityWarningsOnStartup = true
|
||||
|
||||
[server]
|
||||
#
|
||||
# Makes the server send level keys for each world.
|
||||
# Disable this if you use alternative ways to send level keys.
|
||||
sendLevelKeys = true
|
||||
#
|
||||
# Prefix of the level keys sent to the clients.
|
||||
# If the mod is running behind a proxy, each backend should use a unique value.
|
||||
# If this value is empty, level key will be based on the server's seed hash.
|
||||
levelKeyPrefix = ""
|
||||
#
|
||||
# How many LOD generation requests per second should a client send?
|
||||
# Also limits the number of client requests allowed to stay in the server's queue.
|
||||
generationRequestRateLimit = 20
|
||||
#
|
||||
# Defines the distance allowed to generate around the player.
|
||||
maxGenerationRequestDistance = 4096
|
||||
#
|
||||
# Defines the X-coordinate of the central point for generation boundaries, in blocks.
|
||||
generationBoundsX = 0
|
||||
#
|
||||
# Defines the Z-coordinate of the central point for generation boundaries, in blocks.
|
||||
generationBoundsZ = 0
|
||||
#
|
||||
# Defines the radius around the central point within which generation is allowed, in blocks.
|
||||
# If this value is set to 0, generation bounds are disabled.
|
||||
generationBoundsRadius = 0
|
||||
#
|
||||
# If true, clients will receive real-time LOD updates for chunks outside the client's render distance.
|
||||
enableRealTimeUpdates = true
|
||||
#
|
||||
# Defines the distance the player will receive updates around.
|
||||
realTimeUpdateDistanceRadiusInChunks = 256
|
||||
#
|
||||
# If true, clients will receive updated LODs when joining or loading new LODs.
|
||||
synchronizeOnLoad = true
|
||||
#
|
||||
# How many LOD sync requests per second should a client send?
|
||||
# Also limits the amount of player's requests allowed to stay in the server's queue.
|
||||
syncOnLoadRateLimit = 50
|
||||
#
|
||||
# Defines the distance allowed to be synchronized around the player.
|
||||
# Should be the same or larger than maxGenerationRequestDistance in most cases.
|
||||
maxSyncOnLoadRequestDistance = 4096
|
||||
#
|
||||
# Maximum per-player speed for uploading LODs to the clients, in KB/s.
|
||||
# Value of 0 disables the limit.
|
||||
playerBandwidthLimit = 500
|
||||
#
|
||||
# Maximum global speed for uploading LODs to the clients, in KB/s.
|
||||
# Value of 0 disables the limit.
|
||||
globalBandwidthLimit = 0
|
||||
#
|
||||
# Enables adaptive transfer speed based on client performance.
|
||||
# If true, DH will automatically adjust transfer rate to minimize connection lag.
|
||||
# If false, transfer speed will remain fixed.
|
||||
enableAdaptiveTransferSpeed = false
|
||||
|
||||
[server.experimental]
|
||||
#
|
||||
# When enabled on the client, this allows loading lower detail levels as needed to speed up terrain generation.
|
||||
# This must also be enabled on the server; otherwise, it will have no effect.
|
||||
# For better performance when switching LOD detail levels, enabling [upsampleLowerDetailLodsToFillHoles] is recommended.
|
||||
enableNSizedGeneration = false
|
||||
|
||||
|
|
@ -218,13 +218,6 @@
|
|||
id: "432E105A84AEA630"
|
||||
type: "checkmark"
|
||||
}
|
||||
{
|
||||
dimension: "ad_astra:moon"
|
||||
disable_toast: true
|
||||
icon: "tfg:marker/moon"
|
||||
id: "6A4F5147475443C5"
|
||||
type: "dimension"
|
||||
}
|
||||
]
|
||||
title: "{quests.ae2.fluix_liquid.title}"
|
||||
x: -3.5d
|
||||
|
|
@ -234,6 +227,7 @@
|
|||
can_repeat: true
|
||||
dependencies: ["0C0B09D66D0CFFBA"]
|
||||
description: ["{quests.ae2.ae_guide.desc}"]
|
||||
icon: "ae2:guide"
|
||||
id: "6CF08AFB924905F0"
|
||||
rewards: [{
|
||||
id: "34825A998EA88DB4"
|
||||
|
|
@ -538,13 +532,13 @@
|
|||
{
|
||||
dependencies: ["6CF08AFB924905F0"]
|
||||
description: ["{quests.ae2.iv.desc}"]
|
||||
icon: "tfg:iv_universal_circuit"
|
||||
icon_scale: 2.0d
|
||||
id: "0F1104DEEB22EF86"
|
||||
size: 1.0d
|
||||
tasks: [{
|
||||
id: "0D58947010553DE2"
|
||||
item: "tfg:iv_universal_circuit"
|
||||
type: "item"
|
||||
id: "6D9B9EAFE680B768"
|
||||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.ae2.iv.title}"
|
||||
x: 3.0d
|
||||
|
|
@ -638,13 +632,13 @@
|
|||
{
|
||||
dependencies: ["6CF08AFB924905F0"]
|
||||
description: ["{quests.ae2.luv.desc}"]
|
||||
icon: "tfg:luv_universal_circuit"
|
||||
icon_scale: 2.0d
|
||||
id: "1F3621FABA32DC6B"
|
||||
size: 1.0d
|
||||
tasks: [{
|
||||
id: "54E60091BA319CB6"
|
||||
item: "tfg:luv_universal_circuit"
|
||||
type: "item"
|
||||
id: "4CE3EF0D1FAC1B6C"
|
||||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.ae2.luv.title}"
|
||||
x: 0.5d
|
||||
|
|
@ -705,13 +699,13 @@
|
|||
{
|
||||
dependencies: ["6CF08AFB924905F0"]
|
||||
description: ["{quests.ae2.hv.desc}"]
|
||||
icon: "tfg:hv_universal_circuit"
|
||||
icon_scale: 2.0d
|
||||
id: "3C3C21482E31267B"
|
||||
size: 1.0d
|
||||
tasks: [{
|
||||
id: "59184C16CD8F51C6"
|
||||
item: "tfg:hv_universal_circuit"
|
||||
type: "item"
|
||||
id: "1D4A01B75676146B"
|
||||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.ae2.hv.title}"
|
||||
x: 0.5d
|
||||
|
|
|
|||
|
|
@ -55,6 +55,12 @@
|
|||
x: 4.5d
|
||||
y: 5.5d
|
||||
}
|
||||
{
|
||||
id: "7B380A243C2C39FA"
|
||||
linked_quest: "13F2929C1C303A0B"
|
||||
x: 0.5d
|
||||
y: -3.0d
|
||||
}
|
||||
]
|
||||
quests: [
|
||||
{
|
||||
|
|
@ -189,7 +195,11 @@
|
|||
y: 3.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["4EA8888B12D75BF1"]
|
||||
dependencies: [
|
||||
"4EA8888B12D75BF1"
|
||||
"6A451F43F3D7A671"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: [
|
||||
"{quests.extreme_voltage.distillation_tower.desc.1}"
|
||||
"{@pagebreak}"
|
||||
|
|
@ -1571,7 +1581,7 @@
|
|||
subtitle: "{quests.extreme_voltage.ostrum_linear.subtitle}"
|
||||
tasks: [{
|
||||
id: "130FE3E2CE8735F8"
|
||||
item: "gtceu:ostrum_linear_accelerator"
|
||||
item: "tfg:ostrum_linear_accelerator"
|
||||
type: "item"
|
||||
}]
|
||||
x: 20.0d
|
||||
|
|
|
|||
|
|
@ -6,6 +6,64 @@
|
|||
group: "31B01EAD21CA863A"
|
||||
icon: "gtceu:max_battery"
|
||||
id: "6540429F3CA4DA1B"
|
||||
images: [
|
||||
{
|
||||
height: 2.0d
|
||||
image: "ftblibrary:icons/star"
|
||||
rotation: 0.0d
|
||||
width: 2.0d
|
||||
x: 3.0d
|
||||
y: -5.0d
|
||||
}
|
||||
{
|
||||
height: 2.0d
|
||||
image: "ftblibrary:icons/star"
|
||||
rotation: 0.0d
|
||||
width: 2.0d
|
||||
x: -3.0d
|
||||
y: -7.0d
|
||||
}
|
||||
{
|
||||
height: 2.5d
|
||||
image: "ftblibrary:icons/star"
|
||||
rotation: 0.0d
|
||||
width: 2.5d
|
||||
x: -10.5d
|
||||
y: -9.5d
|
||||
}
|
||||
{
|
||||
height: 2.5d
|
||||
image: "ftblibrary:icons/star"
|
||||
rotation: 0.0d
|
||||
width: 2.5d
|
||||
x: 6.0d
|
||||
y: -7.0d
|
||||
}
|
||||
{
|
||||
height: 2.0d
|
||||
image: "ftblibrary:icons/star"
|
||||
rotation: 0.0d
|
||||
width: 2.0d
|
||||
x: 5.0d
|
||||
y: -6.0d
|
||||
}
|
||||
{
|
||||
height: 2.0d
|
||||
image: "ftblibrary:icons/star"
|
||||
rotation: 0.0d
|
||||
width: 2.0d
|
||||
x: 7.0d
|
||||
y: -6.0d
|
||||
}
|
||||
{
|
||||
height: 2.25d
|
||||
image: "ftblibrary:icons/star"
|
||||
rotation: 0.0d
|
||||
width: 2.25d
|
||||
x: 3.0d
|
||||
y: -7.0d
|
||||
}
|
||||
]
|
||||
order_index: 2
|
||||
quest_links: [ ]
|
||||
quests: [
|
||||
|
|
@ -14,7 +72,7 @@
|
|||
icon: "gtceu:uhv_ultimate_battery"
|
||||
id: "06B2E38F7DCF2678"
|
||||
shape: "gear"
|
||||
size: 1.0d
|
||||
size: 3.0d
|
||||
subtitle: "{quests.gregtech_energy.start.subtitle}"
|
||||
tasks: [{
|
||||
id: "07E1FA6A1BB796D4"
|
||||
|
|
@ -23,13 +81,15 @@
|
|||
}]
|
||||
title: "{quests.gregtech_energy.start.title}"
|
||||
x: 0.0d
|
||||
y: -8.5d
|
||||
y: -9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["4C620105AAC49381"]
|
||||
description: ["{quests.gregtech_energy.moving.desc}"]
|
||||
icon: "gtceu:luv_field_generator"
|
||||
id: "60FF9249376DF9BD"
|
||||
shape: "octagon"
|
||||
size: 1.5d
|
||||
subtitle: "{quests.gregtech_energy.moving.subtitle}"
|
||||
tasks: [{
|
||||
id: "4C6524EFB1A21E6E"
|
||||
|
|
@ -45,6 +105,8 @@
|
|||
description: ["{quests.gregtech_energy.storage.desc}"]
|
||||
icon: "gtceu:uv_field_generator"
|
||||
id: "08C160A0E7BBF39D"
|
||||
shape: "octagon"
|
||||
size: 1.5d
|
||||
subtitle: "{quests.gregtech_energy.storage.subtitle}"
|
||||
tasks: [{
|
||||
id: "2E561EE13A2AE934"
|
||||
|
|
@ -64,6 +126,8 @@
|
|||
description: ["{quests.gregtech_energy.produce_energy.desc}"]
|
||||
icon: "gtceu:lv_field_generator"
|
||||
id: "2CDB9778C7A30044"
|
||||
shape: "octagon"
|
||||
size: 1.5d
|
||||
subtitle: "{quests.gregtech_energy.produce_energy.subtitle}"
|
||||
tasks: [{
|
||||
id: "0772AE56AC1CCBAC"
|
||||
|
|
@ -71,8 +135,8 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.gregtech_energy.produce_energy.title}"
|
||||
x: -1.0d
|
||||
y: -8.5d
|
||||
x: -10.5d
|
||||
y: -9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["4C620105AAC49381"]
|
||||
|
|
@ -87,6 +151,8 @@
|
|||
]
|
||||
icon: "gtceu:hv_field_generator"
|
||||
id: "2E57B2B963717893"
|
||||
shape: "octagon"
|
||||
size: 1.5d
|
||||
subtitle: "{quests.gregtech_energy.spending_energy.subtitle}"
|
||||
tasks: [{
|
||||
id: "28965A2A91DF08E5"
|
||||
|
|
@ -168,7 +234,7 @@
|
|||
{
|
||||
dependencies: [
|
||||
"60FF9249376DF9BD"
|
||||
"1DB543EFEEB67238"
|
||||
"05E2F203DA46A5E8"
|
||||
]
|
||||
description: ["{quests.gregtech_energy.transformer.desc}"]
|
||||
icon: "gtceu:active_transformer"
|
||||
|
|
@ -200,7 +266,7 @@
|
|||
]
|
||||
title: "{quests.gregtech_energy.transformer.title}"
|
||||
x: 6.0d
|
||||
y: 3.0d
|
||||
y: 1.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["08C160A0E7BBF39D"]
|
||||
|
|
@ -292,8 +358,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.gregtech_energy.tank.title}"
|
||||
x: 8.0d
|
||||
y: -6.0d
|
||||
x: 10.0d
|
||||
y: -8.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -506,7 +572,7 @@
|
|||
y: 1.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["4D0ADC66D2CF09B1"]
|
||||
dependencies: ["2CDB9778C7A30044"]
|
||||
description: [
|
||||
"{quests.gregtech_energy.lgt_fuel.desc.1}"
|
||||
"{@pagebreak}"
|
||||
|
|
@ -517,32 +583,50 @@
|
|||
subtitle: "{quests.gregtech_energy.lgt_fuel.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
id: "2A3155363C7C56A7"
|
||||
item: "gtceu:nitrobenzene_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "6D22AF719926DC1C"
|
||||
item: "gtceu:benzene_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "532915D09934F836"
|
||||
id: "3BC6583DCF48D475"
|
||||
item: "gtceu:methane_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "75DE64829622C96D"
|
||||
id: "08E4B7F67EA2769B"
|
||||
item: "tfg:syngas_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "067CB52470E7A72E"
|
||||
item: "gtceu:refinery_gas_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "20F5E6847D132420"
|
||||
item: "gtceu:lpg_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "733F33DC314A646C"
|
||||
item: "tfg:reformate_gas_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "29E24DFADB670971"
|
||||
item: "tfg:btx_fuel_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "3DA67694B1764AE0"
|
||||
title: "{quests.gregtech_energy.lgt_fuel.task}"
|
||||
type: "checkmark"
|
||||
}
|
||||
]
|
||||
title: "{quests.gregtech_energy.lgt_fuel.title}"
|
||||
x: -10.0d
|
||||
y: -3.0d
|
||||
x: -10.5d
|
||||
y: -8.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["634EAFA86B3D57A1"]
|
||||
|
|
@ -574,11 +658,11 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.gregtech_energy.lpt_fuel.title}"
|
||||
x: -9.0d
|
||||
x: -12.0d
|
||||
y: 3.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["4C620105AAC49381"]
|
||||
dependencies: ["2CDB9778C7A30044"]
|
||||
description: ["{quests.gregtech_energy.lst_fuel.desc}"]
|
||||
icon: "gtceu:steam_bucket"
|
||||
id: "7D5CA47D0E147922"
|
||||
|
|
@ -604,11 +688,11 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.gregtech_energy.lst_fuel.title}"
|
||||
x: -9.0d
|
||||
y: -7.0d
|
||||
x: -12.0d
|
||||
y: -8.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["4AC4D681124751EE"]
|
||||
dependencies: ["2CDB9778C7A30044"]
|
||||
description: [
|
||||
"{quests.gregtech_energy.lce_fuel.desc.1}"
|
||||
"{@pagebreak}"
|
||||
|
|
@ -656,7 +740,7 @@
|
|||
]
|
||||
title: "{quests.gregtech_energy.lce_fuel.title}"
|
||||
x: -9.0d
|
||||
y: 1.0d
|
||||
y: -8.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["4C620105AAC49381"]
|
||||
|
|
@ -668,6 +752,8 @@
|
|||
"{quests.gregtech_energy.lv_generator.desc.3}"
|
||||
"{@pagebreak}"
|
||||
"{quests.gregtech_energy.lv_generator.desc.4}"
|
||||
"{@pagebreak}"
|
||||
"{quests.gregtech_energy.lv_generator.desc.5}"
|
||||
]
|
||||
id: "7F92FDAB9A04C58B"
|
||||
subtitle: "{quests.gregtech_energy.lv_generator.subtitle}"
|
||||
|
|
@ -678,7 +764,7 @@
|
|||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:lv_steam_turbine)item(gtceu:lv_combustion))"
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:lv_combustion)item(gtceu:lv_steam_turbine)item(gtceu:lv_gas_turbine))"
|
||||
}
|
||||
}
|
||||
title: "{quests.gregtech_energy.lv_generator.task}"
|
||||
|
|
@ -728,7 +814,6 @@
|
|||
dependencies: [
|
||||
"109C57B63EE95E35"
|
||||
"5826EC76931359B8"
|
||||
"7AF726555D721DFC"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: [
|
||||
|
|
@ -746,7 +831,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
x: -6.0d
|
||||
y: -1.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["4D0ADC66D2CF09B1"]
|
||||
|
|
@ -766,45 +851,11 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.gregtech_energy.hv_single_generator.title}"
|
||||
x: -4.5d
|
||||
x: -1.5d
|
||||
y: -3.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["1A0672F4FA88DF74"]
|
||||
description: ["{quests.gregtech_energy.hv_fuel.desc}"]
|
||||
id: "42CF00F2C602EF77"
|
||||
subtitle: "{quests.gregtech_energy.hv_fuel.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
id: "50AA063D324C5D25"
|
||||
item: "gtceu:cetane_boosted_diesel_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "60BED708F72701C8"
|
||||
item: "gtceu:steam_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "2C80389B193E48CE"
|
||||
item: "gtceu:nitrobenzene_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "33FC3878BFB14AE1"
|
||||
title: "{quests.gregtech_energy.hv_fuel.task}"
|
||||
type: "checkmark"
|
||||
}
|
||||
]
|
||||
title: "{quests.gregtech_energy.hv_fuel.title}"
|
||||
x: -11.0d
|
||||
y: -3.0d
|
||||
}
|
||||
{
|
||||
description: ["TODO"]
|
||||
dependencies: ["06B2E38F7DCF2678"]
|
||||
disable_toast: true
|
||||
icon: "tfg:lv_universal_circuit"
|
||||
id: "4C620105AAC49381"
|
||||
|
|
@ -821,7 +872,7 @@
|
|||
y: -7.0d
|
||||
}
|
||||
{
|
||||
description: ["TODO"]
|
||||
dependencies: ["4C620105AAC49381"]
|
||||
disable_toast: true
|
||||
icon: "tfg:mv_universal_circuit"
|
||||
id: "0AF286AA540A82E6"
|
||||
|
|
@ -838,7 +889,7 @@
|
|||
y: -5.0d
|
||||
}
|
||||
{
|
||||
description: ["TODO"]
|
||||
dependencies: ["0AF286AA540A82E6"]
|
||||
disable_toast: true
|
||||
icon: "tfg:hv_universal_circuit"
|
||||
id: "4D0ADC66D2CF09B1"
|
||||
|
|
@ -855,7 +906,7 @@
|
|||
y: -3.0d
|
||||
}
|
||||
{
|
||||
description: ["TODO"]
|
||||
dependencies: ["4D0ADC66D2CF09B1"]
|
||||
disable_toast: true
|
||||
icon: "tfg:ev_universal_circuit"
|
||||
id: "7AF726555D721DFC"
|
||||
|
|
@ -872,7 +923,7 @@
|
|||
y: -1.0d
|
||||
}
|
||||
{
|
||||
description: ["TODO"]
|
||||
dependencies: ["7AF726555D721DFC"]
|
||||
disable_toast: true
|
||||
icon: "tfg:iv_universal_circuit"
|
||||
id: "05E2F203DA46A5E8"
|
||||
|
|
@ -889,7 +940,7 @@
|
|||
y: 1.0d
|
||||
}
|
||||
{
|
||||
description: ["TODO"]
|
||||
dependencies: ["05E2F203DA46A5E8"]
|
||||
disable_toast: true
|
||||
icon: "tfg:luv_universal_circuit"
|
||||
id: "1DB543EFEEB67238"
|
||||
|
|
@ -906,6 +957,7 @@
|
|||
y: 3.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["1DB543EFEEB67238"]
|
||||
description: ["TODO"]
|
||||
disable_toast: true
|
||||
icon: "tfg:zpm_universal_circuit"
|
||||
|
|
@ -923,6 +975,7 @@
|
|||
y: 5.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["39019EF278D09DF7"]
|
||||
description: ["TODO"]
|
||||
disable_toast: true
|
||||
icon: "tfg:uv_universal_circuit"
|
||||
|
|
@ -940,24 +993,46 @@
|
|||
y: 7.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["0AF286AA540A82E6"]
|
||||
dependencies: [
|
||||
"0AF286AA540A82E6"
|
||||
"75DAF94D46BA4164"
|
||||
]
|
||||
description: [
|
||||
"{quests.gregtech_energy.reformate_gas.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.gregtech_energy.reformate_gas.desc.2}"
|
||||
]
|
||||
id: "3630849A7B0818C8"
|
||||
subtitle: "{quests.gregtech_energy.reformate_gas.subtitle}"
|
||||
tasks: [{
|
||||
id: "0CF9D6042C16265A"
|
||||
item: "gtceu:benzene_bucket"
|
||||
item: "tfg:reformate_gas_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
x: -10.0d
|
||||
title: "{quests.gregtech_energy.reformate_gas.title}"
|
||||
x: -10.5d
|
||||
y: -5.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["0AF286AA540A82E6"]
|
||||
dependencies: [
|
||||
"0AF286AA540A82E6"
|
||||
"0C718329245D9619"
|
||||
]
|
||||
description: [
|
||||
"{quests.medium_voltage.mv_diesel.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.medium_voltage.mv_diesel.desc.2}"
|
||||
"{@pagebreak}"
|
||||
"{quests.medium_voltage.mv_diesel.desc.3}"
|
||||
]
|
||||
id: "79AA7691F398A8C7"
|
||||
subtitle: "{quests.medium_voltage.mv_diesel.subtitle}"
|
||||
tasks: [{
|
||||
id: "36219BC854303490"
|
||||
item: "gtceu:diesel_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_diesel.title}"
|
||||
x: -9.0d
|
||||
y: -5.0d
|
||||
}
|
||||
|
|
@ -980,6 +1055,7 @@
|
|||
"{@pagebreak}"
|
||||
"{quests.gregtech_energy.fission_reactor.desc.8}"
|
||||
]
|
||||
icon: "deafission:fission_reactor_mk1"
|
||||
id: "4512E5DE7A84F809"
|
||||
subtitle: "{quests.gregtech_energy.fission_reactor.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -999,37 +1075,52 @@
|
|||
y: -1.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["4C620105AAC49381"]
|
||||
dependencies: [
|
||||
"4C620105AAC49381"
|
||||
"0C718329245D9619"
|
||||
]
|
||||
id: "139C7DF629329753"
|
||||
tasks: [{
|
||||
id: "7BA9FDD1F45B53F6"
|
||||
item: "gtceu:bio_diesel_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
x: -10.0d
|
||||
x: -9.0d
|
||||
y: -7.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["4D0ADC66D2CF09B1"]
|
||||
dependencies: [
|
||||
"4D0ADC66D2CF09B1"
|
||||
"0C718329245D9619"
|
||||
]
|
||||
description: ["{quests.high_voltage.cetane_diesel.desc}"]
|
||||
id: "376BFF92714C5012"
|
||||
subtitle: "{quests.high_voltage.cetane_diesel.subtitle}"
|
||||
tasks: [{
|
||||
id: "22F9A3ED193CB252"
|
||||
item: "gtceu:cetane_boosted_diesel_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.high_voltage.cetane_diesel.title}"
|
||||
x: -9.0d
|
||||
y: -3.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["7AF726555D721DFC"]
|
||||
dependencies: [
|
||||
"0C718329245D9619"
|
||||
"05E2F203DA46A5E8"
|
||||
]
|
||||
description: ["{quests.gregtech_energy.high_gasoline.desc}"]
|
||||
id: "7134DB013B34593E"
|
||||
subtitle: "{quests.gregtech_energy.high_gasoline.subtitle}"
|
||||
tasks: [{
|
||||
id: "008341509483BB23"
|
||||
item: "gtceu:high_octane_gasoline_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.gregtech_energy.high_gasoline.title}"
|
||||
x: -9.0d
|
||||
y: -1.0d
|
||||
y: 1.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["7AF726555D721DFC"]
|
||||
|
|
@ -1136,6 +1227,95 @@
|
|||
x: -3.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"05E2F203DA46A5E8"
|
||||
"0ABD326DC2551CBD"
|
||||
]
|
||||
description: ["{quests.gregtech_energy.smr.desc.1}"]
|
||||
id: "4659447C85CDC058"
|
||||
subtitle: "{quests.gregtech_energy.smr.subtitle}"
|
||||
tasks: [{
|
||||
id: "1D02468DD9869C72"
|
||||
item: "deafission:fission_reactor_smr1"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.gregtech_energy.smr.title}"
|
||||
x: -7.5d
|
||||
y: 1.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"4C620105AAC49381"
|
||||
"75DAF94D46BA4164"
|
||||
]
|
||||
description: ["{quests.gregtech_energy.syngas.desc}"]
|
||||
id: "27FEF27219CDF5AD"
|
||||
subtitle: "{quests.gregtech_energy.syngas.subtitle}"
|
||||
tasks: [{
|
||||
id: "7BA53E107C8E8917"
|
||||
item: "tfg:syngas_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.gregtech_energy.syngas.title}"
|
||||
x: -10.5d
|
||||
y: -7.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["4512E5DE7A84F809"]
|
||||
description: ["{quests.gregtech_energy.fission_rod.desc.1}"]
|
||||
id: "0ABD326DC2551CBD"
|
||||
subtitle: "{quests.gregtech_energy.fission_rod.subtitle}"
|
||||
tasks: [{
|
||||
id: "68E3EE04F4931EFE"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "tfg:tbu_232_rod"
|
||||
tag: {
|
||||
Damage: 0
|
||||
}
|
||||
}
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.gregtech_energy.fission_rod.title}"
|
||||
x: -7.5d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"3630849A7B0818C8"
|
||||
"7AF726555D721DFC"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.gregtech_energy.btx.desc}"]
|
||||
id: "35E113FF0C1645CC"
|
||||
subtitle: "{quests.gregtech_energy.btx.subtitle}"
|
||||
tasks: [{
|
||||
id: "2C766A3391285E33"
|
||||
item: "tfg:btx_fuel_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.gregtech_energy.btx.title}"
|
||||
x: -10.5d
|
||||
y: -1.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"0C718329245D9619"
|
||||
"7AF726555D721DFC"
|
||||
]
|
||||
description: ["{quests.gregtech_energy.gasoline.desc}"]
|
||||
id: "27E9DAF9F578A3E8"
|
||||
subtitle: "{quests.gregtech_energy.gasoline.subtitle}"
|
||||
tasks: [{
|
||||
id: "34695995678F09C6"
|
||||
item: "gtceu:gasoline_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.gregtech_energy.gasoline.title}"
|
||||
x: -9.0d
|
||||
y: -1.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.gregtech_energy.subtitle}"]
|
||||
title: "{quests.gregtech_energy}"
|
||||
|
|
|
|||
|
|
@ -33,6 +33,24 @@
|
|||
x: 13.0d
|
||||
y: -6.0d
|
||||
}
|
||||
{
|
||||
id: "4A902B3F8AE331AC"
|
||||
linked_quest: "5D188F6C46EA9ED0"
|
||||
x: -6.0d
|
||||
y: -3.0d
|
||||
}
|
||||
{
|
||||
id: "513464FBE4A87CB7"
|
||||
linked_quest: "3A2E442E4D84C891"
|
||||
x: 2.5d
|
||||
y: -10.0d
|
||||
}
|
||||
{
|
||||
id: "1B29194F9C306CFE"
|
||||
linked_quest: "36B9B5024356C53C"
|
||||
x: 3.5d
|
||||
y: -10.0d
|
||||
}
|
||||
]
|
||||
quests: [
|
||||
{
|
||||
|
|
@ -557,11 +575,13 @@
|
|||
{
|
||||
id: "54D65A0A939DAD54"
|
||||
item: "gtceu:hydrofluoric_acid_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "3E6E6F21B34F86B4"
|
||||
item: "gtceu:chloroform_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
|
|
@ -577,6 +597,7 @@
|
|||
optional: true
|
||||
shape: "square"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.high_voltage.nitrobenzene.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
id: "33CF24B0A19D2F25"
|
||||
|
|
@ -760,7 +781,7 @@
|
|||
icon: "gtceu:cetane_boosted_diesel_bucket"
|
||||
id: "04F6E968CEEC3D49"
|
||||
optional: true
|
||||
shape: "square"
|
||||
shape: "heart"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.high_voltage.cetane_diesel.subtitle}"
|
||||
tasks: [
|
||||
|
|
@ -835,7 +856,6 @@
|
|||
"{@pagebreak}"
|
||||
"{quests.high_voltage.hv_macerator.desc.2}"
|
||||
]
|
||||
icon: "gtceu:hv_macerator"
|
||||
id: "6B7762F672BAE76F"
|
||||
shape: "octagon"
|
||||
size: 1.5d
|
||||
|
|
@ -1228,7 +1248,11 @@
|
|||
"04F6E968CEEC3D49"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{ \"text\": \"{quests.high_voltage.linked_quest_energy.desc}\", \"bold\": \"true\", \"clickEvent\": { \"action\": \"change_page\", \"value\": \"2CDB9778C7A30044\" } }"]
|
||||
description: [
|
||||
"{quests.high_voltage.linked_quest_energy.desc}"
|
||||
""
|
||||
"{ \"text\": \"▶▶▶▶▶▶▶\", \"underlined\": \"true\", \"clickEvent\": { \"action\": \"change_page\", \"value\": \"2CDB9778C7A30044\" } }"
|
||||
]
|
||||
id: "595C5A01358B9550"
|
||||
subtitle: "{quests.high_voltage.linked_quest_energy.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1529,14 +1553,15 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.high_voltage.wand.title}"
|
||||
x: 13.0d
|
||||
y: -8.0d
|
||||
x: 14.5d
|
||||
y: -7.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["396E85A39FF414CF"]
|
||||
description: ["{quests.high_voltage.hypertubes.desc}"]
|
||||
id: "159A0DAEE55DCAC0"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.high_voltage.hypertubes.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
|
|
@ -1554,6 +1579,82 @@
|
|||
x: 11.5d
|
||||
y: -7.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["16B735F9C391D260"]
|
||||
description: [
|
||||
"{quests.medium_voltage.mv_long_pipe.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.medium_voltage.mv_long_pipe.desc.2}"
|
||||
]
|
||||
icon: "gtceu:long_distance_fluid_pipeline_endpoint"
|
||||
id: "0015BD8AA5A517D1"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.medium_voltage.mv_long_pipe.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
count: 2L
|
||||
id: "7C8964FAF91C1529"
|
||||
item: "gtceu:long_distance_fluid_pipeline_endpoint"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "48937E331D0184E7"
|
||||
item: "gtceu:long_distance_fluid_pipeline"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_long_pipe.title}"
|
||||
x: 5.0d
|
||||
y: -8.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["7FA0ACB7F161F378"]
|
||||
description: ["{quests.high_voltage.titanium_greate.desc}"]
|
||||
id: "04799A40C5910B3F"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
tasks: [
|
||||
{
|
||||
id: "5B94BB35A8480214"
|
||||
item: "greate:titanium_cogwheel"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "0C95EDF964B17ED6"
|
||||
item: "greate:large_titanium_cogwheel"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "2E602B31550041B9"
|
||||
item: "greate:titanium_shaft"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
title: "{quests.high_voltage.titanium_greate.title}"
|
||||
x: -6.0d
|
||||
y: -1.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["36B9B5024356C53C"]
|
||||
description: [
|
||||
"{quests.gregtech_energy.reformate_gas.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.gregtech_energy.reformate_gas.desc.2}"
|
||||
]
|
||||
id: "3E4E63D5B8CB6860"
|
||||
shape: "heart"
|
||||
subtitle: "{quests.gregtech_energy.reformate_gas.subtitle}"
|
||||
tasks: [{
|
||||
id: "575518211DA29A4E"
|
||||
item: "tfg:reformate_gas_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.gregtech_energy.reformate_gas.title}"
|
||||
x: 5.0d
|
||||
y: -10.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.high_voltage.subtitle}"]
|
||||
title: "{quests.high_voltage}"
|
||||
|
|
|
|||
|
|
@ -5,23 +5,30 @@
|
|||
group: "44D0F3E5067B5AB8"
|
||||
icon: "tfg:lv_universal_circuit"
|
||||
id: "7D50771C3FE033D7"
|
||||
images: [{
|
||||
height: 2.0d
|
||||
image: "createdeco:block/palettes/decal/yellow_decal"
|
||||
rotation: 0.0d
|
||||
width: 2.0d
|
||||
x: 8.0d
|
||||
y: 7.0d
|
||||
}]
|
||||
order_index: 0
|
||||
quest_links: [{
|
||||
id: "13EDC87034A162DE"
|
||||
linked_quest: "2CDB9778C7A30044"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
x: 4.0d
|
||||
y: 7.0d
|
||||
}]
|
||||
quest_links: [
|
||||
{
|
||||
id: "13EDC87034A162DE"
|
||||
linked_quest: "2CDB9778C7A30044"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
x: 5.5d
|
||||
y: 8.5d
|
||||
}
|
||||
{
|
||||
id: "0EA7766FE6845121"
|
||||
linked_quest: "0FFBB6177DEB0A23"
|
||||
x: -8.5d
|
||||
y: 10.5d
|
||||
}
|
||||
{
|
||||
id: "5A47760FCD164E74"
|
||||
linked_quest: "61F58B402F1AE40B"
|
||||
shape: "heart"
|
||||
x: -7.5d
|
||||
y: 4.5d
|
||||
}
|
||||
]
|
||||
quests: [
|
||||
{
|
||||
dependencies: ["2F7617C0C4B330DE"]
|
||||
|
|
@ -116,6 +123,7 @@
|
|||
]
|
||||
id: "6E186F9C57155BFA"
|
||||
optional: true
|
||||
shape: "hexagon"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.low_voltage.lv_steam_turbine.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -124,8 +132,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_steam_turbine.title}"
|
||||
x: 5.5d
|
||||
y: 7.0d
|
||||
x: 7.0d
|
||||
y: 9.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["6431381FBE07D6EF"]
|
||||
|
|
@ -160,7 +168,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.aluminium_ingot.title}"
|
||||
x: -10.0d
|
||||
y: 9.75d
|
||||
y: 10.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -242,7 +250,7 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.low_voltage.machine_auto_output_behaviour.title}"
|
||||
x: -4.0d
|
||||
x: -3.5d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -271,7 +279,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_wiremill.title}"
|
||||
x: -3.0d
|
||||
x: -2.5d
|
||||
y: 0.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -296,7 +304,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_bender.title}"
|
||||
x: -3.0d
|
||||
x: -2.5d
|
||||
y: 2.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -322,7 +330,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_lathe.title}"
|
||||
x: -3.0d
|
||||
x: -2.5d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -338,7 +346,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_polariser.title}"
|
||||
x: 4.5d
|
||||
y: 1.5d
|
||||
y: -0.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["6E186F9C57155BFA"]
|
||||
|
|
@ -360,8 +368,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lbb.title}"
|
||||
x: 6.5d
|
||||
y: 7.0d
|
||||
x: 8.0d
|
||||
y: 9.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["1E9BE8D3F8A602DC"]
|
||||
|
|
@ -381,8 +389,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_superconductor.title}"
|
||||
x: -12.0d
|
||||
y: 6.5d
|
||||
x: -11.5d
|
||||
y: 7.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["701BCADAE5CF6CA5"]
|
||||
|
|
@ -428,7 +436,7 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.low_voltage.programmed_circuits.title}"
|
||||
x: -5.0d
|
||||
x: -4.5d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -532,7 +540,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_ebf.title}"
|
||||
x: -10.0d
|
||||
y: 6.5d
|
||||
y: 7.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -583,8 +591,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_fluid_solidifier.title}"
|
||||
x: -8.0d
|
||||
y: 4.0d
|
||||
x: -7.5d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -636,7 +644,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.cupronickel_coil.title}"
|
||||
x: -8.5d
|
||||
y: 6.5d
|
||||
y: 7.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -663,8 +671,7 @@
|
|||
]
|
||||
icon: "gtceu:lv_chemical_reactor"
|
||||
id: "3D98819A799D2E64"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
size: 1.0d
|
||||
subtitle: "{quests.low_voltage.lv_chemical_reactor.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
|
|
@ -686,8 +693,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.lv_chemical_reactor.title}"
|
||||
x: -8.0d
|
||||
y: 2.0d
|
||||
x: -6.5d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["10ECB471A77F5136"]
|
||||
|
|
@ -708,7 +715,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.universal_cell.title}"
|
||||
x: -4.0d
|
||||
x: -3.5d
|
||||
y: 2.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -733,14 +740,14 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.mold_rotor.title}"
|
||||
x: -9.0d
|
||||
y: 4.0d
|
||||
x: -8.5d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["5B891BA4897FD73C"]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.low_voltage.soldering_alloy.desc}"]
|
||||
icon: "gtceu:soldering_alloy_ingot"
|
||||
icon: "gtceu:soldering_alloy_dust"
|
||||
id: "713C8D6A20BF3A0E"
|
||||
shape: "square"
|
||||
size: 1.0d
|
||||
|
|
@ -751,7 +758,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.soldering_alloy.title}"
|
||||
x: 4.0d
|
||||
x: 3.0d
|
||||
y: 10.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -799,7 +806,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_cutter.title}"
|
||||
x: -3.0d
|
||||
x: -2.5d
|
||||
y: -0.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -839,8 +846,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_sprayer.title}"
|
||||
x: 5.75d
|
||||
y: -0.5d
|
||||
x: 5.5d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -870,8 +877,7 @@
|
|||
"{quests.low_voltage.lv_extractor.desc.2}"
|
||||
]
|
||||
id: "5B2696206205CB2E"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
size: 1.0d
|
||||
subtitle: "{quests.low_voltage.lv_extractor.subtitle}"
|
||||
tasks: [{
|
||||
id: "5CD363C839475426"
|
||||
|
|
@ -879,7 +885,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_extractor.title}"
|
||||
x: -5.5d
|
||||
x: -6.5d
|
||||
y: 4.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -910,8 +916,7 @@
|
|||
"{quests.low_voltage.lv_arc_furnace.desc.2}"
|
||||
]
|
||||
id: "63256ED95F17B242"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
size: 1.0d
|
||||
subtitle: "{quests.low_voltage.lv_arc_furnace.subtitle}"
|
||||
tasks: [{
|
||||
id: "2374C06C5E1EFC24"
|
||||
|
|
@ -920,7 +925,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_arc_furnace.title}"
|
||||
x: -4.0d
|
||||
y: 12.5d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1082,7 +1087,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.aluminium_dust.title}"
|
||||
x: -10.0d
|
||||
y: 8.0d
|
||||
y: 9.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["1E9BE8D3F8A602DC"]
|
||||
|
|
@ -1154,7 +1159,7 @@
|
|||
]
|
||||
title: "{quests.low_voltage.multiblock_tech.title}"
|
||||
x: -10.0d
|
||||
y: 4.5d
|
||||
y: 5.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -1189,7 +1194,7 @@
|
|||
y: 3.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
dependencies: ["3E6DC423FE4A99F7"]
|
||||
description: ["{quests.low_voltage.lv_turbo_charge.desc}"]
|
||||
icon: "gtceu:lv_charger_4x"
|
||||
id: "2DB259568F347C0E"
|
||||
|
|
@ -1213,8 +1218,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_turbo_charge.title}"
|
||||
x: 4.5d
|
||||
y: 2.5d
|
||||
x: 8.0d
|
||||
y: -0.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -1242,7 +1247,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_fisher.title}"
|
||||
x: 4.5d
|
||||
y: -0.5d
|
||||
y: 2.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -1359,8 +1364,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.mold_plate.title}"
|
||||
x: -8.0d
|
||||
y: 5.0d
|
||||
x: -7.5d
|
||||
y: 2.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["3E6DC423FE4A99F7"]
|
||||
|
|
@ -1384,6 +1389,7 @@
|
|||
description: ["{quests.steam_age.alternator.desc.1}"]
|
||||
id: "2DC24661CAD557B0"
|
||||
optional: true
|
||||
shape: "hexagon"
|
||||
subtitle: "{quests.steam_age.alternator.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
|
|
@ -1407,8 +1413,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.alternator.title}"
|
||||
x: 5.5d
|
||||
y: 6.0d
|
||||
x: 7.0d
|
||||
y: 8.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["7567E885B7166603"]
|
||||
|
|
@ -1498,10 +1504,13 @@
|
|||
dependencies: [
|
||||
"2CDB9778C7A30044"
|
||||
"522E08B1592136D5"
|
||||
"36FED1B6CFF7C60A"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.low_voltage.lv_combuston_gen.desc}"]
|
||||
id: "170B544373A16112"
|
||||
optional: true
|
||||
shape: "hexagon"
|
||||
subtitle: "{quests.low_voltage.lv_combuston_gen.subtitle}"
|
||||
tasks: [{
|
||||
id: "2B36CA88F25D5449"
|
||||
|
|
@ -1509,29 +1518,35 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_combuston_gen.title}"
|
||||
x: 5.5d
|
||||
y: 8.0d
|
||||
x: 7.0d
|
||||
y: 10.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["2CDB9778C7A30044"]
|
||||
description: ["{ \"text\": \"{quests.low_voltage.link_chapter.desc}\", \"underlined\": \"true\", \"clickEvent\": { \"action\": \"change_page\", \"value\": \"2CDB9778C7A30044\" } }"]
|
||||
description: [
|
||||
"{quests.low_voltage.link_chapter.desc}:"
|
||||
"{ \"text\": \"▶▶▶▶▶▶▶\", \"underlined\": \"true\", \"clickEvent\": { \"action\": \"change_page\", \"value\": \"2CDB9778C7A30044\" } }"
|
||||
]
|
||||
icon: "createdeco:decal_electrical"
|
||||
id: "7FA1525D681C4B4A"
|
||||
shape: "none"
|
||||
size: 2.0d
|
||||
subtitle: "{quests.low_voltage.link_chapter.subtitle}"
|
||||
tasks: [{
|
||||
id: "346E50625B8B1133"
|
||||
title: "I read it"
|
||||
title: "{quests.low_voltage.link_chapter.task}"
|
||||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.low_voltage.link_chapter.title}"
|
||||
x: 4.0d
|
||||
y: 8.5d
|
||||
x: 5.5d
|
||||
y: 6.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["5F3063C539C9CBBF"]
|
||||
description: ["{quests.low_voltage.lv_seeds.desc}"]
|
||||
id: "55213ACBF5F5D398"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.low_voltage.lv_seeds.subtitle}"
|
||||
tasks: [{
|
||||
id: "0910468BF66597DE"
|
||||
|
|
@ -1547,13 +1562,14 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_seeds.title}"
|
||||
x: 7.5d
|
||||
y: 9.0d
|
||||
y: 13.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["55213ACBF5F5D398"]
|
||||
description: ["{quests.low_voltage.lv_seed_oil.desc}"]
|
||||
id: "1D979CB5862BD480"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.low_voltage.lv_seed_oil.subtitle}"
|
||||
tasks: [{
|
||||
id: "357702717137F483"
|
||||
|
|
@ -1561,14 +1577,15 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_seed_oil.title}"
|
||||
x: 6.5d
|
||||
y: 9.0d
|
||||
x: 7.5d
|
||||
y: 12.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["1D979CB5862BD480"]
|
||||
description: ["{quests.low_voltage.lv_biodiesel.desc}"]
|
||||
id: "522E08B1592136D5"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.low_voltage.lv_biodiesel.subtitle}"
|
||||
tasks: [{
|
||||
id: "10503AD87AB3886A"
|
||||
|
|
@ -1576,12 +1593,15 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_biodiesel.title}"
|
||||
x: 5.5d
|
||||
y: 9.0d
|
||||
x: 7.5d
|
||||
y: 11.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["1912758422EEB006"]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.low_voltage.cupronickel_ingot.desc}"]
|
||||
id: "6042514C8FC54334"
|
||||
shape: "diamond"
|
||||
subtitle: "{quests.low_voltage.cupronickel_ingot.subtitle}"
|
||||
tasks: [{
|
||||
id: "701DEB748320107C"
|
||||
|
|
@ -1589,8 +1609,125 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.cupronickel_ingot.title}"
|
||||
x: -6.5d
|
||||
y: 6.5d
|
||||
x: -8.5d
|
||||
y: 8.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["7567E885B7166603"]
|
||||
description: ["{quests.low_voltage.aluminium_greate.desc}"]
|
||||
id: "1354904154948913"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.low_voltage.aluminium_greate.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
id: "1483488F0E301BCC"
|
||||
item: "greate:aluminium_cogwheel"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "2E64EF18DC263002"
|
||||
item: "greate:large_aluminium_cogwheel"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "32C96E141753187B"
|
||||
item: "greate:aluminium_shaft"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
title: "{quests.low_voltage.aluminium_greate.title}"
|
||||
x: -11.5d
|
||||
y: 10.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"5263F866638D875C"
|
||||
"3D98819A799D2E64"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.low_voltage.oil.desc}"]
|
||||
hide_dependency_lines: true
|
||||
icon: "gtceu:oil_bucket"
|
||||
id: "2CEE3C0972650C81"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.low_voltage.oil.subtitle}"
|
||||
tasks: [{
|
||||
id: "338E66338DF533D0"
|
||||
title: "{quests.tasktype.checkmark}"
|
||||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.low_voltage.oil.title}"
|
||||
x: 6.5d
|
||||
y: 12.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"2CDB9778C7A30044"
|
||||
"0404FBCC34011053"
|
||||
]
|
||||
description: ["{quests.low_voltage.lv_gas_turbine.desc}"]
|
||||
id: "1AD51E2B66EA7F67"
|
||||
optional: true
|
||||
shape: "hexagon"
|
||||
subtitle: "{quests.low_voltage.lv_gas_turbine.subtitle}"
|
||||
tasks: [{
|
||||
id: "295425BB3FED8220"
|
||||
item: "gtceu:lv_gas_turbine"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_gas_turbine.title}"
|
||||
x: 7.0d
|
||||
y: 7.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["2CEE3C0972650C81"]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.low_voltage.lv_naphtha_light.desc}"]
|
||||
icon: "gtceu:naphtha_bucket"
|
||||
id: "36FED1B6CFF7C60A"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.low_voltage.lv_naphtha_light.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
id: "096D9365D8C561AA"
|
||||
item: "gtceu:naphtha_bucket"
|
||||
optional_task: true
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "34153032225B76BB"
|
||||
item: "gtceu:light_fuel_bucket"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "3F575DDDA6C15539"
|
||||
title: "{quests.tasktype.checkmark}"
|
||||
type: "checkmark"
|
||||
}
|
||||
]
|
||||
title: "{quests.low_voltage.lv_naphtha_light.title}"
|
||||
x: 6.5d
|
||||
y: 11.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["5F3063C539C9CBBF"]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.low_voltage.lv_gas_syngas.desc}"]
|
||||
id: "0404FBCC34011053"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.low_voltage.lv_gas_syngas.subtitle}"
|
||||
tasks: [{
|
||||
id: "2733E2B8129C0806"
|
||||
item: "tfg:syngas_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_gas_syngas.title}"
|
||||
x: 7.0d
|
||||
y: 6.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.low_voltage.subtitle}"]
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
"53DC6E32C41C94C3"
|
||||
"1A29EFBCEA017F99"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: [
|
||||
"{quests.medium_voltage.mv_biomass.desc.1}"
|
||||
"{@pagebreak}"
|
||||
|
|
@ -61,7 +62,11 @@
|
|||
y: -0.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22E462070F8B027A"]
|
||||
dependencies: [
|
||||
"22E462070F8B027A"
|
||||
"499CACFF0350B3CA"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: [
|
||||
"{quests.medium_voltage.mv_brewery.desc.1}"
|
||||
"{@pagebreak}"
|
||||
|
|
@ -403,7 +408,7 @@
|
|||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:lp_steam_miner)item(gtceu:hp_steam_miner)item(gtceu:lv_miner)item(gtceu:mv_miner)item(gtceu:hv_miner))"
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:hp_steam_miner)item(gtceu:lv_miner)item(gtceu:mv_miner)item(gtceu:hv_miner))"
|
||||
}
|
||||
}
|
||||
title: "{quests.medium_voltage.mv_miner.task}"
|
||||
|
|
@ -755,8 +760,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_inductor.title}"
|
||||
x: -5.0d
|
||||
y: 16.5d
|
||||
x: -10.5d
|
||||
y: 12.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["6BB98D128822730E"]
|
||||
|
|
@ -775,24 +780,6 @@
|
|||
x: -10.0d
|
||||
y: 10.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["10FB27DD3C7BEC2F"]
|
||||
description: ["{quests.medium_voltage.mv_tank.desc}"]
|
||||
icon: "gtceu:lv_super_tank"
|
||||
id: "6C53B01A05FFF1DC"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
size: 2.0d
|
||||
subtitle: "{quests.medium_voltage.mv_tank.subtitle}"
|
||||
tasks: [{
|
||||
id: "47EA273D728C158F"
|
||||
item: "gtceu:lv_super_tank"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_tank.title}"
|
||||
x: -14.0d
|
||||
y: 10.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["10FB27DD3C7BEC2F"]
|
||||
description: ["{quests.medium_voltage.mv_pvc.desc}"]
|
||||
|
|
@ -807,8 +794,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_pvc.title}"
|
||||
x: -5.0d
|
||||
y: 11.0d
|
||||
x: -9.5d
|
||||
y: 12.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1054,6 +1041,7 @@
|
|||
y: 2.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["648BCF486E16CCB2"]
|
||||
description: ["{quests.medium_voltage.mv_oilsands.desc}"]
|
||||
id: "575B07D390D9D079"
|
||||
optional: true
|
||||
|
|
@ -1155,6 +1143,8 @@
|
|||
"{quests.medium_voltage.mv_benzene.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.medium_voltage.mv_benzene.desc.2}"
|
||||
"{@pagebreak}"
|
||||
"{quests.medium_voltage.mv_benzene.desc.3}"
|
||||
]
|
||||
icon: "gtceu:benzene_bucket"
|
||||
id: "00E1A728E6F6D6A0"
|
||||
|
|
@ -1197,29 +1187,6 @@
|
|||
x: -6.0d
|
||||
y: 2.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["61972B16805FC9EE"]
|
||||
description: [
|
||||
"{quests.medium_voltage.mv_diesel.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.medium_voltage.mv_diesel.desc.2}"
|
||||
"{@pagebreak}"
|
||||
"{quests.medium_voltage.mv_diesel.desc.3}"
|
||||
]
|
||||
icon: "gtceu:diesel_bucket"
|
||||
id: "45769156F4253C86"
|
||||
optional: true
|
||||
size: 1.0d
|
||||
subtitle: "{quests.medium_voltage.mv_diesel.subtitle}"
|
||||
tasks: [{
|
||||
id: "10BAA54947D975AF"
|
||||
item: "gtceu:diesel_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_diesel.title}"
|
||||
x: -6.0d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
dependency_requirement: "one_started"
|
||||
description: ["{quests.medium_voltage.mv_mutli_channel.desc}"]
|
||||
|
|
@ -1307,36 +1274,6 @@
|
|||
x: 5.5d
|
||||
y: 10.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["45449ECE4F8128E7"]
|
||||
description: [
|
||||
"{quests.medium_voltage.mv_long_pipe.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.medium_voltage.mv_long_pipe.desc.2}"
|
||||
]
|
||||
icon: "gtceu:long_distance_fluid_pipeline_endpoint"
|
||||
id: "5480AF2EDEDB6A36"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.medium_voltage.mv_long_pipe.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
count: 2L
|
||||
id: "6D77664884690FB4"
|
||||
item: "gtceu:long_distance_fluid_pipeline_endpoint"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "01F1E774C67ED4AF"
|
||||
item: "gtceu:long_distance_fluid_pipeline"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.mv_long_pipe.title}"
|
||||
x: -10.0d
|
||||
y: -6.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["45769156F4253C86"]
|
||||
dependency_requirement: "one_completed"
|
||||
|
|
@ -1467,6 +1404,7 @@
|
|||
description: ["{quests.medium_voltage.mv_seawater.desc}"]
|
||||
id: "45449ECE4F8128E7"
|
||||
optional: true
|
||||
shape: "diamond"
|
||||
subtitle: "{quests.medium_voltage.mv_seawater.subtitle}"
|
||||
tasks: [{
|
||||
id: "77395198DC98E3A5"
|
||||
|
|
@ -1475,7 +1413,7 @@
|
|||
}]
|
||||
title: "{quests.medium_voltage.mv_seawater.title}"
|
||||
x: -10.0d
|
||||
y: -5.0d
|
||||
y: -4.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["583D0CC4FAA4FC98"]
|
||||
|
|
@ -1668,6 +1606,93 @@
|
|||
x: -8.0d
|
||||
y: -2.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["16A6AE5C770DB83A"]
|
||||
description: ["{quests.medium_voltage.stainless_greate.desc}"]
|
||||
id: "6602AE559D49CE65"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.medium_voltage.stainless_greate.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
id: "53919EE5BCCA618A"
|
||||
item: "greate:stainless_steel_cogwheel"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "2C8FD46F69EA05B0"
|
||||
item: "greate:large_stainless_steel_cogwheel"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "6DF7F28AABF6785F"
|
||||
item: "greate:stainless_steel_shaft"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
title: "{quests.medium_voltage.stainless_greate.title}"
|
||||
x: 0.5d
|
||||
y: 6.75d
|
||||
}
|
||||
{
|
||||
dependencies: ["54A255C1C6E33165"]
|
||||
description: ["{quests.medium_voltage.reformate_gas.desc}"]
|
||||
id: "10292F9B1DD743EB"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.medium_voltage.reformate_gas.subtitle}"
|
||||
tasks: [{
|
||||
id: "717ABF30F29D12CD"
|
||||
item: "tfg:reformate_gas_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.reformate_gas.title}"
|
||||
x: -5.0d
|
||||
y: 4.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["00E1A728E6F6D6A0"]
|
||||
description: [
|
||||
"{quests.medium_voltage.coal_tower.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.medium_voltage.coal_tower.desc.2}"
|
||||
]
|
||||
id: "54A255C1C6E33165"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.medium_voltage.coal_tower.subtitle}"
|
||||
tasks: [{
|
||||
id: "348CD63DC537BB9A"
|
||||
item: "gtceu:coal_liquefaction_tower"
|
||||
type: "item"
|
||||
}]
|
||||
x: -5.0d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["61972B16805FC9EE"]
|
||||
description: [
|
||||
"{quests.medium_voltage.mv_diesel.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.medium_voltage.mv_diesel.desc.2}"
|
||||
"{@pagebreak}"
|
||||
"{quests.medium_voltage.mv_diesel.desc.3}"
|
||||
]
|
||||
icon: "gtceu:diesel_bucket"
|
||||
id: "45769156F4253C86"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.medium_voltage.mv_diesel.subtitle}"
|
||||
tasks: [{
|
||||
id: "10BAA54947D975AF"
|
||||
item: "gtceu:diesel_bucket"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.medium_voltage.mv_diesel.title}"
|
||||
x: -6.0d
|
||||
y: 3.5d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.medium_voltage.subtitle}"]
|
||||
title: "{quests.medium_voltage}"
|
||||
|
|
|
|||
|
|
@ -178,8 +178,6 @@
|
|||
{
|
||||
id: "138C7D4A61E2A77D"
|
||||
linked_quest: "6B10099F3F0931B9"
|
||||
shape: "none"
|
||||
size: 1.5d
|
||||
x: 9.0d
|
||||
y: -15.0d
|
||||
}
|
||||
|
|
@ -947,15 +945,13 @@
|
|||
{
|
||||
dependencies: ["186CFAA5A444ECB3"]
|
||||
description: ["{quests.stone_age.clean_dust.desc}"]
|
||||
icon: "minecraft:water_bucket"
|
||||
id: "6B10099F3F0931B9"
|
||||
shape: "none"
|
||||
size: 1.5d
|
||||
size: 1.0d
|
||||
subtitle: "{quests.stone_age.clean_dust.subtitle}"
|
||||
tasks: [{
|
||||
amount: 1000L
|
||||
fluid: "minecraft:water"
|
||||
id: "0944FE2841D789D8"
|
||||
type: "fluid"
|
||||
id: "62EF9D1895CA3811"
|
||||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.stone_age.clean_dust.title}"
|
||||
x: 6.0d
|
||||
|
|
|
|||
|
|
@ -50,9 +50,16 @@
|
|||
{
|
||||
id: "19CF6D922179DFF9"
|
||||
linked_quest: "11C45DBB20ED7647"
|
||||
shape: "heart"
|
||||
x: 9.0d
|
||||
y: -34.0d
|
||||
}
|
||||
{
|
||||
id: "3249AB9EB552BB77"
|
||||
linked_quest: "4B79026C8D2DACC4"
|
||||
x: 17.5d
|
||||
y: -28.0d
|
||||
}
|
||||
]
|
||||
quests: [
|
||||
{
|
||||
|
|
@ -280,7 +287,6 @@
|
|||
description: ["{quests.metal_age.bellows.desc}"]
|
||||
hide_dependency_lines: true
|
||||
id: "021D3DEEB15A3D17"
|
||||
shape: "rsquare"
|
||||
subtitle: "{quests.metal_age.bellows.subtitle}"
|
||||
tasks: [{
|
||||
id: "588EB07E980386F9"
|
||||
|
|
@ -1197,6 +1203,8 @@
|
|||
dependencies: ["3C173357029AB649"]
|
||||
description: ["{quests.metal_age.copper_diving.desc}"]
|
||||
id: "70FE6706B43FC5FC"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.metal_age.copper_diving.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -8,15 +8,7 @@
|
|||
images: [
|
||||
{
|
||||
height: 1.0d
|
||||
image: "tfc:item/grass_block_top"
|
||||
rotation: 0.0d
|
||||
width: 1.0d
|
||||
x: -3.0d
|
||||
y: 10.5d
|
||||
}
|
||||
{
|
||||
height: 1.0d
|
||||
image: "minecraft:block/blue_ice"
|
||||
image: "ad_astra:textures/gui/sprites/snowflake.png"
|
||||
rotation: 0.0d
|
||||
width: 1.0d
|
||||
x: -6.0d
|
||||
|
|
@ -24,36 +16,33 @@
|
|||
}
|
||||
{
|
||||
height: 1.0d
|
||||
image: "minecraft:block/lava_still"
|
||||
image: "ad_astra:textures/gui/sprites/fire.png"
|
||||
rotation: 0.0d
|
||||
width: 1.0d
|
||||
x: 0.0d
|
||||
y: 10.5d
|
||||
}
|
||||
{
|
||||
height: 1.0d
|
||||
image: "tfc:textures/gui/book/icons/thermometer.png"
|
||||
rotation: 0.0d
|
||||
width: 1.0d
|
||||
x: -3.0d
|
||||
y: 10.5d
|
||||
}
|
||||
]
|
||||
order_index: 0
|
||||
quest_links: [
|
||||
{
|
||||
id: "409385C6F6640BEA"
|
||||
linked_quest: "427814F6E9386772"
|
||||
shape: "gear"
|
||||
size: 4.0d
|
||||
x: 0.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
disable_toast: true
|
||||
id: "40D0029A2097C68F"
|
||||
linked_quest: "3D7B0F3134C30364"
|
||||
shape: "octagon"
|
||||
size: 3.0d
|
||||
x: 4.5d
|
||||
y: 0.0d
|
||||
}
|
||||
]
|
||||
quest_links: [{
|
||||
id: "409385C6F6640BEA"
|
||||
linked_quest: "427814F6E9386772"
|
||||
shape: "gear"
|
||||
size: 4.0d
|
||||
x: 4.0d
|
||||
y: 0.0d
|
||||
}]
|
||||
quests: [
|
||||
{
|
||||
dependencies: ["3D7B0F3134C30364"]
|
||||
dependencies: ["427814F6E9386772"]
|
||||
description: [
|
||||
"{quests.stone_age.find_rock.desc}"
|
||||
"{@pagebreak}"
|
||||
|
|
@ -82,10 +71,11 @@
|
|||
y: 0.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["3D7B0F3134C30364"]
|
||||
dependencies: ["427814F6E9386772"]
|
||||
description: ["{quests.stone_age.find_potable_water.desc}"]
|
||||
icon: "createdeco:decal_fluid"
|
||||
id: "1D40CAE675C4BB91"
|
||||
shape: "circle"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.stone_age.find_potable_water.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -96,7 +86,7 @@
|
|||
type: "gamestage"
|
||||
}]
|
||||
title: "{quests.stone_age.find_potable_water.title}"
|
||||
x: 4.5d
|
||||
x: 4.0d
|
||||
y: 6.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -434,7 +424,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.stone_age.water_jug.title}"
|
||||
x: 7.0d
|
||||
x: 6.5d
|
||||
y: 6.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -509,7 +499,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.stone_age.leather_flask.title}"
|
||||
x: 1.5d
|
||||
x: 1.0d
|
||||
y: 6.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -540,7 +530,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.stone_age.iron_flask.title}"
|
||||
x: 2.5d
|
||||
x: 2.0d
|
||||
y: 8.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -549,6 +539,7 @@
|
|||
guide_page: "tfc:field_guide tfc:getting_started/pottery"
|
||||
hide_dependency_lines: true
|
||||
id: "021921B4D2044B3B"
|
||||
shape: "diamond"
|
||||
subtitle: "{quests.stone_age.find_clay.subtitle}"
|
||||
tasks: [
|
||||
{
|
||||
|
|
@ -601,7 +592,6 @@
|
|||
guide_page: "tfc:field_guide tfc:getting_started/finding_ores"
|
||||
hide_dependency_lines: true
|
||||
id: "669F84C6A2A64145"
|
||||
shape: "diamond"
|
||||
subtitle: "{quests.stone_age.native_ores.subtitle}"
|
||||
tasks: [{
|
||||
id: "0B70FD35D2C27E4C"
|
||||
|
|
@ -1386,7 +1376,7 @@
|
|||
guide_page: "tfc:field_guide tfc:mechanics/support_beams"
|
||||
icon: "createdeco:decal_warning"
|
||||
id: "618090A6D0D3B2F1"
|
||||
shape: "diamond"
|
||||
shape: "circle"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.stone_age.hazards.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1399,7 +1389,7 @@
|
|||
y: 10.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["3D7B0F3134C30364"]
|
||||
dependencies: ["427814F6E9386772"]
|
||||
description: ["{quests.stone_age.foods.desc}"]
|
||||
id: "0FB8FD84B13F10C6"
|
||||
subtitle: "{quests.stone_age.foods.subtitle}"
|
||||
|
|
@ -1416,7 +1406,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.stone_age.foods.title}"
|
||||
x: 4.5d
|
||||
x: 4.0d
|
||||
y: -5.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1495,6 +1485,7 @@
|
|||
guide_page: "tfc:field_guide tfc:getting_started/food_and_water 5"
|
||||
icon: "minecraft:apple"
|
||||
id: "749B3C8698D34E91"
|
||||
shape: "circle"
|
||||
size: 1.5d
|
||||
subtitle: "{quests.stone_age.nutrition.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1502,7 +1493,7 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.stone_age.nutrition.title}"
|
||||
x: 3.0d
|
||||
x: 2.5d
|
||||
y: -5.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1666,7 +1657,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.stone_age.leather.title}"
|
||||
x: 1.5d
|
||||
x: 1.0d
|
||||
y: 13.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1688,28 +1679,37 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.stone_age.hydration.title}"
|
||||
x: 6.0d
|
||||
x: 5.5d
|
||||
y: 4.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["3D7B0F3134C30364"]
|
||||
dependencies: ["427814F6E9386772"]
|
||||
description: ["{quests.stone_age.temperature.desc}"]
|
||||
icon: "minecraft:sunflower"
|
||||
id: "38839D3E049215CE"
|
||||
shape: "circle"
|
||||
subtitle: "{quests.stone_age.temperature.subtitle}"
|
||||
tasks: [{
|
||||
id: "5EF087A092F21202"
|
||||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.stone_age.temperature.title}"
|
||||
x: 1.0d
|
||||
x: 0.5d
|
||||
y: 3.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["38839D3E049215CE"]
|
||||
description: ["{quests.stone_age.insulation.desc}"]
|
||||
icon: {
|
||||
Count: 1
|
||||
id: "tfcambiental:straw_hat"
|
||||
tag: {
|
||||
Damage: 0
|
||||
}
|
||||
}
|
||||
id: "4521BB8892B386AF"
|
||||
size: 2.0d
|
||||
shape: "circle"
|
||||
size: 1.5d
|
||||
subtitle: "{quests.stone_age.insulation.subtitle}"
|
||||
tasks: [{
|
||||
id: "139FA72AB6F06E57"
|
||||
|
|
@ -1834,7 +1834,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.stone_age.glass_bottles.title}"
|
||||
x: 6.5d
|
||||
x: 6.0d
|
||||
y: 8.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1848,7 +1848,7 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.stone_age.water_bucket.title}"
|
||||
x: 4.5d
|
||||
x: 4.0d
|
||||
y: 9.0d
|
||||
}
|
||||
{
|
||||
|
|
|
|||
|
|
@ -822,6 +822,7 @@
|
|||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.space_survival.spice.desc}"]
|
||||
icon: "tfg:spice"
|
||||
id: "0CA5B715B76E4A5B"
|
||||
shape: "hexagon"
|
||||
size: 1.5d
|
||||
|
|
@ -1108,15 +1109,23 @@
|
|||
Count: 1
|
||||
ForgeCaps: {
|
||||
"tfc:food": {
|
||||
creationDate: -9223372036854775808L
|
||||
creationDate: -2L
|
||||
foodData: {
|
||||
dairy: 0.0f
|
||||
decay: 0.0f
|
||||
food: 0
|
||||
fruit: 0.0f
|
||||
grain: 0.0f
|
||||
meat: 0.0f
|
||||
sat: 0.0f
|
||||
veg: 0.0f
|
||||
water: 0.0f
|
||||
}
|
||||
ingredients: [ ]
|
||||
traits: [ ]
|
||||
}
|
||||
"tfc:item_heat": {
|
||||
heat: 0.0f
|
||||
ticks: 0L
|
||||
}
|
||||
}
|
||||
id: "betterend:cave_pumpkin_pie"
|
||||
id: "tfg:food/cooked_dino_nugget"
|
||||
}
|
||||
id: "1AC201876984D248"
|
||||
optional: true
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@
|
|||
{
|
||||
dependencies: [
|
||||
"125563A12EE5C296"
|
||||
"5792DDAA82895E67"
|
||||
"56CA2EB7812529C5"
|
||||
]
|
||||
description: ["{quests.tfg_tips.red_steel_backpack.desc}"]
|
||||
id: "4B79026C8D2DACC4"
|
||||
|
|
@ -1170,6 +1170,7 @@
|
|||
dependencies: ["037CDA933FBE2CBE"]
|
||||
description: ["{quests.tfg_tips.olive_oil.desc}"]
|
||||
id: "13FC17F88DFEB8A8"
|
||||
optional: true
|
||||
size: 1.5d
|
||||
subtitle: "{quests.tfg_tips.olive_oil.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1231,9 +1232,13 @@
|
|||
y: 12.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["037CDA933FBE2CBE"]
|
||||
dependencies: [
|
||||
"037CDA933FBE2CBE"
|
||||
"5B2696206205CB2E"
|
||||
]
|
||||
description: ["{quests.tfg_tips.glowstone_lamp.desc}"]
|
||||
id: "61F58B402F1AE40B"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
size: 2.0d
|
||||
subtitle: "{quests.tfg_tips.glowstone_lamp.subtitle}"
|
||||
|
|
@ -1256,6 +1261,7 @@
|
|||
dependencies: ["037CDA933FBE2CBE"]
|
||||
description: ["{quests.tfg_tips.tallow.desc}"]
|
||||
id: "54E6994D5CC693A7"
|
||||
optional: true
|
||||
size: 1.15d
|
||||
subtitle: "{quests.tfg_tips.tallow.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1278,6 +1284,7 @@
|
|||
dependencies: ["037CDA933FBE2CBE"]
|
||||
description: ["{quests.tfg_tips.creosote.desc}"]
|
||||
id: "72C1E430FF6D2DD8"
|
||||
optional: true
|
||||
size: 1.0d
|
||||
subtitle: "{quests.tfg_tips.creosote.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1304,6 +1311,7 @@
|
|||
description: ["{quests.tfg_tips.lava_lamp.desc}"]
|
||||
icon: "minecraft:lava_bucket"
|
||||
id: "4EBABACAB444244D"
|
||||
optional: true
|
||||
shape: "square"
|
||||
size: 1.75d
|
||||
subtitle: "{quests.tfg_tips.lava_lamp.subtitle}"
|
||||
|
|
@ -2447,6 +2455,7 @@
|
|||
dependencies: ["037CDA933FBE2CBE"]
|
||||
description: ["{quests.tfg_tips.tools_tips.seed_oil.desc}"]
|
||||
id: "30B9137740247627"
|
||||
optional: true
|
||||
size: 1.25d
|
||||
subtitle: "{quests.tfg_tips.tools_tips.seed_oil.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -2469,6 +2478,7 @@
|
|||
dependencies: ["037CDA933FBE2CBE"]
|
||||
description: ["{quests.tfg_tips.tools_tips.soybean_oil.desc}"]
|
||||
id: "6C0A087006DF8679"
|
||||
optional: true
|
||||
size: 1.25d
|
||||
subtitle: "{quests.tfg_tips.tools_tips.soybean_oil.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -2859,6 +2869,7 @@
|
|||
{
|
||||
dependencies: ["15277C12EEB517E1"]
|
||||
description: ["{quests.tfg_tips.tools_tips.concrete_roads.desc}"]
|
||||
disable_toast: true
|
||||
guide_page: "tfc:field_guide tfc:roadsandroofs/concrete_roads 0"
|
||||
id: "191DB28DC6FF4538"
|
||||
subtitle: "{quests.tfg_tips.tools_tips.concrete_roads.subtitle}"
|
||||
|
|
@ -2874,6 +2885,7 @@
|
|||
{
|
||||
dependencies: ["15277C12EEB517E1"]
|
||||
description: ["{quests.tfg_tips.tools_tips.brick_roads.desc}"]
|
||||
disable_toast: true
|
||||
guide_page: "tfc:field_guide tfc:roadsandroofs/stone_roads 0"
|
||||
id: "345EB58B7064BF4A"
|
||||
subtitle: "{quests.tfg_tips.tools_tips.brick_roads.subtitle}"
|
||||
|
|
@ -2896,6 +2908,7 @@
|
|||
{
|
||||
dependencies: ["15277C12EEB517E1"]
|
||||
description: ["{quests.tfg_tips.tools_tips.gravel_roads.desc}"]
|
||||
disable_toast: true
|
||||
id: "7E46F50FEBEE9003"
|
||||
subtitle: "{quests.tfg_tips.tools_tips.gravel_roads.subtitle}"
|
||||
tasks: [{
|
||||
|
|
|
|||
|
|
@ -1124,7 +1124,6 @@
|
|||
{
|
||||
dependencies: ["7EE13BE102F323F3"]
|
||||
description: ["{quests.tfg_tips.reinforced_glider.desc}"]
|
||||
hide_until_deps_complete: true
|
||||
id: "472D1C507490CC8A"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
|
|
@ -1463,19 +1462,6 @@
|
|||
{
|
||||
dependencies: ["1594C2564FC7982D"]
|
||||
description: ["{quests.tfg_tips.horseshoes.desc}"]
|
||||
icon: {
|
||||
Count: 1
|
||||
ForgeCaps: {
|
||||
"tfc:item_heat": {
|
||||
heat: 0.0f
|
||||
ticks: 0L
|
||||
}
|
||||
}
|
||||
id: "sns:metal/horseshoes/steel"
|
||||
tag: {
|
||||
Damage: 0
|
||||
}
|
||||
}
|
||||
id: "40566F6665A095C6"
|
||||
subtitle: "{quests.tfg_tips.horseshoes.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -1515,7 +1501,11 @@
|
|||
y: 0.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["05528D09F7EE6E33"]
|
||||
dependencies: [
|
||||
"05528D09F7EE6E33"
|
||||
"5917B0D4708BF534"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.tfg_tips.transportation_tips.rnr_plow.desc}"]
|
||||
guide_page: "tfc:field_guide tfc:roadsandroofs/paving_cart 0"
|
||||
id: "533F32CCAD9D5B51"
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
drop_loot_crates: false
|
||||
emergency_items_cooldown: 300
|
||||
grid_scale: 0.5d
|
||||
hide_excluded_quests: false
|
||||
icon: "tfg:terra_firma_greg"
|
||||
lock_message: "e"
|
||||
loot_crate_no_drop: {
|
||||
|
|
|
|||
|
|
@ -19,4 +19,9 @@ seasonColorSpring = "3311CAD7"
|
|||
#How much to drip when wet. 0 to turn off
|
||||
#Range: 0 ~ 100
|
||||
drippiness = 30
|
||||
|
||||
#For all ARGB values, set to 00000000 to disable the feature in that season
|
||||
#Change temperature display to Fahrenheit.
|
||||
useFahrenheit = false
|
||||
#Offset the GUI elements. Useful if you're using a resourcep ack that changes the health or hunger bars
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
guiOffset = 8.0
|
||||
|
|
|
|||
|
|
@ -1,34 +1,34 @@
|
|||
|
||||
#General Settings
|
||||
[general]
|
||||
#Base rpm creatures can spin the horse crank.
|
||||
#Range: > 1
|
||||
creatureRPMRange = 16
|
||||
#How much stress small creatures can produce for the horse crank.
|
||||
#Range: > 1
|
||||
smallCreatureStressRange = 8
|
||||
#How much stress medium creatures can produce for the horse crank.
|
||||
#Range: > 1
|
||||
mediumCreatureStressRange = 12
|
||||
#How much stress large creatures can produce for the horse crank.
|
||||
#Range: > 1
|
||||
largeCreatureStressRange = 16
|
||||
|
||||
#Path Category
|
||||
[paths]
|
||||
#Types of blocks valid as "Poor" quality,
|
||||
poor_path_block = ["tfc:rooted_dirt/sandy_loam", "tfc:clay/sandy_loam", "tfc:dirt/sandy_loam", "tfc:rooted_dirt/loam", "tfc:clay/loam", "tfc:clay/silt", "tfc:dirt/loam", "tfc:rooted_dirt/silt", "tfc:dirt/silt", "tfc:dirt/silty_loam", "tfc:clay/silty_loam", "tfc:rooted_dirt/silty_loam", "tfc:peat_grass", "tfc:clay_grass/silty_loam", "tfc:grass/silty_loam", "tfc:clay_grass/sandy_loam", "tfc:grass/sandy_loam", "tfc:clay_grass/loam", "tfc:grass/loam", "tfc:clay_grass/silt", "tfc:grass/silt", "tfg:grass/mars_dirt", "tfg:grass/sangnum_mycelium", "tfg:grass/amber_mycelium", "tfg:grass/rusticus_mycelium", "tfg:grass/sangnum_clay_mycelium", "tfg:grass/amber_clay_mycelium", "tfg:grass/rusticus_clay_mycelium", "tfg:grass/sangnum_kaolin_mycelium", "tfg:grass/amber_kaolin_mycelium", "tfg:grass/rusticus_kaolin_mycelium"]
|
||||
#Types of blocks valid as "Normal" quality,
|
||||
normal_path_block = ["tfc:rock/gravel/granite", "tfc:rock/gravel/diorite", "tfc:rock/gravel/gabbro", "tfc:rock/gravel/shale", "tfc:rock/gravel/claystone", "tfc:rock/gravel/limestone", "tfc:rock/gravel/conglomerate", "tfc:rock/gravel/dolomite", "tfc:rock/gravel/chert", "tfc:rock/gravel/schist", "tfc:rock/gravel/phyllite", "tfc:rock/gravel/slate", "tfc:rock/gravel/quartzite", "tfc:rock/gravel/dacite", "tfc:rock/gravel/andesite", "tfc:rock/gravel/basalt", "tfc:rock/gravel/rhyolite", "tfc:rock/gravel/chalk", "tfc:rock/gravel/marble", "tfg:rock/gravel_dripstone", "tfg:rock/gravel_deepslate", "tfg:rock/gravel_blackstone", "tfg:rock/gravel_moon", "tfg:rock/gravel_moon_deepslate", "tfg:rock/gravel_glacio", "tfg:rock/gravel_mars", "tfg:rock/gravel_venus", "tfg:rock/gravel_mercury", "tfg:rock/gravel_crackrack", "tfc:grass_path/silt", "tfc:grass_path/loam", "tfc:grass_path/sandy_loam", "tfc:grass_path/silty_loam", "tfg:grass/mars_path", "rnr:hoggin"]
|
||||
#Types of blocks valid as "Great" quality,
|
||||
great_path_block = ["rnr:rock/gravel_road/chert", "rnr:rock/gravel_road/chalk", "rnr:rock/gravel_road/rhyolite", "rnr:rock/gravel_road/basalt", "rnr:rock/gravel_road/andesite", "rnr:rock/gravel_road/claystone", "rnr:rock/gravel_road/limestone", "rnr:rock/gravel_road/conglomerate", "rnr:rock/gravel_road/dolomite", "rnr:rock/sett_road/granite", "rnr:rock/sett_road/diorite", "rnr:rock/sett_road/chalk", "rnr:rock/sett_road/rhyolite", "rnr:rock/sett_road/basalt", "rnr:rock/sett_road/quartzite", "rnr:rock/sett_road/dacite", "rnr:rock/sett_road/andesite", "rnr:rock/cobbled_road/chert", "rnr:rock/cobbled_road/dolomite", "rnr:rock/gravel_road/granite", "rnr:rock/gravel_road/marble", "rnr:rock/gravel_road/schist", "rnr:rock/gravel_road/phyllite", "rnr:rock/gravel_road/slate", "rnr:rock/gravel_road/quartzite", "rnr:rock/gravel_road/dacite", "rnr:rock/macadam_road/rhyolite", "rnr:rock/macadam_road/chalk", "rnr:rock/macadam_road/chert", "rnr:rock/macadam_road/dolomite", "rnr:rock/macadam_road/conglomerate", "rnr:rock/macadam_road/limestone", "rnr:rock/macadam_road/gabbro", "rnr:rock/macadam_road/claystone", "rnr:rock/macadam_road/shale", "rnr:rock/macadam_road/gneiss", "rnr:rock/macadam_road/marble", "rnr:rock/macadam_road/schist", "rnr:rock/macadam_road/phyllite", "rnr:rock/macadam_road/slate", "rnr:rock/macadam_road/quartzite", "rnr:rock/macadam_road/dacite", "rnr:rock/macadam_road/andesite", "rnr:rock/macadam_road/basalt", "rnr:rock/gravel_road/diorite", "rnr:rock/gravel_road/gabbro", "rnr:rock/gravel_road/shale", "rnr:rock/macadam_road/diorite", "rnr:rock/macadam_road/granite", "rnr:rock/cobbled_road/conglomerate", "rnr:rock/cobbled_road/limestone", "rnr:rock/cobbled_road/claystone", "rnr:rock/cobbled_road/shale", "rnr:rock/cobbled_road/gabbro", "rnr:rock/cobbled_road/diorite", "rnr:rock/cobbled_road/granite", "rnr:rock/cobbled_road/phyllite", "rnr:rock/cobbled_road/schist", "rnr:rock/cobbled_road/slate", "rnr:rock/cobbled_road/quartzite", "rnr:rock/cobbled_road/dacite", "rnr:rock/cobbled_road/andesite", "rnr:rock/cobbled_road/rhyolite", "rnr:rock/cobbled_road/basalt", "rnr:rock/cobbled_road/chalk", "rnr:rock/cobbled_road/gneiss", "rnr:rock/cobbled_road/marble", "rnr:rock/sett_road/chert", "rnr:rock/sett_road/dolomite", "rnr:rock/sett_road/conglomerate", "rnr:rock/sett_road/limestone", "rnr:rock/sett_road/claystone", "rnr:rock/sett_road/shale", "rnr:rock/sett_road/gabbro", "rnr:rock/flagstones/gneiss", "rnr:rock/flagstones/marble", "rnr:black_sandstone_flagstones", "rnr:brown_sandstone_flagstones", "rnr:green_sandstone_flagstones", "rnr:pink_sandstone_flagstones", "rnr:red_sandstone_flagstones", "rnr:white_sandstone_flagstones", "rnr:yellow_sandstone_flagstones", "rnr:concrete_road_sett", "rnr:brick_road", "rnr:rock/sett_road/marble", "rnr:rock/sett_road/gneiss", "rnr:rock/sett_road/schist", "rnr:rock/sett_road/phyllite", "rnr:rock/sett_road/slate", "rnr:rock/sett_road/quartzite", "rnr:rock/sett_road/dacite", "rnr:rock/flagstones/chert", "rnr:rock/flagstones/dolomite", "rnr:rock/flagstones/conglomerate", "rnr:rock/flagstones/limestone", "rnr:rock/flagstones/claystone", "rnr:rock/flagstones/shale", "rnr:rock/flagstones/gabbro", "rnr:rock/flagstones/diorite", "rnr:rock/flagstones/granite", "rnr:rock/flagstones/schist", "rnr:rock/flagstones/phyllite", "rnr:rock/flagstones/slate", "rnr:rock/flagstones/quartzite", "rnr:rock/flagstones/andesite", "rnr:rock/flagstones/dacite", "rnr:rock/flagstones/basalt", "rnr:rock/flagstones/rhyolite", "rnr:rock/flagstones/chalk"]
|
||||
|
||||
#Creature Category
|
||||
[workers]
|
||||
#Valid "Small" creatures
|
||||
small_creatures = ["tfc:wolf", "tfc:dog", "tfc:pig", "tfc:sheep", "tfc:goat", "tfc:alpaca", "tfg:glacian_ram", "tfg:wraptor", "species:springaling", "tfg:surfer"]
|
||||
#Valid "Medium" creatures
|
||||
medium_creatures = ["tfc:cow", "tfc:donkey", "tfc:dolphin", "wan_ancient_beasts:glider", "wan_ancient_beasts:soarer"]
|
||||
#Valid "Large" creatures
|
||||
large_creatures = ["tfc:horse", "tfc:mule", "tfc:musk_ox", "tfc:yak", "tfg:sniffer", "wan_ancient_beasts:walker", "species:cruncher"]
|
||||
#Base rpm creatures can spin the horse crank.
|
||||
#Range: > 1
|
||||
creatureRPMRange = 16
|
||||
#How much stress small creatures can produce for the horse crank.
|
||||
#Range: > 1
|
||||
smallCreatureStressRange = 8
|
||||
#How much stress medium creatures can produce for the horse crank.
|
||||
#Range: > 1
|
||||
mediumCreatureStressRange = 12
|
||||
#How much stress large creatures can produce for the horse crank.
|
||||
#Range: > 1
|
||||
largeCreatureStressRange = 16
|
||||
#The multiplier for "Poor" paths
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
poorMultiplier = 0.5
|
||||
#The multiplier for "Normal" paths
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
normalMultiplier = 1.0
|
||||
#The multiplier for "Great" paths
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
greatMultiplier = 2.0
|
||||
#Types of blocks valid as "Poor" quality
|
||||
poorPathBlock = ["tfc:rooted_dirt/sandy_loam", "tfc:clay/sandy_loam", "tfc:dirt/sandy_loam", "tfc:rooted_dirt/loam", "tfc:clay/loam", "tfc:clay/silt", "tfc:dirt/loam", "tfc:rooted_dirt/silt", "tfc:dirt/silt", "tfc:dirt/silty_loam", "tfc:clay/silty_loam", "tfc:rooted_dirt/silty_loam", "tfc:peat_grass", "tfc:clay_grass/silty_loam", "tfc:grass/silty_loam", "tfc:clay_grass/sandy_loam", "tfc:grass/sandy_loam", "tfc:clay_grass/loam", "tfc:grass/loam", "tfc:clay_grass/silt", "tfc:grass/silt", "tfg:grass/mars_dirt", "tfg:grass/sangnum_mycelium", "tfg:grass/amber_mycelium", "tfg:grass/rusticus_mycelium", "tfg:grass/sangnum_clay_mycelium", "tfg:grass/amber_clay_mycelium", "tfg:grass/rusticus_clay_mycelium", "tfg:grass/sangnum_kaolin_mycelium", "tfg:grass/amber_kaolin_mycelium", "tfg:grass/rusticus_kaolin_mycelium"]
|
||||
#Types of blocks valid as "Normal" quality
|
||||
normalPathBlock = ["tfc:rock/gravel/granite", "tfc:rock/gravel/diorite", "tfc:rock/gravel/gabbro", "tfc:rock/gravel/shale", "tfc:rock/gravel/claystone", "tfc:rock/gravel/limestone", "tfc:rock/gravel/conglomerate", "tfc:rock/gravel/dolomite", "tfc:rock/gravel/chert", "tfc:rock/gravel/schist", "tfc:rock/gravel/phyllite", "tfc:rock/gravel/slate", "tfc:rock/gravel/quartzite", "tfc:rock/gravel/dacite", "tfc:rock/gravel/andesite", "tfc:rock/gravel/basalt", "tfc:rock/gravel/rhyolite", "tfc:rock/gravel/chalk", "tfc:rock/gravel/marble", "tfg:rock/gravel_dripstone", "tfg:rock/gravel_deepslate", "tfg:rock/gravel_blackstone", "tfg:rock/gravel_moon", "tfg:rock/gravel_moon_deepslate", "tfg:rock/gravel_glacio", "tfg:rock/gravel_mars", "tfg:rock/gravel_venus", "tfg:rock/gravel_mercury", "tfg:rock/gravel_crackrack", "tfc:grass_path/silt", "tfc:grass_path/loam", "tfc:grass_path/sandy_loam", "tfc:grass_path/silty_loam", "tfg:grass/mars_path", "rnr:hoggin"]
|
||||
#Types of blocks valid as "Great" quality
|
||||
greatPathBlock = ["rnr:rock/gravel_road/chert", "rnr:rock/gravel_road/chalk", "rnr:rock/gravel_road/rhyolite", "rnr:rock/gravel_road/basalt", "rnr:rock/gravel_road/andesite", "rnr:rock/gravel_road/claystone", "rnr:rock/gravel_road/limestone", "rnr:rock/gravel_road/conglomerate", "rnr:rock/gravel_road/dolomite", "rnr:rock/sett_road/granite", "rnr:rock/sett_road/diorite", "rnr:rock/sett_road/chalk", "rnr:rock/sett_road/rhyolite", "rnr:rock/sett_road/basalt", "rnr:rock/sett_road/quartzite", "rnr:rock/sett_road/dacite", "rnr:rock/sett_road/andesite", "rnr:rock/cobbled_road/chert", "rnr:rock/cobbled_road/dolomite", "rnr:rock/gravel_road/granite", "rnr:rock/gravel_road/marble", "rnr:rock/gravel_road/schist", "rnr:rock/gravel_road/phyllite", "rnr:rock/gravel_road/slate", "rnr:rock/gravel_road/quartzite", "rnr:rock/gravel_road/dacite", "rnr:rock/macadam_road/rhyolite", "rnr:rock/macadam_road/chalk", "rnr:rock/macadam_road/chert", "rnr:rock/macadam_road/dolomite", "rnr:rock/macadam_road/conglomerate", "rnr:rock/macadam_road/limestone", "rnr:rock/macadam_road/gabbro", "rnr:rock/macadam_road/claystone", "rnr:rock/macadam_road/shale", "rnr:rock/macadam_road/gneiss", "rnr:rock/macadam_road/marble", "rnr:rock/macadam_road/schist", "rnr:rock/macadam_road/phyllite", "rnr:rock/macadam_road/slate", "rnr:rock/macadam_road/quartzite", "rnr:rock/macadam_road/dacite", "rnr:rock/macadam_road/andesite", "rnr:rock/macadam_road/basalt", "rnr:rock/gravel_road/diorite", "rnr:rock/gravel_road/gabbro", "rnr:rock/gravel_road/shale", "rnr:rock/macadam_road/diorite", "rnr:rock/macadam_road/granite", "rnr:rock/cobbled_road/conglomerate", "rnr:rock/cobbled_road/limestone", "rnr:rock/cobbled_road/claystone", "rnr:rock/cobbled_road/shale", "rnr:rock/cobbled_road/gabbro", "rnr:rock/cobbled_road/diorite", "rnr:rock/cobbled_road/granite", "rnr:rock/cobbled_road/phyllite", "rnr:rock/cobbled_road/schist", "rnr:rock/cobbled_road/slate", "rnr:rock/cobbled_road/quartzite", "rnr:rock/cobbled_road/dacite", "rnr:rock/cobbled_road/andesite", "rnr:rock/cobbled_road/rhyolite", "rnr:rock/cobbled_road/basalt", "rnr:rock/cobbled_road/chalk", "rnr:rock/cobbled_road/gneiss", "rnr:rock/cobbled_road/marble", "rnr:rock/sett_road/chert", "rnr:rock/sett_road/dolomite", "rnr:rock/sett_road/conglomerate", "rnr:rock/sett_road/limestone", "rnr:rock/sett_road/claystone", "rnr:rock/sett_road/shale", "rnr:rock/sett_road/gabbro", "rnr:rock/flagstones/gneiss", "rnr:rock/flagstones/marble", "rnr:black_sandstone_flagstones", "rnr:brown_sandstone_flagstones", "rnr:green_sandstone_flagstones", "rnr:pink_sandstone_flagstones", "rnr:red_sandstone_flagstones", "rnr:white_sandstone_flagstones", "rnr:yellow_sandstone_flagstones", "rnr:concrete_road_sett", "rnr:brick_road", "rnr:rock/sett_road/marble", "rnr:rock/sett_road/gneiss", "rnr:rock/sett_road/schist", "rnr:rock/sett_road/phyllite", "rnr:rock/sett_road/slate", "rnr:rock/sett_road/quartzite", "rnr:rock/sett_road/dacite", "rnr:rock/flagstones/chert", "rnr:rock/flagstones/dolomite", "rnr:rock/flagstones/conglomerate", "rnr:rock/flagstones/limestone", "rnr:rock/flagstones/claystone", "rnr:rock/flagstones/shale", "rnr:rock/flagstones/gabbro", "rnr:rock/flagstones/diorite", "rnr:rock/flagstones/granite", "rnr:rock/flagstones/schist", "rnr:rock/flagstones/phyllite", "rnr:rock/flagstones/slate", "rnr:rock/flagstones/quartzite", "rnr:rock/flagstones/andesite", "rnr:rock/flagstones/dacite", "rnr:rock/flagstones/basalt", "rnr:rock/flagstones/rhyolite", "rnr:rock/flagstones/chalk", "greate:andesite_shaft", "greate:steel_shaft", "greate:andesite_cogwheel", "greate:steel_cogwheel", "greate:large_andesite_cogwheel", "greate:large_steel_cogwheel"]
|
||||
#Valid "Small" creatures
|
||||
smallCreatures = ["tfc:wolf", "tfc:dog", "tfc:pig", "tfc:sheep", "tfc:goat", "tfc:alpaca", "tfg:glacian_ram", "tfg:wraptor", "species:springaling", "tfg:surfer"]
|
||||
#Valid "Medium" creatures
|
||||
mediumCreatures = ["tfc:cow", "tfc:donkey", "tfc:dolphin", "wan_ancient_beasts:glider", "wan_ancient_beasts:soarer"]
|
||||
#Valid "Large" creatures
|
||||
largeCreatures = ["tfc:horse", "tfc:mule", "tfc:musk_ox", "tfc:yak", "tfg:sniffer", "wan_ancient_beasts:walker", "species:cruncher"]
|
||||
|
||||
|
|
|
|||
|
|
@ -112,14 +112,14 @@
|
|||
"entity.ad_astra.corrupted_lunarian": "月面ゾンビ",
|
||||
"entity.ad_astra.martian_raptor": "スケルタルラプター",
|
||||
"entity.ad_astra.tier_1_rocket": "R-AS製ロケット",
|
||||
"entity.ad_astra.tier_2_rocket": "ASM 4914 チタニウム製ロケット",
|
||||
"entity.ad_astra.tier_2_rocket": "ASM-4914 チタニウム製ロケット",
|
||||
"entity.ad_astra.tier_3_rocket": "45-Ti タングステンスチール製ロケット",
|
||||
"entity.ad_astra.tier_1_rover": "探査車",
|
||||
"fluid_type.ad_astra.oxygen": "人工空気",
|
||||
"item.ad_astra.steel_cable": "基本型RFケーブル",
|
||||
"item.ad_astra.desh_cable": "発展型RFケーブル",
|
||||
"item.ad_astra.tier_1_rocket": "R-AS製ロケット",
|
||||
"item.ad_astra.tier_2_rocket": "ASM 4914 チタニウム製ロケット",
|
||||
"item.ad_astra.tier_2_rocket": "ASM-4914 チタニウム製ロケット",
|
||||
"item.ad_astra.tier_3_rocket": "45-Ti タングステンスチール製ロケット",
|
||||
"item.ad_astra.oxygen_bucket": "人工空気入りバケツ",
|
||||
"item.ad_astra.tier_1_rover": "探査車",
|
||||
|
|
@ -145,7 +145,7 @@
|
|||
"tagprefix.venus_stone": "%s鉱石(粗面岩)",
|
||||
"tagprefix.mercury_stone": "%s鉱石(コマチアイト)",
|
||||
"tagprefix.glacio_stone": "%s鉱石(響岩)",
|
||||
"info.ad_astra.solar_panel": "Generates energy from the sun during the day. Note that the energy generated is dependent on the planet.",
|
||||
"info.ad_astra.solar_panel": "日中に太陽光から発電します。発電量は惑星によって異なることに注意してください。",
|
||||
"tooltip.ad_astra.energy": "%s FE / %s FE",
|
||||
"tooltip.ad_astra.energy_generation_per_tick": "Generates %s FE per tick",
|
||||
"tooltip.ad_astra.energy_in": "In: %s FE/t",
|
||||
|
|
|
|||
|
|
@ -2,5 +2,11 @@
|
|||
"__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.portable_item_cell_256k": "256К Переносная предметная ячейка",
|
||||
"item.ae2.portable_fluid_cell_256k": "256К Переносная жидкостная ячейка",
|
||||
"item.ae2.cell_component_256k": "256К МЭ компонент хранения",
|
||||
"item.ae2.item_storage_cell_256k": "256К МЭ предметная ячейка хранения",
|
||||
"item.ae2.fluid_storage_cell_256k": "256К МЭ жидкостная ячейка хранения",
|
||||
"block.ae2.256k_crafting_storage": "Хранилище для изготовления на 256К"
|
||||
}
|
||||
|
|
@ -22,6 +22,248 @@
|
|||
"block.beneath.wood.fallen_leaves.warped": "诡异瓣叶落叶",
|
||||
"block.beneath.wood.leaves.warped": "诡异瓣叶",
|
||||
"block.beneath.ancient_altar": "辉石岩基座",
|
||||
"item.beneath.wood.lumber.crimson": "绯红木材",
|
||||
"item.beneath.wood.sign.crimson": "绯红木告示牌",
|
||||
"item.beneath.wood.boat.crimson": "绯红木船",
|
||||
"block.beneath.wood.twig.crimson": "绯红树枝",
|
||||
"item.beneath.wood.chest_minecart.crimson": "绯红木运输矿车",
|
||||
"block.beneath.wood.potted_sapling.crimson": "绯红树幼苗盆栽",
|
||||
"block.beneath.wood.planks.crimson": "绯红木板",
|
||||
"block.beneath.wood.planks.crimson_tool_rack": "绯红木工具架",
|
||||
"block.beneath.wood.planks.crimson_loom": "绯红木织机",
|
||||
"block.beneath.wood.planks.crimson_bookshelf": "绯红木书架",
|
||||
"block.beneath.wood.planks.crimson_workbench": "绯红木工作台",
|
||||
"block.beneath.wood.vertical_support.crimson": "绯红木支撑梁",
|
||||
"block.beneath.wood.horizontal_support.crimson": "绯红木支撑梁",
|
||||
"item.beneath.wood.support.crimson": "绯红木支撑梁",
|
||||
"block.beneath.wood.chest.crimson": "绯红木箱子",
|
||||
"block.beneath.wood.trapped_chest.crimson": "绯红木陷阱箱",
|
||||
"block.beneath.wood.sluice.crimson": "绯红木洗矿槽",
|
||||
"block.beneath.wood.planks.crimson_sign": "绯红木告示牌",
|
||||
"block.beneath.wood.planks.crimson_wall_sign": "绯红木告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.bismuth_bronze.crimson": "铋青铜绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.bismuth_bronze.crimson": "墙上的铋青铜绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.black_bronze.crimson": "黑青铜绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.black_bronze.crimson": "墙上的黑青铜绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.bronze.crimson": "青铜绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.bronze.crimson": "墙上的青铜绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.copper.crimson": "铜绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.copper.crimson": "墙上的铜绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.wrought_iron.crimson": "锻铁绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.wrought_iron.crimson": "墙上的锻铁绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.steel.crimson": "钢绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.steel.crimson": "墙上的钢绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.black_steel.crimson": "黑钢绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.black_steel.crimson": "墙上的黑钢绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.blue_steel.crimson": "蓝钢绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.blue_steel.crimson": "墙上的蓝钢绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.red_steel.crimson": "红钢绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.red_steel.crimson": "墙上的红钢绯红木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.bismuth_bronze.crimson": "铋青铜绯红木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.black_bronze.crimson": "黑青铜绯红木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.bronze.crimson": "青铜绯红木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.copper.crimson": "铜绯红木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.wrought_iron.crimson": "锻铁绯红木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.steel.crimson": "钢绯红木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.black_steel.crimson": "黑钢绯红木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.blue_steel.crimson": "蓝钢绯红木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.red_steel.crimson": "红钢绯红木悬挂式告示牌",
|
||||
"block.beneath.wood.barrel.crimson": "绯红木大桶",
|
||||
"block.beneath.wood.lectern.crimson": "绯红木讲台",
|
||||
"block.beneath.wood.scribing_table.crimson": "绯红木书写桌",
|
||||
"block.beneath.wood.sewing_table.crimson": "绯红木缝纫桌",
|
||||
"block.beneath.wood.jar_shelf.crimson": "绯红木橱柜",
|
||||
"block.beneath.wood.axle.crimson": "绯红木传动轴",
|
||||
"block.beneath.wood.bladed_axle.crimson": "绯红木叶片传动轴",
|
||||
"block.beneath.wood.encased_axle.crimson": "绯红木封闭传动轴",
|
||||
"block.beneath.wood.clutch.crimson": "绯红木离合器",
|
||||
"block.beneath.wood.gear_box.crimson": "绯红木齿轮箱",
|
||||
"block.beneath.wood.windmill.crimson": "绯红木风车",
|
||||
"block.beneath.wood.water_wheel.crimson": "绯红木水车",
|
||||
"block.beneath.wood.planks.crimson_door": "绯红木门",
|
||||
"block.beneath.wood.planks.crimson_trapdoor": "绯红木活板门",
|
||||
"block.beneath.wood.planks.crimson_fence": "绯红木栅栏",
|
||||
"block.beneath.wood.planks.crimson_log_fence": "绯红木原木栅栏",
|
||||
"block.beneath.wood.planks.crimson_fence_gate": "绯红木栅栏门",
|
||||
"block.beneath.wood.planks.crimson_button": "绯红木按钮",
|
||||
"block.beneath.wood.planks.crimson_pressure_plate": "绯红木压力板",
|
||||
"block.beneath.wood.planks.crimson_slab": "绯红木台阶",
|
||||
"block.beneath.wood.planks.crimson_stairs": "绯红木楼梯",
|
||||
"block.beneath.wood.sapling.crimson": "绯红树苗",
|
||||
"item.beneath.wood.lumber.warped": "诡异木材",
|
||||
"item.beneath.wood.sign.warped": "诡异木告示牌",
|
||||
"item.beneath.wood.boat.warped": "诡异木船",
|
||||
"block.beneath.wood.twig.warped": "诡异树枝",
|
||||
"item.beneath.wood.chest_minecart.warped": "诡异木运输矿车",
|
||||
"block.beneath.wood.potted_sapling.warped": "诡异树幼苗盆栽",
|
||||
"block.beneath.wood.planks.warped": "诡异木板",
|
||||
"block.beneath.wood.planks.warped_tool_rack": "诡异木工具架",
|
||||
"block.beneath.wood.planks.warped_loom": "诡异木织机",
|
||||
"block.beneath.wood.planks.warped_bookshelf": "诡异木书架",
|
||||
"block.beneath.wood.planks.warped_workbench": "诡异木工作台",
|
||||
"block.beneath.wood.vertical_support.warped": "诡异木支撑梁",
|
||||
"block.beneath.wood.horizontal_support.warped": "诡异木支撑梁",
|
||||
"item.beneath.wood.support.warped": "诡异木支撑梁",
|
||||
"block.beneath.wood.chest.warped": "诡异木箱子",
|
||||
"block.beneath.wood.trapped_chest.warped": "诡异木陷阱箱",
|
||||
"block.beneath.wood.sluice.warped": "诡异木洗矿槽",
|
||||
"block.beneath.wood.planks.warped_sign": "诡异木告示牌",
|
||||
"block.beneath.wood.planks.warped_wall_sign": "诡异木告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.bismuth_bronze.warped": "铋青铜诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.bismuth_bronze.warped": "墙上的铋青铜诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.black_bronze.warped": "黑青铜诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.black_bronze.warped": "墙上的黑青铜诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.bronze.warped": "青铜诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.bronze.warped": "墙上的青铜诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.copper.warped": "铜诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.copper.warped": "墙上的铜诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.wrought_iron.warped": "锻铁诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.wrought_iron.warped": "墙上的锻铁诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.steel.warped": "钢诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.steel.warped": "墙上的钢诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.black_steel.warped": "黑钢诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.black_steel.warped": "墙上的黑钢诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.blue_steel.warped": "蓝钢诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.blue_steel.warped": "墙上的蓝钢诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.hanging_sign.red_steel.warped": "红钢诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.planks.wall_hanging_sign.red_steel.warped": "墙上的红钢诡异木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.bismuth_bronze.warped": "铋青铜诡异木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.black_bronze.warped": "黑青铜诡异木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.bronze.warped": "青铜诡异木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.copper.warped": "铜诡异木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.wrought_iron.warped": "锻铁诡异木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.steel.warped": "钢诡异木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.black_steel.warped": "黑钢诡异木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.blue_steel.warped": "蓝钢诡异木悬挂式告示牌",
|
||||
"item.beneath.wood.hanging_sign.red_steel.warped": "红钢诡异木悬挂式告示牌",
|
||||
"block.beneath.wood.barrel.warped": "诡异木大桶",
|
||||
"block.beneath.wood.lectern.warped": "诡异木讲台",
|
||||
"block.beneath.wood.scribing_table.warped": "诡异木书写桌",
|
||||
"block.beneath.wood.sewing_table.warped": "诡异木缝纫桌",
|
||||
"block.beneath.wood.jar_shelf.warped": "诡异木橱柜",
|
||||
"block.beneath.wood.axle.warped": "诡异木传动轴",
|
||||
"block.beneath.wood.bladed_axle.warped": "诡异木叶片传动轴",
|
||||
"block.beneath.wood.encased_axle.warped": "诡异木封闭传动轴",
|
||||
"block.beneath.wood.clutch.warped": "诡异木离合器",
|
||||
"block.beneath.wood.gear_box.warped": "诡异木齿轮箱",
|
||||
"block.beneath.wood.windmill.warped": "诡异木风车",
|
||||
"block.beneath.wood.water_wheel.warped": "诡异木水车",
|
||||
"block.beneath.wood.planks.warped_door": "诡异木门",
|
||||
"block.beneath.wood.planks.warped_trapdoor": "诡异木活板门",
|
||||
"block.beneath.wood.planks.warped_fence": "诡异木栅栏",
|
||||
"block.beneath.wood.planks.warped_log_fence": "诡异木原木栅栏",
|
||||
"block.beneath.wood.planks.warped_fence_gate": "诡异木栅栏门",
|
||||
"block.beneath.wood.planks.warped_button": "诡异木按钮",
|
||||
"block.beneath.wood.planks.warped_pressure_plate": "诡异木压力板",
|
||||
"block.beneath.wood.planks.warped_slab": "诡异木台阶",
|
||||
"block.beneath.wood.planks.warped_stairs": "诡异木楼梯",
|
||||
"block.beneath.wood.sapling.warped": "诡异树苗",
|
||||
"beneath.creative_tab.beneath": "幽冥之地道具",
|
||||
"entity.beneath.leviathan_fireball": "烈焰海怪火球",
|
||||
"entity.beneath.blaze_leviathan": "烈焰海怪",
|
||||
"entity.beneath.red_elk": "红麋鹿",
|
||||
"beneath.nutrient.decay": "腐化: §e%s%%",
|
||||
"beneath.nutrient.death": "死亡: §7%s%%",
|
||||
"beneath.nutrient.destruction": "毁灭: §6%s%%",
|
||||
"beneath.nutrient.flame": "烈焰: §c%s%%",
|
||||
"beneath.nutrient.sorrow": "悲伤: §9%s%%",
|
||||
"beneath.block_entity.hellforge": "地狱熔炉",
|
||||
"beneath.screen.juicer": "榨汁器",
|
||||
"beneath.screen.juicer.mushrooms": "喂我一些蘑菇!",
|
||||
"beneath.screen.lost_page": "失落书页",
|
||||
"beneath.screen.lost_page.cost": "代价",
|
||||
"beneath.screen.lost_page.reward": "奖励",
|
||||
"beneath.screen.lost_page.punishment": "惩罚",
|
||||
"beneath.lost_page.cobble": "任何圆石",
|
||||
"beneath.punishment": "你受到了... %s的惩罚",
|
||||
"beneath.enum.punishment.none": "没有任何惩罚!",
|
||||
"beneath.enum.punishment.levitation": "飘浮!",
|
||||
"beneath.enum.punishment.drunkenness": "酩酊大醉一整天!",
|
||||
"beneath.enum.punishment.blaze_inferno": "烈焰人炼狱!",
|
||||
"beneath.enum.punishment.infestation": "蠹虫侵扰!",
|
||||
"beneath.enum.punishment.withering": "凋零!",
|
||||
"beneath.enum.punishment.slime": "史莱姆!",
|
||||
"beneath.enum.punishment.unknown": "§k未知",
|
||||
"beneath.sacrifice.error": "献祭错误:未找到材料。",
|
||||
"item.beneath.juicer.filled": "榨汁器 (%s)",
|
||||
"death.attack.beneath.sulfur": "%1$s 使用铁制工具开采硫磺,把自己炸飞了。",
|
||||
"death.attack.beneath.sulfur.player": "%1$s 在试图逃离 %2$s 时使用铁制工具开采硫磺,把自己炸飞了。",
|
||||
"entity.beneath.boat.crimson": "绯红木船",
|
||||
"entity.beneath.boat.warped": "诡异木船",
|
||||
"entity.beneath.chest_boat.crimson": "绯红木运输船",
|
||||
"entity.beneath.chest_boat.warped": "诡异木运输船",
|
||||
"item.beneath.gold_chunk": "金块",
|
||||
"item.beneath.pure_death": "纯净死亡",
|
||||
"item.beneath.pure_decay": "纯净腐化",
|
||||
"item.beneath.pure_destruction": "纯净毁灭",
|
||||
"item.beneath.pure_sorrow": "纯净悲伤",
|
||||
"item.beneath.pure_flame": "纯净烈焰",
|
||||
"item.beneath.agonizing_fertilizer": "痛苦肥料",
|
||||
"item.beneath.crimson_straw": "绯红干草",
|
||||
"item.beneath.warped_straw": "诡异干草",
|
||||
"item.beneath.ghost_pepper": "幽灵椒",
|
||||
"item.beneath.juicer": "榨汁器",
|
||||
"item.beneath.raw_slime": "生史莱姆",
|
||||
"item.beneath.lost_page": "失落书页",
|
||||
"item.beneath.spawn_egg.red_elk": "红麋鹿刷怪蛋",
|
||||
"block.beneath.ore.poor_nether_gold": "贫瘠下界金矿石",
|
||||
"block.beneath.ore.poor_nether_gold.prospected": "下界金",
|
||||
"block.beneath.ore.normal_nether_gold": "普通下界金矿石",
|
||||
"block.beneath.ore.normal_nether_gold.prospected": "下界金",
|
||||
"block.beneath.ore.rich_nether_gold": "富集下界金矿石",
|
||||
"block.beneath.ore.rich_nether_gold.prospected": "下界金",
|
||||
"block.beneath.ore.nether_pyrite": "下界黄铁矿矿石",
|
||||
"block.beneath.ore.nether_pyrite.prospected": "下界黄铁矿",
|
||||
"block.beneath.ore.blackstone_sylvite.prospected": "黑石钾石盐",
|
||||
"block.beneath.ore.slimed_netherrack": "史莱姆下界岩矿石",
|
||||
"block.beneath.ore.slimed_netherrack.prospected": "史莱姆下界岩",
|
||||
"block.minecraft.nether_quartz_ore.prospected": "下界石英",
|
||||
"block.beneath.haunted_spike": "幽魂尖刺",
|
||||
"block.beneath.glowstone_spike": "荧石尖刺",
|
||||
"block.beneath.nether_pebble": "下界岩卵石",
|
||||
"block.beneath.sulfur": "硫磺",
|
||||
"block.beneath.crop.crimson_roots": "绯红菌索",
|
||||
"item.beneath.seeds.crimson_roots": "绯红菌索种子",
|
||||
"block.beneath.crop.ghost_pepper": "幽灵椒",
|
||||
"item.beneath.seeds.ghost_pepper": "幽灵椒种子",
|
||||
"block.beneath.crop.gleamflower": "莹光花",
|
||||
"item.beneath.seeds.gleamflower": "莹光花种子",
|
||||
"block.beneath.crop.nether_wart": "下界疣",
|
||||
"item.beneath.seeds.nether_wart": "下界疣种子",
|
||||
"block.beneath.crop.warped_roots": "诡异菌索",
|
||||
"item.beneath.seeds.warped_roots": "诡异菌索种子",
|
||||
"block.beneath.gleamflower": "莹光花",
|
||||
"block.beneath.burpflower": "嗝嗝花",
|
||||
"block.beneath.unposter": "蘑菇培育桶",
|
||||
"block.beneath.hellforge": "地狱熔炉",
|
||||
"block.beneath.hellforge_side": "地狱熔炉",
|
||||
"block.beneath.soul_farmland": "灵魂耕地",
|
||||
"block.beneath.mushroom.button": "按钮菇",
|
||||
"item.beneath.food.button": "按钮菇",
|
||||
"block.beneath.mushroom.chantrelle": "鸡油菌",
|
||||
"item.beneath.food.chantrelle": "鸡油菌",
|
||||
"block.beneath.mushroom.death_cap": "毒鹅膏",
|
||||
"item.beneath.food.death_cap": "毒鹅膏",
|
||||
"block.beneath.mushroom.destroying_angels": "毁灭天使菇",
|
||||
"item.beneath.food.destroying_angels": "毁灭天使菇",
|
||||
"block.beneath.mushroom.fools_funnel": "愚者漏斗菇",
|
||||
"item.beneath.food.fools_funnel": "愚者漏斗菇",
|
||||
"block.beneath.mushroom.oyster": "牡蛎菇",
|
||||
"item.beneath.food.oyster": "牡蛎菇",
|
||||
"block.beneath.mushroom.parasol": "伞菇",
|
||||
"item.beneath.food.parasol": "伞菇",
|
||||
"block.beneath.mushroom.portobello": "双孢蘑菇",
|
||||
"item.beneath.food.portobello": "双孢蘑菇",
|
||||
"block.beneath.mushroom.shittake": "香菇",
|
||||
"item.beneath.food.shittake": "香菇",
|
||||
"block.beneath.mushroom.sulfur_tuft": "硫磺簇菇",
|
||||
"item.beneath.food.sulfur_tuft": "硫磺簇菇",
|
||||
"block.beneath.cobblerack": "卵石岩",
|
||||
"block.beneath.fungal_cobblerack": "菌丝卵石岩",
|
||||
"block.beneath.warped_thatch": "诡异干草块",
|
||||
"block.beneath.crimson_thatch": "绯红干草块",
|
||||
"block.beneath.hellbricks": "地狱砖",
|
||||
"tfc.recipe.barrel.tfc.barrel.mortar": "灰泥",
|
||||
"item.beneath.cursed_hide": "耐火皮革",
|
||||
"item.beneath.blackstone_brick": "辉石岩砖",
|
||||
"item.beneath.cursecoal": "无烟煤",
|
||||
|
|
|
|||
|
|
@ -7,18 +7,18 @@
|
|||
"block.create.weathered_iron_window": "錆びた鋼材の窓",
|
||||
"block.create.industrial_iron_window_pane": "鋼材の板窓",
|
||||
"block.create.weathered_iron_window_pane": "錆びた鋼材の板窓",
|
||||
"block.create.dark_oak_window": "Hickory Window",
|
||||
"block.create.dark_oak_window_pane": "Hickory Window Pane",
|
||||
"block.create.cherry_window": "Fig Window",
|
||||
"block.create.cherry_window_pane": "Fig Window Pane",
|
||||
"block.create.spruce_window": "Cypress Window",
|
||||
"block.create.spruce_window_pane": "Cypress Window Pane",
|
||||
"block.create.jungle_window": "Teak Window",
|
||||
"block.create.jungle_window_pane": "Teak Window Pane",
|
||||
"block.create.birch_window": "Eucalyptus Window",
|
||||
"block.create.birch_window_pane": "Eucalyptus Window Pane",
|
||||
"block.create.acacia_window": "Baobab Window",
|
||||
"block.create.acacia_window_pane": "Baobab Window Pane",
|
||||
"block.create.dark_oak_window": "ヒッコリーの窓",
|
||||
"block.create.dark_oak_window_pane": "ヒッコリーの板窓",
|
||||
"block.create.cherry_window": "ガジュマルの窓",
|
||||
"block.create.cherry_window_pane": "ガジュマルの板窓",
|
||||
"block.create.spruce_window": "イトスギの窓",
|
||||
"block.create.spruce_window_pane": "イトスギの板窓",
|
||||
"block.create.jungle_window": "チークの窓",
|
||||
"block.create.jungle_window_pane": "チークの板窓",
|
||||
"block.create.birch_window": "ユーカリの窓",
|
||||
"block.create.birch_window_pane": "ユーカリの板窓",
|
||||
"block.create.acacia_window": "バオバブの窓",
|
||||
"block.create.acacia_window_pane": "バオバブの板窓",
|
||||
"block.create.andesite_bars": "錫合金格子",
|
||||
"block.create.andesite_belt_funnel": "錬鉄ベルトファンネル",
|
||||
"block.create.andesite_casing": "錬鉄ケーシング",
|
||||
|
|
|
|||
|
|
@ -1,73 +1,73 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.createdeco.andesite_bars": "Tin Alloy Bars",
|
||||
"block.createdeco.andesite_bars_overlay": "Tin Alloy Bars Overlay",
|
||||
"block.createdeco.andesite_window": "Tin Alloy Window",
|
||||
"block.createdeco.andesite_window_pane": "Tin Alloy Window Pane",
|
||||
"block.createdeco.andesite_mesh_fence": "Tin Alloy Mesh Fence",
|
||||
"block.createdeco.andesite_catwalk": "Tin Alloy Catwalk",
|
||||
"block.createdeco.andesite_catwalk_stairs": "Tin Alloy Catwalk Stairs",
|
||||
"block.createdeco.andesite_catwalk_railing": "Tin Alloy Catwalk Railing",
|
||||
"block.createdeco.andesite_support_wedge": "Tin Alloy Support Wedge",
|
||||
"block.createdeco.andesite_hull": "Tin Alloy Train Hull",
|
||||
"block.createdeco.andesite_support": "Tin Alloy Support",
|
||||
"block.createdeco.yellow_andesite_lamp": "Yellow Tin Alloy Cage Lamp",
|
||||
"block.createdeco.red_andesite_lamp": "Red Tin Alloy Cage Lamp",
|
||||
"block.createdeco.blue_andesite_lamp": "Blue Tin Alloy Cage Lamp",
|
||||
"block.createdeco.green_andesite_lamp": "Green Tin Alloy Cage Lamp",
|
||||
"block.createdeco.andesite_sheet_metal": "Tin Alloy Sheet Metal",
|
||||
"block.createdeco.andesite_door": "Tin Alloy Door",
|
||||
"block.createdeco.locked_andesite_door": "Locked Tin Alloy Door",
|
||||
"block.createdeco.andesite_trapdoor": "Tin Alloy Trapdoor",
|
||||
"block.createdeco.andesite_facade": "Tin Alloy Facade",
|
||||
"block.createdeco.iron_bars": "Wrought Iron Bars",
|
||||
"block.createdeco.iron_bars_overlay": "Wrought Iron Bars Overlay",
|
||||
"block.createdeco.iron_window": "Wrought Iron Window",
|
||||
"block.createdeco.iron_window_pane": "Wrought Iron Window Pane",
|
||||
"block.createdeco.iron_mesh_fence": "Wrought Iron Mesh Fence",
|
||||
"block.createdeco.iron_catwalk": "Wrought Iron Catwalk",
|
||||
"block.createdeco.iron_catwalk_stairs": "Wrought Iron Catwalk Stairs",
|
||||
"block.createdeco.iron_catwalk_railing": "Wrought Iron Catwalk Railing",
|
||||
"block.createdeco.iron_support_wedge": "Wrought Iron Support Wedge",
|
||||
"block.createdeco.iron_hull": "Wrought Iron Train Hull",
|
||||
"block.createdeco.iron_support": "Wrought Iron Support",
|
||||
"block.createdeco.yellow_iron_lamp": "Yellow Wrought Iron Cage Lamp",
|
||||
"block.createdeco.red_iron_lamp": "Red Wrought Iron Cage Lamp",
|
||||
"block.createdeco.blue_iron_lamp": "Blue Wrought Iron Cage Lamp",
|
||||
"block.createdeco.green_iron_lamp": "Green Wrought Iron Cage Lamp",
|
||||
"block.createdeco.iron_sheet_metal": "Wrought Iron Sheet Metal",
|
||||
"block.createdeco.iron_door": "Wrought Iron Door",
|
||||
"block.createdeco.locked_iron_door": "Locked Wrought Iron Door",
|
||||
"block.createdeco.iron_trapdoor": "Wrought Iron Trapdoor",
|
||||
"block.createdeco.iron_facade": "Wrought Iron Facade",
|
||||
"block.createdeco.iron_coinstack": "Wrought Iron Coinstack",
|
||||
"block.createdeco.netherite_coinstack": "Blue Steel Coinstack",
|
||||
"block.createdeco.industrial_iron_coinstack": "Steel Coinstack",
|
||||
"block.createdeco.industrial_iron_bars": "Steel Bars",
|
||||
"block.createdeco.industrial_iron_bars_overlay": "Steel Bars Overlay",
|
||||
"block.createdeco.industrial_iron_window": "Steel Window",
|
||||
"block.createdeco.industrial_iron_window_pane": "Steel Window Pane",
|
||||
"block.createdeco.industrial_iron_mesh_fence": "Steel Mesh Fence",
|
||||
"block.createdeco.industrial_iron_catwalk": "Steel Catwalk",
|
||||
"block.createdeco.industrial_iron_catwalk_stairs": "Steel Catwalk Stairs",
|
||||
"block.createdeco.industrial_iron_catwalk_railing": "Steel Catwalk Railing",
|
||||
"block.createdeco.industrial_iron_support_wedge": "Steel Support Wedge",
|
||||
"block.createdeco.industrial_iron_hull": "Steel Train Hull",
|
||||
"block.createdeco.industrial_iron_support": "Steel Support",
|
||||
"block.createdeco.yellow_industrial_iron_lamp": "Yellow Steel Cage Lamp",
|
||||
"block.createdeco.red_industrial_iron_lamp": "Red Steel Cage Lamp",
|
||||
"block.createdeco.blue_industrial_iron_lamp": "Blue Steel Cage Lamp",
|
||||
"block.createdeco.green_industrial_iron_lamp": "Green Steel Cage Lamp",
|
||||
"block.createdeco.industrial_iron_sheet_metal": "Steel Sheet Metal",
|
||||
"block.createdeco.industrial_iron_door": "Steel Door",
|
||||
"block.createdeco.locked_industrial_iron_door": "Locked Steel Door",
|
||||
"block.createdeco.industrial_iron_trapdoor": "Steel Trapdoor",
|
||||
"block.createdeco.industrial_iron_ladder": "Steel Ladder",
|
||||
"block.createdeco.industrial_iron_facade": "Steel Facade",
|
||||
"item.createdeco.iron_coin": "Wrought Iron Coin",
|
||||
"item.createdeco.netherite_coin": "Blue Steel Coin",
|
||||
"item.createdeco.industrial_iron_coin": "Steel Coin",
|
||||
"item.createdeco.iron_coinstack": "Wrought Iron Coinstack",
|
||||
"item.createdeco.netherite_coinstack": "Blue Steel Coinstack",
|
||||
"item.createdeco.industrial_iron_coinstack": "Steel Coinstack"
|
||||
"block.createdeco.andesite_bars": "錫合金の格子",
|
||||
"block.createdeco.andesite_bars_overlay": "錫合金の格子パネル",
|
||||
"block.createdeco.andesite_window": "錫合金の窓",
|
||||
"block.createdeco.andesite_window_pane": "錫合金の板窓",
|
||||
"block.createdeco.andesite_mesh_fence": "錫合金のメッシュフェンス",
|
||||
"block.createdeco.andesite_catwalk": "錫合金の通路",
|
||||
"block.createdeco.andesite_catwalk_stairs": "錫合金の通路の階段",
|
||||
"block.createdeco.andesite_catwalk_railing": "錫合金の通路の手すり",
|
||||
"block.createdeco.andesite_support_wedge": "錫合金の金具",
|
||||
"block.createdeco.andesite_hull": "錫合金のトレインハル",
|
||||
"block.createdeco.andesite_support": "錫合金の支え",
|
||||
"block.createdeco.yellow_andesite_lamp": "黄色の錫合金のケージランプ",
|
||||
"block.createdeco.red_andesite_lamp": "赤色の錫合金のケージランプ",
|
||||
"block.createdeco.blue_andesite_lamp": "青色の錫合金のケージランプ",
|
||||
"block.createdeco.green_andesite_lamp": "緑色の錫合金のケージランプ",
|
||||
"block.createdeco.andesite_sheet_metal": "錫合金の板金",
|
||||
"block.createdeco.andesite_door": "錫合金のドア",
|
||||
"block.createdeco.locked_andesite_door": "ロックした錫合金のドア",
|
||||
"block.createdeco.andesite_trapdoor": "錫合金のトラップドア",
|
||||
"block.createdeco.andesite_facade": "錫合金の外装",
|
||||
"block.createdeco.iron_bars": "錬鉄の格子",
|
||||
"block.createdeco.iron_bars_overlay": "錬鉄の格子パネル",
|
||||
"block.createdeco.iron_window": "錬鉄の窓",
|
||||
"block.createdeco.iron_window_pane": "錬鉄の板窓",
|
||||
"block.createdeco.iron_mesh_fence": "錬鉄のメッシュフェンス",
|
||||
"block.createdeco.iron_catwalk": "錬鉄の通路",
|
||||
"block.createdeco.iron_catwalk_stairs": "錬鉄の通路の階段",
|
||||
"block.createdeco.iron_catwalk_railing": "錬鉄の通路の手すり",
|
||||
"block.createdeco.iron_support_wedge": "錬鉄の金具",
|
||||
"block.createdeco.iron_hull": "錬鉄のトレインハル",
|
||||
"block.createdeco.iron_support": "錬鉄の支え",
|
||||
"block.createdeco.yellow_iron_lamp": "黄色の錬鉄のケージランプ",
|
||||
"block.createdeco.red_iron_lamp": "赤色の錬鉄のケージランプ",
|
||||
"block.createdeco.blue_iron_lamp": "青色の錬鉄のケージランプ",
|
||||
"block.createdeco.green_iron_lamp": "緑色の錬鉄のケージランプ",
|
||||
"block.createdeco.iron_sheet_metal": "錬鉄の板金",
|
||||
"block.createdeco.iron_door": "錬鉄のドア",
|
||||
"block.createdeco.locked_iron_door": "ロックした錬鉄のドア",
|
||||
"block.createdeco.iron_trapdoor": "錬鉄のトラップドア",
|
||||
"block.createdeco.iron_facade": "錬鉄の外装",
|
||||
"block.createdeco.iron_coinstack": "錬鉄のコインの束",
|
||||
"block.createdeco.netherite_coinstack": "青鋼のコインの束",
|
||||
"block.createdeco.industrial_iron_coinstack": "鋼鉄のコインの束",
|
||||
"block.createdeco.industrial_iron_bars": "鋼鉄の格子",
|
||||
"block.createdeco.industrial_iron_bars_overlay": "鋼鉄のの格子パネル",
|
||||
"block.createdeco.industrial_iron_window": "鋼鉄の窓",
|
||||
"block.createdeco.industrial_iron_window_pane": "鋼鉄の板窓",
|
||||
"block.createdeco.industrial_iron_mesh_fence": "鋼鉄のメッシュフェンス",
|
||||
"block.createdeco.industrial_iron_catwalk": "鋼鉄の通路",
|
||||
"block.createdeco.industrial_iron_catwalk_stairs": "鋼鉄の通路の階段",
|
||||
"block.createdeco.industrial_iron_catwalk_railing": "鋼鉄の通路の手すり",
|
||||
"block.createdeco.industrial_iron_support_wedge": "鋼鉄の金具",
|
||||
"block.createdeco.industrial_iron_hull": "鋼鉄のトレインハル",
|
||||
"block.createdeco.industrial_iron_support": "鋼鉄の支え",
|
||||
"block.createdeco.yellow_industrial_iron_lamp": "黄色の鋼鉄のケージランプ",
|
||||
"block.createdeco.red_industrial_iron_lamp": "赤色の鋼鉄のケージランプ",
|
||||
"block.createdeco.blue_industrial_iron_lamp": "青色の鋼鉄のケージランプ",
|
||||
"block.createdeco.green_industrial_iron_lamp": "緑色の鋼鉄のケージランプ",
|
||||
"block.createdeco.industrial_iron_sheet_metal": "鋼鉄の板金",
|
||||
"block.createdeco.industrial_iron_door": "鋼鉄のドア",
|
||||
"block.createdeco.locked_industrial_iron_door": "ロックした鋼鉄のドア",
|
||||
"block.createdeco.industrial_iron_trapdoor": "鋼鉄のトラップドア",
|
||||
"block.createdeco.industrial_iron_ladder": "鋼鉄のはしご",
|
||||
"block.createdeco.industrial_iron_facade": "鋼鉄の外装",
|
||||
"item.createdeco.iron_coin": "錬鉄のコイン",
|
||||
"item.createdeco.netherite_coin": "青鋼のコイン",
|
||||
"item.createdeco.industrial_iron_coin": "鋼鉄のコイン",
|
||||
"item.createdeco.iron_coinstack": "錬鉄のコインの束",
|
||||
"item.createdeco.netherite_coinstack": "青鋼のコインの束",
|
||||
"item.createdeco.industrial_iron_coinstack": "鋼鉄のコインの束"
|
||||
}
|
||||
32
kubejs/assets/deafission/lang/ja_jp.json
Normal file
32
kubejs/assets/deafission/lang/ja_jp.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"block.deafission.fission_reactor_mk1": "核分裂炉MK I",
|
||||
"block.deafission.fission_reactor_mk2": "核分裂炉MK II",
|
||||
"block.deafission.fuel_holder": "燃料棒格納部",
|
||||
"deafission.machine.fuel_holder.tooltip": "核分裂反応を安全に行うために、燃料棒を格納するブロックです。",
|
||||
"block.deafission.material_holder": "マテリアルホルダー",
|
||||
"deafission.machine.material_holder.tooltip": "熱や放射線を使う核分裂炉のレシピで使用するアイテムを入れるためのコンポーネントブロックです。",
|
||||
"block.deafission.redstone_port": "レッドストーンポート",
|
||||
"deafission.machine.redstone_port.tooltip": "レンチでモードを切り替えられます。",
|
||||
"deafission.redstone_port.mode.heat": "熱",
|
||||
"deafission.redstone_port.mode.fuels": "燃料",
|
||||
"deafission.fission_reactor.gui.mode.default": "正常",
|
||||
"deafission.fission_reactor.gui.mode.cooldown": "クールダウン",
|
||||
"deafission.fission_reactor.gui.stats": "%s H %s Th %s Eff",
|
||||
"deafission.fission_reactor.gui.recipe": "レシピ: %s",
|
||||
"deafission.fission_reactor.gui.recipe_none": "レシピ: 空",
|
||||
"deafission.fission_reactor.gui.coolant": "冷却材: %s mB/t",
|
||||
"deafission.fission_reactor.gui.coolant_missing": "冷却材: %s (had %s%%)",
|
||||
"deafission.fission_reactor.gui.fuel": "燃料: %s 損傷値",
|
||||
"deafission.fission_reactor.gui.fuel_throttle": "燃料: %s 損傷値 @ %s%%",
|
||||
"deafission.fission_reactor.gui.cooling": "冷却: %s HU/t",
|
||||
"deafission.fission_reactor.gui.heating": "加熱: %s HU/t",
|
||||
"deafission.fission_reactor.gui.processing": "処理: %s HU/t",
|
||||
"deafission.fission_reactor.gui.mass": "質量: %s HU/°",
|
||||
"deafission.fission_reactor.gui.heat": "熱量: %s / %s",
|
||||
"item.deafission.fuelcell_plutonium_x1": "Plutonium Fuel Cell",
|
||||
"item.deafission.fuelcell_thorium_x1": "Thorium Fuel Cell",
|
||||
"item.deafission.fuelcell_uranium_x1": "Uranium Fuel Cell",
|
||||
"material.deafission.flibe": "FLiBe Coolant",
|
||||
"material.deafission.flibe_hot": "FLiBe Coolant(Hot)"
|
||||
}
|
||||
|
|
@ -1 +1 @@
|
|||
{"ae2:condenser":{"order":153}}
|
||||
{"ae2:condenser":{"order":156}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"ae2:p2p_attunement":{"order":167}}
|
||||
{"ae2:p2p_attunement":{"order":170}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"create:draining":{"order":168}}
|
||||
{"create:draining":{"order":171}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"create:spout_filling":{"order":169}}
|
||||
{"create:spout_filling":{"order":172}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"createaddition:rolling":{"order":80}}
|
||||
{"createaddition:rolling":{"order":81}}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"deafission:component_fr":{"order":71}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"diggerhelmet:helmet_repair":{"order":162}}
|
||||
{"diggerhelmet:helmet_repair":{"order":165}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"domum_ornamentum:architects_cutter":{"order":166}}
|
||||
{"domum_ornamentum:architects_cutter":{"order":169}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"emi:info":{"order":174}}
|
||||
{"emi:info":{"order":177}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"emi:tag":{"order":175}}
|
||||
{"emi:tag":{"order":178}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"exposure:photograph_printing":{"order":161}}
|
||||
{"exposure:photograph_printing":{"order":164}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"exposure:photograph_stacking":{"order":170}}
|
||||
{"exposure:photograph_stacking":{"order":173}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"framedblocks:framing_saw":{"order":165}}
|
||||
{"framedblocks:framing_saw":{"order":168}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:automatic_packing":{"order":159}}
|
||||
{"greate:automatic_packing":{"order":162}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:automatic_shaped":{"order":157}}
|
||||
{"greate:automatic_shaped":{"order":160}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:automatic_shapeless":{"order":158}}
|
||||
{"greate:automatic_shapeless":{"order":161}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:block_cutting":{"order":164}}
|
||||
{"greate:block_cutting":{"order":167}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:crushing":{"order":118}}
|
||||
{"greate:crushing":{"order":119}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:fan_washing":{"order":124}}
|
||||
{"greate:fan_washing":{"order":125}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:milling":{"order":117}}
|
||||
{"greate:milling":{"order":118}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:mixing":{"order":122}}
|
||||
{"greate:mixing":{"order":123}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:pressing":{"order":107}}
|
||||
{"greate:pressing":{"order":108}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"greate:sawing":{"order":94}}
|
||||
{"greate:sawing":{"order":95}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:air_scrubber":{"order":73}}
|
||||
{"gtceu:air_scrubber":{"order":74}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:alloy_blast_smelter":{"order":134}}
|
||||
{"gtceu:alloy_blast_smelter":{"order":135}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:alloy_smelter":{"order":74}}
|
||||
{"gtceu:alloy_smelter":{"order":75}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:aqueous_accumulator":{"order":76}}
|
||||
{"gtceu:aqueous_accumulator":{"order":77}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:arc_furnace":{"order":77}}
|
||||
{"gtceu:arc_furnace":{"order":78}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:arc_furnace_recycling":{"order":154}}
|
||||
{"gtceu:arc_furnace_recycling":{"order":157}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:assembler":{"order":78}}
|
||||
{"gtceu:assembler":{"order":79}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:assembly_line":{"order":135}}
|
||||
{"gtceu:assembly_line":{"order":136}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:autoclave":{"order":79}}
|
||||
{"gtceu:autoclave":{"order":80}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:bender":{"order":82}}
|
||||
{"gtceu:bender":{"order":83}}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"gtceu:bioreactor":{"order":137}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:brewery":{"order":83}}
|
||||
{"gtceu:brewery":{"order":84}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:canner":{"order":84}}
|
||||
{"gtceu:canner":{"order":85}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:centrifuge":{"order":86}}
|
||||
{"gtceu:centrifuge":{"order":87}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:chem_dyes":{"order":88}}
|
||||
{"gtceu:chem_dyes":{"order":89}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:chemical_bath":{"order":87}}
|
||||
{"gtceu:chemical_bath":{"order":88}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:chemical_reactor":{"order":90}}
|
||||
{"gtceu:chemical_reactor":{"order":91}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:circuit_assembler":{"order":92}}
|
||||
{"gtceu:circuit_assembler":{"order":93}}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"gtceu:coal_liquefaction_tower":{"order":138}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:compressor":{"order":93}}
|
||||
{"gtceu:compressor":{"order":94}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:cracker":{"order":136}}
|
||||
{"gtceu:cracker":{"order":139}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:cutter":{"order":95}}
|
||||
{"gtceu:cutter":{"order":96}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:distillation_tower":{"order":97}}
|
||||
{"gtceu:distillation_tower":{"order":98}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:distillery":{"order":96}}
|
||||
{"gtceu:distillery":{"order":97}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:electric_blast_furnace":{"order":137}}
|
||||
{"gtceu:electric_blast_furnace":{"order":140}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:electrolyzer":{"order":98}}
|
||||
{"gtceu:electrolyzer":{"order":99}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:electromagnetic_separator":{"order":99}}
|
||||
{"gtceu:electromagnetic_separator":{"order":100}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:evaporation_tower":{"order":138}}
|
||||
{"gtceu:evaporation_tower":{"order":141}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:extractor":{"order":101}}
|
||||
{"gtceu:extractor":{"order":102}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:extractor_recycling":{"order":156}}
|
||||
{"gtceu:extractor_recycling":{"order":159}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:extruder":{"order":103}}
|
||||
{"gtceu:extruder":{"order":104}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:fermenter":{"order":104}}
|
||||
{"gtceu:fermenter":{"order":105}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:fission_reactor":{"order":140}}
|
||||
{"gtceu:fission_reactor":{"order":143}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:fluid_heater":{"order":105}}
|
||||
{"gtceu:fluid_heater":{"order":106}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:fluid_solidifier":{"order":106}}
|
||||
{"gtceu:fluid_solidifier":{"order":107}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:forge_hammer":{"order":108}}
|
||||
{"gtceu:forge_hammer":{"order":109}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:forming_press":{"order":110}}
|
||||
{"gtceu:forming_press":{"order":111}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:fusion_reactor":{"order":141}}
|
||||
{"gtceu:fusion_reactor":{"order":144}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:gas_collector":{"order":111}}
|
||||
{"gtceu:gas_collector":{"order":112}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:gas_pressurizer":{"order":112}}
|
||||
{"gtceu:gas_pressurizer":{"order":113}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:greenhouse":{"order":142}}
|
||||
{"gtceu:greenhouse":{"order":145}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:heat_exchanger":{"order":143}}
|
||||
{"gtceu:heat_exchanger":{"order":146}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:implosion_compressor":{"order":144}}
|
||||
{"gtceu:implosion_compressor":{"order":147}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:ingot_molding":{"order":75}}
|
||||
{"gtceu:ingot_molding":{"order":76}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:large_boiler":{"order":56}}
|
||||
{"gtceu:large_boiler":{"order":57}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:large_chemical_reactor":{"order":91}}
|
||||
{"gtceu:large_chemical_reactor":{"order":92}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:laser_engraver":{"order":114}}
|
||||
{"gtceu:laser_engraver":{"order":115}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:lathe":{"order":116}}
|
||||
{"gtceu:lathe":{"order":117}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:macerator":{"order":119}}
|
||||
{"gtceu:macerator":{"order":120}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:macerator_recycling":{"order":155}}
|
||||
{"gtceu:macerator_recycling":{"order":158}}
|
||||
|
|
@ -1 +1 @@
|
|||
{"gtceu:mixer":{"order":121}}
|
||||
{"gtceu:mixer":{"order":122}}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue