
MOD IS UNSUPPORTED, USE AT YOUR OWN RISK
Description:
TFCompat add TFC TNG compatibility to other mods.
Currently supported Mod : https://github.com/Mrthomas20121-Mods/TFCompat/blob/master/supported_mods.md
Crafttweaker methods to add new Knapping recipes for the Types this mod add :
mods.tfcompat.knapping.add(String knappingType, String recipe_name, IItemStack output, String ...pattern);
mods.tfcompat.knapping.remove(String knappingType, IItemStack output);
mods.tfcompat.knapping.remove(String registryName);
Knapping type are the following :
- tanned_leather
- porcelain
- flint_clay
- refractory_clay
- caminite_blend
when adding recipes you don't need to add tfcompat: in the recipe name
example : https://github.com/Mrthomas20121-Mods/TFCompat/blob/master/example.zs