Skip to content

Commit

Permalink
we done f*cked up - purification chamber outputs clumps, not powder
Browse files Browse the repository at this point in the history
  • Loading branch information
dshadowwolf committed Feb 28, 2018
1 parent c6e05e1 commit 27d1786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void regCallback(RegistryEvent.Register<IRecipe> event) {

public void addMultRecipe(@Nonnull final MMDMaterial material) {
addPurificationChamberRecipe(material.getBlockItemStack(Names.NETHERORE),
material.getItemStack(Names.POWDER, 4));
material.getItemStack(Names.CLUMP, 6));
addChemicalDissolutionChamberRecipe( material.getBlockItemStack(Names.NETHERORE),
material.getName(), 2000 );
}
Expand Down

0 comments on commit 27d1786

Please sign in to comment.