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:
parent
65e39bf4fe
commit
41f1e063e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue