* 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>
|
|
@ -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
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 906 B After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 924 B After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 897 B After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.7 KiB |
|
|
@ -29,8 +29,8 @@ function registerTACZMiscRecipes(event) {
|
|||
|
||||
//Molds
|
||||
event.shaped('tfg:small_casing_extruder_mold',[
|
||||
' ',
|
||||
'AB ',
|
||||
' A',
|
||||
' B ',
|
||||
' '
|
||||
],{
|
||||
A: '#forge:tools/wire_cutters',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||