Skip to content

Commit d0c2021

Browse files
committed
Update CHANGELOG
1 parent c153115 commit d0c2021

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.4.8
2+
- Forgot to add recipe for LRB [#326](https://github.com/GTModpackTeam/GTExpert-Core/pull/326)
3+
4+
* * *
5+
16
# 2.4.7
27
- Fix Draconium Casing Recycle [#324](https://github.com/GTModpackTeam/GTExpert-Core/pull/324)
38
- AE2 UEL: Extended support ends [#325](https://github.com/GTModpackTeam/GTExpert-Core/pull/325)

src/main/java/com/github/gtexpert/core/loaders/recipe/GTERecipe.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -766,8 +766,8 @@ private static void blocks() {
766766
// Large Rock Breaker
767767
ModHandler.addShapedRecipe(true, "gtexpert.machine.large_rock_breaker",
768768
GTEMetaTileEntities.LARGE_ROCK_BREAKER.getStackForm(), "CGC", "CFC", "CGC",
769-
'G', new UnificationEntry(gear, Materials.Potin),
770-
'F', MetaTileEntities.STEAM_ROCK_BREAKER_STEEL.getStackForm(),
769+
'G', new UnificationEntry(gear, Materials.TungstenSteel),
770+
'F', MetaTileEntities.ROCK_BREAKER[EV].getStackForm(),
771771
'C', MetaBlocks.METAL_CASING.getItemVariant(BlockMetalCasing.MetalCasingType.STEEL_SOLID));
772772

773773
// Large Oil Cracking Unit

0 commit comments

Comments
 (0)