Currently you have to put 8 Blaze Rods in the combiner to get 1 Blaze Powder.
The corresponding line in cm_fragment_combiner.js looks like this
fragmentCombiner8('minecraft:blaze_rod', 'minecraft:blaze_powder')
Shouldn't it be the other way round
fragmentCombiner8('minecraft:blaze_powder', 'minecraft:blaze_rod')
so that you have to put 8 Blaze Powder in to get 1 Blaze Rod?
Currently you have to put 8 Blaze Rods in the combiner to get 1 Blaze Powder.
The corresponding line in cm_fragment_combiner.js looks like this
fragmentCombiner8('minecraft:blaze_rod', 'minecraft:blaze_powder')
Shouldn't it be the other way round
fragmentCombiner8('minecraft:blaze_powder', 'minecraft:blaze_rod')
so that you have to put 8 Blaze Powder in to get 1 Blaze Rod?Tested Version: A6.0