TheNimbleNinja / Terrafirmacraft-omega

0 stars 0 forks source link

Glass bottle Mold knapping recipe duplicates Glass Pane Mold knapping recipe #2

Closed kati0na closed 2 years ago

kati0na commented 2 years ago

image image making it impossible to craft the latter, which i didn't really need yet, but still

I have a suggestion for an easy fix: to alter the bottle recipe in \scripts\contenttweaker\recipes\TFC part making.zs, line 209 from

ClayKnapping.addRecipe("glass_bottle_mold", , "XXXXX", "X X", "X X", "X X", "XXXXX");

to

ClayKnapping.addRecipe("glass_bottle_mold", , "X X", "XX XX", "X X", "X X", "XXXXX");

or another unique pattern (sorry idk how to prevent multiple whitespace removal, but you get the idea) (also i did notice that this file does not come with the modpack, but is generated automatically... - well, it did automatically generate a recipe collision, so i suggest to state a unique recipe preemptively)

TheNimbleNinja commented 2 years ago

fixed in dev!