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:
committed by
GitHub
parent
65e39bf4fe
commit
41f1e063e8
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user