liquid fuel blaze burner quest + langs + CL

This commit is contained in:
Pyritie 2025-08-25 01:47:45 +01:00
parent 2344d1d43e
commit d7cccd77b4
4 changed files with 25 additions and 5 deletions

View file

@ -2,6 +2,8 @@
## [Unreleased]
### Changes
- Fuelling blaze burners with liquids is now done directly instead of through straws (break and replace your blaze burners to update) @Ghoulcel
- Blaze burner liquid fuelling has been fully made consistent with GregTech power values (#1694) @Ghoulcel
### Bug fixes
## [0.10.10] - 23-08-2025

View file

@ -253,6 +253,7 @@
{
id: "704B7094BE2FB3E1"
item: "create:steam_engine"
optional_task: true
type: "item"
}
{
@ -1652,6 +1653,22 @@
x: -16.5d
y: 16.0d
}
{
dependencies: ["183D47F04CAEBFA7"]
description: ["{quests.steam_age.straw.desc}"]
icon: "create:fluid_pipe"
id: "6A28DE8263316927"
optional: true
shape: "heart"
subtitle: "{quests.steam_age.straw.subtitle}"
tasks: [{
id: "75B27729685EE9D0"
type: "checkmark"
}]
title: "{quests.steam_age.straw.title}"
x: -15.0d
y: 14.5d
}
]
subtitle: ["{quests.steam_age.subtitle}"]
title: "{quests.steam_age}"

View file

@ -17,6 +17,7 @@
"block.firmalife.treated_wood_greenhouse_trapdoor": "Wax-Treated Wood Greenhouse Trapdoor",
"block.firmalife.treated_wood_greenhouse_door": "Wax-Treated Wood Greenhouse Door",
"block.firmalife.treated_wood": "Wax-Treated Wood",
"item.firmalife.treated_lumber": "Wax-Treated Lumber",
"greenhouse.firmalife.treated_wood": "Wax-Treated Wood",
"item.firmalife.treated_lumber": "Wax-Treated Lumber"
"firmalife.jade.needs_peel": "Needs tongs or oven mitts to safely remove goods"
}

View file

@ -2571,13 +2571,13 @@
"quests.steam_age.centrifuge.desc": "Ore processing will always be an important part of this modpack, and this machine is another (optional) part of that. By following a different route of ore processing steps (check the Ore Processing Diagram tab in JEI), you can use this centrifuge to get some bonus byproducts out of your ores! The next upgrade to your ores won't be until the LV Thermal Centrifuge, so whether or not this is a worthwhile investment is up to you.",
"quests.steam_age.steam_engine.title": "Steam Engine",
"quests.steam_age.steam_engine.subtitle": "Time for some real steam power",
"quests.steam_age.steam_engine.desc": "Water wheels and windmills not cutting it any more? It wouldn't be a steam age without a proper steam engine! Each steam engine can output a whole 256 SU, giving you much more power to play with.\n\nBlaze Burners can be crafted without leaving your house, and you can use a Mechanical Arm to automatically feed them solid fuel, or liquid fuel in a bucket (such as creosote). Coal Gems, Anthracite, and Coke can also be used to superheat them.",
"quests.steam_age.steam_engine.desc": "Water wheels and windmills not cutting it any more? It wouldn't be a steam age without a proper steam engine! Each steam engine can output a whole 256 SU, giving you much more power to play with.\n\nBlaze Burners can be crafted without leaving your house, and you can use a Mechanical Arm to automatically feed them solid fuel, or directly pipe liquid fuel (such as creosote). Coal Gems, Anthracite, and Coke can also be used to superheat them.",
"quests.steam_age.fuel_sources.title": "More Fuel Sources",
"quests.steam_age.fuel_sources.subtitle": "Putting the power in steam power",
"quests.steam_age.fuel_sources.desc": "The steam engine can accept more liquid fuels than the High Pressure Liquid Boiler. While Creosote or Lava are the easiest to set up at this point, you might also be interested in various plant-based oils like &eSeed Oil&r from Sunflowers or Canola.\n\nCreosote and Lava also don't scale very well once you get into further tiers, while Biofuel can be upgraded into Diesel and then Cetane-Boosted Diesel, so start setting up a big field for plant oils now if that sounds appealing to you!",
"quests.steam_age.straw.title": "Automatic Liquid Fuelling",
"quests.steam_age.straw.subtitle": "Combustible sippy cups",
"quests.steam_age.straw.desc": "If you right-click a Blaze Burner with a &aStraw&r, you can easily pump your fuel directly into it with any pipe! Hook it up to your Coke Oven's creosote output to keep your Steam Engines going.\n\nYou can check JEI for a full list of what fuels you can use and their efficiency.",
"quests.steam_age.straw.title": "Liquid Fuel Values",
"quests.steam_age.straw.subtitle": "Because the mod is missing a JEI tab",
"quests.steam_age.straw.desc": "Piping liquid fuels will give you roughly the same amount of power as if you used a GregTech steam turbine or combustion generator, but here's the exact numbers since it's not visible in JEI:\n\n- Steam: 128mB per tick\n- Creosote: 25mB per 88 ticks\n- Lava: 1mB per 20 ticks\n\n- Biomass: 5mB per 70 ticks\n- Seed, Soybean, Olive, and Fish Oil: 25mB per 88 ticks\n\n- Heavy Fuel: 2mB per 210 ticks\n- Sulfuric Heavy Fuel: 5mB per 80 ticks\n- Oil: 32mB per 90 ticks\n- Heavy Oil: 5mB per 88 ticks",
"quests.steam_age.deployers.title": "Deployers",
"quests.steam_age.deployers.subtitle": "Primitive Assembly Line",
"quests.steam_age.deployers.desc": "While you could use a single deployer for the rest your time in this chapter, we &3really&r don't recommend it. Setting up a line of deployers along a belt will save heaps of time and sanity, and it's not like you'll be wasting materials either, because you can always reuse them to upgrade your tree farm later.\n\nThese will also make electron tubes significantly cheaper!",