fix a dupe with hp steam miners/rock breakers

This commit is contained in:
Pyritie 2026-02-03 11:50:05 +00:00
parent c5248e685b
commit 92a4574c88
2 changed files with 6 additions and 3 deletions

View file

@ -106,7 +106,8 @@
- Fixed a concrete dupe (#2948) and some other stone-related recycling recipes @Pyritie - Fixed a concrete dupe (#2948) and some other stone-related recycling recipes @Pyritie
- Fixed the rendering of adjacent large martian nests @Mqrius - Fixed the rendering of adjacent large martian nests @Mqrius
- Fixed the interdimensional wireless card so it should actually work again (the crafting requests aren't fixed yet though) @Mqrius - Fixed the interdimensional wireless card so it should actually work again (the crafting requests aren't fixed yet though) @Mqrius
- Fixed the position of the dimension indicator on recipes that are valid on multiple dimensions - Fixed the position of the dimension indicator on recipes that are valid on multiple dimensions @BlueBoat29
- Fixed a rare crash with beneath to overworld teleporting @Lolens
### Translation updates ### Translation updates
- Chinese (simplified) @jmecn - Chinese (simplified) @jmecn
- Russian @Petr211071 + @Nixieeunrare - Russian @Petr211071 + @Nixieeunrare

View file

@ -419,7 +419,8 @@ function registerGTCEuMachineRecipes(event) {
C: '#forge:drill_heads', C: '#forge:drill_heads',
D: ChemicalHelper.get(TagPrefix.rod, GTMaterials.WroughtIron, 1), D: ChemicalHelper.get(TagPrefix.rod, GTMaterials.WroughtIron, 1),
E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.WroughtIron, 1) E: ChemicalHelper.get(TagPrefix.screw, GTMaterials.WroughtIron, 1)
}).addMaterialInfo().id('gtceu:shaped/steam_rock_breaker_steel') }).id('gtceu:shaped/steam_rock_breaker_steel')
TFGHelpers.registerMaterialInfo('gtceu:hp_steam_rock_crusher', [GTMaterials.WroughtIron, 6.5, GTMaterials.TinAlloy, 2])
removeMaceratorRecipe(event, 'macerate_hp_steam_miner') removeMaceratorRecipe(event, 'macerate_hp_steam_miner')
event.recipes.gtceu.shaped('gtceu:hp_steam_miner', [ event.recipes.gtceu.shaped('gtceu:hp_steam_miner', [
@ -433,7 +434,8 @@ function registerGTCEuMachineRecipes(event) {
D: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Steel, 1), D: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Steel, 1),
E: ChemicalHelper.get(TagPrefix.plate, GTMaterials.WroughtIron, 1), E: ChemicalHelper.get(TagPrefix.plate, GTMaterials.WroughtIron, 1),
F: '#gtceu:circuits/ulv' F: '#gtceu:circuits/ulv'
}).addMaterialInfo().id('gtceu:shaped/steam_miner_steel') }).id('gtceu:shaped/steam_miner_steel')
TFGHelpers.registerMaterialInfo('gtceu:hp_steam_miner', [GTMaterials.WroughtIron, 7, GTMaterials.Steel, 1, GTMaterials.TinAlloy, 2])
//#endregion //#endregion