some cleanup, fixed small gears not melting

This commit is contained in:
Pyritie 2025-12-19 23:55:29 +00:00
parent 44466752e4
commit 5e330e2d1f
4 changed files with 10 additions and 13 deletions

View file

@ -31,7 +31,7 @@ function registerTFGQuartzRecipes(event) {
.duration(20)
.EUt(30)
TFC_BATCH_TO_BOTTLE_ASSEMBLING_RECIPE_COMPONENTS = /** @type {const} */ ([
const TFC_BATCH_TO_BOTTLE_ASSEMBLING_RECIPE_COMPONENTS = /** @type {const} */ ([
{ input: "tfc:silica_glass_batch", output: "tfc:silica_glass_bottle", name: "silica_glass_bottle" },
{ input: "tfc:hematitic_glass_batch", output: "tfc:hematitic_glass_bottle", name: "hematitic_glass_bottle" },
{ input: "tfc:olivine_glass_batch", output: "tfc:olivine_glass_bottle", name: "olivine_glass_bottle" },