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

@ -29,8 +29,8 @@ function registerTACZMiscRecipes(event) {
//Molds
event.shaped('tfg:small_casing_extruder_mold',[
' ',
'AB ',
' A',
' B ',
' '
],{
A: '#forge:tools/wire_cutters',
@ -89,4 +89,4 @@ function registerTACZMiscRecipes(event) {
.itemOutputs('tfg:certus_mechanism')
.EUt(GTValues.VA[GTValues.EV])
.duration(80)
}
}