File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/main/java/com/mcmoddev/nethermetals Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11package com .mcmoddev .nethermetals .init ;
22
33import com .mcmoddev .lib .init .Materials ;
4- import com .mcmoddev .lib .material .MetalMaterial ;
4+ import com .mcmoddev .lib .material .MMDMaterial ;
55import com .mcmoddev .nethermetals .NetherMetals ;
66import com .mcmoddev .nethermetals .util .Config .Options ;
77
@@ -63,7 +63,7 @@ public static void init() {
6363 initDone = true ;
6464 }
6565
66- private static void createNetherOreWrapper (boolean enabled , MetalMaterial material ) {
66+ private static void createNetherOreWrapper (boolean enabled , MMDMaterial material ) {
6767 if (enabled ) {
6868 if (material != null ) {
6969 createNetherOre (material );
Original file line number Diff line number Diff line change 11package com .mcmoddev .nethermetals .init ;
22
33import com .mcmoddev .lib .init .Materials ;
4- import com .mcmoddev .lib .material .MetalMaterial ;
4+ import com .mcmoddev .lib .material .MMDMaterial ;
55import com .mcmoddev .lib .registry .CrusherRecipeRegistry ;
66import com .mcmoddev .nethermetals .NetherMetals ;
77import com .mcmoddev .nethermetals .util .Config .Options ;
@@ -81,7 +81,7 @@ public static void init() {
8181 }
8282 }
8383
84- private static void recipeWrapper (boolean enabled , MetalMaterial material ) {
84+ private static void recipeWrapper (boolean enabled , MMDMaterial material ) {
8585 if (enabled ) {
8686 if (material != null ) {
8787 if (material .oreNether != null ) {
Original file line number Diff line number Diff line change 44import com .mcmoddev .lib .init .Materials ;
55import com .mcmoddev .lib .integration .IIntegration ;
66import com .mcmoddev .lib .integration .MMDPlugin ;
7- import com .mcmoddev .lib .material .MetalMaterial ;
7+ import com .mcmoddev .lib .material .MMDMaterial ;
88
99/**
1010 *
@@ -59,7 +59,7 @@ public void init() {
5959 initDone = true ;
6060 }
6161
62- private static void registerExtraMeltingWrapper (MetalMaterial material , int quantity ) {
62+ private static void registerExtraMeltingWrapper (MMDMaterial material , int quantity ) {
6363 registerExtraMelting (material , material .oreNether , quantity );
6464 }
6565}
You can’t perform that action at this time.
0 commit comments