Change small gear mold capacity from 288 to 144 (#2544)

This will fix the issue #2543, were small gears used double the intended value.

Signed-off-by: Jean Roberto de Souza <81846511+JeanRdSz@users.noreply.github.com>
This commit is contained in:
Jean Roberto de Souza 2025-12-29 15:10:37 -03:00 committed by GitHub
parent 65e39bf4fe
commit 41f1e063e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,7 +162,7 @@ function registerTFGPrimitiveItems(event) {
])
event.create('tfg:small_gear_mold', 'tfc:mold')
.capacity(288)
.capacity(144)
.texture("base", "tfg:item/mold/fired/small_gear_mold_empty")
.texture("fluid", "tfg:item/mold/fired/small_gear_mold_overlay")
.tag('tfc:fired_molds')