File tree Expand file tree Collapse file tree
src/main/java/com/tagnumelite/projecteintegration/plugins Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33org.gradle.jvmargs =-Xmx3G
44
55# Mod Details
6- version =2.3.0
6+ version =2.3.1
77mcp_version =20171003
88pe_version =PE1.4.0
99mc_version =1.12.2
Original file line number Diff line number Diff line change 1010import com .tagnumelite .projecteintegration .api .RegPEIPlugin ;
1111import com .tagnumelite .projecteintegration .api .mappers .PEIMapper ;
1212
13+ import moze_intel .projecte .emc .IngredientMap ;
1314import net .minecraft .item .crafting .IRecipe ;
1415import net .minecraftforge .common .config .Configuration ;
1516
@@ -34,7 +35,8 @@ public ECCompressorMapper() {
3435 @ Override
3536 public void setup () {
3637 for (CompressorRecipe recipe : CompressorRecipeManager .getInstance ().getRecipes ()) {
37- addRecipe (recipe .getOutput (), recipe .getInput ());
38+
39+ addConversion (recipe .getOutput (), ingredients .getMap ());
3840 }
3941 }
4042 }
You can’t perform that action at this time.
0 commit comments