This commit is contained in:
Dmitry 2024-03-16 12:04:31 +07:00
parent 8823b922e5
commit 0f523fa83b

View file

@ -966,6 +966,7 @@ global.TFC_QUERN_POWDER_RECIPE_COMPONENTS = [
{ input: '#forge:dusts/graphite', output: '4x tfc:powder/graphite', name: 'graphite_powder' },
{ input: '#forge:dusts/borax', output: '4x tfc:powder/flux', name: 'flux_powder' },
{ input: '#forge:dusts/soda_ash', output: '4x tfc:powder/soda_ash', name: 'soda_ash' },
{ input: 'minecraft:charcoal', output: '2x tfc:powder/charcoal', name: 'charcoal' },
];
global.TFC_QUERN_GRAIN_RECIPE_COMPONENTS = [