fix filter on gurman recipes since they're still broken, tweak blast furnace tips section

This commit is contained in:
Pyritie 2026-01-05 01:09:47 +00:00
parent 60afdc7f55
commit c9f1a8dcf5
3 changed files with 5 additions and 3 deletions

View file

@ -16,6 +16,7 @@
- Changed the Rover's step height from 1 block to 1.2 blocks (about 4 extra 'pixels') @Pyritie - Changed the Rover's step height from 1 block to 1.2 blocks (about 4 extra 'pixels') @Pyritie
- Fixed/improved behaviour of GregTech solar things on non-overworld dimensions, so rain in the overworld doesn't stop the solar array from working on the moon, and mars sandstorms affect solar things as well (#2140) @Pyritie - Fixed/improved behaviour of GregTech solar things on non-overworld dimensions, so rain in the overworld doesn't stop the solar array from working on the moon, and mars sandstorms affect solar things as well (#2140) @Pyritie
- Added missing recipes for some Steam 'n' Rails items, and changed the smokestacks to use cast iron instead of black steel (#2610) @thederpysockdude123 - Added missing recipes for some Steam 'n' Rails items, and changed the smokestacks to use cast iron instead of black steel (#2610) @thederpysockdude123
- Added missing recipes for new Hypertube redstone things (#2615) @Xtrial-01
### Bug fixes ### Bug fixes
- Fixed missing crafting table recipes for greate gearboxes (#2577) @Pyritie - Fixed missing crafting table recipes for greate gearboxes (#2577) @Pyritie
- Fixed crashing when attaching shafts to a steam engine (#2578, #2579) @Electrolyte220 - Fixed crashing when attaching shafts to a steam engine (#2578, #2579) @Electrolyte220
@ -34,6 +35,7 @@
- Removed some dough mixing bowl recipes that tried to output more than 5 ingredients because that's the mixing bowl's maximum (#2612) @Pyritie - Removed some dough mixing bowl recipes that tried to output more than 5 ingredients because that's the mixing bowl's maximum (#2612) @Pyritie
- Fixed missing heat definition for soybeans (#2603) @Pyritie - Fixed missing heat definition for soybeans (#2603) @Pyritie
- Fixed crafting bacon removing all the other food traits @Pyritie - Fixed crafting bacon removing all the other food traits @Pyritie
- Fixed lamps costing 4x as much glass when crafted in an assembler as opposed to elsewhere (#2613) @Inceitious
### Translation updates ### Translation updates
- Chinese (simplified) @jmecn - Chinese (simplified) @jmecn
- Russian @Petr211071 - Russian @Petr211071

View file

@ -13,7 +13,7 @@
{ {
"type": "patchouli:spotlight", "type": "patchouli:spotlight",
"item": "gtceu:compressed_fireclay", "item": "gtceu:compressed_fireclay",
"text": "Before you use all your fire clay on 20 fire bricks, note that once you get into the steam age, you can create fire bricks out of only clay, through $(item)Compressed Fireclay$() (you'll need steam machines for the clay dust). This allows you to save $(item)Kaolinite$() and $(item)Graphite$() for $(thing)Casting Tables$()." "text": "Before you use all your fire clay on 20 fire bricks, note that once you get into the steam age, you can craft it for significantly cheaper. This allows you to save $(item)Kaolinite$() and $(item)Graphite$() for $(thing)Casting Tables$()."
}, },
{ {
"type": "patchouli:spotlight", "type": "patchouli:spotlight",
@ -33,11 +33,11 @@
}, },
{ {
"type": "patchouli:text", "type": "patchouli:text",
"text": "You can pump liquid directly out of the blast furnace using a Create $(item)Mechanical Pump$(). Pump into a $(l:tfc:tfcchannelcasting/channel_casting)Mold Table$() and extract the ingots with a hopper or chute: Easy automation!$(br2)You can automate the bellows with a $(item)Deployer$() too! Just be careful, as using the bellows excessively consumes more fuel and breaks your $(thing)tuyere$() faster.$(br2)You can process the resulting $(item)Pig Iron$() and $(item)High Carbon Steel$() in a $(thing)Forge Hammer$()." "text": "You can pump liquid directly out of the blast furnace using a Create $(item)Mechanical Pump$(). Pump into a $(l:tfc:tfcchannelcasting/channel_casting)Mold Table$() and extract the ingots with a hopper or chute: Easy automation!$(br2)You can automate the bellows with a $(item)Deployer$() too! Just be careful, as using the bellows excessively consumes more fuel and breaks your $(thing)tuyere$() faster.$(br2)You can process the resulting $(item)Pig Iron$() and $(item)High Carbon Steel$() in a $(thing)Forge Hammer$() or $(thing)Helve Hammer$()."
}, },
{ {
"type": "patchouli:text", "type": "patchouli:text",
"text": "You can automatically replace broken tuyeres with a hopper facing into the blast furnace." "text": "You can automatically replace broken tuyeres with a hopper or item pipe facing into the blast furnace."
} }
] ]
} }

Binary file not shown.