File tree Expand file tree Collapse file tree
src/main/java/com/illuminatijoe/refactorycore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx1G
1010 mapping_version =2023.09.03-1.20.1
1111
1212# Mod Properties
13- mod_version =2.3.0
13+ mod_version =2.3.1
1414 maven_group =com.illuminatijoe.refactorycore
1515 archives_base_name =refactorycore
1616 mod_id =refactorycore
Original file line number Diff line number Diff line change 33import com .illuminatijoe .refactorycore .api .ReFactoryRegistries ;
44import com .illuminatijoe .refactorycore .api .capabilities .IAuraContainer ;
55import com .illuminatijoe .refactorycore .api .capabilities .ILPContainer ;
6+ import com .illuminatijoe .refactorycore .api .capabilities .recipe .lookup .MapAuraIngredient ;
67import com .illuminatijoe .refactorycore .api .capabilities .recipe .lookup .MapLPIngredient ;
78import com .illuminatijoe .refactorycore .client .ReFactoryCoreClient ;
89import com .illuminatijoe .refactorycore .data .ReFactoryBlocks ;
@@ -75,6 +76,7 @@ public ReFactoryCore() {
7576 private void commonSetup (final FMLCommonSetupEvent event ) {
7677 event .enqueueWork (() -> {
7778 MapIngredientTypeManager .registerMapIngredient (Integer .class , MapLPIngredient ::convertToMapIngredient );
79+ MapIngredientTypeManager .registerMapIngredient (Integer .class , MapAuraIngredient ::convertToMapIngredient );
7880 });
7981 }
8082
You can’t perform that action at this time.
0 commit comments