Make CraftingTweaks integration use RegisterProviderV2 so it doesn't trigger on older versions of CraftingTweaks.
This commit is contained in:
@@ -18,7 +18,7 @@ public class IntegrationCraftingTweaks {
|
||||
tagCompound.setString("ContainerCallback", ContainerCallback.class.getName());
|
||||
tagCompound.setInteger("GridSlotNumber", 36);
|
||||
tagCompound.setString("AlignToGrid", "left");
|
||||
FMLInterModComms.sendMessage(MOD_ID, "RegisterProvider", tagCompound);
|
||||
FMLInterModComms.sendMessage(MOD_ID, "RegisterProviderV2", tagCompound);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user