Open Recipe Conflict: Diamond Dust

lezchap

New Member
Jul 29, 2019
32
0
0
Summary of the problem Recipe Conflict: Diamond Dust (IC2) and Crushed Diamond (Actually Additions

Pack Version
1.1.4 (latest release)

What is the bug?
The Crusher from Actually Additions has two recipes for processing Diamonds, Diamond Ore, etc. One creates the IC2 Diamond Dust, and the other creates the Actually Additions Crushed Diamond.

Crushed Diamond can be smelted back into Diamonds, wereas IC2's Diamond Dust cannot. On my install, the machine produces the IC2 Dust, making the machine ineffective in processing Diamonds.

Known Fix
Suggested fix: add a smelting recipe to Minetweaker script for IC2 Diamond Dust -> Diamond.
Code:
furnace.addRecipe(<minecraft:diamond>, <ic2:dust:5>);
 
Last edited: