benbenlaw / caveopolis

0 stars 0 forks source link

Blaze Rods / Blaze Powder in the fragment combiner probably work in the wrong way #19

Closed SamLowry69 closed 2 years ago

SamLowry69 commented 2 years ago

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