Bug fix for #1298; extruder molds being goofy (#1314)

* Add files via upload

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

* Add files via upload

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

* Update recipes.molds.js

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

* Update recipes.misc.js

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

* Update CHANGELOG.md

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

---------

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
GameStar 2025-07-13 20:03:25 -05:00 committed by GitHub
parent f288f5a624
commit a350467f09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 8 additions and 5 deletions

View file

@ -10,8 +10,11 @@
- Fixed Steel engine crafting by using the GT Rotor (#1290) @TomPlop
- Change Electrical Greenhouse to not consome the input but lower the seed output @TomPlop
- Fixed the Autoclave recipe to make Rose Quartz at MV @TomPlop
- Fixed bug with Extruder Mold crafting (#1298) @BlueBoat29
- Fixed texture issues found on some of the Extruder Mold textures @BlueBoat29
- Added default GUI Scale (#1313) @Redeix
## [0.10.0] - 13.07.2025
- [!WARNING] If you're upgrading your world from 0.9 to 0.10, please read the upgrade guide [here](https://github.com/TerraFirmaGreg-Team/Modpack-Modern/wiki/%5BEN%5D-Upgrading-from-0.9-to-0.10). We do not recommend using Alpha versions for progression, but if you do, please make frequent backups!
### Major changes

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 906 B

After

Width:  |  Height:  |  Size: 4.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 924 B

After

Width:  |  Height:  |  Size: 4.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 897 B

After

Width:  |  Height:  |  Size: 4.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Before After
Before After

View file

@ -29,8 +29,8 @@ function registerTACZMiscRecipes(event) {
//Molds
event.shaped('tfg:small_casing_extruder_mold',[
' ',
'AB ',
' A',
' B ',
' '
],{
A: '#forge:tools/wire_cutters',

View file

@ -263,9 +263,9 @@ function registerTFGMoldRecipes(event) {
})
event.shaped('tfg:wire_cutter_head_extruder_mold', [
' ',
'hS ',
'f '
' ',
' f '
], {
S: 'gtceu:empty_mold',
f: '#forge:tools/files',